/* Scroll Down Animation Start*/
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #5d4986;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}	

/* Scroll Down Animation end*/

.icon-box-container {
	float: left;
	width: 100%;
	height: 80px;
}
.top-bar {
	padding: 20px;
	background: #fff;
}
.alignment {
	text-align: right;
}
.hero-banner-bg {
	background: url(http://sdcongress.com/website/wp-content/uploads/2018/12/hero-banner-bg.png) no-repeat left top;
	background-size: cover;
}
.gov-rta-container{ width:1320px; padding:20px 40px; margin: 0 auto; height: 90px;}
.gov-left{text-align: left; width: 15%; float: left;}
.avada-nested-box{position: absolute; top:90%; z-index: 9999;left:0; right:0; margin-left:auto !important; margin-right:auto !important;}
.rta-right{text-align: right; width: 22%; float: right;}
.patronage{text-align: center; width: 58%; float: left; font-size: 16px; color: #88438e;}
.patronage-mobile{display: none;}
.footer-tab-style{ color:#fff; width:1320px; margin:0 auto;}
.about-cong-box .fusion-content-boxes .content-wrapper-background {height:100%;}
.pt-top {
	padding-top: 80px !important;
}
.date {
	font-size: 20px;
	line-height: 25px;
}
.date strong {
	font-size: 30px
}
.title {
	font-size: 53px;
	line-height: 55px;
	font-weight: 300;
}
.title strong {
	font-size: 60px;
	font-weight: 700;
}
.sub-title {
	font-size: 30px;
	line-height: 25px;
	font-weight: 600;
}
.tag-line {
	font-size: 25px;
	line-height: 25px;
	font-weight: 100;
}
.car {
	right: 0;
}
.hero-banner-btn {
	font-family: 'Geogrotesque Regualr';
	border-radius: 50px;
	background-image: linear-gradient(to right, #a06faf, #904596);
	border: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding:15px 80px !important;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin:20px 0 0px 0px !important;
	/*float: left;*/
	width: 225px;
	font-weight:600 !important;
}
.hero-banner-btn span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	color: #fff;
}
.hero-banner-btn span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -40px;
	transition: 0.5s;
	color: #fff;
}
.hero-banner-btn:hover span {
	padding-right: 25px;
	color: #fff;
}
.hero-banner-btn:hover span:after {
	opacity: 1;
	right: 0;
	color: #fff;
}
.hero-banner-btn-2 {
	font-family: 'Geogrotesque Regualr';
	border-radius: 50px;
	background-image: linear-gradient(to right, #4582a8, #155d85);
	border: none;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding:15px 40px !important;
	width: auto;
	transition: all 0.5s;
	cursor: pointer;
	margin:0px !important;
	/*float: left;*/
	width: 225px;
	font-weight:600 !important;
}
.hero-banner-btn-2 span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	color: #fff;
}
.hero-banner-btn-2 span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -40px;
	transition: 0.5s;
	color: #fff;
}
.hero-banner-btn-2:hover span {
	padding-right: 25px;
	color: #fff;
}
.hero-banner-btn-2:hover span:after {
	opacity: 1;
	right: 0;
	color: #fff;
}
.first-section {
	padding: 80px 0;
	width: 100%;
}
.first-section h1 {
	font-size: 38px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.first-section p {
	font-size: 20px;
	font-weight: 100;
}
.attendees {
	font-size: 18px;
	color: #585858 !important;
	font-weight: 700;
}
.attendees strong {
	font-size: 40px !important;
	color: #f03958 !important;
	font-family: DubaiW23-Bold;
	font-weight: 900;
	display: block;
	line-height: 30px;
}
.keynotes {
	font-size: 18px;
	color: #585858 !important;
	font-weight: 700;
}
.keynotes strong {
	font-size: 40px !important;
	color: #693cb7 !important;
	font-family: DubaiW23-Bold;
	font-weight: 900;
	display: block;
	line-height: 30px;
}
.speakers {
	font-size: 18px;
	color: #585858 !important;
	font-weight: 700;
}
.speakers strong {
	font-size: 40px !important;
	color: #4ed0ee !important;
	font-family: DubaiW23-Bold;
	font-weight: 900;
	display: block;
	line-height: 30px;
}
.sessions {
	font-size: 18px;
	color: #585858 !important;
	font-weight: 700;
}
.sessions strong {
	font-size: 40px !important;
	color: #ecae19 !important;
	font-family: DubaiW23-Bold;
	font-weight: 900;
	display: block;
	line-height: 30px;
}
.exhibitors {
	font-size: 18px;
	color: #585858 !important;
	font-weight: 700;
}
.exhibitors strong {
	font-size: 40px !important;
	color: #2970d3 !important;
	font-family: DubaiW23-Bold;
	font-weight: 900;
	display: block;
	line-height: 30px;
}
.col-md-2-new {
	width: 20% !important;
	max-width: 20% !important;
	flex: 0 0 20% !important;
}
.col-md-3-new {
	width: 20% !important;
	max-width: 20% !important;
	flex: 0 0 20% !important;
	padding: 0 50px;
	border-right: 1px solid #ccc;
}
.second-section {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
}
.second-section h1 {
	font-size: 38px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.second-section p {
	font-size: 20px;
	font-weight: 100;
}
.icon {
	float: left;
	padding-right: 12px;
	text-align: center !important;
	height: 65px;
}
.icon-title {
	text-align: left !important;
	font-weight: 500;
	font-family: DubaiW23-Medium;
	line-height: 20px;
	background: -webkit-linear-gradient(#27007f, #d91db2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	padding-top: 10px;
	height: 60px;
}
.icon-text p {
	font-size: 15px;
	font-weight: 300;
	font-family: Geogrotesque Regualr;
	line-height: 18px;
}
.icon-title-2 {
	text-align: left !important;
	font-weight: 500;
	font-family: DubaiW23-Medium;
	line-height: 20px;
	background: -webkit-linear-gradient(#ffa857, #fb5f72);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	padding-top: 10px;
	height: 60px;
}
.icon-title-3 {
	text-align: left !important;
	font-weight: 500;
	font-family: DubaiW23-Medium;
	line-height: 20px;
	background: -webkit-linear-gradient(#3d32bb, #05cadb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	padding-top: 10px;
	height: 60px;
}
.icon-title-4 {
	text-align: left !important;
	font-weight: 500;
	font-family: DubaiW23-Medium;
	line-height: 20px;
	background: -webkit-linear-gradient(#16a085, #f4d03f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	padding-top: 10px;
	height: 60px;
}
.icon-title-5 {
	text-align: left !important;
	font-weight: 500;
	font-family: DubaiW23-Medium;
	line-height: 20px;
	background: -webkit-linear-gradient(#667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	padding-top: 10px;
	height: 70px;
}
.footer {
	background: #28485b;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#form_name {
	display: none !important;
}
.popup-btn-1 {
	padding: 5px 30px;
	background: #9f7ab5;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	margin: 10px 0;
}
.popup-btn-1 a {
	color: #fff;
	text-decoration: none;
}
.popup-btn-1 a:hover {
	color: #fff;
	text-decoration: none;
}
.popup-btn-2 {
	padding: 5px 30px;
	background: #93c2da;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	margin: 10px 0;
}
.popup-btn-2 a {
	color: #fff;
	text-decoration: none;
}
.popup-btn-2 a:hover {
	color: #fff;
	text-decoration: none;
}
.popup-btn-3 {
	padding: 5px 30px;
	background: #51798c;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	margin: 10px 0;
}
.popup-btn-3 a {
	color: #fff;
	text-decoration: none;
}
.popup-btn-3 a:hover {
	color: #fff;
	text-decoration: none;
}
.inner-page-banner {
	color: #222 !important;
}
.inner-page-banner h2 {
	font-size: 38px !important;
	font-weight: 700 !important;
	font-family: Geogrotesque Regualr !important;
}
.inner-page-banner p {
	color: #222 !important;
	font-size: 17px;
	font-weight: 600;
}
.inner-page-banner li {
	padding-bottom: 10px;
}
.inner-page-bottom-box {
	color: #222 !important;
	font-size: 14px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	height: 200px;
}
.inner-page-bottom-box h3 {
	color: #222 !important;
	font-size: 18px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.inner-page-bottom-box p {
	font-size: 15px;
	font-weight: 300;
	font-family: Geogrotesque Regualr;
	line-height: 18px;
}
.icon-arrow {
	float: left;
	display: block;
	margin: 6px 0 70px 0;
}
.icon-arrow-2 {
	float: left;
	display: block;
	margin: 0;
}
.fusion-body #wrapper.wrapper_blank {
	display: contents;
}
.form-bg {
	background: #f6f6f6;
	padding: 20px;
	margin-bottom: 40px;
}
.form-bg h2 {
	font-size: 30px !important;
	color: #222;
}

@media (min-width:1441px) and (max-width:1920px) {
.avada-nested-box{position: absolute; top:850px; z-index: 9999;left:0; right:0; margin-left:auto !important; margin-right:auto !important;}
}

@media (max-width:1440px) {
.avada-nested-box{position: absolute; top:850px; z-index: 9999;left:0; right:0; margin-left:auto !important; margin-right:auto !important;}
.hide-mobile {
	display: block;
}
.alignment-mobile {
	text-align: center;
	padding-bottom: 20px;
}
.date {
	font-size: 16px;
	line-height: 25px;
}
.date strong {
	font-size: 25px;
}
.title {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
}
.title strong {
	font-size: 50px;
	font-weight: 700;
}
.sub-title {
	font-size: 25px;
}
.tag-line {
	font-size: 20px;
}
.pt-top {
	padding-top: 50px !important;
}
.hero-banner-btn {
	font-family: 'Geogrotesque Regualr';
	margin: 30px 0 0 0px !important;
	font-size:18px;
	padding:15px 80px !important;
	font-weight:600 !important;
}
.first-section {
	padding: 50px 0;
}
.first-section h1 {
	font-size: 22px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.first-section p {
	font-size: 18px;
	font-weight: 100;
}
}

@media (min-width:780px) and (max-width:1024px) {
.gov-rta-container{padding:20px; background: #fafafa; width: 100%;}
.about-cong-box .fusion-content-boxes .content-wrapper-background {height:100%;}
.patronage{text-align: center; width: 60%; float: left; font-size: 16px; color: #88438e;}
.footer-tab-style{ color:#fff; width: 100%;}
.hide-mobile {
	display: block;
}
.alignment-mobile {
	text-align: center;
	padding-bottom: 20px;
}
.date {
	font-size: 16px;
	line-height: 25px;
}
.date strong {
	font-size: 20px;
}
.title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
.title strong {
	font-size: 30px;
	font-weight: 700;
}
.sub-title {
	font-size: 20px;
}
.tag-line {
	font-size: 18px;
}
.pt-top {
	padding-top: 50px !important;
}
.hero-banner-btn {
	margin: 30px 0 50px 0px !important;
	font-size: 18px;
	padding:12px 50px !important;
}
.first-section {
	padding: 50px 0;
}
.first-section h1 {
	font-size: 22px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.first-section p {
	font-size: 18px;
	font-weight: 100;
}
}

@media (min-width:200px) and (max-width:768px) {
.footer-tab-style{ color:#fff; width: 100%;}
.footer-tab-style tr td{ color:#fff; float:left; width:100%; text-align:center !important;}
.gov-rta-container{padding:20px; background: #fafafa; width: 100%; height: 60px;}
.gov-left{width:18% !important;}
.rta-right{width:35% !important;}
.patronage{display: none;}
.patronage-mobile{text-align: center; width: 100%; font-size:15px; color: #88438e; line-height:18px; display: block; padding: 15px; background: #efefef;}
.fusion-logo{margin-top:10px !important; margin-bottom:10px !important;}
.about-cong-box .fusion-content-boxes .content-wrapper-background {height:auto !important;}
.hide-mobile {
	display: none;
}
.alignment-mobile {
	text-align: center;
	padding-bottom: 20px;
}
.date {
	font-size: 16px;
	line-height: 25px;
}
.date strong {
	font-size: 20px;
}
.logo {
	text-align: center;
}
.title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
}
.title strong {
	font-size: 30px;
	font-weight: 700;
}
.sub-title {
	font-size: 20px;
}
.tag-line {
	font-size: 18px;
}
.pt-top {
	padding-top: 50px !important;
}
.hero-banner-btn {
	margin:0px 0 0px 30px !important;
	font-size: 14px;
	padding:10px 35px !important;
}
.first-section {
	padding: 50px 0;
}
.first-section h1 {
	font-size: 22px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.first-section p {
	font-size: 18px;
	font-weight: 100;
}
.second-section h1 {
	font-size: 22px;
	font-weight: 700;
	font-family: Geogrotesque Regualr;
}
.icon {
	float: none !important;
}
.icon-title {
	text-align: center !important;
}
.icon-title-2 {
	text-align: center !important;
}
.icon-title-3 {
	text-align: center !important;
}
.icon-title-4 {
	text-align: center !important;
}
.icon-title-5 {
	text-align: center !important;
}
.col-md-2-new {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}
.col-md-2-new-mobile {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	border-bottom: 1px solid #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}
.icon-box-container {
	float: left;
	width: 100%;
	height: auto;
}
.inner-page-banner h2 {
	text-align: center;
	padding-top: 0 !important;
}
.icon-arrow {
	display: none;
}
.inner-page-bottom-box {
	height: auto;
}
.pl-5 {
	padding-left: 30px !important;
}
.pr-5 {
	padding-right: 15px !important;
}
.inner-page-banner h2 {
	font-size: 25px !important;
}
.inner-page-bottom-box {
	margin-bottom: 30px;
}
.inner-page-padding {
	margin: 0 !important;
	padding: 0 0 20px 0 !important;
}
.fusion-content-boxes .fusion-column {margin-bottom: 20px;}	
.fusion-content-boxes-pt{padding-top:50px !important;}
.fusion-logo img {width:150px !important;}
.wpostahs-centent{ color:#fff; font-size:20px; line-height:25px;}
}
