html,
body {
  overflow-x: hidden;
  max-width: 100vw;
  min-width: 308px;
  font-family: 'uniform';
}

@font-face {
  font-family: 'RubikRegular';
  src: url(../fonts/rubik/Rubik/Rubik-Regular.ttf);
}

@font-face {
  font-family: 'RubikMedium';
  src: url(../fonts/rubik/Rubik/Rubik-Medium.ttf);
}

@font-face {
  font-family: 'RubikLight';
  src: url(../fonts/rubik/Rubik/Rubik-Light.ttf);
}

@font-face {
  font-family: 'RubikBold';
  src: url(../fonts/rubik/Rubik/Rubik-Bold.ttf);
}

@font-face {
  font-family: 'RobotoBold';
  src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'SourceSansProRegular';
  src: url(../fonts/source-sans-pro/WOFF/TTF/SourceSansPro-Regular.ttf.woff);
}

@font-face {
  font-family: 'SourceSansProBold';
  src: url(../fonts/source-sans-pro/WOFF/TTF/SourceSansPro-Bold.ttf.woff);
}

@font-face {
  font-family: 'SourceSansProLight';
  src: url(../fonts/source-sans-pro/WOFF/TTF/SourceSansPro-Light.ttf.woff);
}

@font-face {
  font-family: 'SourceSansProsemiBold';
  src: url(../fonts/source-sans-pro/WOFF/TTF/SourceSansPro-Semibold.ttf.woff);
}
@font-face {
  font-family: 'uniform';
  src: url(../fonts/source-sans-pro/WOFF/TTF/uniform.otf);
}
@font-face {
  font-family: 'uniformBlack';
  src: url(../fonts/source-sans-pro/WOFF/TTF/UniformBlack.otf);
}
@font-face {
  font-family: 'uniformBold';
  src: url(../fonts/source-sans-pro/WOFF/TTF/UniformBold.otf);
}
@font-face {
  font-family: 'uniformcondensed';
  src: url(../fonts/source-sans-pro/WOFF/TTF/uniformcondensed.otf);
}
@font-face {
  font-family: 'uniformCondensedBlack';
  src: url(../fonts/source-sans-pro/WOFF/TTF/UniformCondensedBlack.otf);
}

@font-face {
  font-family: 'AbrilFatface-Regular';
  src: url(../fonts/Littera/AbrilFatface-Regular.ttf);
}

@font-face {
  font-family: 'Gotham-Black';
  src: url(../fonts/Littera/Gotham-Black.otf);
}

@font-face {
  font-family: 'GothamBold';
  src: url(../fonts/Littera/GothamBold.ttf);
}

@font-face {
  font-family: 'Gotham-Thin';
  src: url(../fonts/Littera/Gotham-Thin.otf);
}

@font-face {
  font-family: 'LitteraPlainBold';
  src: url(../fonts/Littera/LitteraPlainBold.otf);
}

@font-face {
  font-family: 'LitteraPlainBook';
  src: url(../fonts/Littera/LitteraPlainBook.otf);
}
@font-face {
  font-family: 'LitteraPlainMedium';
  src: url(../fonts/Littera/LitteraPlainMedium.otf);
}
@font-face {
  font-family: 'LitteraPlainRegular';
  src: url(../fonts/Littera/LitteraPlainRegular.otf);
}
@font-face {
  font-family: 'Merriweather-BlackItalic';
  src: url(../fonts/Littera/Merriweather-BlackItalic);
}
@font-face {
  font-family: 'Merriweather-Bold.ttf';
  src: url(../fonts/Littera/Merriweather-Bold.ttf);
}
@font-face {
  font-family: 'Merriweather-Light.ttf';
  src: url(../fonts/Littera/Merriweather-Light.ttf);
}

.headerMedia {
  display: flex;
  align-items: flex-start;
}

.logo,
.logo2 {
  min-width: 120px;
  display: inline-block;
  height: 54px;
  background: url(../Images/new_CAPEx.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
}

.logo2 {
  background-image: url(../Images/capex-logo.png);
  background-size: cover;
  height: 50px;
  min-width: 120px;
}

.banner-logo {
  background: url(https://capex.co.in/media_files/filer_public/78/30/78305252-ac3a-46df-8b5b-fb259cb3b979/capex__pwx_logo_set-06.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 140px;
  margin-bottom: 20px;
}


.banner-title {
  font-size: 50px;
}

.date {
  font-family: 'uniform';
  font-size: 14px;
  color: #06000f;
  display: block;
}

.datePlace {
  font-family: uniformbold;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  border-left: solid 1px #cbcbcb;
  margin: 0 30px;
  padding-left: 30px;
}

.navbar {
  display: inline-block;
  float: right;
  margin-right: 30px;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.nav {
  font-family: uniformbold;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  color: #06000f;
  display: inline;
}

/*.nav>li>a:focus, .nav>li>a:hover,.dropdown:hover>a{
    border-bottom: 3px solid #E4473C;
}*/

.nav > li > a:focus:before,
.nav > li > a:hover:before,
.dropdown:hover > a:before {
  border-top: 3px solid #0d988c;
  position: absolute;
  content: '';
  top: -25px;
  left: 0;
  width: 100%;
}

.nav > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav li a,
.navbar-default .navbar-nav > li > a {
  color: inherit;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav > li > .dropdown-menu.sub-menu {
  margin-top: 0px;
  border: none;
  min-width: auto;
  left: auto;
  right: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 0;
}

.dropdown-menu.sub-menu > li > a:hover {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}

.navbar-nav > li > .dropdown-menu.sub-menu > li {
  background-color: #2d2d2d;
  color: #fff;
  margin-bottom: 1px;
  border-radius: 2px;
}

.navbar-nav > li > .dropdown-menu.sub-menu > li:nth-last-child(1) {
  margin-bottom: 0;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.navbar-nav > li > .dropdown-menu.sub-menu > li.dropup {
  color: #2d2d2d;
  background-color: transparent;
  text-align: right;
  padding-right: 15px;
  height: 11px;
}

.banner {
  background: url('../Images/Image for capex (2).jpg');
  height: 370px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 40px 40px 100px;
}

.bg-banner {
  height: 370px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 40px 40px 100px;
}

.homePageBanner {
  /*height: calc(100vh - 92px);*/
  height: 475px;
  padding: 20px 0;
}

.homePageBanner .homepage-hero-module {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0px;
  z-index: -1;
  border-right: none;
  border-left: none;
}

.video-holder {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
  background: #000;
}

.bannerButton {
  position: absolute;
  bottom: 10%;
  /*bottom: 70px;*/
  text-align: center;
  width: 100%;
}

.homePageBanner .bannerButton {
  bottom: -70px;
}

.bannerHeading {
  font-family: 'uniformbold';
  font-size: 42px;
  color: #ffffff;
  /*top: 15%;*/
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.homePageBanner .bannerHeading {
  font-size: 54px;
  font-weight: 300;
  /*top: 25%;*/
  /*height: calc(100vh - 92px);*/
  height: 97%;
  /* padding-top: 2%; */
}

.homePageBanner .bannerHeading div:nth-child(1) {
  max-height: 150px;
}

.container {
  position: relative; /* make any positioned child elements relative to this */
  width: 100%;
}

.headingCaption {
  /* background-color: rgba(0,0,0,0.432); */
  /* padding: 12px 0; */
  height: auto;
  display: block;
  font-family: 'uniform';
  font-size: 22px;
  /* font-weight: bold; */
  color: #ffffff;
  max-width: 90%;
}

.homePageBanner .headingCaption {
  display: inline-block;
  max-width: 98%;
}

.sponsorshipBanner .headingCaption,
.sponsorshipBanner .translucent {
  width: 96%;
}

.bannerButton button,
.conferenceButton button {
  width: 280px;
  height: 60px;
  border-radius: 2px;
  background-color: #0d988c;
  font-family: 'uniform';
  font-size: 22px;
  font-weight: 500;
  line-height: 1.17;
  color: #ffffff;
  border: none;
  text-align: center;
  margin-right: 10px;
}

.homePageBanner .bannerButton button,
.conferenceButton button {
  width: 310px;
}

.text-left {
  text-align: left;
}

.OTMBold {
  font-family: 'uniformblack';
}

.intro {
  margin: 60px 104px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  /*max-width: 1229px;*/
}

.intro > div {
  padding-left: 0;
}

.intro > div.borderLeftDotted {
  padding-left: 10px;
}

/*.whyMumbaiBorchureIntro>div{
  margin-left: 50px;
}*/

.overflowingContent {
  overflow: visible;
  display: flex;
}

.heading {
  font-family: 'uniform';
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #06000f;
  /* margin-bottom: 20px; */
}

.content {
  font-family: 'uniform';
  font-size: 18px;
  line-height: 1.33;
  color: #2d2d2d;
}

.content p {
  padding: 5px 0;
  margin: 0;
  font-family: 'uniform';
}

.content.testimonials p {
  padding: 0 75px 30px;
}

.highlight .content {
  font-family: 'SourceSansProLight';
  font-weight: normal;
}

iframe {
  height: 400px;
  width: 100%;
}

.borderedIframe {
  padding-top: 20px;
  height: 200px;
}

.videoTab .borderedIframe {
  height: 120px;
}

.iframeRow iframe,
.nopadding {
  padding: 0;
}

.videoTestimonials {
  height: auto;
  max-width: 1224px;
  margin: 0 auto;
}

.videoTestimonial1 {
  height: 120px;
  padding-top: 74px;
  overflow: hidden;
}

.backgroundImage {
  position: absolute;
  top: 50%;
  min-height: 100%;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  min-width: 100%;
}

.playImage {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
}

.playImage:hover {
  transform: scale(1.2, 1.2); /* default is 1, scale it to 1.5 */
  opacity: 1;
  transition: 0.3s ease;
}

.noLeftPadding {
  padding-left: 0;
}

.noPadding {
  padding: 0;
}

.bordered {
  border-radius: 2px;
  border: dotted 1px #d0d0d0;
  color: #878787;
  padding: 20px;
}

.bordered p {
  padding-top: 0;
}

.bordered p:not(:last-child) {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 20px;
}

.numBold {
  font-family: 'uniformbold';
  font-size: 24px;
  line-height: 1;
  color: #036095;
}

.highlight .numBold {
  font-size: 52px;
  color: #fff;
}

.imageVideoLink {
  font-family: 'uniformbold';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.17;
  color: #ffffff;
  background: url(../Images/interviews.png);
  height: 300px;
  margin: 8px 0 20px 0;
  padding: 10px 30px;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
}

.Award-link {
  background: url(../Images/Award-Architects-Emailer.jpg);
  height: 170px;
  margin: 30px 0 15px 0;
  background-size: cover;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
}
.imageVideoLink a {
  position: absolute;
}

.imageVideoLink img {
  cursor: pointer;
  width: 60px;
}

.imageVideoLink img:hover {
  transform: scale(1.2, 1.2); /* default is 1, scale it to 1.5 */
  opacity: 1;
  transition: 0.3s ease;
}

.videolarge {
  height: 480px;
  display: flex;
  background: url(../Images/HS9A9399.png);
  background-size: cover;
  background-position: center;
  border-radius: 0;
  align-items: center;
}

.videolarge .imageVideoText {
  width: 80%;
  font-family: 'uniform';
  font-size: 18px;
  line-height: 1.5;
  /*position: relative;*/
}

/*.containerDiv {
  top: 17.9%;
    position: absolute;
}*/

.videolarge .ImageTextBold {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.12;
}

.videolarge a {
  align-self: center;
  position: inherit;
}

.imageVideoLinkHeader {
  font-family: uniformbold;
  font-size: 14px;
  /* font-weight: 500; */
  letter-spacing: 2px;
  padding: 2px 5px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #0d988c;
  margin-bottom: 10px;
  display: inline-block;
}

.imageTextDiv {
  display: table-cell;
  vertical-align: middle;
}
.key-feture {
  padding-left: 25px !important;
  padding-right: 0;
}
.imageVideoLinkText {
  font-family: uniformbold;
  font-size: 30px;
}

.videolarge .imageVideoLinkHeader {
  font-family: 'uniformbold';
  font-size: 48px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  background: none;
  width: 80%;
  padding: 2px 43px;
}

.videolarge .imageVideoText p {
  width: 46%;
  margin: 20px 46px 0px;
}

.videolarge .imageVideoLinkHeader .lightHeader {
  font-family: 'uniform';
}

.whyMumbai,
.whyMumbaiBrochure {
  background: url('../Images/mumbai.png');
  height: 450px;
  background-position: left;
  background-repeat: no-repeat;
}

.whyMumbaiCaption {
  border-radius: 3px;
  background-color: #0d988c;
  width: 204px;
  height: 105px;
  font-family: 'SourceSansProSemiBold';
  font-size: 14px;
  /*font-weight: 600;*/
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 63%;
  padding: 0 10px;
  left: -5%;
}

.whyMumbaiCaptionNumber {
  font-family: 'uniform';
  font-size: 48px;
  font-weight: 300;
  display: block;
  height: 55px;
}

.content .heading {
  font-family: 'uniform';
  font-size: 48px;
  font-weight: 300;
  padding: 24px 0;
}

.content.testimonials .heading {
  padding: 0 75px;
}

.enquire {
  background: url('../Images/enquire.png');
  padding: 33px 48px 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'uniform';
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  clear: left;
}

.enquire .heading,
.enquire .content,
.enquire a {
  color: #fff;
}

.highlight {
  padding: 76px 100px 77px;
}

.buttonRight {
  height: 40px;
  border-radius: 2px;
  background-color: #0d988c;
  font-family: 'uniform';
  color: #ffffff;
  border: none;
  font-size: 12px;
  letter-spacing: 0.1px;
  min-width: 225px;
  text-align: center;
  /* padding-left: 1%; */
  font-weight: 500;
  margin: 10px 0px;
}

.brochureButton {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  font-family: 'uniform';
  /* padding-left: 15px; */
}

.subscribe {
  background: url('../Images/Bitmap.png');
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: 'uniformbold';
  font-size: 21px;
  font-weight: bold;
  line-height: 1.12;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
}

.subscribe:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: solid 15px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

.subscribe button {
  width: 134px;
  height: 50px;
  border-radius: 5px;
  background-color: #036095;
  font-family: 'uniformbold';
  color: #ffffff;
  border: none;
  font-size: 14px;
}

.subscribe .heading {
  font-family: 'uniform';
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.subscribeInput input,
.subscribeInput .input-group-btn,
.subscribeInput button {
  height: 45px;
}

.subscribeInput .form-control:first-child,
.subscribeInput .input-group-btn:first-child > .btn,
.subscribeInput .input-group-btn:first-child > .btn-group > .btn,
.subscribeInput .input-group-btn:first-child > .dropdown-toggle,
.subscribeInput
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn,
.subscribeInput
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 5px 0 0 5px;
}

.subscribeInput .input-group-btn:last-child > .btn,
.subscribeInput .input-group-btn:last-child > .btn-group > .btn,
.subscribeInput .input-group-btn:last-child > .dropdown-toggle {
  border-radius: 0 5px 5px 0;
}

.partner {
  margin: 40px 0;
}

.partner .heading {
  font-family: 'uniform';
  font-size: 32px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: normal;
  color: #06000f;
}

.partner .boldText {
  font-family: 'uniformbold';
}

.phone .dropdown-toggle {
  background-color: #f1f1f1;
  height: 55px;
}

.container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.container div {
  background-color: white;
  width: 100%;
  display: inline-block;
  /*display: none;*/
}

.container img {
  width: 100%;
  height: auto;
}

.demo .container {
  max-width: 75%;
}

.demo .container {
  height: auto;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.demo .container div.col-sm-2 {
  width: 16.66666667%;
}

.demo .container img {
  width: 100px;
  height: auto;
}

.next,
.prev,
.next:focus,
.prev:focus {
  position: absolute;
  border: none;
  background: transparent;
  outline: none;
}

.next {
  right: 0;
  top: 26%;
}

.prev {
  left: 0;
  top: 26%;
}

header {
  margin: 24px 30px 24px;
}

footer {
  background: #2b2a29;
  height: 100%;
  margin-top: 0px;
  color: #fff;
  padding: 62px 100px 36px;
}

footer > div {
  padding-bottom: 30px;
}

.footerNav li {
  list-style: none;
  /* font-family: 'uniform'; */
  font-family: 'uniform';
  font-size: 13px;
  letter-spacing: 1.5px;
  padding: 3px;
}

.fontGray,
.fontGray a {
  font-weight: 500;
  color: #fff;
}

.copyRight {
  padding: 20px 0;
  border-top: 1px solid #373737;
  clear: left;
  color: #5b5b54;
  font-family: 'uniform';
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.copyRight a {
  color: #5b5b54;
}

.contactUs {
  font-family: 'uniformbold';
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  margin-bottom: 50px;
}

.registered {
  line-height: 1.75;
}

.address {
  line-height: 1.75;
  font-family: 'uniform';
  font-weight: normal;
  letter-spacing: 1.75;
}

/*Brochure*/
.brochureHeading {
  font-family: 'uniformbold';
  font-size: 32px;
  line-height: 1.12;
  color: #0d988c;
}

.brochureHeading + .info1 {
  margin: 25px 0;
}

.brochureIntro {
  display: block;
}

.brochureIntro .bordered {
  padding: 30px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.mediaTable {
  display: flex;
}

.brochureIntro .mediaTable {
  align-items: initial;
}

.brochureIntro .numBold {
  font-family: 'uniformbold';
  font-size: 45px;
}

.travelBlogger {
  margin: 30px 104px;
  padding: 30px 0px;
  border-top: 1px dashed #a1a1a1;
  border-bottom: 1px dashed #a1a1a1;
}

.info1,
.info2,
.info3,
.brochureIntro a,
.info1Bold {
  font-family: 'uniform';
  font-size: 18px;
  line-height: 1.428;
  color: #2d2d2d;
}

.info1Bold {
  font-family: 'uniformbold';
}

.info2 {
  font-family: 'uniformbold';
}

.info3 {
  font-size: 14px;
  line-height: 1.14;
}

.brochureIntro a {
  text-decoration: underline;
}

.infoCol {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.highlight .infoCol {
  justify-content: space-around;
}

.headingLeft {
  margin-right: 25px;
}

.borderedRight {
  border-right: dotted 1px #d0d0d0;
  color: #878787;
}

.infoImage1,
.infoImage2,
.infoImage3 {
  background: url('../Images/map1.png');
  height: 195px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
}

.infoImage2 {
  background-image: url('../Images/map2.png');
  background-size: contain;
}

.infoImage3 {
  background-image: url('../Images/graph1.png');
}

.whyMumbaiBrochure {
  background: url(../Images/graph2.png) no-repeat;
  background-size: contain;
  margin-left: 100px;
}

.whyMumbaiBorchureIntro {
  background: #f7f7f7;
  margin: 50px 0;
}

.flexBox {
  display: flex;
}

.graphData {
  font-family: 'SourceSansProSemiBold';
  font-size: 18px;
  line-height: 1.11;
  color: #2d2d2d;
}

.graphDescription {
  font-size: 36px;
  letter-spacing: 1px;
  color: #dd4538;
  margin-right: 10px;
}

.personInfo {
  /*height: 130px;*/
  text-align: center;
  padding-top: 12px;
}

.personTestimonial {
  font-family: 'uniform';
  font-size: 18px;
  line-height: 1.5;
  color: #2d2d2d;
  margin: 40px;
}

.author,
.designation {
  font-family: uniform;
  font-size: 18px;
  color: #036095;
  display: block;
  margin-top: 10px;
}

.designation {
  font-family: 'uniformbold';
  margin-top: 0;
}

.quote {
  color: #036095;
  font-size: 20px;
}

.quoteRight {
  margin-left: 10px;
  /*bottom: 25px;*/
  position: absolute;
  /*margin-bottom: 10px;*/
}

.borderedShadowContent {
  display: flex;
  clear: left;
}

.borderedShadow {
  /*height: 345px;*/
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.09);
  padding: 8px;
  text-align: center;
  margin-left: 3px;
  margin-bottom: 3px;
}

.borderedShadow div {
  padding: 5px;
}

.offer {
  font-family: uniform;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background-color: #dd4538;
  border-radius: 3px;
  text-align: center;
}

.offerNormal {
  background-color: #ececec;
  color: #2d2d2d;
}

.inrPrice {
  font-family: 'uniform';
  font-size: 14px;
  color: #036095;
  line-height: 1.71;
}

.dollarPrice {
  font-family: uniformbold;
  font-size: 20px;
  font-weight: 500;
  color: #036095;
}

.emptyValue {
  width: 30px;
  height: 1px;
  background-color: #a1a1a1;
  padding: 0 !important;
  margin: 10px auto;
}

.boxHighlight {
  border-radius: 2px;
  background-color: #036095;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.09);
}

.boxHighlight .inrPrice,
.boxHighlight .dollarPrice,
.boxHighlight .info1 {
  color: #fff;
}

.boxHighlight .emptyValue {
  background-color: #fff;
}

.dateGray {
  color: #a1a1a1;
}

.borderLeftDotted {
  border-left: 1px dotted #2d2d2d;
  width: 1px;
  margin: 5px;
  padding: 0px;
}

.shellScheme {
  background: url('../Images/shellScheme.png');
  height: 205px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.additionalInfo {
  border-radius: 2px;
  background-color: #f6f7f7;
  padding: 30px;
}

.additionalInfo li {
  font-family: 'uniform';
  font-size: 12px;
  line-height: 1.58;
  color: #2d2d2d;
  list-style: none;
}

button .arrow-right {
  background: url(../Images/ic_arrow_forward_white.png) no-repeat;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background-origin: content-box;
  margin-right: 8px;
}

.banner button .arrow-right,
button.brochureButton .arrow-right {
  margin-top: 2px;
}

.arrowRight,
a .arrow-right {
  background: url('../Images/ic_arrow_forward_black_24px.png') no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
}

a .arrow-right {
  background: url(../Images/ic_arrow_forward_white.png) no-repeat;
  width: 20px;
  height: 20px;
}

.sponsorshipBlocks {
  padding: 30px;
  border-top: dashed 1px #a1a1a1;
}

.mediaHeading {
  font-family: uniformbold;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #06000f;
}

.mediaText {
  font-family: 'uniform';
  font-size: 14px;
  line-height: 1.36;
  color: #878787;
  /*min-height: 56px;
    margin: 20px 0 10px;*/
  margin: 20px 0 35px;
  float: left;
  clear: left;
}

.mediaBlocks {
  border: 1px solid #d0d0d0;
  padding: 22px;
  margin-right: 20px;
}

.mediaBlocks .brochureButton {
  position: absolute;
  bottom: 7px;
  left: 13px;
  width: 200px;
}

.videoIcon:before,
.pressIcon:before,
.mediaIcon:before {
  background: url('../Images/ic-videocam-black-24-px.png') no-repeat;
  background-position: center;
  padding-left: 23px;
  margin-bottom: 10px;
  height: 24px;
  content: '';
  display: inline-block;
  height: 21px;
}

.mediaIcon:before {
  background: url('../Images/media.png') no-repeat;
}

.pressIcon:before {
  background: url('../Images/press-releases.png') no-repeat;
  padding-left: 28px;
}

.videoIcon,
.pressIcon,
.mediaIcon {
  content: '';
  display: inline-block;
  float: left;
  border-bottom: 2px solid #a1a1a1;
  margin-top: 5px;
  margin-right: 10px;
}

.resources {
  border-radius: 2px;
  width: 90px;
  height: 40px;
  font-family: uniformbold;
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
  background-color: #ebebeb;
}

.resources.active {
  background-color: #036095;
  font-family: uniformbold;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.imgGallery,
.videoTab {
  margin: 10px 0;
}

.imgGallery img {
  max-width: 100%;
  max-height: 100%;
}

.imgGallery:hover .download-icon,
.carousel-inner .download-icon {
  background-image: url('../Images/download.png');
  background-size: 25px;
  position: absolute;
  top: 70px;
  left: 150px;
  right: 20px;
  bottom: 15px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
  /*background-color: rgba(0,0,0,.2);*/
}

.resourceBtn {
  margin-right: 13px;
}

.hide {
  display: none;
}

#mapdiv {
  border: 1px solid #d3d3d3;
  width: 100% !important;
  height: 450px;
}

.OTMStats {
  background: url('../Images/Municipalika-stats.png');
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#mapdiv a {
  color: #fff !important;
}

.formHeader {
  background-color: #0d988c;
  margin: 0;
  width: 100%;
  min-height: 100px;
  display: grid;
}

.formHeader .bannerHeading {
  font-family: 'uniformbold';
  font-size: 48px;
  margin: 44px 100px;
}

.formHeader .headingCaption {
  background: none;
  opacity: 1;
  height: auto;
  margin: 12px 0;
  width: 90%;
  position: static;
}

label {
  font-family: 'uniform';
  font-size: 17px;
  color: #2d2d2d;
  font-weight: normal;
}

.form-control {
  font-family: 'uniform';
  font-size: 18px;
  font-weight: 300;
  color: #06000f;
}

p {
  font-family: 'uniform';
  margin: 10px 0 0;
}

label.radio-inline {
  font-family: 'uniform';
  margin: 10px 15px 0 0 !important;
}

textarea {
  width: 100%;
  border-radius: 2px;
  border: solid 1px #c4c4c4;
}

.enquireForm input {
  padding: 10px;
  height: 55px;
  border-radius: 2px;
  border: solid 1px #c4c4c4;
}

.enquireForm input[type='radio'] {
  height: auto;
  margin-left: -19px;
}

.enquireForm .input-group-addon {
  font-family: 'uniform';
  font-size: 18px;
  color: #06000f;
  border-radius: 2px;
}

.btnSend {
  height: 55px;
  min-width: 150px;
  margin: 20px 0;
}

.form-group {
  margin: 20px 0 !important;
  padding-left: 0;
}

.formHeading {
  font-family: 'uniform';
  font-size: 32px;
  line-height: 1.12;
  color: #06000f;
}

.d-block {
  display: block;
}

.formBlock {
  margin: 50px 100px;
  border-top: dotted 1px #a1a1a1;
  overflow: hidden;
}

.enquireFormOptionTab {
  border-radius: 2px;
  background-color: #f6f7f7;
  padding: 20px;
}

.mandatory:after {
  content: '*';
  margin-top: -2px;
}

.downloadPage > div {
  padding-left: 0;
}

.downloadImages {
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  /*width: 280px;*/
  height: 225px;
  margin: 10px 0;
  text-align: center;
}

.downloadImages img {
  max-width: 100%;
  max-height: 70%;
}

.imageTag {
  font-family: 'uniform';
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #2d2d2d;
  margin-top: 10px;
}

.downloadBtn {
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  padding: 10px;
  /*width: 280px;*/
  font-family: uniformbold;
  font-size: 14px;
  font-weight: 500;
  color: #2d2d2d;
  padding-right: 19px;
  background: url('../Images/UniqueIdeas.png') no-repeat right;
  background-origin: content-box;
}

.downloadBtn:hover {
  color: #ffffff;
  padding-right: 19px;
  background: url('../Images/download_white.png') no-repeat right;
  background-color: #0d988c;
  background-origin: content-box;
}

.downlaodableImages a {
  text-decoration: none;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity = 80) !important;
  display: none;
  z-index: 100;
}

#overlayContent {
  position: fixed;
  width: 100%;
  top: 100px;
  text-align: center;
  display: none;
  overflow: hidden;
  z-index: 100;
  padding-top: 30px;
}

.carousel {
  max-width: 80%;
  margin: 0 auto;
}

.carousel-indicators li {
  visibility: hidden;
}

.carousel-inner .item {
  font-size: 10px;
  color: #0404b4;
}

.carousel-inner .download-icon {
  right: 10%;
}

.carousel-control {
  z-index: 10;
  top: 2%;
  width: 30px;
  opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control.left {
  left: -10px;
}
.carousel-control.right {
  right: -10px;
}

.carousel-inner > .item > img {
  max-width: 85%;
  margin-left: 8%;
}

#overlayContent .close {
  margin-right: 5%;
  opacity: 1;
  margin-top: -25px;
  color: #fff;
}

.visibleTab {
  display: none !important;
}

/* .twitter,
.fb {
  background: url('../Images/twitter-logo-silhouette.png') no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
}

.copyRight a:hover .twitter {
  background: url('../Images/twitter-logo-silhouette-red.png') no-repeat;
}

.fb {
  background: url('../Images/facebook-logo.png') no-repeat;
  margin-left: 20px;
}

.copyRight a:hover .fb {
  background: url('../Images/facebook-logo-red.png') no-repeat;
  margin-left: 20px;
} */
i.fa.fa-facebook:hover,
i.fa.fa-twitter:hover,
i.fa.fa-linkedin:hover {
  color: #0d988c;
}
i.fa.fa-facebook,
.fa-facebook:before {
  font-size: 19px;
  padding: 0 3px;
}
i.fa.fa-twitter,
i.fa.fa-linkedin,
.fa-linkedin:before,
.fa-twitter:before {
  font-size: 22px;
  padding: 0 3px;
}
.inline_list li {
  display: inline;
  padding-right: 35px;
}

/* Conference */
.conferenceColor {
  color: #036095;
}

.conferenceHeading,
.conferenceFeesHeading {
  font-family: 'uniformbold';
  font-size: 32px;
  line-height: 1.12;
}
.conferenceHeading {
  text-align: center;
  margin-bottom: 30px;
}

.conferenceSubHeading {
  font-family: 'uniformbold';
  font-size: 16px;
  line-height: 1.12;
}

.conferenceDaysDiv {
  margin: 30px;
}

.conferenceDay {
  font-family: 'uniformbold';
  font-size: 16px;
  line-height: 1.12;
}

.conferenceDayDiv {
  border-top: 1px solid #036095;
  border-right: 1px solid #036095;
  padding: 8px;
}

.conferenceDayText {
  font-family: 'uniform';
  font-size: 16px;
  line-height: 1.12;
}

.conferenceMargin {
  margin: 20px 0;
}

.conferencePriceTable {
  width: 400px;
  float: left;
  clear: both;
}

.conferencePriceTitle {
  font-family: uniformbold;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0 4px;
}

.conferencePriceDiv {
  border: 1px solid #035960;
  width: 380px;
  float: left;
  clear: both;
  padding: 8px;
}

.conferencePriceTitle,
.item {
  width: 110px;
  height: 30px;
  float: left;
  padding: 0 0 0 10px;
  margin: 0px 0 0 10px;
}

.conferencePrice {
  text-transform: capitalize;
  font-family: 'uniform';
  font-size: 16px;
  font-weight: bold;
}

.conferenceChild {
  height: 150px;
  margin: 20px 0;
}

.conferenceRegistration {
  transform: rotate(270deg);
  transform-origin: bottom left;
  float: left;
  background-color: #036095;
  color: #fff;
  padding: 0 12px;
  position: relative;
  left: 12px;
  top: 10px;
}

.event-row {
  background-color: #efeeee;
}

.event-div {
  margin: 0 auto;
  width: 80%;
}

.event-content-div {
  width: 25%;
  font-size: 32px;
  padding: 16px;
  text-align: center;
}

.event-content {
  color: #036095;
  font-family: 'uniformblack';
  text-transform: uppercase;
}

.event-subcontent {
  color: #036095;
  font-family: 'uniform';
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
}

.city-summit-div {
  width: 100%;
  background-color: #036095;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}

.city-summit-text {
  font-family: 'uniformbold';
  font-size: 18px;
}
.city-summit-text.big-text {
  font-size: 36px;
}

.city-summit-subtext {
  font-family: 'uniform';
  font-size: 18px;
}

.city-summit-div .row {
  width: 100%;
}

.city-summit-logo {
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 40px 0;
}

.conferenceNote {
  float: left;
  clear: both;
  width: 80%;
  margin: 20px 0;
}

/* who visits */
.who-visits-container {
  background-color: #efeeee;
  padding: 40px;
}

.who-visits-title {
  font-size: 32px;
  color: #036095;
  font-family: 'uniformbold';
  margin: 40px 0 20px 0;
}

.who-visits-subtitle {
  font-size: 24px;
  color: #036095;
  font-family: 'uniform';
  margin: 40px 0;
}

.who-visits-div {
  margin: 10px 0;
  min-height: 70px;
  display: flex;
  align-items: center;
}

.who-visits-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* background-color: #fff; */
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}

.who-visits-text-div {
  float: left;
  width: 60%;
  color: #036095;
  margin: 0 0 0 30px;
}

.who-visits-topic {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: 'uniformbold';
  margin: 8px 0;
}

/* who exhibits */

.exhibits-container {
  background-color: #efeeee;
  padding: 40px 100px;
  margin: 0 !important;
}

.exhibits-title {
  font-size: 32px;
  color: #036095;
  font-family: 'uniformbold';
  font-weight: bold;
  margin: 40px 0 20px 0;
}

.exhibits-subtitle {
  font-size: 24px;
  color: #036095;
  font-family: 'uniform';
  font-weight: lighter;
  margin: 40px 0;
}

.exhibits-div {
  margin: 20px 0;
  min-height: 160px;
  align-items: center;
  display: flex;
}

.exhibits-image {
  width: 110px;
  height: 110px;
  background-size: 100%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
}

.exhibits-text-div {
  float: left;
  width: 75%;
  color: #036095;
  margin: 0 0 0 15px;
  font-family: 'uniform';
}

.exhibits-topic {
  float: left;
  width: 100%;
  font-size: 22px;
  font-family: 'uniformbold';
}

.exhibits-content {
  float: left;
  width: 100%;
  font-size: 16px;
  font-family: 'uniform';
}

.package-div {
  padding: 16px 65px 16px 16px;
  min-height: 130px;
}

.package-name {
  padding: 0 16px;
  font-family: uniformbold;
  font-size: 22px;
  color: #036095;
  float: left;
}

.package-price {
  font-family: 'uniformbold';
  font-size: 20px;
  float: right;
}

.show-img {
  min-width: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 0 auto;
}

.show-ele1 {
  background-color: #56b14f;
}

.show-ele2 {
  background-color: #56b14f;
}

.show-ele3 {
  background-color: #56b14f;
}

.show-ele4 {
  background-color: #56b14f;
}

/* .show-ele5{
  background-color: ##0d988c;
} */

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.float-left {
  float: left;
}

.float-right {
  float: right !important;
}

.clear-both {
  clear: both;
}

.margin-null {
  margin: 0 !important;
}

.color-red {
  color: #0d988c;
}

.bg-red {
  background-color: #0d988c;
}

.buttonRight.brochureButton.bg-red {
  float: left !important;
}
.pad-null {
  padding: 0;
}
.info1.pre-event {
  padding: 20px 0px;
}
.dollarPrice.pre-event {
  padding: 15px 0;
  /* height: 88px; */
}
span.hed-cap-font {
  font-size: 36px;
  font-family: 'uniformbold';
}
span.home-pad {
  line-height: 2.5;
  font-family: 'uniform';
}

.mylivechat_collapsed,
.mylivechat_expanded {
  background-color: #0d988c !important;
  border: 1px solid #0d988c !important;
}
button.mylivechat_offline_submit_button {
  background-color: #0d988c !important;
}
button.mylivechat_prechat_submit_button {
  background-color: #0d988c !important;
}

/* agendta page*/
.agenda-title {
  font-family: 'uniformbold';
  font-size: 24px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
}
.time-text {
  font-family: 'uniformbold';
  font-size: 14px;
  color: #000000;
  text-align: left;
  background-color: #f4f4f4;
  padding: 8px !important;
}
.time-text1,
.table-in-text1 {
  background-color: rgba(43, 42, 41, 0.4) !important;
  color: #000000 !important;
  text-align: left;
  font-family: 'uniformbold' !important;
}
.table-in-text {
  font-family: 'uniform' !important;
  font-size: 14px;
  color: #000000;
  padding: 8px;
}
.border-grey {
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #ededed;
}
/* .incre-hight {
  height: 340px;
} */
.center-table-text {
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
}
.table-in-text2 {
  font-family: 'uniformbold';
  font-size: 14px;
  color: #000000;
  padding: 5px 8px;
  text-align: left !important;
}
.table-in-text-title {
  font-family: 'uniformbold';
  font-size: 14px;
  color: #000000;
  padding: 0;
  padding: 10px;
  text-align: left;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.around-border {
  width: 100%;
  clear: both;
  float: left;
}
.incre-hight3 {
  height: 110px;
}
/* agendta page*/
img.captcha {
  width: 175px;
  display: block;
  margin-bottom: 10px;
}
.subscribedesign {
  background: url('../Images/Image for capex (2).jpg');
  height: 400px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
.bannerHeading1 {
  font-family: 'uniformbold';
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.subscribedesign .brochureIntro {
  /* width: 40%; */
  margin: 0 auto;
}
.subscribedesign .form-group {
  margin: 0 !important;
  padding: 0;
}
.subscribedesign .form-group #id_emailfield_1 {
  width: 300px;
  margin: 20px 0;
  height: 42px;
}
.subscribedesign .form-group .btnSend {
  height: 42px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0;
  min-width: 135px;
}
.exhibits-titleagenda {
  font-size: 26px;
  color: #036095;
  text-align: center;
  font-family: 'uniformbold';
  font-weight: bold;
  margin: 20px 0 20px 0;
}
i.fa.fa-angle-right {
  padding-right: 10px;
  font-size: 20px;
  margin-top: 2px;
}
.fab {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background-color: #0d988c;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
  cursor: pointer;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  bottom: 50px;
}
.secfeb {
  right: 260px;
}
span#message,
span#message1,
span#message2,
span#message5,
span#message6,
span#message7,
span#message8 {
  position: absolute;
  color: red;
  font-size: 12px;
  padding: 5px 0;
}
span#messagecaptcha {
  color: red;
  font-size: 12px;
  padding: 5px 0;
}

span#message4 {
  position: absolute;
  bottom: -22px;
  left: 0;
  color: red;
  font-size: 12px;
}
/* Start Form */
.hbspt-form {
  /* background-color: #F4F8FA; */
  padding: 10px;
  text-align: left;
}
form#hsForm_91c9c2bf-d49a-44ee-b315-3c17a7113a85 {
  /* background-color: #ffffff !important; */
  text-align: left;
  padding: 0px;
  width: 100%;
  /* margin: 0 auto; */
  /* -webkit-box-shadow: 0px 1px 19px 3px rgba(0,0,0,0.18); 
box-shadow: 0px 1px 19px 3px rgba(0,0,0,0.18); */
}

.hbspt-form label {
  /* font-family: 'uniform';
  font-size: 16px;
  color: #2d2d2d;
  font-weight: normal; */
  font-family: 'uniform';
  font-size: 18px;
  color: #2d2d2d;
  font-weight: normal;
}

.hbspt-form input {
  /* font-size: 16px;
  color: #2d2d2d;
  font-weight: normal;
  width: 100%;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 10px; */

  font-family: 'uniform';
  font-size: 18px;
  font-weight: 300;
  color: #06000f;
  height: 55px;
  border-radius: 2px;
  border: solid 1px #c4c4c4;
  width: 100%;
  padding: 10px;
}
.hbspt-form input[type='checkbox'],
input[type='checkbox'],
label.hs-form-radio-display input {
  width: 20px;
  height: 15px;
  margin: 10px;
}
ul.hs-error-msgs.inputs-list li label {
  padding: 0;
  font-size: 12px;
  color: red;
}
fieldset.form-columns-1,
fieldset.form-columns-2,
.hs_any_other_comments_.hs-any_other_comments_.hs-fieldtype-textarea.field.hs-form-field {
  padding: 15px 0px;
}
label.hs-form-radio-display input {
  width: 30px;
  margin-right: 0;
}
ul.inputs-list.multi-container {
  list-style: none;
  padding: 0;
}
input.hs-button.primary.large {
  width: 40%;
  background-color: #0d988c;
  color: #ffffff;
  border: 1px solid #0d988c;
}
input.hs-button.primary.large:hover {
  width: 40%;
  background-color: #ffffff;
  color: #0d988c;
  border: 1px solid #0d988c;
}
.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.hs_designation.hs-designation.hs-fieldtype-text.field.hs-form-field,
.hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field,
.hs_city.hs-city.hs-fieldtype-text.field.hs-form-field {
  width: 50%;
  display: inline-block;
  float: left;
}
.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  padding-right: 5px;
}
.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.hs_city.hs-city.hs-fieldtype-text.field.hs-form-field,
.hs_designation.hs-designation.hs-fieldtype-text.field.hs-form-field {
  padding-left: 5px;
}
ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style-type: none;
}
.hbspt-form textarea {
  font-family: 'uniform';
  font-size: 18px;
  font-weight: 300;
  color: #06000f;
  height: 55px;
  border-radius: 2px;
  border: solid 1px #c4c4c4;
  width: 100%;
  padding: 10px;
}
label.hs-form-checkbox-display {
  display: inline-block;
  float: left;
  width: 45%;
}
li.hs-form-radio {
  display: inline-block;
}
/* .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field{
  width:100%;
} */
/* .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.hs_designation.hs-designation.hs-fieldtype-text.field.hs-form-field{
  width: 50%;
  
  padding: 0 5px 0 0;
}
fieldset.form-columns-1{
  display: inline-block;
  float: left;
  width: 50%;
} */
.hbspt-form textarea {
  font-family: 'uniform';
  font-size: 18px;
  font-weight: 300;
  color: #06000f;
  height: 150px;
  border-radius: 2px;
  border: solid 1px #c4c4c4;
  width: 100%;
  padding: 10px;
}
.hbspt-form .hs-richtext.hs-main-font-element,
.hbspt-form p {
  font-family: 'uniform';
  font-size: 14px;
  text-align: left !important;
}
/* close Form css*/
/* hub form */

form#hsForm_41bd798e-e10f-4a91-b6d7-68011333fb8d,
form#hsForm_139c4b2c-0c8d-4e08-9668-c1e70b155684 {
  padding: 10px;
}

.modal-dialog.hubspotnewform {
  background-color: #ffffff;
  border-radius: 4px;
}

.hubspotnewform .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.hubspotnewform
  .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.hubspotnewform .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.hubspotnewform .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field,
.hubspotnewform .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
.hubspotnewform
  .hs_interested_in.hs-interested_in.hs-fieldtype-textarea.field.hs-form-field {
  padding-bottom: 20px;
}
.hubspotnewform .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  padding-left: 0;
}
.hubspotnewform .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  padding-right: 0;
}

.comp .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}
.comp .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
  padding-right: 0px;
}
/* end hub form */

.video-banner-mainclass {
  margin: 0;
  background: url('https://capex.co.in/static/otm/Images/Image%20for%20capex%20(2).jpg');
  height: fit-content;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0%;
}

.newheadingCaption {
  font-size: 20px;
  font-family: uniform;
  color: #ffffff;
  padding: 10px;
}

.newbanner-title {
  font-size: 40px;
  font-family: uniformblack;
  color: #ffffff;
}

.newbutton-videobanner {
  width: 285px;
  height: 60px;
  border-radius: 2px;
  background-color: #0d988c;
  font-family: 'uniform';
  font-size: 20px;
  color: #ffffff;
  border: none;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

/* Slider */

.slick-slide {
  margin: 0px 30px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.OTMBold11 {
  font-family: 'uniform';
  font-size: 48px;
  text-align: center;
  color: #000;
}

.sli-rmv-pm {
  margin: 00px 0 !important;
  padding: 0 !important;
}

.slick-list.draggable {
  width: 100%;
}
/* close slider */

/* CAPEx is now bigger! bottom part start */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding: 15px;
}

.col-xs-5ths {
  width: 25%;
  float: left;
}

.img-shadow-partner {
  margin: 0 auto;
  box-shadow: 0 2px 15px 0 rgba(155, 155, 155, 0.32);
  background-color: #ffffff;
}

.zoom {
  padding: 00px;
  transition: transform 0.2s; /* Animation */
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(
    1.2
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.pag-title-new {
  font-family: 'uniformBlack';
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
}
.img-soc {
  max-width: 15px;
  width: 15px;
  height: 15px;
}

/* ARCHITECTURE start */
.img-arch-10 {
  position: relative;
  background-image: url(https://capex.co.in/media_files/david-werbrouck-hxhZMwfiGdQ-unsplash.png);
  background-color: #cccccc;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hm-banner-pos-ab {
  position: absolute;
  top: 0;
  left: 100px;
  width: 40%;
}
.hm-banner-pos-ab-btn {
  position: absolute;
  top: 60px;
  right: 190px;
  text-align: center;
  width: 25%;
}
.topm-muni-logo-pos-ab {
  width: 100%;
}
.btn-arc-top {
  width: 240px;
  padding: 15px;
  border-radius: 4px;
  background-color: #c12443;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin: 10px auto;
}
.btn-arc-top a{
  color: #ffffff;
}
.ARC_top_title {
  border-left: 5px solid #d0021b;
  font-size: 36px;
  font-family: 'uniform';
  /* font-weight: 900; */
  line-height: 1.5;
  padding-left: 10px;
}
.ARC_right-para {
  font-family: 'uniform';
  /* font-weight: 800; */
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #000;
}
.second-title-top {
  font-size: 36px;
  font-family: 'uniform';
  /* font-weight: 900; */
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
.list-title-seg {
  font-family: 'GothamBold';
  list-style-type: none;
  background-color: #cc171a;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
}
li.ARC_list {
  font-family: 'uniform';
  /* font-weight: 800; */
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
}
.img-arch-12 {
  position: relative;
  background-image: url(https://capex.co.in/media_files/room-3m9132_mMSQ-unsplash.png);
  background-color: #cccccc;
  height: 773px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ul-title1 {
  /* font-family: 'GothamBold'; */
  font-family: 'uniformBold';
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 10px;
}
.mar-right-imgandtxt {
  padding: 50px 75px 50px 50px;
}
.txt-above-img {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 40px;
  font-family: 'uniform';
  /* font-family: 'Gotham-Thin'; */
  color: #ffffff;
  background-color: #000000;
  padding: 10px 10px 10px 75px;
}
.txt-above-img1 {
  position: absolute;
  top: 140px;
  left: 0;
  font-size: 40px;
  /* font-family: 'Gotham-Thin'; */
  font-family: 'uniform';
  color: #ffffff;
  background-color: #000000;
  padding: 10px 10px 10px 75px;
}
.txt-above-img2 {
  position: absolute;
  top: 230px;
  left: 0;
  font-size: 40px;
  /* font-family: 'Gotham-Thin'; */
  font-family: 'uniform';
  color: #ffffff;
  background-color: #000000;
  padding: 10px 10px 10px 75px;
}
.img-arch-13 {
  position: relative;
  background-image: url(https://capex.co.in/media_files/room3m9132_MQunsplashCopy2.png);
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-arch-14 {
  position: relative;
  background-image: url(https://capex.co.in/media_files/02.png);
  background-color: #cccccc;
  height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pos-ab-withimg {
  position: absolute;
  top: 0;
  background-color: #000000c7;
  color: #ffffff !important;
  height: 100%;
}
.chg-clr {
  color: #ffffff !important;
}
.img-arch-15 {
  position: relative;
  background-image: url(https://capex.co.in/media_files/room3m9132_mMSQunsplashCopy.png);
  background-color: #cccccc;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pos-ab-withimg12 {
  position: absolute;
  top: 0;
  background-color: #ffffffc7;
  color: #ffffff !important;
  height: 100%;
}
ul.list-ul-cls {
  padding: 0 15px;
}
ul.list-ul-cls1 {
  padding: 0 15px 0 0;
}
.pos-ab-withimg-rightsec-1 {
}
.txt-above-img21 {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 40px;
  font-family: 'uniform';
  /* font-family: 'Gotham-Thin'; */
  color: #ffffff;
  background-color: #000000;
  padding: 10px 75px 10px 10px;
}
.txt-above-img22 {
  position: absolute;
  top: 140px;
  right: 0;
  font-size: 40px;
  /* font-family: 'Gotham-Thin'; */
  font-family: 'uniform';
  color: #ffffff;
  background-color: #000000;
  padding: 10px 75px 10px 10px;
}
.spek-past-blk {
  margin-bottom: 20px;
  padding: 20px 0;
  border:2px solid transparent;
}
/* .spek-past-blk:hover {
  background-color: #f4f4f4;
  border:2px solid #d1d1d1;
  padding: 20px 0;
} */
.speak-2019-detail{
  padding: 0;
  height: 275px;
}
.spk-img-2019{
  padding: 8px;
  text-align: center;
}
.hrline hr {
  /* margin-top: 3px;
  margin-bottom: 3px; */
  margin: 5px auto;
  border: 0;
  border-top: 2px solid #eee;
  width: 20%;
  padding: 0px 10px 0px 10px;
}
.hrline1 hr {
  /* margin-top: 3px;
  margin-bottom: 3px; */
  margin: 2px 0px;
  border: 0;
  border-top: 2px solid #eee;
  width: 20%;
  padding: 0px 10px 0px 10px;
}
.speaker-length{
  /* height: 175px; */
}
.past-speakname {
  font-family: 'uniformBold';
  font-size: 16px;
  padding: 5px 0px 2px 00px;
}
.past-deg-speak {
  font-family: 'uniform';
  font-size: 14px;
  padding: 2px 0px 2px 0px;
}
.divide20{
  width: 20%;
  display: inline-block;
  float: left;
}
.con-ben{
  margin-bottom: 80px;
}
.con-par-txt-arc{
  font-size: 20px;
  font-family: 'uniform';
  color: #424347;
  margin-bottom: 10px;
}
.ARC_btm-block{
  font-size: 16px;
  font-family: 'uniform';
  color: #424347;
}
.arc-btn{
  width: 190px;
  background-color: #c12443;
  color: #ffffff;
  margin: 10px 0;
}
.arc-btn a{
  width: 190px;
  /* background-color: #ffffff;
  color: #c12443; */
}
td.br-tb, th.br-tb {
  padding: 4px;
  border: 1px solid;
}
/* ARCHITECTURE End */
.margin-zero{
  margin: 0 !important;
}
.padding-zero{
  padding: 0 !important;
}
/* show block start */
.travehgcls {
  align-items: center;
  display: grid;
  height: 300px;
  align-content: center;
}
.trvhqimghovblock {
  position: relative;
  /* padding: 0 !important;*/
  margin: 10px auto; 
  padding: 0px;
}
.travhimg1 {
  display: block;
  width: 100%;
  height: auto;
  margin: 00px auto;
}
.trvoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  margin: 0 auto;
}
.trvhqimghovblock:hover .trvoverlay {
  height: 100%;
}
.textbuttonknowmore {
  color: #000000;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'uniformbold';
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 6px;
  width: 140px;
}

/* Show Block End */
/* .slick-slide{
  margin: 0 !important;
} */


/* cm block  start*/
.titlecm {
  color: #ffffff;
  font-family: 'uniformbold';
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: -50px;
  padding: 15px 0;
}

.datecm {
  color: #ffffff;
  font-family: 'UniformBold';
  font-size: 22px;
  text-align: center;
  letter-spacing: 1.5px;
}

.cminnertitle {
  color: #ffffff;
  font-family: 'SourceSansProBold';
  font-size: 26px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 30%;
  left: 40%;
}

.cminnertext {
  color: #ffffff;
  font-family: 'SourceSansProRegular';
  font-size: 16px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 40%;
  left: 40%;
  width: 50%;
}

.cminnertitle1 {
  color: #ffffff;
  font-family: 'SourceSansProBold';
  font-size: 26px;
  letter-spacing: 1.5px;
  position: absolute;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 10px;
  top: 50px;
}

.cminnertext1 {
  color: #ffffff;
  font-family: 'SourceSansProRegular';
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
}


.bottom-part {
  position: absolute;
  color: #ffffff;
  font-family: 'SourceSansProRegular';
  font-size: 16px;
  letter-spacing: 1.5px;
  position: absolute;
  text-align: center;
  margin: auto;
  width: rgb(148, 64, 64);
  padding: 10px;
  top: 230px;
}

.full-agenda-btn-2020{
  color: #fff;
  background-color: #feca0a;
  border-color: #feca0a;
  width: 210px;
  font-size: 18px;
}

/* close cM block */


@media (min-width: 768px) {
  .col-sm-5ths {
    width: 25%;
    float: left;
  }
  .homePageBanner .bannerButton {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 25%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 25%;
    float: left;
  }
}
/* CAPEx is now bigger! bottom part close */

@media (min-width: 577px) {
  .visible-xs {
    display: none;
  }
}

@media (max-width: 1022px) {
  .homePageBanner .bannerButton button,
  .conferenceButton button {
    width: 310px;
  }
  .homePageBanner .bannerHeading {
    font-size: 50px;
  }

  .show-img {
    min-width: 100px;
    min-height: 100px;
  }
}

@media (min-width: 1191px) {
  .nav {
    top: 8px;
  }
}

@media (max-width: 1190px) and (min-width: 480px) {
  .nav > li {
    position: relative;
    display: block;
    float: none;
  }

  .nav > li > a:focus:before,
  .nav > li > a:hover:before,
  .dropdown:hover > a:before {
    border-top: none;
    display: none;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in,
  .collapsing {
    display: block !important;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 500;
    background-color: #fff;
    border: 1px solid #000 !important;
    border-radius: 2px;
    width: 100vw;
    margin-right: -55px;
    margin-top: 10px;
  }

  .navbar-nav {
    float: none;
    /* margin: 0; */
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }

  .enquire {
    padding: 20px;
  }

  .intro,
  header,
  .personTestimonial,
  .formBlock {
    margin: 25px;
  }
  .intro.formHeader {
    margin: 0;
  }

  .banner {
    padding: 25px;
  }

  footer {
    padding: 20px 25px;
  }

  /*.prev {
      left: 25px;
  }

  .next {
    right: 25px;
  }*/

  .highlight .numBold {
    font-size: 33px;
  }

  .headingLeft {
    margin-right: 20px;
    margin-left: 10px;
  }

  .exhibits-container {
    padding: 40px 25px;
    margin: 0 !important;
  }
}

@media (max-width: 900px) {
  .videolarge .imageVideoLinkHeader {
    font-size: 40px;
  }

  .mediaHeading {
    line-height: 1.3;
    font-size: 18px;
  }

  .event-content {
    font-size: 22px;
  }

  .banner-title {
    font-size: 48px;
  }

  .bg-banner {
    background: url('../Images/Image for capex.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dollarPrice {
    font-size: 18px;
  }
}

@media (max-width: 870px) {
  .subscribe .col-sm-offset-3 {
    width: 100%;
    margin-left: 0;
  }

  .mediaBlocks .button.brochureButton .arrow-right {
    display: none;
  }

  .buttonRight {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .event-subcontent {
    font-size: 12px;
  }
  .hiddenTab {
    display: none !important;
  }

  .tabFullWidth {
    width: 100%;
  }

  .visibleTab {
    display: inline-block !important;
  }

  .homePageBanner {
    height: 500px;
  }

  .homePageBanner .bannerHeading {
    padding-top: 0px;
    height: 395px;
  }

  .event-content {
    font-size: 18px;
  }

  /*.translucent {
      top: 53%;
      width: 95%;
      height: 80px;
  }*/

  /*.homePageBanner .translucent {
      top: 23%;
      left: 15%;
      width: 71%;
  }*/

  /*.headingCaption {
      width: 90%;
      margin-top: 20px;
      left: 2%;
  }*/

  .headingCaption {
    max-width: 100%;
    font-size: 18px;
  }

  .homePageBanner .translucent {
    width: 88%;
    margin-left: 6%;
  }

  .homePageBanner .bannerButton button {
    width: 325px;
  }

  .bannerButton button {
    height: 55px;
    bottom: 0;
  }

  .homePageBanner .bannerHeading {
    font-size: 53px;
  }

  .videolarge .imageVideoLinkHeader {
    font-size: 31px;
  }

  .whyMumbaiBrochure {
    margin-left: 0;
  }

  .whyMumbaiBorchureIntro {
    margin: 25px 0;
  }

  .whyMumbaiBorchureIntro.flexBox {
    display: block;
  }

  .whyMumbaiCaption {
    width: 195px;
    left: -14px;
  }

  .content p,
  .content .heading {
    padding: 5px 0;
  }

  .leftImage {
    height: 200px;
    width: 200px;
    float: left;
  }

  .enquire {
    padding: 20px;
    display: block;
    overflow: auto;
  }

  .enquireIpad {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .marginLeftIpad10 {
    margin-left: 10px;
  }

  .sponsorTabBtn,
  .buttonRight {
    margin: 10px 20px;
    float: right !important;
  }

  .sponsorshipBlocks {
    padding: 20px 0 0;
  }

  .containerDiv {
    top: 11.9%;
  }

  .videolarge .imageVideoLinkHeader {
    padding: 2px 0;
  }

  .videolarge .imageVideoText p {
    width: 75%;
    margin: 20px 7px 0px;
  }

  .imageVideoLink {
    font-size: 32px;
  }

  .whyMumbaiBorchureIntro > div {
    margin-left: 25px;
  }

  .borderedShadow {
    /*box-shadow: none;*/
    padding: 10px;
  }

  .borderLeftDotted {
    padding: 0px;
  }

  .borderedShadowContent {
    padding-right: 7px;
  }

  .borderedShadow div {
    padding: 15px 1px;
  }

  /* .boxHighlight {
    height: 312px;
  } */

  .headingLeft {
    width: 73%;
    margin-top: -20px;
  }

  .highlight .content {
    width: 95%;
  }

  .contactUs {
    padding: 0;
    margin-bottom: 15px;
  }

  .mediaBlocks {
    padding: 10px 5px;
    margin: 5px;
  }

  .mediaHeading {
    font-size: 16.5px;
    line-height: 1.3;
  }

  .mediaText {
    margin: 20px 0 45px;
  }

  .mediaBlocks .brochureButton {
    left: 5px;
    width: auto;
    font-size: 14px;
    min-width: auto;
  }

  .buttonRight {
    min-width: 172px;
    margin: 10px 0px;
  }

  .formHeader {
    margin: 0;
  }

  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }
  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }
  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) and (min-width: 577px) {
  .visibleTabOnly {
    display: inline-block !important;
  }

  .demo .container div.col-sm-2 {
    width: 24.977%;
  }

  .contactUs {
    float: left !important;
  }
}

@media (max-width: 723px) {
  .homePageBanner .bannerButton button,
  .conferenceButton button {
    width: 250px;
  }
}

@media (max-width: 576px) {
  .tabFullWidth {
    width: auto;
  }

  .who-visits-div {
    min-height: 90px;
  }

  .demo .container div.col-xs-4 {
    width: 33.33333333%;
  }

  .demo .container img {
    width: 100%;
    height: 100%;
  }

  header {
    margin: 15px 10px;
  }

  .intro,
  .videolarge .imageVideoText p,
  .formBlock {
    margin: 50px 30px;
    overflow: hidden;
  }

  .homePageBanner,
  .banner,
  .subscribe,
  .bordered,
  .content.testimonials p,
  .demo,
  .additionalInfo,
  .mediaBlocks,
  .enquire.highlight {
    padding: 30px;
  }

  .enquire,
  .content.testimonials p,
  footer {
    padding: 30px 13px;
  }

  .videolarge .imageVideoText p {
    margin: 10px;
  }

  .videolarge .imageVideoLinkHeader {
    padding: 5px 10px;
  }



  .subscribe button {
    width: 86px;
    font-size: 11px;
  }

  .datePlace {
    padding-left: 10px;
    margin: 10px;
    font-size: 15px;
    margin-right: 0;
  }

  .date {
    font-size: 10px;
  }

  /*.navbar-collapse.collapse.in {
      margin-right: -10px;
    }*/

  .navbar {
    margin-right: 0;
  }

  .nav {
    font-size: 15px;
  }

  .nav .caret {
    margin-left: auto;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 500;
    background-color: #fff;
    border: 1px solid;
    border-radius: 2px;
    width: 100vw;
    margin-right: -10px !important;
  }

  .nav > li > a:focus:before,
  .nav > li > a:hover:before,
  .dropdown:hover > a:before {
    border-top: none;
    display: none;
  }

  .banner {
    height: 350px;
  }
  .homePageBanner{
    height: 500px;
  }

  .homePageBanner .bannerHeading div:nth-child(1) {
    max-height: 70px;
  }

  .arrowRight,
  a .arrow-right {
    background: url('../Images/ic_arrow_forward_black_mob.png') no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }

  a .arrow-right {
    background: url('../Images/ic_arrow_forward_white_mob.png') no-repeat;
    width: 13px;
    height: 13px;
  }

  .formHeader .bannerHeading {
    margin: 40px;
    height: auto;
    font-size: 52px;
  }

  .formHeader {
    margin: 0;
  }

  .translucent {
    /*top: 27%;
      width: 100%;
      left: 0;*/
    height: 80px;
  }

  .homePageBanner .translucent {
    /*top: 23%;*/
    height: 45px;
    width: 98%;
    margin-left: 1%;
  }

  .sponsorshipBanner .headingCaption,
  .sponsorshipBanner .translucent {
    width: 100%;
  }

  .headingCaption {
    max-width: 100%;
  }

  .headingCaption,
  .formHeader .headingCaption {
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .mediaHeading {
    font-size: 15px;
  }

  

  .download-btn {
    width: 145px;
  }

  .subscribe {
    height: 250px;
  }

  .videolarge .imageVideoText {
    line-height: 1.3;
  }

  .banner button .arrow-right,
  button.brochureButton .arrow-right {
    margin-top: -3px;
    display: none;
  }

  .homePageBanner .bannerButton button + .homePageBanner .bannerButton button {
    margin-left: 30px;
  }

  .homePageBanner .bannerButton > * {
    margin: 0 4px;
  }

  .intro {
    display: block;
  }

  .heading {
    font-size: 18px;
    margin-bottom: 0;
  }

  .content,
  .author,
  .designation,
  label,
  .enquireForm .input-group-addon,
  .form-control,
  .info1,
  .info2,
  .info3,
  .brochureIntro a,
  .info1Bold,
  .mediaText {
    font-size: 14px;
  }

  .content p {
    padding: 5px 0;
    margin: 0;
  }

  .quote {
    font-size: 23px;
    margin-right: 5px;
  }

  p {
    margin: 5px 0 0;
  }

  .bordered {
    margin-top: 30px;
  }

  .bordered p:not(:last-child) {
    padding-bottom: 30px;
  }

  .numBold {
    font-size: 16px;
  }

  .imageVideoLink {
    font-size: 24px;
    padding: 20px;
  }

  .imageVideoLinkHeader {
    font-size: 12px;
  }

  .imageVideoLink img {
    width: 50px;
  }

  .containerDiv {
    top: 0;
  }

  .videolarge {
    height: 245px;
  }

  .videolarge .imageVideoLinkHeader {
    font-size: 17px;
    width: 100%;
  }

  .videolarge .imageVideoText {
    font-size: 14px;
  }

  .videolarge .imageVideoText p {
    width: 95%;
  }

  .videolarge .ImageTextBold {
    font-size: 19px;
  }

  .whyMumbai,
  .whyMumbaiBrochure {
    /*Check */
    height: 165px;
    background-size: contain;
    /*Check*/
    float: left;
    margin-right: 30px;
    width: 50%;
  }

  .whyMumbaiCaption {
    width: 180px;
    height: 79px;
    font-size: 12px;
    top: 60%;
    padding: 5px 30px;
    left: -30px;
  }

  .content .heading,
  .brochureHeading,
  .formHeading {
    font-size: 20px;
  }

  .brochureHeading {
    font-size: 32px;
  }

  .brochureButton {
    font-size: 15px;
  }

  .whyMumbaiCaptionNumber {
    font-size: 20px;
    height: auto;
  }

  .enquire {
    display: inline-block;
  }

  .buttonRight {
    min-width: 110px;
    min-width: 153px;
    margin: 30px 0 30px 0;
    float: right !important;
  }

  .enquire .buttonRight {
    margin: 30px 0 0 10px;
  }

  .playImage {
    width: 25px;
    height: 25px;
  }

  .next {
    right: 0;
  }

  .prev {
    left: 0;
  }

  .logo2 {
    height: 50px;
    min-width: 86px;
  }

  .footerNav li {
    font-size: 10px;
  }

  .contactUs {
    font-size: 11px;
    padding: 20px 0 0;
    float: left !important;
  }

  .paddingMobile {
    padding-bottom: 30px;
  }

  .copyRight {
    font-size: 10px;
    padding: 10px;
  }

  .whyMumbaiBorchureIntro {
    margin: 0;
  }

  .brochureIntro .bordered {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .borderedRight {
    border: 0;
  }

  .infoCol {
    justify-content: left;
  }

  .graphDescription {
    font-size: 20px;
  }

  .whyMumbaiBorchureIntro > div {
    margin-left: 30px;
  }

  .whyMumbaiBorchureIntro.flexBox > div {
    margin-left: 0;
  }

  .intro > div.borderLeftDotted {
    border: 0;
    padding-left: 0;
  }

  .borderedShadowContent {
    display: block;
  }

  .borderedShadow {
    padding: 0;
    margin-top: 30px;
  }

  .borderedShadow div {
    padding: 15px 0;
  }

  .noPaddingMobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .highlight .content {
    width: 100%;
  }

  .highlight .numBold {
    font-size: 20px;
  }

  .headingLeft {
    width: 50%;
    margin-top: 0px;
  }

  .headingLeft {
    margin-left: 0;
  }

  .highlight .infoCol {
    justify-content: flex-start;
  }

  .marginBottomMobile10 {
    margin-bottom: 10px;
  }

  .sponsorshipBlocks {
    padding: 10px;
    margin-top: 30px;
  }

  .enquireForm input,
  .phone .dropdown-toggle {
    height: 30px;
  }

  .btnSend {
    height: 50px;
    min-width: 100px;
    font-size: 16px;
  }

  .form-group,
  .brochureHeading + .info1 {
    margin: 30px 0 !important;
  }

  .videoIcon:before,
  .pressIcon:before,
  .mediaIcon:before {
    padding-left: 30px;
    margin-bottom: 5px;
    height: 21px;
  }

  .mediaTable {
    display: block;
  }

  .mediaText {
    margin: 25px 0;
    min-height: auto;
  }

  .mediaBlocks {
    margin-left: 0;
  }

  .mediaBlocks .brochureButton {
    position: static;
    margin: 0;
    clear: left;
  }

  .mediaBlocks .brochureButton .arrow-right {
    margin-top: 5px;
  }

  .videoIcon,
  .pressIcon,
  .mediaIcon {
    margin-top: 0;
  }

  .travelBlogger {
    padding: 30px 0;
  }

  .resources,
  .resources.active {
    width: 65px;
    height: 30px;
    font-size: 12px;
  }

  .resourceBtn {
    margin-bottom: 30px;
  }

  .OTMStats {
    height: 225px;
  }

  .imgGallery:hover .download-icon,
  .carousel-inner .download-icon {
    top: 158px;
    left: 309px;
  }

  .mobileWidth {
    width: 45%;
  }

  .navbar-toggle {
    padding: 9px 9px;
  }

  .videoTestimonial1 {
    height: 93px;
    padding-top: 58px;
    overflow: hidden;
  }

  .banner-title {
    font-size: 40px;
    line-height: 1;
  }

  .conferencePriceTable {
    width: 225px;
    padding: 0;
  }
  .conferenceButton button {
    width: 145px !important;
    font-size: 15px;
  }
  .conferencePriceDiv {
    width: 245px;
  }

  .conferencePrice,
  .conferencePriceTitle {
    font-size: 12px;
    width: 65px;
  }
  .conferencePriceTitle {
    font-size: 10px;
  }

  .conferencePrice.item {
    margin: 0 0 0 8px;
  }

  .exhibits-container {
    background-color: #efeeee;
    padding: 40px 25px;
    margin: 0 !important;
  }

  .exhibits-image {
    width: 75px;
    height: 75px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .exhibits-topic {
    font-size: 18px;
  }

  .exhibits-content {
    font-size: 14px;
  }

  .who-visits-image {
    width: 50px;
    height: 50px;
  }

  .who-visits-topic {
    font-size: 14px;
  }

  .package-price {
    float: left;
    clear: both;
  }
}

@media (max-width: 369px) {
  .homePageBanner {
    height: 470px;
  }
  .banner {
    height: 350px;
  }

  .banner-title {
    font-size: 32px;
  }

  .homePageBanner .bannerHeading,
  .bannerHeading {
    top: 0;
    font-size: 23px;
    height: 330px;
    padding-top: 0;
  }

  .formHeader .bannerHeading {
    height: auto;
    font-size: 23px;
  }

  .who-visits-div {
    min-height: 90px;
  }

  .homePageBanner,
  .banner,
  .bordered,
  .enquire,
  .demo,
  .copyRight,
  .additionalInfo,
  .brochureIntro .bordered,
  .mediaBlocks {
    padding: 20px;
  }

  footer {
    padding: 20px 15px;
  }

  .content.testimonials p {
    padding: 20px 10px;
  }

  /*.videolarge .imageVideoLinkHeader {
    padding: 0px 20px;
  }*/

  .videolarge .imageVideoText p {
    margin: 0;
  }

  .datePlace,
  .formBlock {
    margin: 20px;
  }

  .videolarge .imageVideoLinkHeader {
    padding: 5px 0;
  }

  .videolarge {
    height: 267px;
  }

  .content,
  .author,
  .designation,
  label,
  .enquireForm .input-group-addon,
  .form-control,
  .info1,
  .info2,
  .info3,
  .brochureIntro a,
  .info1Bold,
  .mediaText {
    font-size: 14px;
  }

  .datePlace {
    margin: 5px;
    padding-left: 5px;
    font-size: 13px;
    margin-right: 0;
  }

  .homePageBanner .bannerButton button,
  .bannerButton button,
  .conferenceButton button {
    width: 255px;
    height: 45px;
    font-size: 17px;
    margin: 5px 0;
  }

  .subscribe button {
    width: 88px;
    height: 35px;
    font-size: 12px;
  }

  .subscribe {
    padding: 19px;
  }

  .subscribeInput input,
  .subscribeInput .input-group-btn,
  .subscribeInput button {
    height: 35px;
  }

  .navbar-toggle {
    padding: 6px 3px;
  }

  footer .paddingMobile .col-xs-6 {
    width: 45%;
  }

  .translucent {
    height: 95px;
    /*top: 22%;*/
  }

  .headingCaption,
  .formHeader .headingCaption {
    /*width: 99%;*/
    font-size: 14px;
    top: -7.3em;
  }

  /* .bannerButton {
      bottom: -80px !important;
  } */

  .containerDiv {
    top: 0;
  }

  .enquireIpad {
    padding: 0;
  }

  ol,
  ul {
    -webkit-padding-start: 20px;
  }

  .package-price {
    float: left;
    clear: both;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .city-summit-text.big-text {
    font-size: 26px;
  }
  .city-summit-logo {
    margin: 20px 0;
  }
  span.hed-cap-font {
    font-size: 22px;
  }
  .event-subcontent {
    font-size: 16px;
  }
  .event-content-div {
    width: 50%;
  }
  .event-content {
    font-size: 24px;
  }
  .breakshow {
    line-height: 1.5;
    height: 0;
  }
  .lineshow {
    display: none;
  }
  .show-img {
    min-height: 75px;
  }
  .show-text-bottom {
    font-size: 12px !important;
  }
  .advisory_title {
    font-size: 24px !important;
  }
  .exhibits-title {
    font-size: 24px;
  }
  .exhibits-text-div {
    width: 75%;
  }
  .key-feture {
    padding-left: 0px !important;
  }
  .imageVideoLinkText {
    font-size: 22px;
  }
  .incre-hight {
    min-height: 40px;
    height: auto;
  }
  .table-in-text,
  .table-in-text2,
  .agenda-title {
    text-align: left;
  }
  .enquireForm input {
    height: 55px;
    width: 100%;
  }
  .socialMedia {
    display: block;
    float: none !important;
    margin-top: 10px;
  }
  .incre-hight3,
  .incre-hight10 {
    height: auto;
  }
  .homePageBanner .headingCaption {
    display: inline-block;
    max-width: 100%;
    padding: 10px 0;
  }
  .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
  .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
  .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
  .hs_designation.hs-designation.hs-fieldtype-text.field.hs-form-field,
  .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field,
  .hs_city.hs-city.hs-fieldtype-text.field.hs-form-field,
  .hs_please_indicate_sq_m_of_stand_space_required_for_2019.hs-please_indicate_sq_m_of_stand_space_required_for_2019,
  .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
  .hs-richtext,
  .hs_any_other_comments_.hs-any_other_comments_.hs-fieldtype-textarea.field.hs-form-field {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 15px 0;
  }
  fieldset.form-columns-1,
  fieldset.form-columns-2 {
    padding: 0px 0px;
  }
  .hubspotnewform .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
  .hubspotnewform
    .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
  .hubspotnewform
    .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
  .hubspotnewform .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field,
  .hubspotnewform .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
  .hubspotnewform
    .hs_interested_in.hs-interested_in.hs-fieldtype-textarea.field.hs-form-field {
    padding: 0 0 15px 0;
  }
  .zoom {
    padding: 00px;
    transition: transform 0.2s; /* Animation */
    margin: 0 auto;
  }

  .zoom:hover {
    transform: scale(
      1.1
    ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .homePageBanner .bannerButton button,
  .bannerButton button {
    width: 255px;
    height: 45px;
    font-size: 17px;
    margin: 5px 0;
  }
  .city-summit-logo {
    width: 25%;
    margin: 20px 0;
  }
}

@media screen and (min-width: 495px) and (max-width: 768px) {
  .gal-item {
    display: inline-block;
    padding: 15px;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 580px) and (max-width: 768px) {
  .homePageBanner .bannerButton {
    bottom: -60px;
  }
}

@media (min-width: 768px) {
  /* .breakshow {
    display: none;
  }
  .lineshow {
    display: inline-block;
  } */
  span#subscribemsg {
    position: absolute;
    color: red;
    font-size: 12px;
    padding: 5px;
    top: 43%;
    left: 33%;
  }
}
@media (min-width: 767px) {
  .breakshow {
    display: none;
  }
  .lineshow {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .imageVideoLink {
    height: 150px !important;
  }
}
/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {
  text-align: center;
  padding: 10px 0 10px 0;
}
.mc-field-group {
  display: inline-block;
} /* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Verdana,
    sans-serif;
  font-size: 15px;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}
#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
#mc_embed_signup .clear {
  display: inline-block;
} /* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}
#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

/* capex */
.bottom-exe {
  padding: 20px 0;
}
.show-text-bottom {
  text-align: center;
  color: #ffffff;
  font-family: 'uniformbold';
  text-transform: uppercase;
  font-size: 20px;
}
.assetclass .iipmcom {
  font-family: 'uniformblack';
  font-size: 24px;
  letter-spacing: 0.5px;
}
.assetclass ul {
  list-style-type: square;
  padding: 10px 20px;
  font-family: 'uniform';
}
img.img-responsive.img-exe {
  margin: 0 auto;
  width: 70%;
}

/* Advisory Board start */

.gal-container1 {
  padding: 0 10px;
  margin: 0;
  height: auto;
}
.gal-item {
  overflow: hidden;
  padding: 10px;
  /* width: 20%; */
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}
.box1 img {
  height: 60%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.gal-item a:focus {
  outline: none;
}
.gal-item a:after {
  content: 'VIEW';
  opacity: 0;
  font-family: uniform;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 50%;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
  opacity: 1;
}
.modal-open .gal-container1 .modal {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-open .gal-item .modal-body {
  padding: 15px;
}
.modal-open .gal-item button.close {
  /* position: absolute; */
  width: 25px;
  height: 25px;
  /* background-color: #000; */
  opacity: 1;
  color: #000;
  z-index: 999;
  right: -12px;
  top: -12px;
  /* border-radius: 50%; */
  font-size: 20px;
  /* border: 2px solid #fff; */
  line-height: 25px;
  /* -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35); */
}
.modal-open .gal-item button.close:focus {
  outline: none;
}
.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}
.gal-container1 .modal-dialogue {
  width: 80%;
}
.gal-container1 .description {
  position: relative;
  height: 99%;
  top: 0px;
  padding: 10px 25px;
  background-color: #fff;
  color: #000;
  text-align: left;
}
.gal-container1 .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container1 .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container1 .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

.modal-body {
  overflow-y: auto;
  height: 350px;
  overflow-x: hidden;
  text-align: center;
}
.tit-name {
  color: #ee3268;
}
.item1 {
  position: relative;
  overflow: hidden;
}
.item1 .cov-img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.8s;
}
.item1:hover .cov-img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .gal-container1 .modal-dialog {
    /* width: 25%; */
    margin: 50 auto;
  }
}
@media (max-width: 768px) {
  .gal-container1 .modal-content {
    height: 440px;
  }

  .modal-body {
    height: 320px;
  }
}
.modal-open {
  padding-right: 0 !important;
}
h4.title {
  font-family: 'uniformbold';
  font-size: 13px;
}
span.sub-text {
  font-family: uniform;
}
figcaption.adv-pera {
  height: 100px;
}
/* Advisory_board End */

/* partner start*/
.partner {
  width: 100%;
  margin: 0 auto;
  /* overflow: hidden; */
  align-items: center;
  justify-content: center;
}

.hover08 figure img {
  box-shadow: 0 2px 15px 0 rgba(155, 155, 155, 0.32);
  background-color: #ffffff;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
.hover08 figure:hover img {
  /* -webkit-filter: grayscale(0);
  filter: grayscale(0); */
}

.column1 {
  margin: 0 auto;
  padding: 20px;
}
/* .column:last-child {
    padding-bottom: 60px;
  } */
.column1::after {
  content: '';
  clear: both;
  display: block;
}
.column1 div {
  position: relative;
  float: left;
  width: 170px;
  margin: 0 0 0 50px;
  padding: 0;
}
#demo08 {
  font-size: 18px;
  padding-bottom: 15px;
  text-align: center;
}
.column1 div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 160px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
figure {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure:hover + span {
  bottom: -36px;
  opacity: 1;
}
#demo08 {
  font-size: 16px;
  padding-bottom: 15px;
  text-align: center;
  /* height: 50px; */
  margin: 0;
  padding: 0;
}
.bor-right {
  border-right: 1px dotted #ccc;
}

.adv_bord {
  padding: 0px;
}

.advisory_title {
  font-family: 'uniformbold';
  font-size: 34px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
/* end partner */

.partnerHeading {
  font-family: 'uniformbold';
  font-size: 24px;
  text-align: left;
  color: #000;
  /* padding-left: 2.5%; */
  /* padding-top: 2%; */
}

/* media query */
@media screen and (min-width: 320px) and (max-width: 767px) {
  figure {
    width: 110px;
    height: 110px;
  }
  #demo08 {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
    /* height: 32px; */
  }
  figcaption.adv-pera {
    height: 75px;
  }
  .subscribedesign .form-group #id_emailfield_1 {
    width: 90%;
    margin: 1% 5%;
  }
  .subscribedesign .form-group .btnSend {
    text-align: center;
    margin: 6% 5%;
    padding: 0;
    min-width: 90%;
  }
  span#subscribemsg {
    position: absolute;
    color: red;
    font-size: 12px;
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 574px) and (min-width: 320px) {
  figure {
    width: 75px;
    height: 75px;
  }
  /* .partnerHeading.col-sm-12 {
    padding-left: 5%;
  } */
  .partnerHeading.col-sm-12 {
    font-size: 14px;
  }
  button .arrow-right {
    display: none;
  }
  .secfeb {
    right: 16px;
    bottom: 110px;
  }
  .logo,
  .logo2 {
    min-width: 100px;
  }
  .newbanner-title {
    font-size: 26px;
  }
  .newheadingCaption {
    font-size: 16px;
    padding: 10px 0;
  }
  button.newbutton-videobanner {
    height: 35px;
    font-size: 16px;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .pag-title-new {
    font-size: 30px;
  }
  .topm-muni-logo-pos-ab {
    width: 280px;
  }
  .hm-banner-pos-ab {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .hm-banner-pos-ab-btn {
    position: absolute;
    top: 270px;
    left: 10px;
    width: 50%;
    text-align: left;
  }
  .btn-arc-top{
    margin: 10px 0;
  }
  .con-ben {
    margin-bottom: 20px;
  }
  .btn-arc-top {
    width: 240px;
  }
  .ARC_top_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .second-title-top {
    font-size: 22px;
  }
  ul.list-ul-cls1.m-remove {
    display: none;
    padding: 0;
  }
  li.list-title-seg {
    margin-top: 15px;
  }
  .txt-above-img {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 30px;
    padding: 10px;
  }
  .txt-above-img1 {
    position: absolute;
    top: 140px;
    left: 0;
    font-size: 30px;
    padding: 10px;
  }
  .txt-above-img2 {
    position: absolute;
    top: 230px;
    left: 0;
    font-size: 30px;
    padding: 10px;
  }
  .mar-right-imgandtxt {
    padding: 25px;
  }
  .img-arch-15 {
    height: 1125px;
  }
  .txt-above-img21 {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 30px;
    padding: 10px;
  }
  .txt-above-img22 {
    position: absolute;
    top: 140px;
    right: 0;
    font-size: 30px;
    padding: 10px;
  }
  .img-arch-14 {
    height: 1460px;
  }
  .img-arch-10 {
    height: 620px;
  }
  .img-arch-12 {
    height: 400px;
  }
  .img-arch-13 {
    height: 400px;
  }
  .pos-ab-withimg12 {
    top: 300px;
  }
  .pos-ab-withimg {
    top: 300px;
  }
  .pos-ab-withimg12 {
    height: 75%;
  }
  .divide20{
    width: 50%;
    display: inline-block;
    float: left;
  }
  .past-speakname {
    font-size: 14px;
    padding: 0;
  }
  .hrline1 hr {
    margin: 2px 0px;
    border: 0;
    border-top: 1px solid #eee;
    width: 40%;
    padding: 0; 
  }
  .homePageBanner .bannerHeading,
  .bannerHeading {
    /* top: 7%; */
    font-size: 27px;
    /* padding-top: 30px; */
    height: 238px;
  }
  .homePageBanner .bannerButton {
    /* bottom: -220px; */
    top: 260px;
  }
  .show-block-wrap{
    padding: 0;
  }
  .city-summit-logo {
    width: 50%;
    height: 60px;
    margin: 10px 0;
  }
  .gov-of-kar {
    background: url(https://municipalika.com/media_files/Gov_kar.png);
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px !important;
    width: 50px !important;
  }
  .cminnertext,
  .cminnertext1 {
    font-size: 10px;
    /* top:20px; */
  }
  .cminnertitle,
  .cminnertitle1 {
    font-size: 12px;
    top:30px;
  }
  .titlecm {
    font-size: 20px;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  .toppart {
    /* position: absolute;
        top: 83%; */
    margin-top: -10%;
  }
  .dateeee {
    /* position: absolute;
        top: 340px;
        left: 20%;
        margin: 0 auto;
        font-size: 14px; */
    /* align-items: center; */
  }
  .bottom-part {
    top: 240px;
  }
  .dateeee {
    font-size: 16px;
    padding: 15px;
  }
  .img-bsy{
    opacity: 0.3;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width: 575px) {
  figure {
    width: 110px;
    height: 110px;
  }
  /* .partnerHeading.col-sm-12 {
    padding-left: 5%;
  } */
  .partnerHeading.col-sm-12 {
    font-size: 16px;
  }
  .bannerButton button,
  .conferenceButton button {
    font-size: 18px;
  }
  .div-par {
    width: 25%;
  }
  .hlf-arc {
    width: 33.33%;
  }
  .hm-banner-pos-ab {
    position: absolute;
    top: 0;
    left: 40px;
  }
  .topm-muni-logo-pos-ab {
    width: 320px;
  }
  .hm-banner-pos-ab-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 30%;
  }
  .img-arch-10 {
    height: 410px;
  }
  .btn-arc-top {
    width: 150px;
    font-size: 16px;
  }
  .pos-ab-withimg {
    top: 300px;
  }
  .pos-ab-withimg12 {
    top: 300px;
  }
  .img-arch-15 {
    height: 900px;
  }
  .img-arch-14 {
    height: 1030px;
  }
  .img-arch-12 {
    height: 500px;
  }
  .img-arch-13 {
    height: 400px;
  }
  .pos-ab-withimg12 {
    height: 70%;
  }
  .ARC_top_title {
    margin-bottom: 20px;
  }
  .spek-past-blk {
    margin-bottom: 20px;
    width: 50%;
  }
  .divide20{
    width:33.33%;
    display: inline-block;
    float: left;
  }
  .con-ben {
    margin-bottom: 60px;
  }
  /* .spk-img-2019,.speak-2019-detail {
    width: 50%;
  } */
  .half-div{
    width: 33.33%;
    padding: 5px;
  }
  .titlecm {
    font-size: 26px;
    margin: 0;
    padding: 20px;
    text-align: left;
  }
  .cminnertext1{
    padding: 0;
    /* left: 10px; */
    text-align: left;
    /* top: 50px; */
  }
  .datecm {
    text-align: left;
    font-size: 16px;
  }
  .cminnertitle {
    font-size: 24px;
  }
  .cminnertitle1 {
    font-size: 24px;
    /* width: auto; */
    left: 10px;
    text-align: left;
  }
  .toppart {
    /* position: absolute;
    top: 83%; */
    margin-top: -10%;
  }
  .bottom-part {
    top: 220px;
    left: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .incre-hight {
    height: 960px;
  }
  .incre-hight1 {
    height: 310px;
  }
  .incre-hight2 {
    height: 650px;
  }
  .incre-hight5 {
    height: 340px;
  }
  .incre-hight6 {
    height: 470px;
  }
  .incre-hight10 {
    height: 900px;
  }
  .bannerButton button,
  .conferenceButton button {
    font-size: 20px;
  }
  .homePageBanner {
    /* height: calc(100vh - 92px); */
    height: 500px;
    padding: 20px 0;
  }
  .mar-right-imgandtxt {
    padding: 20px;
  }
  .cminnertitle,
  .cminnertitle1 {
    font-size: 16px !important;
  }
  .cminnertext,
  .cminnertext1 {
    font-size: 12px !important;
  }
  .titlecm {
    padding: 15px 0;
    font-size: 26px;
  }
  .datecm {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 991px) {
  .incre-hight {
    height: 710px;
  }
  .incre-hight1 {
    height: 310px;
  }
  .incre-hight2 {
    height: 490px;
  }
  .incre-hight5 {
    height: 275px;
  }
  .incre-hight6 {
    height: 420px;
  }
  .incre-hight10 {
    height: 740px;
  }
  .mar-right-imgandtxt {
    padding: 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  figure {
    width: 120px;
    height: 120px;
  }
  .partner {
    width: 100%;
  }
  .hm-banner-pos-ab {
    position: absolute;
    top: 0;
    left: 40px;
  }
  .topm-muni-logo-pos-ab {
    width: 440px;
  }
  .hm-banner-pos-ab-btn {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 28%;
    text-align: center;
  }
  .ARC_top_title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .column1 {
    width: 20%;
  }
  .subscribedesign .brochureIntro .enquireForm form {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  figcaption.adv-pera {
    height: 100px;
  }
  .incre-hight {
    height: 710px;
  }
  .incre-hight1 {
    height: 310px;
  }
  .incre-hight2 {
    height: 490px;
  }
  .incre-hight5 {
    height: 273px;
  }
  .incre-hight6 {
    height: 380px;
  }
  .incre-hight10 {
    height: 720px;
  }
  .homePageBanner {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1680px) {
  /* .partnerHeading.col-sm-12 {
    padding-left: 4.5%;
  } */
}
@media screen and (min-width: 1190px) {
  .nav > li > a {
    padding: 10px 5px !important;
  }
}
@media screen and (min-width: 1250px) {
  .nav > li > a {
    padding: 10px 8px !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 575px) {
  .cminnertitle,
  .cminnertitle1 {
    font-size: 15px !important;
  }
  .cminnertext,
  .cminnertext1 {
    font-size: 12px !important;
  }
  .bottom-part {
    top: 200px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1165px) {
  .cminnertitle,
  .cminnertitle1 {
    font-size: 18px !important;
  }
  .cminnertext,
  .cminnertext1 {
    font-size: 14px !important;
  }
  .titlecm {
    font-size: 28px;
    padding: 20px 0;
  }
  .datecm {
    font-size: 20px;
  }
}
