@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Monda:400,700');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
a{
	text-decoration:none;
    color:#d10300;
}
a:active,a:focus,a:hover{
	text-decoration:none;
	color:#f33;
}
i.cicon {
    border: 1px solid #ccc;
    border-radius: 100%;
    background: #f0f0f0;
    color: #878a96;
    width: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.header_top {
    padding: 5px 0px;
	font-family: 'Monda', sans-serif;
    border-bottom: 1px solid #ccc;
}
.cslink{
	text-decoration:none;
	color:#878a96;
}
.cslink:hover
{
	text-decoration:none;
	color:#f33;
}
.header_top .nav-menu{
	padding-left:0px;
	list-style:none;
	margin-bottom:0px;
	text-align:right
}
.header_top .nav-menu li{
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}
.header_top .nav-menu li a{
	font-weight:600;
	color:#898991;
}
.header_middle {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
ul.nav {
    text-align: right;
    margin-top: 15px;
}
.nav>li {
    display: inline-block;
}
.nav>li>a {
    color: #898991;
	font-family: 'Monda', sans-serif;
	font-size:16px;
	padding:0px;
	margin-left:10px;
}
.nav>li>a:hover,.nav>li>a.active{
	background:none;
	color:#f33;
}


.bs-slider{
    overflow: hidden;
    max-height: 450px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
	height:100%;
    width: 100%;
    position: absolute;
	height: 430px;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item img{
	position:absolute;
	bottom:0px;
    top: 0px;
}




/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 0%;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
	margin:0px;
    padding-left: 10px;
	z-index:10;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
	margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;

}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.nav_bar {
    
    color: #262626;
    padding: 7px 5px 5px;
    font-weight: 600;
    letter-spacing: 0px;
    border-top: 5px solid #dfdfdf;
}
.slide-text {
	
    bottom: 0%;
    margin: auto;
    padding: 10px;
    width: 40%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    right:5%;
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Josefin Sans';
    font-style: normal;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
	font-family: 'Josefin Sans';
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


.header_bottom {
    display: block;
    padding: 10px 0px;
    background: #f0f0f0;
    box-shadow: 1px 0px 3px rgba(0, 0, 0, 0.34);
    border-bottom: 1px solid #d4d4d4;
    z-index: 11;
    position: relative;
}
.header_bottom .block {
    padding: 7px 16px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    color: #262626;
	font-family: 'Monda', sans-serif;
    text-align: left;
}

.header_bottom .block i {
    font-size: 30px;
    color: #262626;
    vertical-align: middle;
	transform:rotate(0deg);
}
.header_bottom span {
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    margin-left: 8px;
    font-size: 17px;
    font-weight: 400;
}
.header_bottom .block span,.header_bottom .block i {
	transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	-moz-transition:0.3s;
}

.header_bottom .block:hover,.header_bottom .block:hover i{
	color:#f33;
}
.header_bottom .block:hover i {
    transform: scale(1.1);
    text-shadow:1px 1px 1px #c1c1c1;
}
.header_bottom .block:hover span{
    transform: scale(1.01);
}
h1.title {
    text-transform: uppercase;
    margin-bottom: 20px;
	font-family: 'Monda', sans-serif;
    font-size: 25px;
}
h1.title span {
    text-transform: initial;
}
section.section1 {
    padding: 60px 0px;
}
.subtitle
{
	font-size:24px;
	font-family: 'Monda', sans-serif;
}
.gray {
   
    background-attachment: fixed;
	position:relative;
	background-position:center;
}
.gray-image .container{
	color:#fff;
	position:relative;
	z-index:2;
}
.gray-image:before {
    position: absolute;
    content: '';
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
footer{
	background:#000;
	color:#9a9999;
}
.gallery {
	padding-left:0px;
}
.gallery li {
	display:inline-block;
	width:24%;
	padding: 5px;
	overflow:hidden;
}
.gallery li img{
	transition:0.3s;
	-webkit-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	-moz-transition:0.3s;
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.section1 .gallery li img{
    width: 100%;
    height: 200px;
}
.gallery li:hover img {
    transform: scale(1.5) rotate(10deg);
	-webkit-transform: scale(1.5) rotate(10deg);
	-ms-transform: scale(1.5) rotate(10deg);
	-o-transform: scale(1.5) rotate(10deg);
	-moz-transform: scale(1.5) rotate(10deg);
	
}
.footer_top {
    padding: 60px 0px;
}
label.title {
    font-size: 20px;
    line-height: 34px;
    font-family: 'Josefin Sans';
    margin-bottom: 10px;
	display: block;
}
.col-sm-4 label.title:first-child {
    border-bottom: 1px solid #262626;
    padding-bottom: 10px;
}
label.title:first-child{
	margin-bottom: 10px;
}
.footer_bottom {
    padding: 10px;
    border-top: 1px solid #262626;
}
.section1 label.title{
	text-transform:uppercase;
}
.inline{
	display:inline-block;
}
.slideshow-element{
	transition: 0.3s;
    -webkit-transition: 0.3s;
    position: absolute;
	background:#fff;
	text-align:center;
	width:100%;
}
#slideshow{
	position:relative;
	min-height:40px;
}


#vertical-ticker{
	height:290px;
	overflow:hidden;
	margin:0; padding:0;
	list-style:none;
}

#vertical-ticker li{
	padding:5px 10px;
	display:block;
	color:#333;
	font-size:14px;
	border-bottom:1px solid #ddd;
}
#vertical-ticker li label.title{
	font-size:16px;	
	margin:10px 0px;
}
span.nav_menu {
    display: none;
}
.profile {
    height: 180px;
    width: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    display: block;
    margin: 0px auto 20px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 3px #727575;
}
.profile img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

th{
	text-align:center;
}

ul.sub_nav {
    position: absolute;
    background: #fff;
    padding-left: 0px;
    list-style: none;
    text-align: left;
        transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    width: 250px;
    z-index: 11;
    right: 0px;
    box-shadow: 0px 2px 3px #1f1f1f;
    border-bottom: 5px solid #878a96;
}
.nav>li:hover ul.sub_nav{
    opacity: 1;
    visibility: visible;
}
ul.sub_nav li a {
    display: block;
    padding: 5px 10px;
    line-height: 29px;
    color: #262626;
    border-bottom: 1px solid #898994;
}
ul.sub_nav li:hover a {
    color: #f33;
}
@media(max-width:991px)
{
	.nav>li>a{
		font-size: 14px;
		margin-left: 10px;
	}
	ul.nav{
		margin-top:14px;
	}
	.header_bottom span,.cslink,.header_top .nav-menu li a{
		font-size:12px;
	}
	.header_bottom .block i{
		font-size:16px;
	}
	
   
    .slide-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
	.indicators-line > .carousel-indicators .active:before,.indicators-line > .carousel-indicators li{
		width:10px;
		height:10px;
	}
	h1.title,.subtitle{
		font-size: 20px;
	}
	
	#vertical-ticker li label.title{
		font-size:14px;	
		margin:8px 0px;
	}
	body,#vertical-ticker li{
		font-size:12px;
	}
	footer .gallery li{
		width:32%;
	}
	.gray-image{
		background-repeat: no-repeat;
   		background-size: 1024px;
	}

}
@media  (max-width: 767px) {
	.header_top,.header_top .nav-menu,.header_middle,ul.nav{
		text-align:center;
	}
	a.brand {
		display: inline-block;
	}
	footer .col-sm-4{
		margin-bottom:20px;
	}
	.bs-slider,.fade .item{
		max-height: 300px;
	}
}
@media  (max-width: 640px) {
.header_bottom .block i {
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.header_bottom .block{
	text-align:center;
}
.slide-text{
	width:80%;
}
}

@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	.header_bottom .block{
		border-right: 0px;
		margin-bottom: 20px;
		width:100%;
		margin-top: 20px;
	}
	.header_bottom span
	{
		font-size:16px;
	}
	.header_bottom .block i {
    	font-size: 40px;
	}
}
@media  (max-width: 460px) {
	.bs-slider, .fade .item {
		max-height: 230px;
	}
	span.nav_menu {
		color: #888;
		padding: 6px 10px;
		display: block;
		border: 1px solid #ccc;
		text-align: left;
	}
	.header_middle .nav{
		display:none;
	}
	ul.nav {
		margin-top: 0px;
	}
	.nav>li {
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
	}
	.nav>li>a {
		margin-left: 0px;
		line-height: 30px;
	}
	.slide-text h1{
		margin-top:5px;
	}
	.fade .item img{
		 height: 100%;
   		 width: auto !important;
	}
}
.togle{
    display: none;
}
.page-notfound strong {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    display: block;
}
.header_top .nav-menu li a:hover i {
    transform: rotate(360deg);
    background: #878a96;
    color: #fff;
    box-shadow: 0px 0px 3px #cecece;
}
th {
    text-align: left;
}


/* --------------  E Votting --------*/


#msform {
  width: 600px;
  min-height: 400px;
  margin: 50px auto;
  text-align: center;
  font-family: 'Monda', sans-serif;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*buttons*/
#msform .action-button {
  width: 100px;
  background: #d43f3a;
  font-weight: normal;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 8px 5px;
  margin: 20px 5px 10px;
}
#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #d43f3a;
}
/*headings*/
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  
  color: #2C3E50;
  margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Monda', sans-serif;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  text-align: center;
  float: left;
  position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 14px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #d4d4d4;
  color: #262626;
}
#msform label{
    display: block;
}
.sub_header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 2px solid #333;
    color: #333;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    width: calc(100% - 160px);
    margin: 20px auto;
}
.enroll_container .title span {
    text-decoration: underline;
}
.enroll_container p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 36px;
}
.enroll_container {
    padding: 0px 80px;
}
.enroll_container .form-control {
    width: auto;
    display: inline-block;
    border: 0px;
    border-bottom: 3px dotted #000;
    box-shadow: none;
    border-radius: 0px;
    appearance: none;
    margin: 0px 20px;
    font-size: 18px;
    text-align: center;
    
}
.enroll_container .form-control[disabled]{
    background-color: #fff;
    pointer-events: none;
}
.enroll_sub2_footer div .form-control {
    width: 100%;
    margin: 0px 0px 0 10px;
    background: #fff;
    text-align: left;
    padding-left: 0px;
}
.enroll_sub2_footer div {
    display: flex;
    flex-direction: column;
    text-align: center;
}
 
.enroll_sub2_footer {
    display: flex;
    justify-content: end;
}
.enroll_sub2_footer p{ display: flex; align-items: baseline; }
.enroll_sub_footer p {
    line-height: 20px;
    
}
.uploadBtn {
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
}
.uploadBtn i {
    font-size: 60px;
    color: #ccc;
}
.uploadBtn label{
    color: #ccc;
}
.uploadBtn input {
    position: absolute;
    cursor: pointer;
    height: 100%;
    opacity: 0;
}
.uploadForm .thumb,
.uploadImage .thumb {
    max-width: 180px;
    position: relative;
    display: inline-block;
    margin: auto;
}
.uploadForm .remove,
.uploadImage .remove {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    background-color: #f33;
    border-radius: 25px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    z-index: 111;
    cursor: pointer;
}
.uploadForm .thumb img,
.uploadImage .thumb img {
    max-width: 100%;
}
.enroll_inner_footer span {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}
.eif_row {
    display: flex;
}
.eif_row span:nth-child(2) {
    flex: 1;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    border-bottom: 2px dotted #333;
}
.enroll_inner_footer img {
    display: block;
    margin: 0 auto 10px;
    max-height: 30px;
    opacity: 0;
}
.enroll_inner_footer {
    border-bottom: 2px solid #333;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
}
.justify-items-end {
    
}
.d-flex {
    display: flex;
}
.l-20{
    line-height: 30px !important;
}
.enroll_footer_last{
    justify-content: end;
    text-align: center;
    flex-direction: row;
}
.enroll_footer_action {
    border-top: 2px solid #333;
    padding-top: 20px;
}
.enroll_footer_action p{
    width: 30%;
    margin: auto;
}
.enroll_footer_action button,
.enroll_footer_action input{
    width: 100%;
    line-height: 40px;
    font-size: 24px;
}
span.input {
    min-width: auto;
    display: inline-block;
    text-align: center;
    border-bottom: 2px dotted #333;
    margin: 0px 10px;
    padding: 0px 10px;
}
.enroll_sub2_footer .input {
    padding: 0px 20px;
    min-width: 260px;
}
.uploadedImage p{
    justify-content: center;
}
.uploadedImage img {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 27px;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  /* Hide the browser's default radio button */
  .radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .radio-wrapper:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .radio-wrapper input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .radio-wrapper input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .radio-wrapper .checkmark:after {
       top: 5px;
      left: 5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: white;
  }
  .voting-container h1{
    font-size: 22px;
  }

  .voting-container h1 i {
    background: #f1f1f1;
    padding: 4px;
    border-radius: 48px;
    width: 58px;
    text-align: center;
    color: #2196f3;
}
.voting-options {
    padding-top: 20px;
    padding-bottom: 30px;
}
/* .voting-options li:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 5px solid #eee;
    display: inline-block;
    border-radius: 20px;
    background: #eee;
}
.voting-options li {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 27px;
}
.voting-options ul{
    list-style: none;
    padding-left: 0px;;
}
.voting-options li.selected:before{
    border-color: #2196F3;
    background-color: #fff;
}  */
.it_epoll_surveys {
    list-style: none;
    margin: 0;
    padding: 0;
}
.it_epoll_survey-item {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    background: white;
    box-shadow: 0 2px 1px rgb(170 170 170 / 25%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.it_epoll_grid .it_epoll_survey-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 10px;
    overflow: hidden;
    padding: 0;
    background: #fff;
    border: 0;
}
.it_epoll_card_front {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border: 0;
    background: #fff;
    visibility: visible;
}
.it_epoll_big_cover img, .it_epoll_big_cover {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
    width: 100%;
    height: 144px;
    border-radius: 0px !important;
}
#it_epoll_container_8 .it_epoll_orange_gradient, #it_epoll_container_8 .it_epoll_big_cover img, #it_epoll_container_8 .it_epoll_big_cover {
    background: -webkit-linear-gradient(50deg, #fc6262) !important;
    background: -o-linear-gradient(50deg, #fc6262) !important;
    background: linear-gradient(40deg, #fc6262) !important;
    color: #ffffff !important;
}
.it_epoll_grid .it_epoll_survey-country {
    display: block;
    margin-top: -48.5px;
    position: relative;
    float: none;
    border: 0;
    outline: 0;
}
.it_epoll_survey-country img {
    width: 92px !important;
    height: 92px !important;
    border: 3px solid #ffffff;
    display: block;
    border-radius: 50% !important;
    background: none repeat scroll 0 0 #fff;
    padding: 0px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.it_epoll_spinner {
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top: 4px solid #fc6c63;
    width: 88px;
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.23);
    background-size: 51px;
    height: 88px;
    top: 2px;
    left: calc(50% - 44px);
    -webkit-animation: it_epoll_spin 2s linear infinite;
    animation: it_epoll_spin 1.5s linear infinite;
}
.it_epoll_survey-country svg {
    width: 94px;
    margin-left: -9px;
    margin-top: -9px;
}
.it_epoll_grid .it_epoll_survey-name {
    display: block;
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 0 5px;
    color: #2c5aa2;
}
.it_epoll_survey-subtitle {
    display: block;
    max-width: 100%;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4;
    padding: 0px 0 10px;
    color: #727272;
}
.it_epoll_survey-item-action {
    padding-bottom: 20px;
    position: relative;
}
.it_epoll_survey-item-action input[type="radio"],
.it_epoll_survey-item-action input[type="checkbox"]{
    opacity: 0;
    visibility: hidden;
}
/* .it_epoll_survey-item-action input{
    position: absolute;
    visibility: hidden;
    opacity: 0;
} */
.mb-3 {
    margin-bottom: 30px;
}
.vote-button:active,
.vote-button:focus,
.vote-button{
    max-width: 160px;
    font-family: "PT Sans", sans-serif;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    min-width: 110px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0.375rem !important;
    border: 0;
    line-height: 1.3;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262);
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262);
    background: linear-gradient(40deg, #ffd86f, #fc6262);
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
}
#it_epoll_container_8 .it_epoll_orange_gradient, #it_epoll_container_8 .it_epoll_big_cover img, #it_epoll_container_8 .it_epoll_big_cover {
    background: -webkit-linear-gradient(50deg, #fc6262) !important;
    background: -o-linear-gradient(50deg, #fc6262) !important;
    background: linear-gradient(40deg, #fc6262) !important;
    color: #ffffff !important;
}

.spinner_stop{
    -webkit-animation: none;
    animation: none;
    border: 6px solid rgba(76, 175, 80, 0.87);
    background: -webkit-linear-gradient(50deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
    background: -o-linear-gradient(50deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
    background: linear-gradient(40deg, #aee86a, rgba(76, 175, 80, 0.87)) !important;
}
.spinner_progress{
    border: 4px solid #ffffff;
    border-radius: 50%;
    border-top: 4px solid #fc6c63;
    width: 88px;
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.23);
    background-size: 51px;
    height: 88px;
    top: 2px;
    left: calc(50% - 44px);
    -webkit-animation: it_epoll_spin 2s linear infinite;
    animation: it_epoll_spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes it_epoll_spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes it_epoll_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.it_epoll_circ {
    opacity: 0;
    stroke-width: 1.3 !important;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.it_epoll_tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    stroke-width: 1.3 !important;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}
.spinner_stop svg .it_epoll_path {
    opacity: 1;
    stroke-dashoffset: 0;
}
 .vote-button:hover,
.vote-button:active:focus,
.vote-button:focus-visible,
.vote-button.active:focus,
.vote-button.active {
    background: -webkit-linear-gradient(50deg, #aee86a, #4CAF50) !important;
    background: -o-linear-gradient(50deg, #aee86a, #4CAF50) !important;
    background: linear-gradient(40deg, #aee86a, #4CAF50) !important;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    color: #fff;
    outline: none;
}
.voting-container {
    font-family: "PT Sans", sans-serif;
}
.login-container .form-control{
    height: 40px;
}
#formConfirm .uploadBtn{
    flex: 1;
}
.enroll_sub2_footer .uploadForm{
    flex: 1;
    display: none;
}
.enroll_sub2_footer .uploadForm .thumb
{
    flex: 1;
    border: 2px dotted #ccc;
    border-radius: 4px;
    padding: 10px;
    max-width: 100%;
    width: 100%;
}
.mobile-no .form-control {
    width: 100%;
    text-align: left;
    margin: 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.mobile-no span {
    margin-bottom: 0px;
    margin-right: 20px;
    flex: 1;
}
.mobile-no {
    align-items: center;
}
.justify-content-end{
    justify-content: end;
}
.mb-2{
    margin-bottom: 10px;
}
.profile_img img {
    height: 180px;
    width: 180px;
    border-radius: 5px;
    object-fit: cover;
}



.it_epoll_survey-item {
    display: block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 2px 1px rgb(170 170 170 / 25%);
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.it_epoll_list .it_epoll_survey-item {
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    margin: 0px 0px 20px;
    overflow: visible;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.it_epoll_survey-icon {
    height: 24px !important;
    position: relative;
    width: auto !important;
}
.it_epoll_survey-icon img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    top: -24px;
    position: relative;
    border-radius: 40px;
    margin-bottom: 24px;
    background: #ffffff;
    padding: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.it_epoll_list .it_epoll_survey-name {
    line-height: 1.4;
    padding-top: 10px;
    color: #2c5aa2;
    font-weight: bold;
}
.it_epoll_list .it_epoll_survey-progress {
    padding: 10px;
    display: block;
    color: #A1A1A4;
}

.it_epoll_list .it_epoll_survey-progress-labels {
    position: absolute;
    top: 0;
    right: 0;
}
.it_epoll_list .it_epoll_survey-progress-label {
    vertical-align: middle;
    margin: 0 -1px;
    color: #fff;
    background: #8bc34a;
    padding: 0px 7px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #8bc34a;
}
.it_epoll_list{
    list-style: none;
    margin: 0;
    padding: 10px;
    text-align: center;
}
.it_epoll_list .it_epoll_survey-country, .it_epoll_list .it_epoll_survey-completes, .it_epoll_list .it_epoll_survey-end-date, .it_epoll_list .it_epoll_survey-name, .it_epoll_list .it_epoll_survey-stage {
    margin: 0 10px;
}
.bg-orange{
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}
.mb-4{
    margin-bottom: 40px;
}


ul.it_epoll_surveys.it_epoll_grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media(min-width: 640px){
    .it_epoll_list .it_epoll_survey-item{
        min-width: calc(33.33% - 15px);
    }
}

.vote-result .progress {
    height: 5px;
}
.gap-1{
    gap: 10px;
}
.img-screen {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
@media(max-width: 640px){
.instruction-list a{
    white-space: normal;
}
}