body {
  margin: 0;
  padding: 0;
  line-height: 1.85em;
  font-size: 14px;
  font-family: poppins, sans-serif;
  color: #242732;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: roboto, Arial, sans-serif;
  font-weight: 400;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  color: #d96825;
}

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

input:focus,
button:focus,
a:focus {
  outline: 0;
}

.btn {
  backface-visibility: hidden;
  border-radius: 0;
  color: #242732;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition: 0.3s;
  font-weight: 500;
  border: 2px solid #242732;
  background-color: #fff;
}

.btn:hover {
  transform: scaleX(1);
  color: #fff;
  background: #d96825;
  border-color: #d96825;
}

.btn:focus {
  -webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}

.btn:active {
  top: 2px;
}

.single-section {
  padding: 120px 0;
}

.single-section.silver-bg {
  background-color: #ffffff;
}

.single-section .section-heading {
  margin-bottom: 0px;
}

.section-heading .section-title {
  font-weight: 800;
  font-size: 30px;
  color: #d96825;
  margin-bottom: 40px;
  /* font-family: Raleway, sans-serif; */
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-heading .section-title::before {
  /* content: ''; */
  height: 3px;
  width: 70px;
  background: #d96825;
  position: absolute;
  bottom: -15px;
  left: 0;
  margin: 0 auto;
}

h5.subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.description,
.section-description {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.98);
}

.circle {
  margin: 0 auto;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 84px;
  height: 84px;
}

.circle::before {
  content: "";
  height: 48px;
  width: 48px;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(36, 39, 50, 0.26);
  border-top-color: #d96825;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

.circle h6 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}

.social-icons {
  list-style: none;
  margin-bottom: 8px;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  padding: 0 2px;
}

.social-icons li a {
  color: #1f1f1f;
}

.social-icons li a i {
  font-size: 14px;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  /* background-image: linear-gradient(-60deg, #e56e00 50%, #2900ff 50%); */
  bottom: 0;
  left: -50%;
  opacity: 0.3;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}

ul.bullets {
  line-height: 31px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
}

ul.bullets li {
  position: relative;
  padding-left: 28px;
}

ul.bullets li:before {
  content: "\ecff";
  font-family: fontello;
  font-style: normal;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  background: #32a067;
  border-radius: 50px;
  font-size: 9px;
  font-weight: 100;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.hero-section {
  /* background-image: url(../images/page-hero.jpg); */
  padding-top: 180px;
  padding-bottom: 90px;
  position: relative;
}

.hero-section:before {
  content: "";
  /* background-image: linear-gradient(130deg, #17008e 0%, #5d0707 100%); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: 1;
}

.hero-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -250px;
  bottom: 0;
  /* background-image: url(../images/cw-right-bottom.png); */
  background-repeat: no-repeat;
  width: 100%;
  height: 725px;
  background-position: right;
}

.hero-section .hero-content {
  position: relative;
  z-index: 9;
}

.hero-section .hero-content h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.hero-section .hero-content .breadcrumb {
  background: 0 0;
  color: #fff;
  padding-left: 0;
  margin-top: 0;
  padding: 2px 0;
}

.hero-section .hero-content .breadcrumb li {
  padding-right: 20px;
  position: relative;
}

.hero-section .hero-content .breadcrumb li::after {
  content: "\e8a3";
  font-family: fontello;
  font-style: normal;
  color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 100;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

.hero-section .hero-content .breadcrumb li:last-child::after {
  content: "\e8a3";
  display: none;
}

.hero-section .hero-content .breadcrumb li:last-child {
  padding-right: 0;
}

.hero-section .hero-content .breadcrumb li a {}

.header-area {
  width: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  /*padding: 15px 170px;*/
  padding: 15px 40px;
  position: absolute;
  background: rgba(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255);
}

.header-area.fixed {
  position: fixed;
  border-bottom: 0;
  top: 0;
  transition: 450ms ease-out;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  border-color: rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
}

.header-area.fixed .menu li a:before {
  background-color: #d96825;
}

.header-area.fixed #logo_home a {
  background-image: url("../img/logo.png");
}

.header-area.fixed .menu li a.active,
.header-area.fixed .menu li a:hover {
  color: #d96825;
}

.header-area.fixed .menu li a {
  color: #333;
}

.header-area #logo_home {
  position: relative;
  z-index: 3;
}

.header-area #logo_home a {
  width: 260px;
  height: 100px;
  display: block;
  background: url("../img/logo-new.png");
  background-repeat: no-repeat;
  background-position: left top;
  text-indent: -9999px;
}

.imghover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.imghover::before {
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000ba;
  text-align: center;
  font-size: 4rem;
  line-height: 2rem;
  padding: 40% 0;
  opacity: 0;
  transition: all 0.6s ease;
  color: #fff;
}

.fleft {
  float: left;
  width: 100%;
  padding: 5rem 0;
}

.imghover:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}

.owl-controls {
  position: absolute;
  margin-top: 300px;
}

.owl-nav button.owl-next {
  padding: 0 13px !important;
  background: url(../images/arrow-right.png) no-repeat !important;
  background-size: contain !important;
  border: 1px solid #ffffff;
  pointer-events: visible;
  width: 38px;
  outline: 0;
  height: 66px;
}

.owl-nav button.owl-prev {
  padding: 0 13px !important;
  background: url(../images/arrow-left.png) no-repeat !important;
  background-size: contain !important;
  border: 1px solid #ffffff;
  pointer-events: visible;
  outline: 0;
  width: 38px;
  height: 66px;
}


.owl-carousel .owl-nav button.disabled {
  display: none;
}

.owl-nav {
  width: 9%;
  position: absolute;
  pointer-events: none;
  top: 113%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar {
  padding: 0;
}

.navbar .navbar-toggler-icon {
  color: #fff;
  height: inherit;
  font-size: 30px;
  width: inherit;
  margin: 0;
  display: block;
}

.fixed .navbar .navbar-toggler-icon {
  color: #333;
}

.navbar .navbar-toggler {
  position: absolute;
  z-index: 9;
  padding: 0;
  top: 0px;
  right: 0;
}

.menu {
  z-index: 3;
  margin: 0;
  padding: 70px 0 0 0;
  list-style-type: none;
  position: absolute;
  right: 0px;
}

.menu li {
  position: relative;
}

.menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin: 0 12px;
  display: block;
  position: relative;
}

.fixed .menu li a {
  color: #333;
}

.fixed .menu li a.active,
.fixed .menu li a:hover {
  color: #d96825;
  text-shadow: none;
}

.menu li a.active,
.menu li a:hover {
  color: #000;
  text-shadow: none;
}

.menu li a:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: solid 2px #000;
  pointer-events: none;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.menu li a:hover:before,
.menu li a.active:before,
.menu li a:hover:before {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.menu li a:active {
  top: 2px;
}

.fixed .menu li a:before {
  top: -15px;
  border-color: #d96825;
}

@media screen and (min-width: 991px) {
  .menu li a {
    padding: 10px 0;
  }

  .header-area.fixed {
    padding: 20px 0;
  }

  .menu li a:before {
    top: -20px;
  }
}

.header-area .social-icons {
  margin-bottom: 0;
}

.header-area .social-icons li a {
  color: #333;
  background: #fff;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  padding: 6px;
  display: block;
  text-align: center;
}

.header-area.fixed .social-icons li a:hover,
.header-area .social-icons li a:hover {
  background: #fc3c59;
  color: #fff;
}

.header-area.fixed .social-icons li a {
  color: #fff;
  background: #333;
}


.home-area {

  /* position: relative; */
 
  /* overflow: hidden; */
  /* margin-top: 131px; */
  float: left;
  width: 100%;
}
 .banner-desk {
  width: 100%;
  background:no-repeat;
  
}
.banner-desk img{
  width: 100%;
  background:no-repeat;
  
}

.banner-mob{
  display: none;
}


.block{
  display: block;
}
.display{
  display: none;
}


.home-area .container {
  position: relative;
}

.home-area .home-content {
  position: relative;
  z-index: 99;
  color: #fff;
}

.home-area .main-head {
  font-weight: 700;
  font-size: 62px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.home-area .description {
  font-size: 20px;
  width: 100%;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 30px;
}

.cd-headline.clip b>i {
  font-style: normal;
  color: #d96825;
}

.home-area .button-area a:first-child {
  margin-left: 0;
}

.home-area .button-area .btn:last-child:hover,
.home-area .button-area .btn:first-child {
  margin-right: 10px;
  background-color: #d96825;
  border-color: #d96825;
  color: #fff;
}

.home-area .button-area .btn:last-child,
.home-area .button-area .btn:first-child:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.home-bottom-area {
  margin-top: 10px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 20px;
  left: 0;
}

.home-bottom-area .venue {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.home-bottom-area .venue span {
  font-size: 20px;
  color: #d96825;
  margin-right: 8px;
  display: block;
  float: left;
}

.home-bottom-area .venue .date,
.home-bottom-area .venue .location {
  padding: 5px 0;
}

.home-bottom-area .countdown {
  width: 100%;
  float: left;
}

.home-bottom-area .counter {
  width: 25%;
  float: left;
  text-align: center;
}

.counter span:first-child {
  display: inline-block;
  font-size: 30px;
  margin: 0 0 15px;
  color: #d96825;
  height: 70px;
  width: 70px;
  font-weight: 700;
  border: 2px dotted #d96825;
  border-radius: 100px;
  line-height: 70px;
}

.counter span:last-child {
  color: #444349;
  display: block;
  position: relative;
  bottom: 0;
  background: #fff;
  padding-top: 5px;
  margin: 0 auto;
  margin-top: -35px;
  font-size: 12px;
}

.about-area {
  position: relative;
  padding-top: 140px;
  margin: 0;
  padding-bottom:0;
}

.about-area::after {
  /* content: ''; */
  position: absolute;
  left: -500px;
  bottom: -640px;
  background-image: url(../images/home-corner-left.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 640px;
}


.img-item {
  border-radius:10px;
}

.about-area .img-item {
  display: block;
  margin: 0 auto;
}

.about-area .section-heading .section-title {
  font-size: 42px;
}

.about-area .section-description {
  margin-bottom: 15px;
  text-align: left;
}

.about-area .about-more {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.about-area .single-about {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

.about-area .single-about span {
  font-size: 36px;
  color: #d96825;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}

.about-area .single-about .about-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  position: relative;
  display: block;
  text-align: center;
}

.about-area .button-area {
  margin-top: 35px;
}

.about-area .button-area a:first-child {
  margin: 0;
}

.statistic-area {
  position: relative;
  /* margin-top: 80px; */
}

.statistic-area i {
  margin-bottom: 35px;
  color: #fff;
  font-size: 45px;
  text-align: center;
  display: block;
}

.statistic-area h3 {
  font-weight: 900;
  display: inline-block;
  font-size: 50px;
  color: #d96825;
  text-align: left;
      margin-top: 20px;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 6px;
}

.statistic-area .statistic-title {
  display: inline-block;
  text-align: left;
  color: #d96825;
  font-weight: 700;
  font-size: 16px;
}

.statistic-area .statistic-title span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/*.speaker-area {*/
/*  position: relative;*/
/*  background-image: url('/img/bg-footer.jpg');*/
  /*background-repeat: no-repeat;*/
   
/*}*/

.speaker-area {
    position: relative;
    /* background-image: url(/img/bg-footer.jpg); */
    background-repeat: no-repeat;
    background: url(../img/bg-footer1.png) #E9E9E9 no-repeat;
    background-position: center bottom;    background-size: cover;
    
    
}
#sponsors{
  background: url("/img/bg.jpg") no-repeat;
  object-fit: cover;
  background-repeat: no-repeat;
}

#event{
     background: url(/img/bg.jpg) repeat;
  
}
#partners{
  background-image: url("/img/bg.jpg");
  background-repeat: no-repeat;
}
#gallery{
  background: url(../img/bg-footer1.png) #E9E9E9 no-repeat;
    background-position: center bottom;    background-size: cover;
}
.speaker-area .section-description {
  padding: 0;
}
.marginn{
margin-top: 10%;    
}


#contact{

  background: url(../img/bg-footer1.png) #E9E9E9 no-repeat;
    background-position: center bottom;    background-size: cover;
   
    height: 60vh;
}

/* .speaker-area .speaker-item {
  margin-bottom: 20px;
  padding-top: 20px;
} */

.speaker-area .speaker-item .img-item {
  overflow: hidden;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 50%;
  margin: 0 auto;
}

/* .speaker-area .speaker-item .img-item img {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 100%;
} */


.speaker-area .speaker-item .img-item img {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 27px;
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(100%); */
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 100%;
  border-radius: 10px;
}



.speaker-area .speaker-item:hover .img-item img {
  /* -webkit-transform: scale(1.1); */
  transform: scale(1.1);
  /* -webkit-filter: none; */
  filter: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.speaker-area .speaker-item .speaker-caption {
  /* margin-top: -30px; */
  padding: 25px 15px;
  text-align: center;
  background: #F1F1F1;
  color: #242732;
  position: relative;
}

.speaker-area .speaker-item .speaker-detail {
  position: relative;
}

.speaker-area .speaker-item .social-icons {
  position: absolute;
  top: 0;
  right: -50px;
  padding: 0;
  z-index: 1;
  background: #d96825;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.speaker-area .speaker-item .social-icons li {
  display: block;
  padding: 0;
}

.speaker-area .speaker-item:hover .social-icons {
  right: 0;
}

.speaker-area .social-icons li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
}

.speaker-area .social-icons li a:hover {
  background: #201752;
}

.speaker-area .social-icons li a i {
  font-size: 16px;
}

.speaker-area .speaker-caption .name {
  font-weight: 700;
  font-size: 15px;
  color: #d96825;
  position: relative;
  margin-bottom: 0px;
}

/* .speaker-area .speaker-caption .name::after {
    content: '';
    height: 2px;
    background: #d96825;
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -7px
} */

.speaker-area .speaker-caption .job-title {
  font-weight: 400;
  font-size: 16px;
}



.single-plan {
  background-color: rgba(255, 255, 255, 0.79);
  padding: 40px 0;
  -webkit-box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.single-plan:hover {
  top: -5px;
}

.single-plan .btn {
  margin: 0 20px;
}

.single-plan:hover .btn {
  color: #fff;
  background: #d96825;
  border-color: #d96825;
}

.single-plan .image-icon {
  display: block;
  margin: 0 auto;
  width: 150px;
}

.single-plan.most-popular .plan-head {
  border-bottom: 2px solid #d96825;
}

.single-plan .popular {
  background: #d96825;
  padding: 5px 10px;
  text-align: center;
  position: absolute;
  right: 0;
  border: 0;
  border-radius: 5px 0 0 0;
}

.single-plan .plan-head {
  background: rgba(32, 23, 82, 0.92);
  padding: 35px 20px;
  color: #fff;
}

.single-plan .plan-head p {
  margin-bottom: 0;
}

.single-plan .plan-type {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-plan .plan-price {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: poppins, sans-serif;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.single-plan .plan-price>span {
  font-weight: 700;
  color: #d96825;
}

.single-plan .plan-list {
  margin-bottom: 15px;
  padding: 20px;
}

.single-plan .plan-list li {
  padding: 12px 28px;
  border-bottom: 1px dashed rgba(202, 202, 202, 0.48);
  position: relative;
}

.single-plan .plan-list li:last-child {
  border-bottom: none;
}

.single-plan .plan-list li.yes::before {
  content: "\ec69";
  font-family: fontello;
  font-style: normal;
  color: #32a067;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 100;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

.single-plan .plan-list li.no::before {
  content: "\ec6a";
  font-family: fontello;
  font-style: normal;
  color: red;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 100;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

.schedule-area {
  padding-bottom: 120px;
  position: relative;
  background: url(../images/pattern-1.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.schedule-area .ntSubTitle {
  margin-bottom: 60px;
  text-align: center;
}

ul.schedule-tab {
  border-bottom: 2px solid #242732;
  position: relative;
}

ul.schedule-tab li a.active {
  color: #fff;
  border-color: #d96825;
  background-color: #d96825;
}

ul.schedule-tab li a:hover {
  color: #fff;
  background: #d96825;
  border-color: #d96825;
  text-decoration: none;
}

ul.schedule-tab li {
  margin-right: 5px;
}

ul.schedule-tab li a {
  padding: 5px 15px;
  display: block;
  border: 2px solid #242732;
  color: #242732;
  font-size: 14px;
  margin-bottom: 25px;
}

.schedule-button {
  right: 0;
  color: #242732;
  bottom: 0;
  padding: 5px 15px;
  font-size: 14px;
  position: absolute;
  border: 2px solid #242732;
  margin-bottom: 10px;
}

.schedule-button:hover {
  color: #d96825;
  border-color: #d96825;
}

.tab-content {
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  padding-top: 50px;
}

.tab-content .event {
  overflow: hidden;
}

.tab-content .event .time {
  float: left;
  width: 25.57319%;
  text-align: right;
  padding-right: 33px;
  position: relative;
  line-height: 1.82em;
  font-size: 22px;
  font-weight: 700;
  color: #d96825;
}

.tab-content .event .time span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: #d96825;
  position: absolute;
  top: 17px;
  right: -6px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}

.tab-content .event .info {
  float: left;
  width: 74.42681%;
  padding-left: 57px;
  border-left: 2px solid #d96825;
}

.tab-content .event .time,
.tab-content .event .info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #d96825;
  line-height: 34px;
}

.tab-content .event .info h3 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
}

.tab-content .event .info .social-icons li i {
  font-size: 18px;
}

.info .social-icons a {
  border-color: #d96825;
  color: #d96825;
}

.info .social-icons a a:active,
.info .social-icons a:focus,
.info .social-icons a:hover {
  color: #242732;
}

.tab-content .event hr {
  border-color: #eee;
}

.tab-content .event.extend span {
  width: 31px;
  height: 31px;
  top: 7px;
  right: -16px;
  line-height: 32px;
  cursor: pointer;
}

.tab-content .event.extend .name {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 22px;
}

.tab-content .event.extend .name .text-area {
  overflow: hidden;
  float: left;
}

.tab-content .event.extend .name p {}

.tab-content .event.extend .name strong {
  color: #d96825;
  font-size: 18px;
  font-weight: 400;
}

.tab-content .event.extend .caption {
  overflow: hidden;
  display: block;
  background: #fff;
  padding: 25px 20px;
  border: 1px solid #eee;
}

.tab-content .event.extend .caption .image-area {
  display: block;
  overflow: hidden;
  width: 170px;
  float: left;
  margin-right: 25px;
}

.tab-content .event.extend .caption .image-area img {
  border: 1px solid #eee;
  border-radius: 100px;
  width: 100%;
}

.tab-content .event.extend .text-area {
  width: 100%;
}

.register-area {
  position: relative;
  /* background-image: url(../images/pattern-4.png);
   */
  background-size: cover;
  padding: 150px 0;
}

.register-area .section-heading {
  margin-bottom: 20px;
}

.register-area .section-description {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.register-area .section-description span {
  font-size: 20px;
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  box-shadow: 0 5px 35px 0 rgba(148, 146, 245, 0.15);
  border-color: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 5px;
  float: left;
}

.form-area {
  position: relative;
  overflow: hidden;
}

.form-area input:focus~.floating-label,
.form-area textarea:focus~.floating-label,
.form-area textarea:not(:focus):valid~.floating-label {
  top: -7px;
  left: 20px;
  font-size: 11px;
  opacity: 1;
  color: #d96825;
}

.form-area input:not(:focus):valid~.floating-label {
  top: -7px;
  right: 0;
  font-size: 14px;
  opacity: 1;
  left: 20px;
  color: #d96825;
}

.form-area .floating-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 10px;
  transition: 0.2s ease all;
  font-size: 14px;
}

.form-area .input-area,
.form-area .select-area,
.form-area .text-area {
  position: relative;
}

.form-area .select-area select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-area .select-area::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 0;
  top: 20px;
}

.form-area .btn {
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-area .input-area input,
.form-area .select-area select,
.form-area .text-area textarea {
  /*  width: 100%;  */
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding: 10px;
  padding-left: 20px;
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.form-area .input-area input:focus,
.form-area .select-area select:focus,
.form-area .text-area textarea:focus {
  border-color: #d96825;
}

.form-area .input-area input.error,
.form-area .select-area select.error,
.form-area .text-area textarea.error {
  border-color: #e65858;
}

span.error {
  font-size: 10px;
  color: #e65858;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.client-area {
  position: relative;
}

.client-area .section-heading {}

#box1 {}

.client-area .section-heading .section-title::before {
  right: 0;
  margin: 0;
}

.client-area .section-description {
  margin: 0 auto;
}

.client-area .client-item {
  margin-bottom: 40px;
}


#margin {
  margin-top: 37px;
}
#margin2 {
  margin-top: 72px;
}
#margin3 {
  margin-top: 37px;
}
#margin4 {
  margin-top: 72px;
}
.client-area .client-item a {
  /* background: rgb(255 255 255); */
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  /* border: 1px solid rgba(0, 26, 241, 0.05); */
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  display: block;
}



.client-area .client-item a img {
  width: 100%;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.client-area .client-item a:hover img {
  opacity: 1;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.client-area .client-item .btSuperTitle {
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#btSuperTitle2{
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: -91%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#btSuperTitle3{
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 104%;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#btSuperTitle4{
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 50%;
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.client-area .client-item .dash {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-area {
  position: relative;
  overflow: hidden;
}

.blog-area .section-title {
  font-size: 35px;
  color: #e66825;
}

.blog-area .section-title::before {
  right: 0;
}

.blog-area .section-heading {
  text-align: center;
  color: #fff;
}

.blog-area .section-description {
  margin: 0 auto;
  text-align: center;
}

.blog-area:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 483px;
  width: 100%;
  background: url(../images/blog-bg.jpg);
  z-index: -1;
}

.blog-item {


  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px;

  background-color: #F1F1F1;
  /* border: 1px solid #eee; */
}

.blog-item img {
  width: 100%;
}

.blog-text {
  position: relative;
  z-index: 9;
}

.blog-text .text-title {
  margin-top: -30px;
  padding: 25px 15px;
  background: #fff;
  color: #242732;
  position: relative;
  z-index: 9;
}

.blog-text .date {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 0;
  background: #fff;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 12px;
}

.blog-item:hover .blog-text .date {
  top: -35px;
}

.blog-text .date::before {
  content: "";
  background-image: url(../images/blog-side.svg);
  position: absolute;
  left: -67px;
  top: 0;
  width: 67px;
  height: 40px;
}

.blog-text .text-title a {
  text-decoration: none;
}

.blog-text .text-title h3 {
  font-weight: 700;
  color: #242732;
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-item .btn {
  margin: 0;
  margin-top: 15px;
  font-size: 12px;
}

.blog-item .img-item {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-item .img-item img {
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.blog-item:hover .img-item img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item .blog-text .text-title a:hover h3 {
  color: #d96825;
}

.footer-area {
  background-color: #e66825;
  color: rgba(255, 255, 255);
  position: relative;
}

.footer-area::before {
  content: "";
  background-image: url(../images/map.png);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.2;
}

.footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social li {
  display: inline-block;
  padding: 0 5px;
}

.footer-social li a {
  color: rgba(255, 255, 255, 0.66);
}

.footer-social li a:hover {
  color: #fff;
}

.footer-social li a i {
  font-size: 16px;
  line-height: 16px;
}

.footer-area h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #fff;
}

.footer-area .foot-logo-item {
  margin-bottom: 25px;
}

.footer-area .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  /* margin-top: 60px; */
  font-size: 12px;
  text-align: left;
}

.footer-area ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.footer-area ul li span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.footer-area ul li {
  padding-bottom: 6px;
}

.footer-area ul li a {
  color: rgba(255, 255, 255, 0.66);
  display: block;
}

.footer-area .copyright ul {
  text-align: left;
}

.footer-area .copyright ul li {
  display: inline-block;
  padding: 0 8px;
}

.footer-area .copyright ul li:last-child {
  padding-right: 0;
}

.footer-area .subscribe-form-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15%;
  padding-bottom: 15.6666666px;
  bottom: 0;
  background: #fff;
}

.footer-area .subscribe-form-area form {
  position: relative;
}

.footer-area .subscribe-form-area .curve-left {
  position: absolute;
  left: 0;
  transform: translateX(-1%);
  bottom: calc(-2% - 0px);
  display: flex;
}

.footer-area .subscribe-form-area .curve-right {
  position: absolute;
  right: 0;
  transform: translateX(0%);
  bottom: calc(-2% - 0px);
  display: flex;
}

.footer-area .subscribe-form-area input[type="email"] {
  width: 100%;
  background: #fff;
  border: 2px solid #201752;
  border-radius: 50px;
  padding: 15px 25px;
  color: #333;
  font-size: 16px;
}

.footer-area .subscribe-form-area button[type="submit"] {
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: 5px 0;
  font-size: 12px;
  padding: 0 25px;
  font-weight: 700;
  letter-spacing: 3px;
  width: auto;
  position: absolute;
  background: #ff3a56;
  border: 0;
  cursor: pointer;
  display: block;
  color: #fff;
}

.instagram {
  margin-top: 50px;
}

.instagram ul {}

.instagram ul li {
  display: inline-flex;
  margin: 4px auto;
  border: 1px solid rgba(255, 255, 255, 0.66);
  width: 60px;
  padding-bottom: 0;
}

.instagram ul li img {
  width: 100%;
}

@media screen and (min-width: 1399px) {
  .home-area .main-head {
    font-size: 85px;
  }

  .home-area .description {
    width: 100%;
  }

  .menu li a {
    font-size: 15px;
    margin: 0 15px;
  }

  .home-area::after {
    right: -120px;
  }

  .pricing-area::after,
  .about-area::after {
    left: -250px;
  }

  .pricing-area::before {
    right: -250px;
  }
}

@media screen and (max-width: 1199px) {
  .cd-words-wrapper b {
    font-size: 50px;
  }

  .cd-headline.clip span {
    font-size: 28px;
    padding: 5px 0;
  }

  .blog-area:after {
    height: 443px;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .home-area .image-area {
    clip-path: none;
    -webkit-clip-path: none;
  }

  .menu {
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-top: 0;
    position: relative;
  }

  .menu li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }

  .menu li a {
    display: inline-block;
    color: #333;
    margin-left: 0;
  }

  .menu li:last-child {
    border-bottom: 0 solid #fff;
  }

  .menu li a.active,
  .menu li a:hover {
    color: #d96825;
  }

  .fixed .navbar .navbar-toggler-icon:hover {
    color: #d96825;
  }

  .fixed .menu li a:before,
  .menu li a:before {
    top: 38px;
    border-color: #d96825;
  }

  .single-plan.plan-popular {
    margin: 0;
  }

  .header-area {
    padding: 15px 0;
  }

  .home-bottom-area {
    /* margin-top: -125px; */
    margin-right: -24px;
    position: relative;
    margin-left: -24px;
  }

  .home-bottom-area .venue {
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  .home-bottom-area .venue .location span {
    margin-left: 15px;
  }

  .home-area::after {
    background: none;
  }

  .home-bottom-area .venue .date,
  .home-bottom-area .venue .location {
    display: inline-block;
  }

  .header-area .social-icons {
    margin-bottom: 0;
    position: absolute;
    right: 55px;
    top: -4px;
  }

  .header-area .social-icons li a {
    height: 32px;
    width: 32px;
    padding: 4px;
  }

  .home-area .main-head {
    font-size: 50px;
  }

  .home-area .description {
    font-size: 16px;
    width: 100%;
  }

  .about-area .img-item {
    /* margin-bottom: 60px; */
    width: 100%;
  }

  .about-area .section-description,
  .about-area .section-heading {
    text-align: center;
    margin-top: 20px;
  }

  .about-area .section-title::before {
    right: 0;
  }

  .about-area .statistic-area {
    margin-top: 0;
  }

  .about-area .statistic-area .statistic-item {
    margin-bottom: 50px;
    text-align: center;
  }

  .about-area .statistic-area .statistic-item:nth-child(3),
  .about-area .statistic-area .statistic-item:nth-child(4) {
    margin-bottom: 0;
  }

  .about-area .statistic-area span.statistic-title {
    margin-bottom: 50px;
  }

  .speaker-area .section-description {
    margin: 0 auto;
  }

  .speaker-area .section-description,
  .speaker-area .section-heading {
    text-align: center;
  }

  .speaker-area .section-title::before {
    right: 0;
  }

  .register-area .section-heading {
    margin-bottom: 45px;
  }

  .client-area .client-item a img {
    width: 100%;
  }

  .tab-content .event.extend .caption .image-area {
    float: initial;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .tab-content .event.extend .caption {
    text-align: center;
  }

  .blog-area:after {
    height: 467px;
  }

  .footer-area {}

  .footer-area .subscribe-form-area {
    display: none;
  }

  .footer-area .instagram {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-heading .section-title {
    font-size: 40px;
  }

  .home-area .main-head {
    font-size: 40px;
  }

  .cd-words-wrapper b {
    font-size: 45px;
  }

  .cd-headline.clip span {
    font-size: 25px;
    padding: 10px 0;
  }

  ul.schedule-tab li:last-child a,
  .schedule-button {
    display: none;
  }

  .section-description {
    padding: 0;
  }

  .client-area .client-item a img {}

  .blog-area:after {
    height: 460px;
  }

  .footer-social li a i {
    font-size: 14px;
    line-height: 14px;
  }

  .footer-area h3 {
    margin-top: 30px;
  }

  .footer-area .copyright {
    text-align: center;
        padding-top: 6px;
    padding-bottom: 50px;
  }

  .footer-area .copyright ul {
    text-align: center;
    margin-bottom: 10px;
  }


  #btSuperTitle3 {
    color: #d96825;
    font-size: 21px;
    padding-bottom: 10px;
    margin-left: 0%;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#btSuperTitle2{
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 0%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

#btSuperTitle4{
  color: #d96825;
  font-size: 21px;
  padding-bottom: 10px;
  margin-left: 0%;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#margin {
  margin-top: 0px;
}
#margin2 {
  margin-top: 0px;
}
#margin3 {
  margin-top: 0px;
}
#margin4 {
  margin-top:0px;
}
.single-section {
  padding: 70px 0;
}
}

@media screen and (max-width: 480px) {
  .btn {
    margin: 0 5px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .home-area {
    height: 580px;
  }

  .home-area .main-head {
    font-size: 30px;
  }

  .section-heading .section-title {
    font-size: 35px;
  }

  .about-area .single-about .image-icon,
  .single-plan .image-icon {
    width: 120px;
  }

  .cd-words-wrapper b {
    font-size: 22px;
  }

  .cd-headline.clip span {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 400;
  }

  .home-area .description {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .tab-content .event.extend .caption .image-area {
    width: 100%;
  }

  .tab-content .event .time,
  .tab-content .event .info h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-area:after {
    height: 595px;
  }

  .home-area::after,
  .about-area::after,
  .pricing-area::before,
  .pricing-area::after {
    display: none;
  }
  
  
  #contact {
    /* background-color: #f1f1f1; */
    /* background-image: url(/img/bg-footer.jpg); */
    /*background: url(/img/bg-footer.jpg) #f6f6f6 center bottom no-repeat;*/
    height: 63vh;
}

.for_h2 {
  padding-top: 15% !important;
  
}

.marginn{
margin-top: 5%;    
}

.counter-contenar {
    width: 60% !important;
    margin: 0 auto;
}
    .high_h2 {
        text-align: center;
        font-size: 24px !important;
        padding-bottom: 60px;
        margin-left: -36px;
        margin-right: -32px;
        font-weight: 900;
        color: white;
    }

}


@media (min-width: 500px) and (max-width: 763px) {
  .first_client {
    width: 100% !important;
    margin: 0 auto !important;
    background-color: #F1F1F1;
}


}

@media (min-width: 764px) and (max-width: 990px) {
  .first_client {
    width: 50% !important;
    margin: 0 auto !important;
    background-color: #F1F1F1;
}


}



@media screen and (max-width: 320px) {
  .home-area .main-head {
    font-size: 28px;
  }

  .home-area .description {
    font-size: 14px;
  }

  .btn {
    margin: 5px;
    padding: 10px 15px;
    font-size: 12px;
  }
}

.tab-div {
  position: relative;
  width: 100%;
  float: left;
}

.tab {
  float: left;
  border: 0px solid #ccc;
  background-color: #f5cab4;
  width: 100%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 16.6%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  margin: 0;
  float: left;
  border-radius: 0;
}

.tab button:hover {
  background-color: #e66825;
  color: #fff;
}

.tab button.active {
  background-color: #e66825;
  color: #fff;
}

.tabcontent {
  float: left;
  padding: 25px 12px 0;
  width: 100%;
  border-left: none;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url(../images/arrow-left.png) no-repeat;
  background-size: contain;
  float: left;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next {
  background: url(../images/arrow-right.png) no-repeat;
  background-size: contain;
  float: right;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.owl-carousel .owl-nav button.owl-next span {
  color: #0000;
}

.owl-carousel .owl-nav button.owl-prev span {
  color: #0000;
}

.client-img img {
  width: 100%;
}

.padd ul {
  padding: 0px 20px;
  float: left;
  width: 100%;
}

.form-one {
  display: none;
  width: 100%;
  float: left;
}

.form-two {
  display: none;
  width: 100%;
  float: left;
}

.form-three {
  display: none;
  width: 100%;
  float: left;
}

.f-on {
  float: left;
}

.addlist-2 {
  float: left;
  background: #e66825;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 15px 0;
}

.addlist-2:hover {
  background: #000;
}

.addlist-1 {
  float: left;
  background: #e66825;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 15px 0;
}

.addlist-1:hover {
  background: #000;
}

.addlist {
  float: left;
  background: #e66825;
  width: fit-content;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  margin: 0 0 15px 0;
}

.addlist:hover {
  background: #000;
}

.mt-10 {
  margin: 0 0 10px;
}

.ppt {
  padding: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.drop-in {
  /* color: white; */
  animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
  font-size: 16px;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}

@media screen and (max-width: 1220px) {
  .tab button {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .tab {
    background-color: #f5cab4;
    width: 96%;
    margin: 2%;
  }

  .tab button {
    width: 50%;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    float: left;
    font-size: 13px;
  }

  .tabcontent {
    padding: 0px 12px;
    width: 100%;
  }

  .padd ul {
    padding: 0px 0px 0px 20px;
  }

  .pricing-area::before {
    background: none;
  }

  .about-area::after {
    background: none;
  }

  .pricing-area::after {
    background: none;
  }

  .header-area #logo_home a {
    width: 160px;
    height: 60px;
    background-image: url("../img/logo.png");
  

    background-size: contain;
  }

  .about-area .section-heading .section-title {
    font-size: 25px;
  }

  .india_container h2 {
    font-size: 24px !important;
}

  .high_h2 {
    text-align: center;
    font-size: 24px !important;
    padding-bottom: 60px;
    font-weight: 900;
    color: white;
}

.drop-in-2{
text-align: start;
}
  .section-heading .section-title {
    font-size: 25px;
  }

  .register-area {
    padding: 100px 0;
  }

  h3,
  .h3 {
    font-size: 21px;
  }

  .description,
  .section-description {
    font-size: 14px;
  }

  .form-area .input-area input,
  .form-area .select-area select,
  .form-area .text-area textarea {
    /*    width: 100%; */
  }

  .form-area input:not(:focus):valid~.floating-label {
    top: -7px;
    right: 0;
    font-size: 14px;
    opacity: 1;
    left: 20px;
    color: #d96825;
  }
}

.referulfrm {
  display: flex;
  flex-wrap: wrap;
  /*  margin: 0 -15px;
    */
  margin-top: 2rem;
}

.center {
  text-align: center;
  color: #d96825;

  font-size: 25px;
}
.start {
  text-align: left !important;
  font-weight: 700 !important;
}
.table.table-bordered {
  border: 2px solid #d96825;
  /* Adjust the thickness as needed */
}

.table.table-bordered th,
.table.table-bordered td {
  border: 2px dashed #d96825;
  /* Adjust the thickness as needed */
}
.table.table-bordered thead th p{
  text-align: left;

}

.table.table-bordered thead th {
  
  border-left: 2px solid #d96825;

  border-top: 2px solid #d96825;
  /* Top border for thead */
  border-bottom: 2px solid #d96825;
  /* Bottom border for thead */
}

table.table-bordered thead tbody {
  text-align: center;
}

.vertical-divider {
  border-left: 2px solid #000;
  /* Border color and width */
  height: 100%;
  /* Full height of the column */
  margin: 0 auto;
  /* Center the border */
}

/* Ensure the table is responsive */
.table-responsive {
  overflow-x: auto;
}

/* Optional: Adjust padding and text alignment for better readability */
.table th,
.table td {
  padding: 0.75rem;
  text-align: center;
}

/* Optional: Add a border to the table for better visibility */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* Style the box for additional information */
.box {
  margin-top: 20px;
  padding: 15px;
  /* background-color: #f8f9fa; */
  /* border: 1px solid #dee2e6; */
}

.box p,
.box ul {
  margin-top: 5px;
  font-weight: 700;
}

.box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}

.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #98743c;
  cursor: pointer;
  border-radius: 0px 5px 0px 27px;
  transform: translateX(135px);
  transition: all ease-in 0.5s;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(120px);
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
     border-radius: 0px 0px 0px 0px;
    text-align: center;
  }
  .home-bottom-area .counter {
    width: 50%;
    float: left;
    text-align: center;
}

.first_client {
  width: 100% !important;
  /* margin: 0 auto !important; */
  background-color: #f6f7fd;
}
.banner-mob{
  display: block;
}
.banner-desk{
  display: none;
}
.banner img{
  width: 100%;
}



.drop-in-2 {
  animation: drop-in 1200ms ease 500ms backwards;
  font-size: 14px;
}

.speaker-area .speaker-caption .job-title {
  font-weight: 400;
  font-size: 14px;
}
.start{
  font-size: 14px;
}


.block{
  display: none;
}
.display{
  display: block;
}


}

.enquiry-wrapper .enquiry-box {
  transform: translateX(0);
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  margin-top: 10px;
  border-top: 1px solid #fff;
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  padding: 7px;
}

.enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
.enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {
  display: none;
}
@media screen and (max-width: 500px) {

  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 35%;
    padding: 1px;
    display: block;
    vertical-align: middle;
    justify-content: center;
    color: #fff;
    text-align: center;
  }

  .enquiry-wrapper .enquiry-box .call-icon span.mbvisi,
  .enquiry-wrapper .enquiry-box .mail-icon span.mbvisi {
    display: none;
    font-size: 13px;
    color: #fff;
  }

  .table-responsive {
    padding: 17px;
    overflow-x: auto;
}
}

@media screen and (max-width: 330px) {

  .enquiry-wrapper .enquiry-box .call-icon img,
  .enquiry-wrapper .enquiry-box .mail-icon img {
    width: 18px;
    padding: 8px 0;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 5px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: block;
  }
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}


.india_container {
  max-width: 90% !important;
  width: 90% !important;
  margin: 0% auto !important;
}

.for_h2 {
  padding-top: 5%;
  
}

.india_container h2 {
  font-size: 40px;
}

.first_client {
  width: 31%;
  margin: 0 auto !important;
  background-color: #F1F1F1;
}
/* .title{
  width: 100%;
  background-color:rebeccapurple;
  margin: 0 auto !important;
} */

.high_h2 {
  text-align: center;
  font-size: 40px;
  color: #d96825;
  padding-bottom: 20px;
  font-weight: 900;
}

.for_alinment {
  background-color: white;
  padding: 12% 5% 7%;
  border: 1px solid black;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin-top:20px;
  text-align: center;
}

.for_alinment h3 span {
  font-size: 70px;
  text-align: center !important;
}

.for_alinment h2 {
  text-align: center;
  font-size: 20px;
  color: #d96825;
  padding: 10% 0 0 0;
}

.counter-contenar {
  width: 50%;
  margin: 0 auto;
}



.forborder-reduce {
  border-radius: 10px;
}

.row .table-bordered .margin{
  margin-top: 10px;
}

.table th, .table td {
  padding: 0.75rem;
  font-weight: 700 !important;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}


.for-border {
  border-right: 2px solid #d96825;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .owl-nav {
    width: 30%;
  }

  .container-fluid {
    width: 100%;
  }

  .for-border {
    border: none;
  }

}

.centered-item{
     margin-top: 20px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d96825 !important;
    border-color: #d96825 !important;
}


.name{
  text-transform: uppercase;
}