/**
* Template Name: Mamba
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700..900&display=swap');


body {
  font-family: "Cabin", sans-serif;
  color: #444;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #e48824;
  width: 40px;
  height: 40px;
  border-radius:0 0 0 10px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* height: 70px; */
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 66px;
}

.scrolled-offset {
  margin-top: 0;
}
.head-main{   

  display: flex;
  width: 100%; 
  z-index:9;  
  margin-bottom: 0;  
align-items: center;
  
  /* padding: 0 25px 0 25px; */
}
.carousel-indicators{margin-bottom: 5rem;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 14px;
      /* font-size: 16px;
      font-weight: 600; */
      color: #142b64;
      white-space: nowrap;
      transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .active,
.navbar .active:focus
{
  color: #fc226a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #031352;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
/*  background-color: #fff;*/
  overflow-y: auto;
  transition: 0.3s;
}

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
        color: #031352;
    }

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height:448px;
  padding: 0;
  overflow: hidden;
  background: #000;
  
}

#hero .carousel-item {
  width: 100%;
  /* height: calc(100vh - 110px); */
  height:448px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* #hero .carousel-item::before {
  content: "";
  background-color: #273679DB;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
} */

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: center;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
}

#hero p {
  width: 100%;
  animation-delay: 0.4s;
  color: #fff;
}
#hero span {
  width: 100%;
  animation-delay: 0.4s;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
}

#hero .btn-get-started {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 37px;
  border-radius: 0 0 0 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 66px 0 0;
  color: #fff;
  animation-delay: 0.8s;
  border: 0;
  background: linear-gradient(to right,#e83819,#f3850b);
}

#hero .btn-get-started:hover {
  background: #fff;
  color:#e83819;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {

  /* overflow: hidden; */
  width: 100%;
    float: left;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: left;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 47px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  color: #fff;
}

.section-title p {
  margin-bottom: 0;
}
.section-title strong{color:#e48824; font-size:26px; font-weight:400;}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  color: #fff;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.about .about-content {
  padding: 40px;
  background: #273679;

}
.about-content1{position: relative;}
.about-content1 img{
  max-width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius:0 0 0 10px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

/* .about .icon-box:hover .icon {
  background: #428bca;
} */

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #fff;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 26px;
}

.about .icon-box .title a:hover {
  color: #fff;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.getaquote{    background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  width: 21%;


}
  .getaquote a{display: inline-block;}
.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
  margin-top:30px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e48824;
    margin: 0px 15px 27px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 21px 0 24px 27px;
    display: inline-block;
    width: 30.8%;
    border-radius: 0px 0px 0px 30px;
}
.about-lists .content-item strong{display: inline-block;width: 44%;}
.about-lists .content-item strong i{float:right; color:#e48824; font-size:24px;}
.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 18px;
}

.about-lists .content-item p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  margin: 484px 0 0;
  width: 100%;
  float: left;
}

.counts .count-box {
  /* box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1); */
  padding: 30px;
  /* background: #fff;
  margin-bottom: 30px; */
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 35px;
  display: inline;
  font-weight: 700;
  color: #333;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 22px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, rgb(92, 118, 141) 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
 
  padding: 30px;
  background:#fff;
  margin: 0 0 -126px 0;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;

}

.contact .php-email-form input,
.contact .php-email-form textarea,.contact .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form select,
.contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form select{ padding: 12px 15px;}
.contact .php-email-form button[type=submit] {
  background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  border: 0;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #629fd3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  float: left;
}

#footer .footer-top {

  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  /* margin-bottom: 30px; */
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  position: relative;
}


#footer .footer-top .footer-links {
  margin-bottom: 0;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0 6px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
}
.footer-newsletter{margin-top: 15px; float: left; width:100%;}
#footer .footer-top .footer-links ul a:hover {
  color: #ce282c;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 15px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 18px;
}
.footer-newsletter p{color:#fff;}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: transparent;
  border:0;
  outline: none;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 3px;
  right: 4px;
  bottom: 3px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  color: #fff;
  transition: 0.3s;
  border-radius: 18px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: rgba(144, 80, 247, 1);
}

#footer .copyright {
  text-align: left;
  padding-top: 0;
  font-size: 17px;
  font-weight: 500;
}
#footer .copyright strong{   
   color: #ea2981;
  font-size: 19px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

.navbar-right li a{   
  background: linear-gradient(to right,#e83819,#f3850b);
  color:#fff;   
  display: inline;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
}
.navbar {
  padding: 0;
  
}
.top-con{       
  margin-top:0;
  width: 100%;
  /* display: flex; */
  z-index: 9;
  position: relative;
}
.top-con h1{
  background: #000000;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  padding: 12px 20px 12px;
  border-radius: 10px 10px 0 0;
}
.top-con h1 i{font-size:20px;}
.top-con .serchengine{
  /* background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 10px;
  padding: 22px;
  width: 82%;
  margin: -45px auto 0;
  border:1px solid #d6e4ea; */
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 10px;
  padding: 22px;
  width: 82%;
  /* margin: -45px auto 0; */
  border: 1px solid #d6e4ea;
  position: absolute;
  top: -42px;
  display: none;
}
.top-con .serchengine .engall-1{width:30%; border-right:1px solid #e8ebef;}
.top-con .serchengine .engall-1 input{border:0; background:url(../img/search-icon-1.png) no-repeat; background-position:0 50%;}
.top-con .serchengine .form-control {

  padding: 0.475rem 1.95rem;
  font-size: 17px;
  font-weight: 400;
}
.top-con .serchengine .engall-2{width:30%; border-right:1px solid #e8ebef;}
.top-con .serchengine .engall-2 input{border:0; background:url(../img/search-icon-2.png) no-repeat; background-position:0 50%;}
.top-con .serchengine .engall-3{width:30%;}
.top-con .serchengine .engall-3 input{border:0; background:url(../img/search-icon-3.png) no-repeat; background-position:0 50%;}
.top-con .serchengine .engall-4{width:6%;}
.top-con .serchengine .engall-4 button{    
  background: #2f2f89;
  border-radius: 50%;
  padding: 12px 12px;
}
.top-con .serchengine .engall-4 button i{font-size:20px;}
.back-txtbanner p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
#footer .footer-top .footer-links ul a.add{font-size:18px;}
#footer .footer-top .footer-links ul a.add1{font-size:14px;}

#footer .footer-top .footer-links p{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  margin: 7px 0 10px;
}
#footer .footer-top .footer-links button{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
  padding: 6px 12px;
}
#footer .footer-top .footer-links button img{
  height: 15px;
  margin: -3px 1px 0;
}
.track-1{
  background:#e48824;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 15px;
  padding: 52px 30px 52px 30px;
  border-radius: 0 0 0 20px;
  position: relative;
}
.track-1 img
{
  position: absolute;
  right: 0;
  bottom: 0;
}
.track-1 h1{
  color:#fff;    
  font-size: 31px;
  line-height: 30px;}
  .track-1 i{float:right;}
.email{    
  background: #142b64;
  box-shadow: 5px 5px 10px 0px rgb(86 85 85 / 18%);
  border-radius: 0;
  width:100%;
  float: left;
  /* display: flex;
  align-items: center; */
  padding: 7px 0 11px 10px;
}
.email ul{
      /* display: flex;
      justify-content: space-around; */
      padding: 0;
      margin-bottom: 0;
      background: #fff;
     
    }

.email ul li{
  
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
  float: left;
  padding:10px 10px 6px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  
}
.email ul li label{color:#fff;    width: 42%;}

.email p{
  font-size: 28px;
  color: #333;
  font-weight: 600;
}
.email .data1{width:100%; float: left;}
.email .data2{width:100%; float: left;}
.email .data2 button{   
  background: #ec2324;
  border: 0;
  width: 98%;
  padding: 8px 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  margin-top: 7px;
}
.email span{
  font-size: 18px;
  color: #949494;
  font-weight: 400;
}
.email span img{
  margin-right: 34px;
}
.email ul li input::placeholder{font-weight: 600;}
.email ul li input{   
  font-size: 14px;
  padding: 12px 10px;
}
.email ul li select{   
  font-size: 14px;
  padding: 12px 10px;
  font-weight: 600;
}
.counts ul{
  display: flex;
  justify-content: space-between;
  margin:0;
  padding:0;
}
.counts ul li{
  list-style-type: none;
  width:14.2%;
  text-align: center;
}
.counts ul li img{
  border: 1px solid #dfe6ff;
  border-radius: 50%;
  padding: 20px;
}
.counts ul li img:hover{
  background:#dee5ff;
  /* -webkit-filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
  filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8); */
  cursor:pointer;
}
.counts ul li:hover p{color:#3e47df;}
.ourwork h2{
  font-size: 18px;
  color:#273679;
  font-weight: 400;
}
.ourwork h3{
  font-size: 41px;
  color: #333;
  font-weight: 500;
  padding-bottom: 54px;
}

.box img {
  border-radius: 0px 0px 0px 30px;
}



.get-cote{
  background: #273679;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 0 30px;

}
.get-data{
  width: 60%;
  padding: 50px 50px 0;
}
.get-data h2{
  color: #fff;
  font-size: 42px;
  margin: 0 0 21px;
}
.get-data-1{
  width: 40%;
  position: relative;}
.get-data-1 img {
  position: absolute;
  left: 50px;
  bottom: 0px;
  height: 541px;
}

.get-cote-box{ position: relative;}

.get-cote-box img{ position: absolute;
  right:0;
  bottom: 0;
}

.track-2{
  background: #e48824;
  box-shadow: 5px 5px 24px 0px rgb(86 85 85 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 69px 27px 28px;
  border-radius: 0 0 0 20px;
  position: relative;
  left: 66%;
  top: 8px;
  display: inline-block;
}

  
.track-2 img
{
  position: absolute;
  right: 0;
  bottom: 0;
}
.track-2 h1{color:#fff;    font-size: 26px;
  line-height: 30px;}
  .track-2 i{float:right;}

.time__input {
  width: 100%;
}
.time__input .timepicker {
  width: 100%;
  font-size: 25px;
  padding: 10px;
  font-weight: 300;
  text-align: center;
  border: solid 1px #dee2e6;
  color: #303233;
  outline: none;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

div[id^=tp_].timepicker__wrapper {
  opacity: 0;
  height: auto;
  min-width: 150px;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  transition: max-height 0.1s ease-in-out;
  background: #f4f5f7;
  background: linear-gradient(to bottom, #e3e3e5 0%, #efefef 7%, #f4f5f7 100%);
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #dee2e6;
  border-top: transparent;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
div[id^=tp_].timepicker__wrapper * {
  box-shadow: border-box;
}
div[id^=tp_].timepicker__wrapper-active {
  opacity: 1;
  max-height: 150px;
  padding: 15px;
}
div[id^=tp_].timepicker__wrapper-full > div {
  width: 33% !important;
}
div[id^=tp_].timepicker__wrapper > div {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
  width: 50%;
  max-width: 75px;
}
div[id^=tp_].timepicker__wrapper > div .display {
  color: #303233;
  font-size: 24px;
  font-weight: 100;
  line-height: 35px;
  margin: 0px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button {
  margin: 15px auto;
  padding: 0px;
  background: #fff;
  cursor: pointer;
  background: transparent;
  border: solid 5px transparent;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button__up > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #303233;
}
div[id^=tp_].timepicker__wrapper > div .timepicker__button__down > div {
  width: 0px;
  height: 0px;
  margin: auto;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-top: solid 5px #303233;
}

.ourproject{background:url(../img/project_banner_bg.jpg) no-repeat; width:100%; height: 573px; position: relative;    margin-top: 47px;}
.ourproject::after{content:""; background:#273679db; position: absolute; top:0; left:0; right:0; bottom:0;  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;}

.ourproject .project-txt{position: absolute;     z-index: 9;    top: 21%;}
.ourproject .project-txt h2{color: #fff;
  font-size: 21px;
  font-weight: 400;margin-bottom: 20px;}
.ourproject .project-txt h3{color:#fff; font-size:45px; font-weight: 500;margin-bottom: 20px;}
.ourproject .project-txt p{color:#fff; font-size:20px; font-weight: 300;}
.ourproject .project-txt a{    background: linear-gradient(to right,#e83819,#f3850b);
  color: #fff;
  padding: 10px 32px 15px;
  border-radius: 0 0 0 10px;
  border: 0;
  transition: 0.4s;    
  margin-top: 35px;
  display: inline-block;}

  .ourproject .image-slidenew{position: absolute; left: 74%;}

  .ourproject .image-slidenew img{border-radius: 0px 0px 0px 30px;}
  .services .works{text-align: center;}
  .services .works p{    font-size: 25px;
    color: #273679;
    font-weight: 400;}
  .services .works h2{
    font-size: 40px;
    color: #333;
    font-weight: 500;
    padding-bottom: 54px;
  }
  .contact-main{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:#e48824;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 15px 0px 15px;
    padding: 18px 30px 30px 26px;
    border-radius:0 0 0 30px;
    text-align: left;
  }
  .contact-main h4{
    font-size: 28px;
    font-weight:500;
    margin-bottom: 14px;
  }
  .contact-main p{
    font-weight:300;
    line-height: 27px!important;
    font-size: 20px!important;
    margin-bottom: 23px;
  }
  .contact-main strong{display: inline-block;width: 100%;}
  .contact-main strong i{    
    float: right;
    color: #e48824;
    font-size: 24px;
    margin-top: 20px;
  }
.testomonial{display: flex;}
.testomonial img{
      height: 379px;
}
.testomonial .add{background:#273679;height: 500px; width:68%;padding:54px 0 0 105px}

.testomonial .add p{
  color: #e48824;
  font-size: 24px;
}
.testomonial .add h2{
  color: #fff;
  font-weight: 500;
  font-size: 37px;
  margin-bottom: 26px;
}
.testomonial .add strong{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}
.swiper-wrapper .clint{display: flex;margin-top: 34px;}
.swiper-wrapper .clint h3{
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}
.swiper-wrapper .clint span{
  color: #c5c5c5;
  font-weight: 300;
  font-size: 19px;
  text-transform:capitalize;
}
.swiper-wrapper .clint img{
  border-radius: 50%;
  height: 70px;
  width: 70px;
  border:2px solid#e48824;
  margin-right: 16px;
}
.section-title-1{text-align: center;}
.section-title-1 h2{    font-size: 40px;
  color: #333;
  font-weight: 500; margin-bottom:30px;}
.section-title-1 p{    font-size: 25px;
  color: #273679;
  font-weight: 400;}

.add-1{
  background:#273679;
  height: 517px;
}
.add-1 img{
  height: 571px;
    margin-top: -54px;
}

.add-1 h3{color:#fff; font-size: 45px; margin-top: 50px;margin-bottom: 36px;}

.accordion-body{font-size:18px; font-weight: 300;}
.accordion-button{font-size:20px;}
#footer .footer-top .footer-links ul li img{ 
  height: 21px;
}
#footer .footer-top .footer-links ul li span{
  background: #fc226a;
  padding: 8px 8px;
  border-radius: 50%;
  margin-right: 11px;
}
.footer-info img{    
  height: 133px;
}
.social-all-new{
  display: flex;
  justify-content: left;
  margin-top: 20px;
}

.social-all-new a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #e48824;
  line-height: 1;
  padding: 8px 0;
  margin-right: 11px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.bx{line-height:0;}
.about-lists.add-new h2{
  color: #e48824; 
  text-align: left;    
  font-size: 27px;}
.about-lists.add-new p{
  text-align: left; 
  color:#282828;
  font-size: 42px;
  font-weight: 500;
  padding-bottom: 17px;
  line-height: 44px;

}
.about-lists.add-new span{
  text-align: left;
  color: #282828;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  display: inherit;

}


.about-lists.add-new .contact-main1 {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #e48824;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 25px 0 0;
  padding: 16px 0 3px 30px;
  border-radius: 0 0 0 30px;
  text-align: left;
  display: flex;
  width: 98%;
}
.about-lists.add-new .contact-main1 h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-left: 24px;
}

.about-lists.add-new .contact-main1 p{
  font-weight: 300;
  line-height: 27px;
  font-size: 17px;
  padding-bottom: 0;
  margin-left: 24px;
}

.about-lists.add-new .contact-main1 img{float: left;}

.video-box {
  position: relative;
}
.video-box::before {
  content: "";
  background-color: #273679DB;
  position: absolute;
  height: 100%;
  width: 666px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 0px 0px 0px 30px;

}
.video-box .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e48824 50%, rgba(228, 136, 36, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.video-box .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(228, 136, 36, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.video-box .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


.video-box .play-btn:hover::after {
  border-left: 15px solid #e48824;
  transform: scale(20);
}

.video-box  .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.about-lists.add-new1{position: relative;}
.about-lists.add-new1 img{height: 495px; position: absolute; right:0;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border: 1px solid #e48824!important; background: #e48824!important; color: #fff!important;text-align: center;}
.navbar li input{width: 374px;}
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: 500;
   margin-left: 2px;
   color: #ce282c;
   cursor: pointer;
}

.add-read-more{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.counts p{
  color: #1d1d1d;
  font-weight: 600;
  font-size: 14px;
  margin: 12px 0 0;
}
/* .back-txtbanner{background:url(../img/banner-2.png) no-repeat; background-size:cover; height:381px;} */
.back-txtbanner{background-size:cover; height:381px;}
.back-txtbanner.newhome{position: relative;height:auto;}
.back-topnew{
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
}
.back-txtbanner h2{    
  float: left;
  width: 100%;
  text-align: center;
  margin: 115px 0 10px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 900;
  color: #fff;
}
.back-topnew input{
  height: 48px;
  background:url(../img/searchhome.png) no-repeat; background-position: 7px 14px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  width: 446px;
  margin: 0 auto 0;
  padding: 0 31px;

}

.back-topnew input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.back-topnew input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.back-txtbanner button{
  background: rgb(234,41,129);
background: linear-gradient(90deg, rgba(234,41,129,1) 0%, rgba(144,80,247,1) 100%);
margin: 0 auto 0;
display: flex;
text-align: center;
border: 0;
color: #fff;
font-size: 14px;
font-weight: 500;
border-radius: 14px;
padding: 6px 12px;
}
.back-txtbanner button img{
  height: 15px;
  margin: 3px 3px 0;
}


    .counts.add p{
      line-height: 26px;
      font-size: 16px;
    }
    .newdata{
      width:100%; float: left;
    }
    .newdata ul{
      margin: 0;
      padding: 0;
    }
    .newdata ul li{
      width: 100%;
      border-radius: 0;
      border: 0;
      list-style-type: disc;
      margin: 9px 16px 0;
      font-size: 14px;
      font-weight: 600;
    }

   


  .red{color: #ce282c;}
  
  

.chooseus{width:100%; float: left;    float: left;
  margin-top: 30px;}

.chooseus ul{}
.chooseus ul li{ 
  list-style-type: none;
  display: inline-block;
  width: 46%;
  float: left;
  min-height: 389px;
  margin-right: 4%;
  padding: 15px 16px 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  margin-bottom: 27px;
}

  .chooall{display:flex;}
  .chooall .firstdiv{    flex: 0 0 100px;}
  .chooall .seconddiv{    flex-basis: calc(100% - 100px);}
  .chooall .seconddiv h3{color: #142b64;
    font-size: 20px;
    font-weight: 600;}
  .chooall .seconddiv p{
    color: #142b64;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
  }

  .faq-falsetop{margin-top:15px;}
  .accordion-header {
    margin-bottom: 0;
}
.accordion-button{ color:#011251; font-size:16px; font-weight: 600; box-shadow: 0 2px 8px rgba(0, 0, 0, .3); border-radius: 10px;}
.accordion-button:not(.collapsed){background: #f5f5f5;}
  .accordion-item{margin-bottom:15px;}
  .accordion-body{ font-size:15px;
    font-weight: 500;}
    footer {background:url(../img/footer-background.png) no-repeat;}

    #footer .footer-top .footer-info img{
      height: 66px;
      margin-bottom: 11px;
    }
    #footer .footer-top h4 {
      
      position: relative;
 
    }
 
    #footer .footer-top h4:after{
      width: 100px;
      height: 2px;
      margin-top: 13px;
      display: block;
      content: "";
      background-color: #3b4260;
    }
    #footer .footer-top h4:before{
      content: "";
      position: absolute;
      top: 35px;
      left: 18px;
      width: 40px;
      height: 2px;
      background-color: #f7246f;
    }
    .navbar-nav a{
      font-size: 21px;
      font-weight: 700;
    }

    .navbar-nav a img{
      height:35px;
      margin-right:5px;
    }

    .aboutus{
      width: 100%;
      float: left;
      margin-top: 54px;
    }

    .aboutus h2{
      color: #fc226a;
      font-weight: 700;
      font-size: 17px;
      margin-top: 20px;
    }
    .aboutus h3{
      color: #01054c;
      font-weight: 700;
      font-size: 26px;
    }
    .aboutus h3 strong{
      color: #fc226a;
      font-weight: 700;
    }

    .aboutus p{
      color: #77768b;
      font-weight: 500;
      font-size: 15px;
      margin: 16px 0 16px;
    }

    .aboutus ul{margin:0; padding:0;}

    .aboutus ul li{
      list-style-type: none;
      color: #01054c;
      font-weight: 700;
      font-size: 16px;
      padding: 8px 0;
      border-bottom:1px solid #eeeeee;
    }
    .aboutus ul li strong{
      color: #fc226a;
      font-weight: 700;
    }

    .aboutus button{
      background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
      margin: 0 auto 0;
      border: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      border-radius: 14px;
      padding: 9px 12px;
      margin-top: 29px;
      border-radius:20px;
    }
    .aboutus button a{color:#fff;}
    .aboutus button img{
      height: 15px;
      margin: 0 3px 0;
    }

    .ticket-all{
      margin-top: 37px;
      float: left;
      width: 100%;
      margin-bottom: 30px;
    }

    .ticket-all h2{
      color: #000;
      font-size: 26px;
      font-weight: 700;
      margin: 0 0 10px;
      position: relative;
    }

    .ticket-all h2 hr {
      margin-top: 1rem;
      margin-bottom: 2rem;
      border: 0;
      border-top: 2px solid #9050f7;
      width: 100px;
      position: absolute;
      left: 0;
      bottom: -40px;
      opacity:1;
  }
.ticket-all ul{margin:0; padding:0;display: flex;justify-content: space-between;}
.ticket-all ul li{list-style-type: none;}
  .grid {
    display: block;
    margin: 30px auto 0;                  
    width: 100%;
    padding-left: 0;  
    font-size: 0;  
    text-align: center;
    position: relative;
  }
  
  .grid figure {
    margin: 0.1em;
    width: 100%;
    height: auto;
    background: #3085a3;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  /* Common style */
  .grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
    height: auto;
  }
  
  .grid figure figcaption {
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .grid figcaption h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 1em;
  }
  
  .grid figure figcaption::before,
  .grid figure figcaption::after {
    pointer-events: none;
  }
  
  .grid figure figcaption,
  .grid figure figcaption > a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }
  
  .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    margin: 1em;
  }
  
  .grid figure h2 span {
    font-weight: 800;
  }
  figure.effect-steve {
    z-index: auto;
    background:transparent;
  }
  
  figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
  }
  
  figure.effect-steve figcaption {
    z-index: 1;
  }
  
  figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
  }
  
  figure.effect-steve h2,
  figure.effect-steve p {
    color: #fff;
    font-weight: 400;
  }
  
  figure.effect-steve h2 {
    position: absolute;
    padding: 0.25em;
    bottom: 40px;
    width: 100%;
    text-align: left;
  }
  
  figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 400;
  }
  
  figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
  }
  
  figure.effect-steve:hover h2:before {
    opacity: 0;
  }
  
  figure.effect-steve:hover p {
    opacity: 1;
  }
  
  .grid figure,
  figcaption,
  img {
    z-index: 0;
  }
  
  .grid figure figcaption h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
  }
  
  .grid figcaption p {
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    margin: 0;
    height: 25%;
  }
  .grid.add{margin-top: 30px;}
  .grid.add img{
    height: 672px;
    border-radius: 10px;
  }

.privacy-all{float:left; width:100%; margin-top:30px; position: relative;}
.head-main.add{margin-bottom:0;}
.ourcomitment{
  float:left; width:100%;
  padding: 60px 40px 119px 67px;
  background-color: #121212;
  margin-top: 40px;
}
.ourcomitment h2{
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 28px;
}
.ourcomitment h2 strong{
  color: rgb(48, 116, 254);
  font-weight: 500;
}
.ourcomitment p{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
  #nav {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 15px;
    list-style: none;
  }
  #nav h1{
    color: #000;
    font-size: 30px;
    font-weight: 500;
  }
  #nav a {
    display: block;
    padding: 10px 0;
    color: #121212;
    font-size: 18px;
    font-weight: 500;
  }
  
  #nav a:hover {
    color: #2f2f89;
  }
  
  #section-1 {
  width:100%;
  float:left;
  }
  #section-1 .inform-1{
  width:60%;
  float:left;
  }
  #section-1 .inform-1 h1{
    color: #000;
    font-size: 30px;
    line-height: 47px;
    font-weight: 500;
    display: inline-block;
    margin: 0 23px 0 0;
    }

  #section-1 .inform-2{
    width:40%;
    float:left;
    }

  
  #section-2 {
    width:100%;
    float:left;
    margin-top: 35px;
  }
  #section-2 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight:600;
    margin-bottom: 22px;
  }
  #section-2 h1 strong{    color: rgb(2, 77, 223); display: inline-block; padding-left:64px;  
    font-weight: 600;}
  #section-2 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
  }
  #section-2 ul{margin:0; padding: 0;}
  #section-2 ul li{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    list-style-type:none;
    padding: 7px 0;
  }
  #section-2 ul li strong{
    color: rgb(2, 77, 223);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-right: 2px;
  }
  #section-3 {
    width:100%;
    float:left;
    margin-top: 35px;
  }
  #section-3 ul {
    margin: 0;
    padding: 0;
}
#section-3 ul li{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  list-style-type:none;
  padding: 7px 0;
}
#section-3 ul li strong{
  color: rgb(2, 77, 223);
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin-right: 2px;
}
  #section-3 h2{
    color: rgb(2, 77, 223);
    font-size: 40px;
    line-height: 47px;
    font-weight:500;
  }
  #section-3 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
  }
  #section-3 h3{
    color: #121212;
    font-size: 19px;
    font-weight: 500;
    margin: 12px 0 15px;
  }
  #section-4 {
    width:100%;
    float:left;
    margin-top: 35px;
  }
  #section-4 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 22px;
  }
  #section-4 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 600;
  }

  #section-4 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
  }

  #section-4 ul{
    margin: 0 0 0 33px;
    padding: 0;
  }
  #section-4 ul li{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    list-style-type: none;
    padding: 7px 0;
    list-style-image: url(../img/bullet-pointer.beb4763e.svg);
  }

  #section-5 {
    width:100%;
    float:left;
    margin-top: 35px;
  }
  #section-5 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 22px;
  }
  #section-5 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 600;
  }

  #section-5 h2{
    color: #000;
    font-size: 27px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #section-5 h2 strong{
    color: rgb(2, 77, 223);
    font-weight: 600;
  }
  #section-5 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
  }

  #section-5 ul{
    margin: 0 0 0 33px;
    padding: 0;
  }
  #section-5 ul li{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    padding: 4px 0;
  }
  #section-5 span{
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 9px;
    background:url(../img/bullet-pointer.beb4763e.svg) no-repeat;
    background-position: 0 -5px;
    padding: 0 41px;
  }
  #section-5 span strong{
    color: #000;
    font-weight: 600;
  }

  #section-5 hr{
    border: 8px solid rgb(2, 77, 223);
    width: 309px;
    opacity: 1;
    border-radius: 0 16px 0 0;
  }
  #section-6 {
    width:100%;
    float:left;
    margin-top: 35px;
  }
  #section-6 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #section-6 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 500;
  }

  #section-6 span{
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 9px;
    background:url(../img/bullet-pointer.beb4763e.svg) no-repeat;
    background-position: 0 -5px;
    padding: 0 41px;
  }
  #section-6 span strong{
    color: #000;
    font-weight: 600;
  }
  #section-6 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }

  #section-6 ul{
    margin: 0 0 0 33px;
    padding: 0;
  }
  #section-6 ul li{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 4px 0;
  }
  #section-7 {
    width:100%;
    float:left;
    margin-top:35px;
  }

  #section-7 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #section-7 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 500;
  }

  #section-7 span{
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 9px;
    background:url(../img/bullet-pointer.beb4763e.svg) no-repeat;
    background-position: 0 -5px;
    padding: 0 41px;
  }
  #section-7 span strong{
    color: #000;
    font-weight: 600;
  }
  #section-7 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }

  #section-7 ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  #section-7 ul li{
    list-style-type: none;
  }
  #section-7 hr{
    border: 8px solid rgb(2, 77, 223);
    width: 309px;
    opacity: 1;
    border-radius: 0 16px 0 0;
  }
  #section-7 h2 strong {
    color: rgb(2, 77, 223);
    font-weight: 600;
}

  #section-8 {
    width:100%;
    float:left;
    margin-top:35px;
  }

  #section-8 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #section-8 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 500;
  }

  #section-8 span{
    display: inline-block;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 9px;
    background:url(../img/bullet-pointer.beb4763e.svg) no-repeat;
    background-position: 0 -5px;
    padding: 0 41px;
    width: 100%;
  }
  #section-8 span strong{
    color: #000;
    font-weight: 600;
  }
  #section-8 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }

  #section-8 h2{
    color: #000;
    font-size: 18px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  
  #section-9 {
    width:100%;
    float:left;
    margin-top:35px;
    margin-bottom:35px;
  }
  #section-9 h1{
    color: #000;
    font-size: 40px;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #section-9 h1 strong{
    color: rgb(2, 77, 223);
    font-weight: 500;
  }
  #section-9 p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0 0;
  }
  .data-globalprovider-table {
    margin-top: 24px;
}
.data-globalprovider-table th {
  padding: 20px 16px;
  width: 33%;
}
.data-globalprovider-table td {
  border: 1px solid #d9dae2;
  padding: 20px 16px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
}

.data-globalprovider-table table tr th {
  height: 22px;
  flex-grow: 0;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #d9dae2;
  border-collapse: collapse;
}
  
.sponsored{width:100%; float:left; margin-top:35px;}
.sponsored h2{
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 55px;
  text-align: center;
  position: relative;
}
.sponsored h2 strong {
  color: #fc226a;
  font-weight: 700;
}
.sponsored h2 hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #9050f7;
  width: 141px;
  position: absolute;
  left: 34%;
  bottom: -47px;
  opacity: 1;
}
.sponsored ul{
  margin:0; 
  padding:0;
  display: flex;
  justify-content: space-between;
}
.sponsored ul li{list-style-type:none; position: relative;}
.sponsored ul li img{border-radius:10px;}
.sponsored ul li .offers-deal{
  position: absolute;
  background: #fff;
  bottom: 61px;
  padding: 11px;
  left: 13%;
  margin-left: 80px;
  width: 77%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 7px;
}
.sponsored ul li .offers-deal p{
  color: #fc226a;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.sponsored ul li .offers-deal h3{
  color: #010144;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
}
.sponsored ul li .offers-deal span{
  color: #8d95a8;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.sponsored ul li .offers-deal h4{
  color: #fc226a;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 4px;
}
.concert-poplar{
  width:100%;
  float:left;
  margin-top:35px;
}
.concert-poplar h2{
  color: #ff1d60;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 4px;
  text-align: center;
  position: relative;
}

.concert-poplar h3{
    color: #000;
    font-size:35px;
    font-weight: 900;
}
.concert-poplar ul{    
  margin: -148px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.concert-poplar ul li{list-style-type: none; margin-right: 38px;  position: relative;}
.concert-poplar ul li:last-child{margin-right:0;}
.concert-poplar ul li img{border-radius:8px;}
.concert-poplar ul li p{  
  position: absolute;
  top: 60%;
  left: 21%;
  color: #000;
  font-size: 20px;
  font-weight: 400;

}

.sports{
  width:100%;
  float:left;
  margin-top:35px;
}
.sports h2{
  color: #000;
  font-size:35px;
  font-weight: 900;
  margin: 10px 0 30px;
}

#news-slider2 p{    
  font-size: 19px;
  font-weight: 400;
  color: #010144;
  margin: 16px 0 13px;}

#news-slider2 img{border-radius:10px;}
.artist{
    width:100%;
    float:left;
    margin-top:35px;
}

.artist h2{
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: 3px 0 52px;
    position: relative;
}
.artist h2 strong{
  color: #ff1d60;
  font-weight: 700;
  position: relative;
}
.artist h2 hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #9050f7;
  width: 141px;
  position: absolute;
  left: 35.7%;
  bottom: -47px;
  opacity: 1;
}

.artist ul{margin:0; padding:0;display: flex;justify-content: space-between;}
.artist ul li{
  list-style-type: none;
  border: 2px solid #d5c1fc;
  padding: 20px 20px 0;
  border-radius: 10px;
}
.artist ul li img{border-radius:10px;}
.artist ul li .banner-all{
  display: flex;justify-content: space-between;
  margin: 15px 0 18px;
}
.artist ul li .banner-all span{display: inline-block; font-size:16px; color:#010144;}
.family-all{
  width:100%;
  float:left;
  margin-top:35px;
}

.family-all h2{
  color: #000;
  font-size: 35px;
  font-weight: 700;
  text-align: left;
  margin: 6px 0 19px;
}


.family-all ul{margin:0; padding:0;display: flex;justify-content: space-between;}
.family-all ul li{
list-style-type: none;
}
.family-all ul li img{border-radius:10px;}
.family-all ul li .banner-all{
display: flex;justify-content: space-between;
margin: 15px 0 18px;
}
.family-all ul li .banner-all span{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #010144;
}
.footer-banner{
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 22px;
}

.footer-banner .footer-1{float:left; width:100%;}
.footer-banner .footer-1 ul{margin:0; padding:0; display:flex; justify-content: center;}
.footer-banner .footer-1 ul li{
  list-style-type:none; 
}

.footer-banner .footer-1 ul li img{
  border-radius:10px;
  margin-right: 11px;
}

.about-us{    
  float: left;
  width: 100%;
  margin-top: 0;
  background: url(../img/about-us-banner.png) no-repeat;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position:bottom;
}
.about-us strong{
  color: #fc226a;
  font-weight: 500;
  font-size: 21px;
}
.about-us h1 {
    color: #080a53;
    font-weight: 700;
    line-height: 32px;
    font-size: 21px;
    margin: 10px 0 0;
}
.about-us p{
  color: #172d41;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin: 20px 0 11px;
}
.about-u .banner-about{display:flex; justify-content:center;}

#news-slider2 .owl-nav .owl-prev {
  position: absolute;
  top: 24%;
  left: -12px;
  font-size: 51px;
  border-radius: 20px;
  color: #747474;
}
#news-slider2 .owl-nav .owl-next {
  position: absolute;
  top: 24%;
  right: -12px;
  font-size: 51px;
  border-radius: 20px;
  color:#747474;
}
#news-slider3 .owl-nav .owl-prev {
  position: absolute;
  top: 29px;
  left: -12px;
  font-size: 35px;
  border-radius: 20px;
  color:#747474;
}
#news-slider3 .owl-nav .owl-next {
  position: absolute;
  top: 29px;
  right: -12px;
  font-size: 35px;
  border-radius: 20px;
  color:#747474;
}
#news-slider3 p{    
  font-size: 18px;
  font-weight: 600;
  color: #010144;
  margin: 16px 0 13px;
}

.trending-events{
  width:100%;
  float:left;
  margin-top:35px;
}
.trending-events h2{
  color: #080a53;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 17px;
}
.trending-events h2 span{
  background: #f81868;
  display: inline-block;
  width: 82%;
  margin-left: 7px;
  height: 18px;
  border-radius: 0 24px 0 0;
}
.blue-all{float:left; width:100%; background:#011c7d; padding: 73px 0 57px 0; margin-top: 35px;}
.blue-all .ticketmain{float:left; width:100%;}
.blue-all .ticketmain ul{
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 0;
} 
.blue-all .ticketmain ul li{
  list-style-type: none;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px 0;
  margin-right: 20px;
  width: 24%;
}
.blue-all .ticketmain ul li:last-child{margin-right:0;}
.blue-all .ticketmain ul li img{
  float: left;
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  padding: 6px 6px;
  border-radius: 50%;
  margin-right: 11px;
}
.blue-all .ticketmain ul li span{
  border: 2px dashed #fc2d71;
  display: inline-flex;
  width: 64px;
  border-radius: 50%;
  padding: 4px 4px;
}
.blue-all .ticketmain ul li h2{
  color: #010144;
  font-weight: 700;
  font-size: 17px;
}
.blue-all .ticketmain ul li p{
  color: #010144;
  font-weight: 400;
  font-size: 15px;
}

.blue-all .ticketmain ul li .lft{
  float: left;
    width: 30%;
}
.blue-all .ticketmain ul li .rft{
  float: left;
    width: 70%;
}
.tradingnow{float:left; width:100%; margin-top:35px;}
.tradingnow h2{
  color: #080a53;
  font-size: 30px;
  font-weight: 800;
  margin: 3px 0 16px;
}
.tradingnow ul{    
  margin: 0 23px 0;
  padding: 0;
}
.tradingnow ul li{ 
  float: left;
  width: 50%;
  color: #034cdf;
  font-weight: 500;
  font-size: 16px;
  list-style-type: square;
  padding: 3px 0;
}

.news-trends{
  float: left;
  width: 100%;
  margin-top: 47px;
  margin-bottom: 20px;
}
.news-trends h2{
  color: #080a53;
  font-size: 28px;
  font-weight: 700;
  margin: 3px 0 6px;
}
.news-trends p{
  color: #010144;
  font-weight: 500;
  font-size: 17px;
}
.news-trends .trand-all{
  float:left; width:100%;
}

.news-trends .trand-all .trand-1{float:left; width:56%; margin-right:2%;}
.news-trends .trand-all .trand-1 h2{
  color: #080a53;
  font-size: 22px;
  font-weight: 700;
  margin: 11px 0 6px;
}
.news-trends .trand-all .trand-1 p{
  color: #010144;
  font-weight: 500;
  font-size: 16px;
}
.news-trends .trand-all .trand-1 img{border-radius:10px;}
.news-trends .trand-all .trand-2{float:right; width:42%;}
.news-trends .trand-all .trand-2 ul{margin:0; padding:0; display:flex; justify-content: space-between;}
.news-trends .trand-all .trand-2 ul li{
  list-style-type:none;
  margin-right:18px;
}
.news-trends .trand-all .trand-2 ul li:last-child{
  margin-right:0;
}
.news-trends .trand-all .trand-2 ul li h2{
  color: #080a53;
  font-size: 20px;
  font-weight: 400;
  margin: 11px 0 6px;
}
.news-trends .trand-all .trand-2 ul li p{
  color: #010144;
  font-weight: 600;
  font-size: 15px;
}
.news-trends .trand-all .trand-2 ul li img{border-radius: 10px;}
.back-txtbanner.add{background: url(../img/concert-banner.png) no-repeat;}

.poplar-concert{
  width:100%;
  float:left;
  margin-top: 35px;
}
.poplar-concert h2{
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 25px;
  position: relative;
}
.poplar-concert h2 hr{
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 3px solid #e01177;
  width: 100px;
  left: 41%;
  position: absolute;
  bottom: -44px;
  opacity: 1;
}
.poplar-concert .single-img {
  position: relative;
  width: 100%;
  float: left;
  margin: 9px 0 0;
}

.poplar-concert .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.poplar-concert .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(0, 0, 0, .30);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  cursor: pointer;
}

.poplar-concert .single-img:hover .img-overlay {
  height: 100%;
  border-radius: 10px;
}

.poplar-concert .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: bold;
}
.poplar-concert .text span{
  font-weight: 300;
}
.poplar-concert .newdiv1{width:49%; float:right; margin-top:8px;}
.poplar-concert .newdiv2{width:49%; float:left; margin-top:8px;}
.concertsevents{float:left; width:100%; margin-top:40px;}
.concertsevents h2{
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0;
  text-transform: uppercase;
}
.concertsevents p{
  color: #f12779;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 31px;
  text-align: center;
}
.concertsevents .eventresult{
  float:left; width:100%; margin-bottom: 30px;
  
}
.concertsevents .eventresult ol{margin:0; padding:0;}
.concertsevents .eventresult ol li{list-style-type: none; }

.concertsevents .eventresult .incrige1{
  float: left;
  width: 7%;
  text-align: left;
  position: relative;
}
.concertsevents .eventresult .incrige1::after{
  content: "";
  border-left: 3px dashed #a375ff;
  height: 267px;
  position: absolute;
  left: 17px;
  top: 40px;
}

.concertsevents .eventresult .incrige1 span{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  width: 40px;
  height: 40px;
  padding: 7px 7px;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.concertsevents .eventresult .incrige2{
  float:left; width:93%; 
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  padding: 20px;
  border-radius: 10px;
}
.concertsevents .eventresult ol li .result-1{
float:left; width:30%;
}
.concertsevents .eventresult ol li .result-1 img{
  border-radius:10px;
  border:2px solid #9050f7;
}
.concertsevents .eventresult ol li .result-2{
  float:left; width:70%;
}
.concertsevents .eventresult ol li .result-2 h2{
  color: #f12779;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 7px;
  text-align:left;
}
.concertsevents .eventresult ol li .result-2 p{
  color: #6d7680;
  font-size: 17px;
  font-weight: 400;
  text-align:left;
  margin: 0 0 15px;
}
.concertsevents .eventresult ol li .result-2 h3{
  color: #010144;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
  text-align:left;
}
.concertsevents .eventresult ol li .result-2 span{
  color: #010144;
  font-size: 18px;
  font-weight: 300;
  text-align:left;
}
.concertsevents .eventresult ol li .result-3{
   display: flex; 
   justify-content: space-between; 
   margin-top:18px;
   align-items: center;
}

.concertsevents .eventresult ol li .result-3 .tt-1{
  color: #f12779;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.concertsevents .eventresult ol li .result-3 button{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  margin: 0 auto 0;
  display: flex;
  text-align: center;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 14px;
  padding: 10px 12px;
}

.concertsevents .eventresult ol li .result-3 button img {
  height: 15px;
  margin: 3px 3px 0;
}

.more-eventd{
  float: left;
  width: 100%;
  text-align: center;
  margin: 40px 0 40px;
}
.more-eventd button{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  margin: 0 auto 0;
  display: flex;
  text-align: center;
  border:2px solid #9050fa;
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  border-radius: 31px;
  padding: 12px 18px;
}
 
.more-eventd button img {
  height: 24px;
  margin: 9px 8px 0;
}
.nearby{
  float: left;
  width: 100%;
  margin-top: 35px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 10px;
  padding: 18px 17px 18px;
}
.nearby ul{margin:0; padding:0; display: flex; align-items: center;}
.nearby ul li{list-style-type:none; margin: 0 25px 0 0;}
.nearby ul li .form-control.addnew1{
  background-image: url("../img/calenderconcerts-icon.png"), linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  background-repeat:no-repeat;
  border-radius: 12px;
  padding: 13px 46px 12px;
  background-position: 0;
  color: #fff;
  border-radius: 12px;
}

.nearby ul li .thisweek{
  background-image: url(../img/mapconcerts-icon.png), linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 16px 45px 18px;
    background-position: 0;
    color: #fff;
    border-radius: 12px;
}

.nearby ul li .form-control.addnew2{
  background:url(../img/arrow-down.png) no-repeat;
  background-position: 95% 50%;
  padding: 11px 12px 11px;
  font-size: 17px;
  font-weight: 500;
  color: #011251;
  border-radius: 12px;
  border: 2px solid #9050fa;
}
.nearby ul li .form-control.addnew3{
  background:url(../img/arrow-down.png) no-repeat;
  background-position: 95% 50%;
  padding: 11px 24px 11px;
  font-size: 17px;
  font-weight: 500;
  color: #011251;
  border-radius: 12px;
  border: 2px solid #9050fa;
}
.back-txtbanner.add2 {
  background: url(../img/sportz-banner.png) no-repeat;
}
.back-txtbanner.add3 {
  background: url(../img/art-banner.png) no-repeat;
}
.back-txtbanner.add4 {
  background: url(../img/art-theater--banner.png) no-repeat;
}
.back-txtbanner.add5 {
  background: url(../img/family-banner.png) no-repeat;
}
.back-txtbanner.add6 {
  background: url(../img/contactus-banner.png) no-repeat;
}
.concertsevents .eventresult ol li .result-2 .txt-rgt{
  float: right;
  margin-top: -26px;
  text-align: center;
  font-weight: 600;
  line-height: 21px;
}
.contct-top{margin:48px 0 48px; width:100%; float:left;}
.officeaddress{width:100%; float:left;}
.officeaddress ul{margin:0; padding:0; display: flex; justify-content: space-between;}
.officeaddress ul li{list-style-type: none; text-align: center;}
.officeaddress ul li img{
  background: #fc226a;
  display: block;
  margin: 0 auto 20px;
  padding: 17px;
  border-radius: 50%;

}
.officeaddress ul li strong{
  font-size: 19px;
  font-weight: 700;
  color: #000042;
  margin: 0 0 4px;
  display: inline-block;
}
.officeaddress ul li p{
  font-size: 15px;
  font-weight: 400;
  color: #010144;
  margin: 0 0 4px;
}

.back-color{background:#f8f9fe;}
.gettouch{width:100%; float: left;}
.gettouch img{border-radius:10px;}
.gettouch h2{font-size:20px; color:#010144; font-weight: 600; margin-top: 15px;}
.gettouch p{font-size:15px; color:#010144; font-weight: 400; margin-bottom: 26px;}
.gettouch .tuch-1{display: flex; justify-content: space-between; margin-bottom:26px; background: #fff; border-radius: 10px;}
.gettouch .tuch-1 span{display: inline-flex; width:48%;}
.gettouch .tuch-1 input{padding: 8px 0 8px 42px;}
.gettouch .tuch-1 textarea{padding: 9px 0 8px 48px;}
.gettouch .tuch-1 input.add{background:url(../img/name-icon.png) no-repeat; background-position: 1% 50%;}
.gettouch .tuch-1 input.add2{background:url(../img/mail-icon.png) no-repeat; background-position: 1% 50%;}
.gettouch .tuch-1 input.add3{background:url(../img/phone-iconnew.png) no-repeat; background-position: 1% 50%;}
.gettouch .tuch-1 textarea.add4{background:url(../img/massage-icon.png) no-repeat; background-position: 1% 22%;}
.gettouch .tuch-1 textarea.add7{background:url(../img/fq-banner.png) no-repeat; background-position: 1% 22%;}
.back-txtbanner.add11{background:url(../img/term-banner.png) no-repeat; background-position: 1% 22%;}
.gettouch .tuch-1 .form-control {border:0;}
.gettouch .tuch-1 input::placeholder,.gettouch .tuch-1 textarea::placeholder {
  color:#1c003b; font-weight:600; font-size:15px;
  opacity: 1;
}

.gettouch .tuch-1 input::-ms-input-placeholder,.gettouch .tuch-1 textarea::-ms-input-placeholder {
  color:#1c003b; font-weight:600; font-size:15px;
}
.gettouch .tuch-1 button {
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  text-align: left;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 14px;
  padding: 10px 12px;
}
.gettouch .tuch-1 button img{
  height: 21px;
}

.tabs-contect{margin-top:30px; margin-bottom: 30px; float:left; width:100%;}
.tabs-contect .nav-pills .nav-link.active,.tabs-contect .nav-pills .show>.nav-link{--bs-nav-pills-link-active-bg:transparent; color:#011251; font-weight: 600; font-size:16px; border-bottom:4px solid #011251; border-radius:0;}
.tabs-contect .nav-pills{
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 10px;
  padding: 6px 6px 0;
}
.tabs-contect .nav-link{color:#0d6efd; font-weight:500; font-size:15px;}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}
.terms{width:100%; float: left; margin:30px 0 30px;}
.terms h2{
  color: #010144;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 18px;
}
.terms p{
  color: #010144;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.terms p strong{
  font-weight: 600;
}
.hide-destop{display:block;}
.hide-mobile {
    display: none;
}
#myVideo {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.back-topnew ul{
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 12px 16px;
  display: inline-block;
  width: 447px;
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 362px;
  overflow-y: auto;
}

.back-topnew ul li{list-style-type: none;
  text-align: left;
  padding: 4px 18px 0px;
}

    .back-topnew ul li a {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        background: none;
        width: auto;
        height: auto;
        display: inline-block;
        margin-top: auto;
        line-height: normal;
    }

.pop-new{display: flex; justify-content: space-between; margin-bottom:30px;}
.pop-new span{width: 32%;display: inline-flex;}
.pop-new span input::placeholder{color:#01054c;}
.pop-new span .form-control{color:#002244;border-color:#ededed;}
.pop-new span .form-control.add{background:url(../img/dropdown-arrow.png) no-repeat;    background-position: 97% 50%;}
.pop-new span .form-control.add2{background:url(../img/clander.png) no-repeat;    background-position: 97% 50%;}
.modal-header span{    margin-left: 400px; color: #000;}
.modal-header span strong{color:#01054c; margin-left: 20px;}
.pop-new button{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  margin: 0 auto 0;
  border: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 14px;
  padding: 9px 28px;
  margin-top: 4px;
  border-radius: 20px;
  display: inline-block;
}
.back-txtbanner.add7 {
    background: url(../img/banner-2.png) no-repeat;
    background-size: cover;
    height: 381px;
}
.back-txtbanner.add8 {
  background: url(../img/instant-banner.png) no-repeat;
  background-size: cover;
  height: 250px;
}
.instant-button{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  margin: 0 auto 0;
  border: 0;
  color: #fff!important;
  font-size: 13px !important;
  font-weight: 600;
  border-radius: 14px;
  padding: 9px 12px!important;
  margin-top: 0;
  margin-left: 16px;
  border-radius: 20px;

}
.select-artist{width:100%; float:left; margin-top:20px;}

.select-artist h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 25px;
  position: relative;
}
.select-artist h2 hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 6px solid #091e6a;
  border-radius:20px;
  width: 25px;
  left: 0;
  position: absolute;
  bottom: -44px;
  opacity: 1;
}

.artist-singer{
  width: 100%;
  float: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 13px;
  margin-top: 25px;
  padding:20px;
}
.artist-singer ul{
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.artist-singer ul li{list-style-type:none; background:url(../img/back-concert.png) no-repeat; width:196px; height:268px;    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);     border-radius: 24px;}
.artist-singer ul li a{
  display: grid;
  text-align: center;
}
.artist-singer ul li a strong{
  color: #0a1b5f;
  font-size: 13px;
  font-weight: 900;
  margin-top: 14px;
}
.artist-singer ul li:hover{box-shadow: 0 8px 16px rgba(0, 0, 0, .3);}

.artist-singer ul li a img{
  display: block;
  margin: 40px auto 0;
  border-radius:50%;
}

.tabs-contect h3{
  margin: 11px 0 24px;
  font-size: 28px;
  font-weight: 600;
}
.back-txtbanner h3 {
  float: left;
  width: 100%;
  text-align: center;
  margin: 115px 0 23px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}
.back-txtbanner.add9 {
  background: url(../img/thnkyou-banner-1.png) no-repeat;
  background-size: cover;
  height: 450px;
}
.welcome-concertz{float: left; width:100%; margin-top:30px;}

.welcome-concertz p{
  font-size: 19px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.welcome-concertz h2{
  font-size: 35px;
  color: #000;
  font-weight: 900;
  text-align: left;
  margin: 20px 0 35px;
}

.welcome-concertz ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.welcome-concertz ul li {
    list-style-type: none;
    text-align: center;
    background: #f8f9fe;
    width: 21%;
    padding: 10px;
    border-radius: 10px;
}
.welcome-concertz ul li img {
  background: #fc226a;
  display: block;
  margin: 0 auto 20px;
  padding: 17px;
  border-radius: 50%;
}
.welcome-concertz ul li strong {
  font-size: 19px;
  font-weight: 700;
  color: #000042;
  margin: 0 0 4px;
  display: inline-block;
}
.welcome-concertz ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #010144;
  margin: 0 0 4px;
}
.make-booking{
  float: left; width:100%; margin-top:70px;
}
.make-booking h2{
  font-size: 35px;
  font-weight: 700;
  color: #000042;
  margin: 0 0 12px;
}
.make-booking p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.make-booking ul{
  margin: 0 0 0 40px; padding:0;
}
.make-booking ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background:#f5f5f7;
  border-radius:20px;
}
.make-booking ul li img{border-radius: 20px 0 0 20px;}
.make-booking ul li span{    
  display: inline-block;
  background: #fc226a;
  border-radius: 50%;
  padding: 3px 4px;
}
.make-booking ul li span img{
  height: 20px;
}
.take-expert{
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 14px;
  padding: 8px 0 15px;
}
.take-expert h2{
  font-size: 30px;
  font-weight: 700;
  color: #000042;
  margin: 0 0 12px;

}
.take-expert p{
  font-size: 19px;
  font-weight: 400;
  color: #000;
}
.take-expert a{
  background: linear-gradient(90deg, rgba(234, 41, 129, 1) 0%, rgba(144, 80, 247, 1) 100%);
  border: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 13px 12px;
  margin-top: 0;
  margin-left: 16px;
  border-radius: 20px;
  margin: 3px 0 0;
  display: inline-block;
}
.extxt{
  background: #f5f5f7;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
}
.carze{float:left;width:100%;}
.carze p {
    color: #172d41;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}
.carze p strong {
    color: #080a53;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
.terms h3 {
    color: #010144;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 18px;
}
.mob-1{display:none!important;}
.back-topnew a{display:none;}

.searchpop1 {
    width: 100%;
    max-width: 386px;
    background: #fff;
    padding: 0 0 0;
    margin: auto;
    margin-top: 15%;
    text-align: center;
    border-radius: 11px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}