
.svg {
	/* width: 100%; */
	width: calc(200px + (350 - 200) * ((100vw - 300px) / (1600 - 300)));
	/* width: auto\9; */
}

.svgicon {
	width: calc(50px + (90 - 50) * ((100vw - 300px) / (1600 - 300)));
  	margin-left: auto;
  	margin-right: auto;  
/*	height: 20vh; */
	height: 12vh;
}

.checkbox1x {
	transform: scale(1.5);
        -webkit-transform: scale(1.5);
	margin-bottom: auto;
}


.ht {
	/* font-size: calc(7 * (100vw - 2em) / 16 * 9 / 100); */
	font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
}


.hb{
	color:#EFCFFF;
	/* font-size: 2.5rem; */
	font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1600 - 300)));
	margin-top: 5vw;
}

.hb1{
	color:#EFCFFF;
	font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));	
	/* line-height: 7vw;  */
	margin-top: 5vw;
	margin-bottom: 10vw;
}

.custom-toggler {
	display: flex;
	align-items: center;
	margin: 2px !important;
	padding: 2px !important;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.hn {
	font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1600 - 300)));
        padding-top: 3vw;
        padding-bottom: 1vw;
		
}

.hnt {
        font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300)));

}


.hnb {
        font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1600 - 300)));
        margin-top: 1vw;
        margin-bottom: 0.5vw;
                
}

.hmargin {

}

.con {
	background: #ffffff;
	padding-top: 0px;
  	padding-bottom: 0px;
}

.con1 {
    position: relative;
}

.con1::after {
    background: #e7e7e7;  
    background-image: url("../img/bg-world.svg"); 
    background-size: cover; 

    opacity: 0.2;
    filter: alpha(opacity=50); 

    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: -1;

}


.con2 {
     position: relative;
}

.con2::after {
    background: #d8ecda;  
    background-image: url("../img/bg-lock.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top; 
    opacity: 0.5;
    filter: alpha(opacity=50);

    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: -1;
}

.con3 {
     position: relative;
}

.con3::after {
    /* background: #d8ecda;  */
    background: #e7e7e7; 
    background-image: url("../img/bg-topic.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top; 
    opacity: 0.5;
    filter: alpha(opacity=50);

    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: -1;
}


.con4 {
	background: #d3e6fb
}

.tab { 
	text-indent: 3vw; 
	max-width: 100%;
    	word-wrap: break-word;
	text-align: justify;
}

.tab1 {
        max-width: 100%;
        word-wrap: break-word;
        text-align: justify;
}

/*
.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem;
}
*/

/*
.navbar{
	background:#ffffff;
}
.nav-link , .navbar-brand{
	color: #000000;
	cursor: pointer;
}
.nav-link{
	margin-right: 1em !important;
}
.nav-link:hover{
	background: #ffffff;
	color: #000000;

}

*/
.navbar-collapse{
 justify-content: flex-end;
}

/*
.navbar-toggler{
  background:#fff !important;
}
*/

.headerh{
	position: relative;  
	/*height: 70vh; */
	width: 100vw;
	/* background-size: cover; 
	background-position: center; */
}


.overlay{
	position: relative;
	min-height: 100%;
	min-width: 100%; 
	padding-top: 5vw;
	padding-bootom: 5vw;
	padding-right: 10vw; 
	padding-left: 10vw;
	left: 0;
	top: 0;

	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
  	height: 100%; 
  	width: 100%; 

background: rgba(26,9,84,1);
background: -moz-linear-gradient(left, rgba(26,9,84,1) 0%, rgba(184,90,199,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,9,84,1)), color-stop(100%, rgba(184,90,199,1)));
background: -webkit-linear-gradient(left, rgba(26,9,84,1) 0%, rgba(184,90,199,1) 100%);
background: -o-linear-gradient(left, rgba(26,9,84,1) 0%, rgba(184,90,199,1) 100%);
background: -ms-linear-gradient(left, rgba(26,9,84,1) 0%, rgba(184,90,199,1) 100%);
background: linear-gradient(to right, rgba(26,9,84,1) 0%, rgba(184,90,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0954', endColorstr='#b85ac7', GradientType=1 );

}



