@charset "utf-8";
/* CSS Document */

@media (min-width: 576px) { 
.p30left {
    padding-left: 10px;
}
 }

 
 
@media (min-width: 768px) { 

	
	.page-heading{
	font-size: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*color: #592e8e;*/
	color: white;
	text-transform: uppercase;
	font-family: "Kanit SemiBold";
		
}
	
	
.p30left {
    padding-left: 75px;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 75px;
}

.light-purple-box-left{
	background-color: #bc2889;
	color: white;
	border-right:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 90px!important;
}

.light-purple-box-right{
	background-color: #bc2889;
	color: white;
	border-left:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 90px!important;
}

.purple-box-left{
	background-color: #8122a4;
	color: white;
	border-right:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 90px!important;
}

.purple-box-right{
	background-color: #8122a4;
	color: white;
	border-left:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 90px!important;
}

 }
 
 
 
@media (min-width: 992px) { 
	nav li + li:before{
    content: "";
    padding: 0;
	color:transparent;
}
	
	.main-page-logo-height{
	min-height: 280px;
}

.mediabrandawards-img{
	max-width: 120%;
    width: 120%;
    height: auto;
    position: absolute;
    top: -100px;
    left: -60px;
}

	
}


@media (min-width: 1200px) {
	

	.mediabrandawards-img{
	max-width: 115%;
    width: 115%;
    height: auto;
    position: absolute;
    top: -100px;
    left: -50px;
}
	
	.contact-border-right{
	border-right: #989898 thin dashed;
		border-bottom: none;
}
	
.main-page-logo-height{
	min-height: 400px;
}


/* login starts */

.index-right-bg {
    background-color: #f4f4f4;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.login-signup-link {
    color: black;
	font-size: 13px;
}

.login-signup-link:hover{
	color:darkgray;
	text-decoration: none;
	font-size: 13px;
}

.sep-log{
	color:black;
	padding-left:5px;
	padding-right:5px;
}
/* login ends */


/*navbar starts*/

.header-logo{
	max-width: 350px;
	height: auto;
	width:100%;
}


.navbar-dark .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(135, 40, 131, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
	
.nav-link{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(135,40,131,1)!important;
	display: inline-block;
	}

.nav-link::after{
	 content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #b9137d;
    transition: width .3s;
}
.nav-link:hover::after{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #b9137d medium solid;
	padding-bottom: 0;
	width: 100%;
	
}


.active> .nav-link{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #bf2bb6 medium solid;
	padding-bottom: 0px;
	
}

.active> .nav-link:hover{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0px;
	
}

.navbar-dark .navbar-toggler {
    color: rgba(135,40,131,1) !important;
    border-color: rgba(135,40,131,1) !important;
}

.nav-color{
	color:rgba(135,40,131,1)!important;
	font-family: "Kanit";
	font-size:14px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.nav-color:hover{
	color:rgba(135,40,131,1)!important;
	font-family: "Kanit";
	font-size:14px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.active {
    color: rgba(135,40,131,1) !important;
    font-family: "Kanit";
    font-size: 14px;
    text-transform: uppercase;
}

nav li + li:before{
    content: " | ";
    padding: 0px;
	color: #872883;
}
/*navbar ends*/

.gap{
	height:100px;
}

.rounded-border{
	border-radius: 30px;
	/*-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.9);
box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.9);*/
	background-color: white;
}

.m30left{
	margin-left: 30px;
}

.p30left{
	padding-left: 75px;
}

.m10left{
	margin-left: 10px;
}

.p10left{
	padding-left: 10px;
}

.m20left{
	margin-left: 20px;
}

.p20left{
	padding-left: 20px;
}


.page-heading{
	font-size: 48px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*color: #592e8e;*/
	color:white;
	text-transform: uppercase;
	font-family: "Kanit SemiBold";
		
}

.custom-control {
    margin-top: 10px;
    margin-bottom: 10px;
}

.purple-btn{
	background-color: #592e8e;
	color:white;
	width: 100px;
	height: 38px;
	border: none;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}
.purple-btn:hover{
	background-color: white;
	color: #592e8e;
	width: 100px;
	height: 38px;
	border: #592e8e thin solid;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}

.save-btn{
	width: 100px;
	height: 38px;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
	border:#343A40 thin solid;
}
.save-btn:hover{
	width: 100px;
	height: 38px;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}


.form-group{
	padding-top:5px;
	padding-bottom: 5px;
}

.col-form-label{
	font-size:14px;
}

.small-grey-txt{
	line-height: 1.1!important;
	font-style: italic;
}

}
@media (min-width: 1400px) {
	

.body-txt{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 125ch;
}
}