/* 
 * 1. Google Font
 */
 @import url(http://fonts.googleapis.com/css?family=Roboto:300,400,700);
 /* @font-face {
	font-family:  "Roboto", sans-serif;;
	src: url('../font/Roboto/Roboto-Black.ttf'), url('../font/Roboto/Roboto-Bold.ttf'), url('../font/Roboto/Roboto-Italic.ttf'), url('../font/Roboto/Roboto-Italic.ttf'), url('../font/Roboto/Roboto-Medium.ttf'), url('../font/Roboto/Roboto-Regular.ttf');
  } */
  @font-face {
    font-family: "Roboto", sans-serif;
    src: url('../font/Roboto/Roboto-Black.ttf');
    font-weight: 900; /* Black */
  }
  @font-face {
    font-family: "Roboto", sans-serif;
    src: url('../font/Roboto/Roboto-Bold.ttf');
    font-weight: 700; /* Bold */
  }
  @font-face {
    font-family: "Roboto", sans-serif;
    src: url('../font/Roboto/Roboto-Italic.ttf');
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto", sans-serif;
    src: url('../font/Roboto/Roboto-Medium.ttf');
    font-weight: 500; /* Medium */
  }
  @font-face {
    font-family: "Roboto", sans-serif;
    src: url('../font/Roboto/Roboto-Regular.ttf');
    font-weight: 400; /* Regular */
  }
  
/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 15px;
  text-align: justify;
  line-height: 1.5;
  color: #424242;
  font-weight: 400;
  font-size: 16px;
}

ul li {
  font-weight: 500;
    margin-bottom: 10px;
    color: #424242;
}

.site-header .intro a:hover{
  background: #1370e582;
}
.site-header .intro a.paymentBtn:hover{
  background: #fd6c156b !important;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
  column-count: 2;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
    margin: 0;
    padding: 10px 0px;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 38px;
    box-shadow: none;
    height: 45px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 70px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1 {
  background: url(../images/backgrounds/bg-1.jpg) no-repeat center center/cover;
}
.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left;
  }
}
/* 
 * 4.0 Navigation
 */
 .navbar {
  background-color: #fff;
 }
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: #000; */
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
  padding: 15px 10px 10px 
}
.navbar.navbar-fixed-top.navbar-custom.navbar-solida .site-branding .logo{
    color: #000;
}

nav.navbar.navbar-fixed-top.navbar-custom.navbar-solid ul.nav.navbar-nav.navbar-right li a, nav.navbar.navbar-fixed-top.navbar-custom.navbar-solid .site-branding .logo{color: #000 !important}

.navbar-custom .navbar-nav > li > a {
  /* color: #fff; */
  text-transform: capitalize;font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  padding: 0;
}
.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
  background-color: #184b8d0a;
  border-color: rgb(24 75 141);
}
.navbar-custom .navbar-nav > .active > a {
  border-color: #9a6e33;
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-solid {
  background-color: #fff !important;
    padding: 9px 0 !important;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    box-shadow: 0px 0px 5px #ddd;
}

.site-branding {
  /* display: flex;
  justify-content: space-between; */
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  /* color: #fff; */
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


.navbar-custom {
  background-color: white;
  padding: 7px 0;
}
.site-branding .logo img {
  height: 50px;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
  background: url(../images/banner.jpg) no-repeat center center/cover;
  display: block;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 24%);
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  height: 72vh;
}
.site-header .intro h2 {margin: 0px 0 40px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}
.site-header .intro h2 i{
  color: #ffb65b;
    font-size: 23px;
}
.site-header .intro h1 {margin: 0px 0 40px 0;
  font-size: 50px;
}

.flex-wrap{
  flex-wrap: wrap;
}

.intro .btn{
  border-radius: 49px;
    background-color: #1370e5;
    padding: 10px 23px;
    color: #fff;
    font-size: 32px;
}
.site-header .intro a:hover{
  color: #fff;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.text-capitalize{
  text-transform: capitalize !important;
}

.service-setu-logo{
  display: none;
}

.navbar-header{
  /* justify-content: center; */
}




@media (min-width: 768px) {

  .navbar-custom .container{
    display: flex;
    justify-content: space-between;
  }
  .navbar-custom {
    /* background-color: transparent; */
    /* padding-top: 30px; */
  }

  .site-branding {
    /* margin-top: 6px; */
    margin-left: 0;
  }

  .service-setu-logo{
    display: inline;
  }
  .mobile-service-setu-logo{
    display: none;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 25px 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

.about img{
  border-radius: 7px;
}
.about-iim{
  /* margin-top: 50px; */
}
.about-iim figure {
  margin-bottom: 25px;
    float: left;
    max-width: 50%;
    margin-right: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */

.speaker {
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  margin: 25px 0;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.speaker p {
  margin-bottom: 5px;
}
.speaker img:hover {
  opacity: .7;
}
.theme-container .theme-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
  padding: 15px 4px 15px 16px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.theme-container .theme-box .apldg-icon-wrapper i {
  width: 60px;
  height: 60px;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#4188ee), to(#66e4de));
  background-image: -webkit-linear-gradient(left, #4188ee 0%, #66e4de 100%);
  background-image: -o-linear-gradient(left, #4188ee 0%, #66e4de 100%);
  background-image: linear-gradient(90deg, #4188ee 0%, #66e4de 100%); */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  border-radius: 4px;
}

.theme-container .theme-box .theme-headline {
  /* margin-top: 25px; */
}

 .theme-headline h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #000053;
  font-size: 17px;
    /* text-align: center; */
}

.theme-container .theme-box .apldg-pera-txt {
  margin-top: 15px;
}
.apldg-pera-txt p {
      color: #000;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.apldg-pera-txt p b{
  color: #1b4d91;
    font-size: 15px;
}
.theme-container .theme-box:hover .apldg-icon-wrapper i {
  -webkit-animation: 0.3s apldg_ZoomInZoomOut linear;
  animation: 0.3s apldg_ZoomInZoomOut linear;
}
.theme-container .theme-box .theme-icon-wrapper{
  text-align: center;
}
.theme-container .theme-box img {
  height: 75px;
    /* background: #ddd; */
    /* padding: 5px; */
    border-radius: 6px;
}

.theme-container .theme-box.long-card .apldg-pera-txt{
  margin: 0;
  padding-right: 20px;
}
.theme-container .theme-box.long-card .theme-headline{
  margin: 0;
}
.theme-container .theme-box.long-card .theme-headline h6{
  margin: 0;
  margin-bottom: 20px;
}
.theme-container.best-awards .theme-box img {
  border-radius: 6px;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.theme-container.best-awards .theme-box.long-card img {
  height: 220px;
  object-fit: cover;
}
.theme-box.theme-box-sm {
  min-height: 398px;
}

.theme-box.theme-box-lg{
  min-height: 445px;
}

.theme-box.theme-box-sm {
  min-height: 421px;
}
.theme-container .theme-box .apldg-pera-txt ul{
  padding: 0 0px 8px 18px;
  margin: 0;
}

.theme-container .theme-box .apldg-pera-txt ul li{
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}

table {
  overflow: auto;
  /* height: 100vh; */
  width: 100%;
}

 table tr:nth-child(even) {
  background-color: #184b8d05;
}

 table td {
  border: 1px solid #ddd;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
}

 table th {
  border: 1px solid;
  padding: 10px 20px;
  background-color: #184b8d;
  color: #fff;
}

.theme-container.local-attraction .theme-box img{
  height: auto;
  width: 100%;
}
.mb-20{
  margin-bottom: 20px !important;
}
@keyframes apldg_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
    transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
}

/* 
 * 6.4 Section: Registration & Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}
.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}
.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}
.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}
.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}
.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}
.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default > .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default > .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
}

/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 20px 0 40px;
    text-align: center;
    font-size: 30px;
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background: linear-gradient(180deg, #053e89, #345d91);
  color: #fff;
  text-align: center;
  padding: 0px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}


/* organization commitee */
.saas_two_team_section .s2-team_img_text {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 20px 15px 20px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
    text-align: center;
    margin-bottom: 50px;
    /* min-height: 260px; */
}
.saas_two_team_section .s2-team_img_text .s2_tean_img img{width: 100%;}

.saas_two_team_section .s2-team_img_text .s2_tean_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
  margin: auto;
}

.row.themeRow{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row.organizing-committee{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row.organizing-committee .col:first-child {
  margin-left: 0;
}
.row.organizing-committee .col {
  width: 18.9%;
  float: left;
  margin-left: 16px;
}
.organizing-committee .s2-team_img_text{

  height: 195px;
}
.organizing-committee .s2-team_img_text .s2_tean_img{
  width: 90px;
  height: 90px;
}

.saas_two_team_section .organizing-committee .s2-team_img_text .s2_name_info h3{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.saas_two_team_section .s2-team_img_text .s2_tean_img:before, .saas_two_team_section .s2-team_img_text .s2_tean_img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  border: 3px solid #cc0fda;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.saas_two_section_title h2, .saas_two_banner_section .s2-banner_content h1, .saas_two_about_section .s2-about_text_icon .s2-about_text h3, .saas_two_feature_section .s2-feature_text h2, .integration_section .integration_text h2, .saas_two_team_section .s2-team_img_text .s2_name_info h3 {
  font-weight: 700;
  color: #010101;
}
.saas_two_team_section .s2-team_img_text .s2_tean_img:after {
  height: 95%;
  width: 95%;
  top: 50%;
  right: 0;
  margin: 0 auto;
  border: 3px solid #fff;
  transform: translateY(-50%);
}
/* .saas_two_team_section .s2-team_img_text .s2_name_info {
  float: left;
} */
.saas_two_team_section .s2-team_img_text .s2_name_info h3 {
  font-size: 15px;
  padding-bottom: 0px;
  line-height: 1.6;
  margin-bottom: 0;
}
.saas_two_team_section .s2-team_img_text .s2_name_info .s2-designation {
  font-size: 15px;
  font-weight: 500;
  color: #626262;
}
.saas_two_team_section .s2-team_img_text .s2_name_info .s2_mem_contact {
  padding-top: 25px;
}

.justify-content-center {
  justify-content: center;
}
.d-flex{
display: flex;
}

.saas_two_team_section.contact-us .s2-team_img_text .s2_name_info p{
  text-align: left;
  font-size: 13px;
}
.saas_two_team_section.contact-us .s2-team_img_text .s2_name_info h3{
  text-align: left;
  padding-bottom: 0px;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
}
/* organization commitee */


/* contact us */

.saas_two_team_section.contact-us .s2-team_img_text{
display: flex;
height: auto;
    border-radius: 10px;
    padding: 0px 10px 0px;
    transition: 0.4s all ease-in-out;
    box-shadow: 0px 12px 43px 0px rgba(0, 0, 0, 0.13);
    text-align: center;
    margin-bottom: 15px;
    min-height: 123px;
    align-items: center;
}

.saas_two_team_section.contact-us .s2-team_img_text .s2_tean_img img{
  width: 90px;

}

.saas_two_team_section.contact-us .s2-team_img_text .s2_tean_img{
  height: auto;
}

.mb-0{
  margin-bottom:0 ;
}

.pb-0{
  padding-bottom: 0;
}
/* contact us */
.contact-map iframe{
  height: 400px;
}

/* registration */

.registration {
  background-color: #dddddd40;
}
.registration form{
  border: 1px solid #ddd;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
}

.bg-grey{
  background-color: #dddddd40;
}

.theme-container.best-awards .section-title{
  margin-bottom: 15px;
}  

.mb-50{
  margin-bottom: 50px;
}

.align-items-center{
  align-items: center;
}

.copyright-text p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}

button[type="submit"]{
  color: #fff;
    background-color: #000;
    border-radius: 22px;
    padding: 8px 23px;
    background: #0c4289;
}

.site-header:has(.breadcrumb-banner){
  min-height: 300px;
}

.site-header .intro.breadcrumb-banner{
  height: auto;
}
.saas_two_team_section.contact-us .contactUsFirstCard .s2-team_img_text .s2_tean_text{
  width: 100%;
}
.saas_two_team_section.contact-us .contactUsFirstCard .s2-team_img_text{
  padding: 0 15px;
}


.saas_two_team_section.contact-us .s2-team_img_text .s2_tean_img{
  height: auto;
    width: 30%;
    display: inline-block;
}
.saas_two_team_section.contact-us .s2-team_img_text .s2_tean_img.icon img{
    width: 50px;
}
.saas_two_team_section.contact-us .s2-team_img_text .s2_tean_text{
  width: 68%;
  display: inline-block;
}

.text-white{
  color: #fff;
}

.text-center{
  text-align: center;
}

.m-0{
  margin: 0;
}

.copyright-text p{
  margin: 0;
  padding: 0px 0 7px;
}

.theme-container.local-attraction img{
  width: 100%;
} 
.theme-container.local-attraction li.grid-item.grid-item-sm-3 img{
  height: 191px;
} 

.px-0{
  padding: 0 0;
}

.contact-map img {
    width: 100%;
}
@media(max-width:1366px){
    .saas_two_team_section.contact-us .s2-team_img_text{
        min-height: 130px
    }
    
    .contact-map img {
    width: 100%;
    height: 412px;
    }
    .saas_two_team_section.contact-us .s2-team_img_text .s2_name_info h3 {
      font-size: 16px;
      margin-top: 0;
  }
  .saas_two_team_section.contact-us .s2-team_img_text .s2_name_info p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 0;
}
.theme-box.theme-box.theme-box-xxl {
  min-height: 355px;
}
.theme-box.theme-box-lg {
  min-height: 445px;
}
}

 .contact-map img {
    width: 100%;
    height: 446px;
    }
 .superScClass {
   color: white;        
 }

.d-table{
  display: table;
}
 /* html marquee */
/* 
 @-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  width: 700px;
}
.marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
  font-size: 20px;
  font-family: "Gravitas One", Helvetica, Arial, sans-serif;
  font-size: 15px;
    color: #000;
    font-weight: 600;
}
*/

.theme-box-xxl .theme-icon-wrapper{
  text-align: left !important;
}

.marquee-container p{
  margin: 0;
  color: #fff;
  font-size: 25px;
}
.marquee-container{
  display: flex;
    justify-content: center;
    /* position: absolute; */
    bottom: 20px;
    left: 12.5%;
    
    z-index: 9999;
    /* background: #fff; */
    padding: 6px 5px;
    width: 75vw;
    cursor: pointer;
    margin-top: 40px;
    justify-content: center;
    margin: auto;
    padding-top: 35px;

} 

.postion-relative{
  position: relative;
}

/* gallery section  */
#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f82249;
}

#gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f82249;
}

#gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  #gallery .swiper-wrapper {
    padding: 40px 0;
  }

  #gallery .swiper-slide-active {
    border: 5px solid #f82249;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.15);
    margin-top: 6px;
  }
}


.gallery-slider.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.paymentBtn{
  background: #fd6c15 !important;

}

.bannerBtn{
  display: flex;
  align-items: baseline;
  justify-content: center;
      margin-bottom: 70px;
}
.bannerBtn div{
  display: inline-block;
  margin-left: 30px;
}
.bannerBtn div p{
  margin: 0;
    padding: 12px 24px 0;
    text-transform: none;
}
.bannerBtn div p a{
   text-decoration: underline;
}
.text-danger{
  color: red !important;
}
.text-primary {
  color: #0089ff !important;
}

#hero .speaker .row .col {
    padding: 0 5px;
}

.bannerSpeaker .image-card {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    border-radius: 10px;
    background: #fff;
    min-height: 265px;
    /* background: #fd6c15; */
    background: #1a4d8f;
}

.speaker-card .image-card {
  border: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
  border-radius: 10px;
  background: #fff;
  min-height: 265px;
  /* background: #fd6c15; */
  background: #1a4d8f;
}

.bannerSpeaker .image-card img{
    width: 100%;
    border-radius: 9px;
    padding: 2px;
    height: 350px;
    object-fit: cover;
}

.speaker-card .image-card img{
  width: 100%;
  border-radius: 9px;
  padding: 2px;
  height: 350px;
  object-fit: cover;
}

.bannerSpeaker .container.chief-guest .image-card img {
  width: 100%;
  border-radius: 9px;
  padding: 2px;
  height: 248px;
  object-fit: cover;
}

.speaker-card .image-card img {
  width: 100%;
  border-radius: 9px;
  padding: 2px;
  height: 248px;
  object-fit: cover;
}

.bannerSpeaker .row{
    display: flex;
    justify-content: center;
    margin:30px 0;
    /*flex-wrap: wrap;*/
}

.bannerSpeaker .image-card p{
    margin: 0;
    padding: 13px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    white-space: normal;
}

.speaker-card .image-card p{
  margin: 0;
  padding: 13px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: normal;
}

.bannerSpeaker .image-card:hover a{
    text-decoration: none;
}
.bannerSpeaker .image-card p span.text-h{
    font-weight: 400;
}

h3.speakerTitle{
    /* margin-top: 132px; */
    color: #fff;
    font-size: 33px;
    position: relative;
    
    
}
h3.chief-guest-Title{
    margin-top: 132px;
    color: #fff;
    font-size: 33px;
    position: relative;
    
    
}



/* ************************** */

.logo-wrapper {
  width: 20%;
  position: absolute;
  visibility: hidden;
  top: 0;
}
.logo-wrapper::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.logo-wrapper:nth-of-type(even) .logo {
  background: #eee;
}
.logo-wrapper .logo {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 100%;
}
.logo-wrapper .logo svg {
  width: 100%;
}


/* .bannerSpeaker{
  padding: 81px 0 28px 0;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee-wrapper {
  display: flex;
}

.image-card {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 200px;
}

@keyframes marquee {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-100%);
  }
} */

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
  /* width: 80vh; */
  overflow: hidden;
  /* border:1px solid #ccc; */
}

@media (max-width:767px) {
  .navbar-toggle{
    margin-left: 15px;
    margin-right: 0;
  }

  .site-header{
    min-height: 70vh;
  }
  .site-header .intro{height: 45vh;}

  .navbar-header.d-flex{justify-content: center;}
}