@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i|Oswald:300,400,500,600,700|Montserrat:400,500,600,700);

/* Typography
================================================== */

body {
    background: #fff;
    color: #333;
}

body,
p {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 14px;
	text-align: justify;
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c24;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
}
 h2 {
    font-size: 30px;
    line-height: 65px;
    font-weight: 400;
}
h3 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

/* Global styles
================================================== */

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}
body {
    border: 0;
    margin: 0;
    padding: 0;
}
.body-inner {
    position: relative;
    overflow: hidden;
}
a:link,
a:visited {
    text-decoration: none;
}
a {
    color: #ff0763;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a.read-more {
    color: #ff0763;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more:hover {
    color: #222;
}
section,
.section-padding {
    padding: 80px 0;
    position: relative;
}
.gradient-bg{
    position: relative;
	z-index: 1;
}
.gradient-bg .section-title{
    color: #1c1c24;
}
.gradient-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -webkit-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -o-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -ms-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
}

.bg-overlay.gradient-bg:before{
    z-index: 1;
}
.bg-gradient {
    background-image: -moz-linear-gradient(-39deg,#45006b 35%,#080ab4 100%);
    background-image: -webkit-linear-gradient(-39deg,#45006b 35%,#080ab4 100%);
    background-image: linear-gradient(135deg,#45006b 35%,#080ab4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45006b',endColorstr='#080ab4',GradientType=1);
}


/* Bootstrap No gutter */
.no-gutter > div { 
	padding-left: 0;
	padding-right: 0;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.ts-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row.no-gutter > [class^="col-"], .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}
.media>.pull-left {
    margin-right: 20px;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.mrb-80 {
    margin-bottom: -80px;
}
.mrt-0 {
    margin-top: 0 !important;
}
.pab {
    padding-bottom: 0;
}
a:focus {
    outline: 0;
}
img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-padding {
    padding: 60px;
}
.solid-bg {
    background: #f7f7f7;
    padding: 60px 0;
}
.solid-dark {
    background: #1c1c24;
    color: #fff;
    padding: 60px 0;
}

.solid-dark h2, .solid-dark h3, .solid-dark h4{
	color: #fff;
}

.solid-dark h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
}

.pattern-bg{
	padding: 80px 0;
	background: #eee;
	background: url(../images/pattern3.png);
}
.solid-row {
    background: #f0f0f0;
}
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.alert .icon {
    margin-right: 15px;
}
.table {
	display: table;
}
.intro .container {
	position: relative;
	z-index: 999;
}
.intro .table {
	max-width: 1170px;
	margin: 0 auto;
}
.table > div {
	display: table-cell;
	vertical-align: middle;
	float: unset;
}


section, footer {
    background: #45006b;
    background-image: linear-gradient(135deg, #45006b 35%, #080ab4 100%);
}
header, .navbar {
    background-image: -moz-linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    background-image: -webkit-linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    background-image: linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0eb1',endColorstr='#080ab4',GradientType=1);
}
.header-master {
	padding: 50px 0 0 0;
}
.header-master img { width: 100%; }
.section-title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
.yellow-text {
	color: #fff212;
}
.blue-text {
	color: #ff3262;
}
.white-text {
	color: #fff; 
}
section.yellow {
	background: #fff212;
}
section.yellow .section-title {
	color: #491861;
}
section.white {
	background: #fff;
}
section.white .section-title {
	color: #ff3262;
}
.text-center .img-responsive{
	float: unset;
	display: inline-block;
}

.pull-center {
	float: unset;
	margin: 0 auto;
}

/*** Slick Slider ***/
.slick-prev::before, .slick-next::before , .slick-dots li button::before {
	color: #491861;
}
.slick-dots li button::before {
	font-size: 12px;
}

/*** Nav ***/
.navbar {
	margin: 0px;
}
.navbar a { 

}
.navbar-brand {
	width: 15%;
	position: absolute;
	z-index: 999;
	background-image: -moz-linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    	background-image: -webkit-linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    	background-image: linear-gradient(10deg,#6d0eb1 45%,#080ab4 130%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d0eb1',endColorstr='#080ab4',GradientType=1);
	height: auto;
}
.navbar-nav {
	width: 86%;
	float: right;
}
.navbar-nav > li {
	width: 14%;
	text-align: center;
}
.navbar-nav > li > a {
	color: #ffffff; 
	font-family: 'Oswald', sans-serif; 
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
}
.navbar-nav > li:hover > a:before {
	position: absolute;
	height: 3px;
	content: "";
	display: inline-block;
	background: #fff212;
	left: 0;
	top: 0;
	width: 100%;
}
.navbar-nav > li > a:focus, .nav .open > a:focus {
	background: transparent;
	/* color: #300183; */
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 5px;
	width: 255px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 5px;
}

.nav .open > a, .navbar-nav > li > a:hover, .nav .open > a:hover {
	background: transparent;
	color: #fff212 !important;
}

.navbar-toggle {
	background: #fff212;
}
.navbar-toggle .icon-bar {
	background: #300183;
}
.dropdown-menu {
	background: #ffffff;
}
.dropdown-item {
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	color: #300183;
}
.dropdown-item:first-child{}
.dropdown-item:hover {
	background: #eee;
}

/*** Nav tabs ***/
.nav-tabs {
	border-color: #fff212; 
}

/*** Intro ***/
.highlight {
	padding-top: 20px
}
section.intro {
	padding-bottom: 19%;
}
.bottom-creative {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.logo-tag {
	color: #fff212;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	display: block;
}
.m-logo {
	width: 50%;
    margin-top: 15px;
    float: left;
    margin-left: 15px;
}
.award-logo {
	margin-left: 25px;
}
.conference-date {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 27px;
	display: block;
}
.creater-tag {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	text-decoration: underline;
	display: block;
}

/*** About Us ***/
.about-us {
	padding-bottom: 4%;
}
.about-us-slick {
	z-index: 99;
	position: relative;
}

/* Intro video */

.intro-video {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.intro-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-video img {
	float: unset;
	margin: 0 auto;
}
.popup {
	position: relative;
}
.video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 30%;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    left: 36%;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 100%;
}
.video-icon i {
    margin-left: 5px;
}

.productcarouselbg img {
	width: 100% !important;
}

/*** Speaker ***/
section.speaker {
	background: #ffffff;	
}
.speaker .section-title {
	color: #ff3262;
}
#speaker-sort {
	font-size:16px;
	color:#0000ff !important;
}
.speaker-item {
	margin-bottom: 50px;
}
.speaker-image { position: relative; }
.speaker-item img {
	position: relative;
	width: 100% !important;
}
/*.speaker-item:hover .jury-image {
	transform: scale(1.1);
}*/

.speaker-details {
	position: absolute;
	bottom: -14px;
	width: 100%;
	background: rgba(69, 0, 107, 0.8);
	height: 71px;
	padding: 0px 15px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.speaker-name {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff212;
}
.speaker-designation {
	font-size: 11px;
	text-align: left;
}
.speaker-item:nth-child(4n+1) {
	clear: left;
}


.post-type-archive-speaker #speakers .container {
	 background: -moz-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    	 background: -webkit-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
   	 background: -o-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    	 background: -ms-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
	 background: linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
}

.single-speaker #primary {
   	background-image: -moz-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    	background-image: -webkit-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    	background-image: linear-gradient(135deg,#45006b 35%,#ff0763 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45006b',endColorstr='#ff0763',GradientType=1);
}

.page  #primary .section-title { color: #333; }
.page  #primary .container {
	 background: #ffffff;
	 padding: 160px 50px;
}
.jury-profile h1 { color: #fff212; }
.jury-designation, .jury-content p { color: #ffffff; }

/*** Artist ***/
.artist {
	background: #ff5e99;
}

/*** ts-schedule ***/
.ts-schedule { background: #bd1e49; }

/** Gradient Color
Yellow 255, 242, 18
Pink 255,7,99
Blue 104,89,222
**/
.blue-yello-gradient-color {
    background: -moz-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -webkit-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -o-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: -ms-linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
    background: linear-gradient(140deg,rgba(104,89,222,1) 50%,rgba(255, 242, 18,0.65) 100%);
}
.gradient-color {
    background: -moz-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -webkit-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -o-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: -ms-linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
    background: linear-gradient(140deg,rgba(255,7,99,0.65) 5%,rgba(255, 242, 18,0.65) 100%);
}

.gradient-color-1 {
    background: -moz-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -webkit-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -o-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -ms-linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: linear-gradient(90deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
}

.inverse-gradient-color{
    background: -moz-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -webkit-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -o-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: -ms-linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
    background: linear-gradient(90deg,rgba(255, 242, 18,0.65) 5%,rgba(255,7,99,0.65) 100%);
}



/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
    max-width: 960px;
    margin: 0 auto;
}
.schedule-tab .nav-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.schedule-tab .nav-tabs > li > a {
    color: #300183;
    background: #fff212;
    border-radius: 3px;
    padding: 13px 30px;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.schedule-tab .nav-tabs > li.active > a {
    background: #ff0763;
    color: #fff;
	border-color: #fff212;
}
/* Schedule listing */

.schedule-date {
    font-size: 24px;
    margin-bottom: 40px;
    color: #ff0763;
    text-align: center;
}
.schedule-listing {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
	background: #fff212;
}
.schedule-listing.bg {
    background: #f5f5f5;
}
.schedule-slot-time {
    width: 20%;
    float: left;
    font-weight: 700;
}
.schedule-slot-info {
    width: 80%;
    display: inline-block;
}
.schedule-slot-speakers {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    position: absolute;
    top: 15;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-slot-info-content {
    margin-left: 100px;
}
.schedule-slot-speaker-name {
    color: #ff0763;
    margin: 0;
    font-size: 16px;
}
.schedule-slot-title {
	margin: 5px 0 15px;
	font-size: 20px;
	font-weight: 500;
}
.schedule-slot-desc {
    height: 90px;
}
/*** What Happening ***/
#whats-happening .schedule-slot-info { width: 100%; } 
#whats-happening .schedule-slot-info-content { padding: 0px; margin: 0px; }
#whats-happening .schedule-slot-desc { min-height: 96px; margin-top: 15px; }
#whats-happening .schedule-listing { border-radius: 0px; }


/*** Sponsor ***/
.sponsor {
	background: -moz-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -webkit-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -o-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: -ms-linear-gradient(145deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
    background: linear-gradient(20deg,rgba(6,127,145,0.85) 15%,rgba(22,54,116,1) 100%);
}
.sponsor-logo {
    margin: 30px 0;
    min-height: 125px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*** Coming Soon ***/
.sponsor-title {
	border-bottom: 1px dashed #ff0763;
	text-align:center;
}
.sponsor-title h3 {
	display: block;
	width: 250px;
	margin: 0 auto;
	background: #ff0763;
	padding: 10px;
	color: #fff;
}
.coming-soon {
	background-color: #f5f5f5;
	background-image: url(/wp-content/uploads/2019/07/indiawebfest.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 200px 0;
}
.coming-soon-container {
	background: #fff;
	padding: 50px;
	font-size: 22px;
	border-radius: 5px;
}

/* Contact Us
================================================== */

.contact-info-box {
    margin-top: 20px;
	padding-left: 20px;
	text-align: center;
}
.contact-info-box i {
    font-size: 15px;
    color: #fff;
}
.contact-info-box-content {
    #padding-left: 20px;
}
.contact-info-box-content h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
}
.contact-info-box-content p {
     margin-bottom: 16px;
	text-align: center;
}
label {
    font-weight: 400;
}

/*** Footer ***/
footer {
	border-top: 20px solid #fff212;
	padding: 25px 0;
}

.social-icon span {
	
}
.social-icon a {
    display: inline-block;
    font-size: 16px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0 5px;
}
.social-icon a:hover {
	color: #fff212;
	background: #491861;
}
.social-fixed {
	position: fixed;
	right: 15px;
	top: 35%;
	text-align: center;
	width: 30px;
}
.social-fixed a {
	margin: 5px 0;
}
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
    bottom: 30px;
}
#back-to-top .btn.btn-primary {
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    background-color: #300183; 
    border-color: #3001ff;
}
#back-to-top .btn.btn-primary:hover {
    color: #fff;
    background: #000;
}



/*** Model Forms ***/
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-moz-placeholder {
    color: #aaa;
}
.btn.btn-default  {
	background: #fff212;
	color: #300183;
	font-weight: bold;
}
.modal-header {
	background: #fff212;
}
.modal-header .modal-title {
	color: #300183;
	font-size: 30px;
	text-align: center;
}
.modal-body {
	float: left;
	padding: 30px 15px;
	width: 100%;
}
.modal-content {
	background: #300183;
	float: left;
	width: 100%;
}
.modal-footer {
	clear: both;
}
textarea.form-control {
    height: 80px;
}
.form-subheading {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}
.checkbox label, .radio label {
	font-weight: bold;
}

/*** Session Videos ***/
.session-video { margin-bottom: 30px; }
.session-video img { width: 100%; }
.s-videos > div:nth-child(3n+1) { clear: both; }

/*** Registration Form ***/
.registration-button, .registration-button.focus, .registration-button:focus {
	position: fixed;
	right: 8%;
	bottom: 3%;
	border: none !important;
	padding: 0;
	background: unset !important;
	width: 115px;
	outline: none !important;
	box-shadow: none !important;
	z-index: 999;
	/*border-radius: 75px;
	color: #300183;
	height: 150px;
	
	font-size: 26px;
	white-space: normal;
	border: 2px solid;
	opacity: 1;*/
}
.step > div {
    clear: both;
}
#wpcf7-f40-o1 #user-group .wpcf7-field-group  > p {
	padding: 0 15px;
	width: 100%;
	float: left;
	margin: 5px 0;
}
#user-type {
    border: none;
    box-shadow: none;
}
#user-type > span {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}

#user-group {
	clear: both;
	margin-bottom: 15px;
	float: left;
}
#user-group .wpcf7-field-group:first-child {
	margin-top: 0px;
}
.wpcf7-field-group-add, .wpcf7-field-group-remove {
	border-radius: 18px;
	line-height: 17px;
	display: inline-block;
	float: right;
	color: yellow;
	background: red;
	font-weight: bold;
	border: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	padding: 0;
	margin-left: 5px;
	font-size: 17px;
}
.wpcf7-field-group-remove {
	line-height: 12px;
	font-size: 22px;
}
.wpcf7-field-group > .col-md-6:nth-child(2n+1) {
	clear: both;
}
.add-delegate {
	font-size: 11px;
	line-height: 15px;
	color: yellow;
}
.sep {
    border-top: 1px dashed #fff;
    clear: both;
    margin: 0 15px;
}
.checkbox label {
	line-height: 18px;
}
.confirm-policy {
	color: #fff;
}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;

}
.billing-info {
	float: left;
	padding-top: 15px;
}
.payment-message {
	text-align: center;
	border: 1px dashed #fff;
	padding: 30px 0;
}
.payment-message h2 {
	color: #fff;	
}
.payment-message a {
	margin: 30px 0;
}
.tentative-topics-row > div span {
	background: #fff;
	margin: 15px 8px;
	padding: 15px;
	display: block;
	border: #fff 2px solid;
	border-radius: 30px;
	color: #630094;
	cursor: pointer;
}
.tentative-topics-row > div span:hover {
	color: #ffffff;
	background: none;
}
.tentative-topics-row .topic h3 {
    z-index: 999;
    position: relative;
    line-height: 25px;
}
.tentative-topics-row .col-md-3 { float: unset; display: inline-block; margin: 15px 0; }
.tentative-topics-row .topic { width: 200px; height: 200px; position: relative; display: table-cell; vertical-align: middle; text-align: center; padding: 10px; }
.tentative-topics-row .topic h3 { z-index: 999; position: relative; line-height: 25px; font-family: 'roboto', sans-serif; font-size: 17px; }
.tentative-topics-row .topic svg { position: absolute; top: 0; z-index: 1; left: 0; width: 200px; height: 200px; }
.tentative-topics-row .topic svg:nth-child(2) {  left: 10px; top: 10px; }
.advertisement .row > div {
	margin-bottom: 30px;
}
.form-control {
	height: auto;
	display: inline-block;
}