html { min-height: 100% }
body {
   
    height: 100%;
    width:100%;
    background: #fafafa;
    overflow-x: hidden;
    overflow-y: auto;
	margin:0;
	padding:0;
    
   
}
h1{
  text-align:center;font-size:24px;line-height:2;color:green;
}
.icon-case {
	
	border: 1px solid #ced4da;
  margin-left: 48px;
    width: 42px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 38px;
    position: relative;
    text-align: center;
    line-height: 40px;
}
.icon-casewhatsapp{
			border: 1px solid #ced4da;
  margin-left: 48px;
    width: 42px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 38px;
    position: relative;
    text-align: center;
    line-height: 40px;
	
}
.icon-casecontactphone{
	
				border: 1px solid #ced4da;
  margin-left: 48px;
    width: 42px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 38px;
    position: relative;
    text-align: center;
    line-height: 40px;	
}

.icon-casecontactmobile{
				border: 1px solid #ced4da;
  margin-left: 48px;
    width: 42px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 38px;
    position: relative;
    text-align: center;
    line-height: 40px;	
	
}
.content{width:100%;height:auto;margin-bottom:100px;}
.img-responsive {
  display: block;
  max-width: 100%;
height: auto;}
 #navbarSupportedContent .navbar-nav{background:none;margin:-10px;width:100%;}
/*.navbar-nav{float:right!important;}*/
.span{font-size:9px;text-align:center;float:left;padding-left:30px;}
.button1{width:100%;border-radius:10px;background-color:green;padding:6px;border:none;color:#fff;margin-bottom:5px;}
.button1 i{color:#fff;padding:5px;}
.button2{width:100%;border-radius:10px;background-color:#3852a4;padding:6px;border:none;color:#fff;margin-bottom:5px;}
.button2 i{color:#fff;padding:5px;}
.button3{width:100%;border-radius:10px;background-color:#00788b;padding:6px;border:none;margin-bottom:5px;color:#fff;}
.button3 i{color:#fff;padding:5px;}
.btn{width:120px;border-radius:10px;}
.btn-primary{background-color:#3852a4!important;border:none;padding:6px;margin-top:5px;}
.btn-primary:hover{background-color:blue!important;}
.btn-primary1{background-color:darkred!important;border:none;width:100px;color:#fff;padding:5px;}
.btn-primary1 i{color:#fff;padding:5px;}
.btn-primary1 a{color:#fff;}
.btn-primary1:hover{color:#fff;}

.generate{margin-top:20px;margin-left:10px;}


.header{background-color:#fff;width:100%;height:80px;padding:10px;position:sticky;top:0; -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
	z-index:1031;
	}
	.header-content{padding:5px;}
	/*.header-content span{font-size:27px;color:#000;font-weight:bold;padding-left:10px;font-family:calibri;margin-left:20px;letter-spacing:1px;}*/
	.bix{font-size:34px;color:#000;font-weight:bold;padding-left:10px;font-family:calibri;margin-left:20px;}
	.bix a:hover{color:#3852a4;}
	.logo{width:90px;height:80px;padding:0;margin:-15px;}
	
a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

a:hover
{
  color: tomato;
}

#menuToggle
{
  display: block;
  position: absolute;
  top: 25px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
  
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #70be48;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: 29px 0 0 0;
  padding: 20px;
  /*padding-top: 125px;*/
  right: -100px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  
}


/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
	

#content{
	/* width: 80%; */
    
    margin-top: 20px;
    margin-bottom: 0;
   /* margin-left: 50px;*/
    -webkit-transition: .3s ease all;
    transition: .3s ease all;}
	
	#content1{width: 50%;
    
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 55px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;}
	.custom-button{margin-left:300px;margin-top:20px;/*width:100%;*/}
	
	.card{
    position: relative;
	display:flex;
	
	height:434px;
    padding: 10px;
	margin-top:20px;
    border-radius: 2px;
	margin-bottom:80px;
    border: none;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    overflow-y:hidden;
	overflow:hidden;
	}
	.card1{
		z-index:100300;
    position: relative;
   height:auto;
    padding: 10px;
	
	margin-top:20px;
    border-radius: 2px;
	margin-bottom:50px;
    border: none;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);

	}
	.qr-code {
  max-width: 200px;
 /* margin: 20px 120px;*/
 
}

.frame1 {
  max-width: 200px;
  margin: 20px 120px;
}

.btn-green{margin-left:10px;border-radius:30px;}
.nav-item svg{width:16px; height:16px;color:#3852a4;}
	.nav-link{color:#000;}
	
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border-bottom:1px solid green;}

	
.text-center{font-weight:700;margin-top:10px;color:#fff;}

.footer p{margin-top:10px;color:#fff;/*padding:10px;*/font-size:12px;}

.footer{ position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  background-color: #3852a4;
  height:auto;
 /* height:50px*/
}
.list{/*margin-top:10px;*/float:right;}
.list li{list-style:none;display:inline;padding:5px;}
.list i{font-size:21px;padding-top:15px;}
.hrtabs{
  /*margin: 0 auto 5rem;*/
  padding: 0;
  width: 100%;
  /*max-width: 60rem;*/
}

/* Header Area */

.hrtabs header {
  padding: 2.5rem 4rem;
  font-size: 1.75rem;
}

.hrtabs header h2 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  
}

.hrtabs header p {
  margin: 0;
}

.hrtabs header p + p {
  margin-top: 1rem;
}

/* Tabs Area */

.hrtabs .tabs-container {
  /*padding: 4rem 2.5rem 2.5rem;*/
 /* background-color: #ffffff;
  border-radius: 50px;*/
   /*display:flex;*/
  list-style:none;
    flex-wrap: wrap;
 
}
.form-group{width:100%;margin-top:10px;}

.tabs-container .tabs .tab,
.tabs-container .tabs input[type="radio"] {
  display: none;
  
}

.tabs-container .tabs input[type="radio"] + label {
  display: inline-flex;
  margin: 0;
  padding: 0.6rem;
  font-size: 1.1rem;
  margin-bottom:5px;
  
  cursor: pointer;
  user-select: none;
font-weight:bold;
  font-size:12px;text-transform:uppercase;
  background-color:transparent;border-radius:6px;border-bottom:2px solid transparent;
}
.tabs-container .tabs input[type="radio"] + label:hover{background-color:#eee;border-radius:6px;border-bottom:2px solid green;}
.tabs-container .tabs input[type="radio"] + label i{width:16px;height:16px;color:#3852a4;font-size:16px;margin-right:3px;}

.tabs-container .tabs input[type="radio"]:checked + label {
  border-bottom: 2px solid green;
  background-color:green;
  border-radius:6px;

  opacity: 1;
  font-size:12px;text-transform:uppercase;
color:#fff;
}
.tabs-container .tabs input[type="radio"]:checked + label i{color:#fff; }
.custom{background-color:#00788b!important;border-radius:6px;width:100px;color:#fff;}
.fa-qrcode{color:#fff!important;}
.tabs-container .tabs .tab {
  margin: 0;
  padding: 2rem 0;
  border-top:2px solid #ccc;
  
 /* border-top-width: 2px;
  border-top-style: solid;
  border-color: #000000;*/
}
.readmore{text-decoration:underline;color:blue;}
.readmore a{padding:10px;}
.readmore a:hover{color:blue;}
.card p{text-align:justify;}
section .card h2{font-size:18px;color:green;border-bottom:2px solid #ccc;padding:2px;}
section .card{max-height:400px;height:400px;}
section .card:hover{background-color:#f0f1f7;}
.card section{margin-top:10px;margin-bottom:20px;}
.tab h2{font-size:18px;padding:10px;color:green;text-align:left;border-bottom:1px dotted #eee;margin-left:45px;}

.tabs input:first-of-type:checked + label ~ .tab:first-of-type,
.tabs input:nth-of-type(2):checked + label ~ .tab:nth-of-type(2),
.tabs input:nth-of-type(3):checked + label ~ .tab:nth-of-type(3),
.tabs input:nth-of-type(4):checked + label ~ .tab:nth-of-type(4),
 .tabs input:nth-of-type(5):checked + label ~ .tab:nth-of-type(5), 
 .tabs input:nth-of-type(6):checked + label ~ .tab:nth-of-type(6),
 .tabs input:nth-of-type(7):checked + label ~ .tab:nth-of-type(7),
 .tabs input:nth-of-type(8):checked + label ~ .tab:nth-of-type(8),
 .tabs input:nth-of-type(9):checked + label ~ .tab:nth-of-type(9), 
 .tabs input:nth-of-type(10):checked + label ~ .tab:nth-of-type(10),
 .tabs input:nth-of-type(11):checked + label ~ .tab:nth-of-type(11) , 
 .tabs input:nth-of-type(12):checked + label ~ .tab:nth-of-type(12),
 .tabs input:nth-of-type(13):checked + label ~ .tab:nth-of-type(13),
  .tabs input:nth-of-type(14):checked + label ~ .tab:nth-of-type(14), .tabs input:nth-of-type(15):checked + label ~ .tab:nth-of-type(15), .tabs input:nth-of-type(16):checked + label ~ .tab:nth-of-type(16)
 {
  display: block;
}
/*.tabs input:nth-of-type(13):checked + label ~ .tab:nth-of-type(13){margin-left:-50px;}
/*.tabs label:nth-of-type(13) {width:100px;background-color:#ccc;border-radius:10px;color:#fff;padding:5px;}
.tabs label:nth-of-type(13) i{color:#fff;}*/

.tabs-container .tabs .tab ul {
  display: grid;
  margin: 0;
  padding: 0;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto-fill, minmax(auto, 1fr));
  grid-auto-flow: row;
  justify-content: center;
  list-style: none;
}

.tabs-container .tabs .tab ul li {
  margin: 1rem;
  padding: 2rem;
  border: 1px solid #000000;
  border-radius: 4px;
  aspect-ratio: 3 / 2;
}

.tabs-container .tabs .tab p {
  margin: 1.5rem;
}



.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;margin-top:20px;
}

.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size:14px;
  margin-bottom:-10px;
}

.accordion{width:100%;margin-bottom:15px;}

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-bottom: 1px dotted #dce7eb;
  
}
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}
.accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
 margin-top: -16px;
  right: 0;
}
.accordion ul li i:before,.accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
.accordion ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.accordion ul li input[type=checkbox]:checked ~ .card-body{
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  
}

.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
/*qr camera */

#main {
  margin: 15px auto;
  background: white;
  overflow: auto;
  width: 100%;
}
#header {
  background: white;
  margin-bottom: 15px;
}
#mainbody {
  background: white;
  /*width: 100%;*/
  display: none;
}

#v {
 /*  width: 150px;
  height: 150px; */
    width: 188px;
    height: 146px;
}
#qr-canvas {
  display: none;
}
#qrfile {
  width: 300px;
  margin-left:-25px;
 /* height: 1200px;*/
}
#mp1 {
  text-align: center;
  font-size: 14px;
  font-weight:bold;
}
#imghelp {
  position: relative;
  left: 0px;
  top: -210px;
  z-index: 100;
  font: 18px arial, sans-serif;
  background: #f0f0f0;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  text-transform:capitalize;
}
.selector {
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-bottom: -5px;
}
#outdiv {
  /* width: 250px;
  height: 200px;
  border: solid;
  border-width: 3px 3px 3px 3px; */
 /*  width: 250px;
  height: 187px;
  border: solid;
  border-width: 3px 3px 3px 3px; */
  width: 205px;
    height: 154px;
    border: solid;
    border-width: 3px 3px 3px 3px;
}
#result {
  /*border: solid;
  border-width: 1px 1px 1px 1px;
  padding: 5px;*/
  width: 80%;
   /* animation: blinker 1.5s linear infinite;*/
	margin-top:15px;
}

/*@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/

.tsel {
  padding: 0;
}

/* .container{max-width:2400px;} */

.sticky-con{position: fixed;
    top: calc(50vh - 150px);
    left: 0;
z-index: 9999;}
.sticky-container {
 /* background-color: #333;
  padding: 0px;
  margin: 0px;
  position: fixed;
  /*right: -119px;*/
  /*top: 130px;
  /*width: 200px;*/
  /*z-index:100020;
  margin-left:-32px;*/
  position: relative;
    left: 0;
    background-color: #FFF;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #C0CED5;
    border-left: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    transition: .5s ease-in-out;
	
	
	
}

.icon {
    position: relative;
    top: -2px;
    color: #C0CED5;
    font-size: 30px;
    height: 24px;
}
.sticky li {
  /*list-style-type: none;
  
  border:none;
  background-color: #fff;
  color: #fff;
  height: 43px;
  padding: 0px;
  margin-bottom:-10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
 filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);*/
  display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 48px;
    width: 100%;
	margin-left:-20px;
}

.icon:hover {

  color:green;
 
}
.sticky li a{
  position: relative;
    top: -2px;
    color: #C0CED5;
    font-size: 30px;
    height: 43px;
}
.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
}
/** content **/
.content {
  margin-top: 150px;
  margin-left: 100px;
  width: 700px;
}

p.credit {
  padding-top: 20px;
  font-size: 12px;
}

/** fork icon**/
.fork {
  position: absolute;
  top: 0px;
  left: 0px;
}
section{margin-top:50px;margin-bottom:20px;}

/*** 

====================================================================
	News Section
====================================================================

***/
.sec-title .text {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
}
.sec-title h2 {
    position: relative;
    color: green;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
	font-size:28px;
}

.centered {
    text-align: center;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:95px 0px 70px;
}

.news-section.style-two{
	padding-top:0px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#d1651a;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	transform:scale(1.06,1.06);
}

.news-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:25px 22px 0px;
	border:1px solid #eeeeee;
	text-align:justify;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:12px;
	color:#666666;
	font-size:16px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.4em;
	margin:15px 0px 12px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	font-weight:700;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
	color:#c1282a;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:22px;
}

.news-block .inner-box .lower-content .lower-box{
	position:relative;
	padding:15px 0px;
	border-top:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .lower-box .read-more{
	position:relative;
	color:#666666;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content .lower-box .read-more:hover{
	color:#c1282a;
}

.news-block .inner-box .lower-content .lower-box .comments{
	position:relative;
	color:#666666;
	font-size:16px;
}

.news-block .inner-box .theme-btn{
	font-weight:400;
	border-radius:10px;
	width:100%;
	color:#fff;
	background-color:#3852a4;
	margin-top:10px;
	padding:12px 44px 22px;
	margin-bottom:18px;
	margin-left:50px;
	background-image:none;
	
}

.news-block .inner-box .theme-btn:hover{
	color:#ffffff;
	background-color:green;
}

.news-block.style-two .inner-box .image{
	background-color:#3240fd;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .lower-box .read-more:hover{
	color:#3240fd;
}

.news-block.style-three .inner-box .lower-content{
	text-align:left;
	padding:25px 28px 0px;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding:95px 0px 70px;
}

.process-section .inner-container{
	position:relative;
}

.process-section:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:80px;
	width:100%;
	height:263px;
	background:url(../images/pattern-9.png) no-repeat;
	background-position:center bottom;
}

.process-block{
	position:relative;
	margin-bottom:30px;
}

.process-block:nth-child(2){
	margin-top:70px;
}

.process-block .inner-box{
	position:relative;
	border-radius:50%;
	text-align:center;
	padding:20px 20px;
	width:270px;
	height:270px;
	margin:0 auto;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.12);
}

.process-block .inner-box .process-number{
	position:absolute;
	right:15px;
	top:15px;
	width:70px;
	height:70px;
	z-index:1;
	color:#ffffff;
	font-size:30px;
	font-weight:500;
	text-align:center;
	line-height:60px;
	border-radius:50px;
	background-color:#361b00;
	border:5px solid #ffffff;
}

.process-block:nth-child(2) .inner-box .process-number{
	bottom:0px;
	top:auto;
}

.process-block:nth-child(3) .inner-box .process-number{
	left:15px;
	right:auto;
}

.process-block .inner-box .content{
	position:relative;
	border-radius:50%;
	width:230px;
	height:230px;
	padding:50px 15px 40px;
	border:6px solid #f5f5f5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin:0px;
}

.process-block .inner-box:hover .content{
	border-color:#b27927;
}

.process-block .inner-box .content h3{
	position:relative;
	font-weight:700;
	color:#222222;
	line-height:1.3em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .inner-box:hover .content h3{
	color:#b27927;
}

.process-block .inner-box .content .text{
	position:relative;
	line-height:1.7em;
	color:#777777;
	font-size:12px;
	margin-top:0px;
}

.process-block.style-two .inner-box:hover .content h3{
	color:green;
}

.process-block.style-two .inner-box:hover .content{
	border-color:green;
}

.process-block.style-two .inner-box .process-number{
	background-color:#c1282a;
}

.box-container{border:1px solid #efefef;}
 .main-title {
    font-size: 2.15rem;
    text-align: center;
    color: rgb(10, 106, 155);
}

.block-content {
    padding: 30px 0px;
}
.block-item {
    padding: 0px 70px;
}

.box-text p {
    margin: 0px;
	color:#000;
}
.block-item .box .box-text .second-line a{color:#000!important;}
.block-item .box .box-text .second-line a:hover{color:#fff!important;}
.box-image:hover{background-color:#fff;}

.box-text{

    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
 
    min-height: 70px;
	
	width:100%;
	
 padding: 15px 10px;
 
  color: #fff;
  font-family: sans-serif;
  
  text-align: center;
  position: relative;
  text-decoration: none;
display:inline-block;}

.box-text::before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: green;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

.box-text:hover{
  color:#fff;  
}
.box-text:hover::before{
  opacity: 1;
  background-color: green;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}

.navbar-nav .nav-item{padding-right:10px;}


.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
/* padding:0 15px;*/
}
.navbar .nav-link {
  font-size: 16px;
  color:#3852a4;
  font-weight:bold;
  padding:5px;
  
  
  
}
.navbar .nav-link .line{color:green;}
.navbar .nav-link:hover{color:green;}
.fa-bars {
  color: #007bff;
  font-size: 30px;
}
.navbar{padding-top:0;}
/*popup*/
.popup {
  position: fixed;
  padding: 10px;
  max-width: 500px;
 width:30%;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 1;
 
}
.radio{margin-left:110px;}
.radio1{margin-left:0;padding-top:10px;padding-bottom:10px;}
.popup button{    margin-left: 110px;
    margin-top: -20px;}

.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color 0.3s;
  font-size: 2em;
  line-height: 0.6em;
  font-weight: bold;
}
.popup .close:hover {
  color: #00e5ee;
}

.close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup h2{text-align:center;}
.popup img{margin-left:80px;margin-top:20px;}


#navbarSupportedContent .nav-item a {
  color: #3852a4;
  
}
#navbarSupportedContent .nav-item.active a {
  color: #70bf45;
}


/*Accordion*/

.wrap {
 /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;*/
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: green;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight:600;
  border-bottom:1px dotted #ccc;
}

.panel-body {
  background: #fff;
  padding:10px;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: "\e146";
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.panel-heading.active a:before {
  content: " ";
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: " ";
  font-size: 24px;
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: "\e909";
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: "\e316";
  font-size: 24px;
  position: absolute;
  font-family: "Material Icons";
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.form_area{margin-top:10px;border-bottom:1px solid #eee;padding-bottom:10px;}


/*right side flyout*/

.overlay {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 1s;
  z-index:100030;
}
.overlay.active {
  opacity: 1;
  display: block;
}

.flyout {
  background-color:#dadee1;
  color:#000000;
  bottom: 0;
  height:410px;
  max-width: 443px;
 /* max-height:35%;*/
  position: fixed;
  right: 0;
  top: 100px;
  transform: translate3d(100%, 0, 0);
  width: 100%;
  padding:5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index:100030;
}
.flyout.active {
  transform: translate3d(0, 0, 0);
}

.flyout-header {
  /*background-color: #ccc;
 
  */
  padding: 1em;
  border-bottom:2px solid #6EBE44;
   color:#3852A4;
}
.flyout-header h4 {
  display: inline-block;
  margin: 0;
  font-size:14px;
}

.flyout-body {
  overflow-y: auto;
  padding: 1em;
  flex: 0 1 0;
}

.flyout-close {
  cursor: pointer;
  float: right;
  font-size:18px;
}
.flyout-close i{padding-left:10px;}

.overlay1 {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 1s;
  z-index:100030;
}
.overlay1.active {
  opacity: 1;
  display: block;
}

.flyout1 
{
  background-color:#dadee1;
  color:#000000;
  bottom: 0;
  height:410px;
  max-width: 443px;
 /* max-height:35%;*/
  position: fixed;
  right: 0;
  top: 100px;
  transform: translate3d(100%, 0, 0);
  width: 100%;
  padding:5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index:100030;
}
.flyout1.active 
{
  transform: translate3d(0, 0, 0);
}
.overlay2 
{
  /*background-color: rgba(0, 0, 0, 0.5);*/
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out 1s;
  z-index:100030;
}
.overlay2.active 
{
  opacity: 1;
  display: block;
}
.flyout2 
{
  background-color:#dadee1;
  color:#000000;
  bottom: 0;
  height:450px;
  max-width: 450px;
  /*max-height:35%;*/
  position: fixed;
  right: 0;
  top: 100px;
  transform: translate3d(100%, 0, 0);
  width: 100%;
  padding:5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  z-index:100030;
}
.flyout2.active 
{
  transform: translate3d(0, 0, 0);
}
.fa-custom
{
	float: left;
    font-size: 30px !important;
    padding:25px 4px 0px 5px;
}
.overflow
{
     height: 200px;
	/*width: 865px;*/
    overflow: scroll;
    margin-top: 9px;
	overflow-x: hidden;
}
.overflow1
{
	height: 161px;
    /*width: 415px;*/
    overflow: scroll;
    margin-top: 9px;
	overflow-x: hidden;
	border:1px solid green;
	padding:0px;
}
.alignmentcss
{
  width: 80%;
  /* margin-top: 20px; */
  margin-bottom: 0;
  margin-left: 50px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.reset
{
	font-weight: bold;
	color: #3852a4;
    float: right;
    padding-right: 18px;
}
.imagehover:hover
{
    border: 1px solid green;
}
.imagehover
{
	width: 48px;
	border: 1px solid #eee;
}
#content .container{margin-bottom:70px;}
#content h3{color:green;}
#content h1{color:#000;font-size:48px;}
#content h4{color:#3852a4;}
#content p{color:#000;}
.contact{background:#eee;}
.banner{width:100%;margin:0;}

.filecontent{
	padding-right: 62px;
}
#download{
	width: 86%;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}

.frameoneactive
{
	
	color: #797d80;
    border: 2px solid #65f518!important;
}
.frametwoactive{
	
	color: #797d80;
    border: 2px solid #65f518!important;
}
.framethreeactive{
	color: #797d80;
    border: 2px solid #65f518!important;
	
}
.framefouractive{
	color: #797d80;
    border: 2px solid #65f518!important;
	
}
.framefiveactive{
	
	color: #797d80;
    border: 2px solid #65f518!important;
}
.framesixactive{
	color: #797d80;
    border: 2px solid #65f518!important;
}
.framesevanactive{
	color: #797d80;
    border: 2px solid #65f518!important;
}
/*ak*/
#plaintext{
	width: 80%;
    
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phoneinput{
		    width: 70%;
    
    
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#smsphonenumber
{
	    width: 77%;
    
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#smscontent
{
	width: 80%;
    height: 39px;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#firstname{
	width: 80%;
    
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#lastname{
	width: 80%;
    
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#phonenumber{
		width: 80%;
    
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#mobilenumber{
	
		width: 80%;
    
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#emailid{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail{
	
		width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#zipcode{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
	
}
#country{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#contacturl{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturlsec{
	width: 76%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#contacturlthird{
	width: 76%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
	
}
#job{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#organisation{
	
	width: 80%;
    
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
	
}

/*sindhu*/
#return-to-top {
    position: fixed;
    bottom: 64px;
    right: 20px;
    
    background: rgba(56 82 164);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(45 153 64);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*sindhu*/
#whatsappnumber
{
	width: 70%;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#whatsappcontent{
	height: 41px;
	width: 80%;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#attendancename{
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#attendanceage{
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
	
}
#attendancemobile{
		width: 70%;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#attendancevisitors{
	width: 80%;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#facebook{
		width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#twitter
{
	
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#wifitype
{
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#wifissid{
	
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#wifipassword
{
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#shortnerurl{
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#store{
	
	width: 80%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}








/*media query*/

@media screen and (min-width: 240px) and (max-width: 320px)
{
		.flyout-body img{
	width: 100% !important;
}
.swal2-container.swal2-center>.swal2-popup {
    margin-top: -262px  !important;
    width: 70% !important;
    font-size: 7px !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
    /* height: 155px; */
}.flyout-header h4 {
    display: inline-block;
    margin: 0;
    font-size: 9px !important;
}
.flyout-header {
    background-color: #ccc;
    padding: 0em !important; 
    border-bottom: 2px solid #6EBE44;
    color: #3852A4;
}
.container{width:100%;}
#content .container{width:100%;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.footer p {
   font-weight: bold;
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.overflow1 {
    margin-bottom: 134px;
    height: 161px;
    /* width: 415px; */
    overflow: scroll;
    margin-top: 9px;
    overflow-x: hidden;
    border: 1px solid green;
    padding: 0px;
}
/*.footer p{font-size:6px;padding:0;}
.footer .list{width:100%;}
.footer .list li a i{font-size:10px;padding:0;}*/
 #menuToggle{float:right;}
.logo{width:50px;height:50px;}
.header-content span{font-size:16px;}
 #navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
 .popup{width:100%;}
 .card{width:100%;height:100%;}
 
 .card1 {
    z-index: 100;
    width: 100%;
    height: 100%;
}
 .overflow{width:100%;}
 button{margin-top:10px;}
 /*.qr-code{margin-left:45px;}*/
 .bix{width:80px;height:80px;font-family:-webkit-pictograph;}
 .custom{float:none;}
 .custom-button{width:50%;    margin-left:60px;
    margin-top: 10px;}
 .form-group{width:100%;}
 #content{margin-left:0;width:100%;}
 .generate{margin:20px;}
/*.button3{padding:6.7px;}*/
#content p {
    width: 296px !important;
    color: #000;
    text-align: justify;
}


#content h1 {
    text-align: initial;
    margin-top: -1px !important;
    color: #000;
    font-size: 24px !important;
}
#content h3 {
    font-size: 13px;
    color: green;
}
#content h4 {
    font-size: 16px;
    color: #3852a4;
}
.filecontent {
    padding-right: 3px !important;
}
#result {
    text-align: -webkit-center;
    width: 95%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px;
}
#navbarSupportedContent .navbar-nav {
    text-align: -webkit-center;
    background-color: #3852a4;
    margin-top: 15px;
    width: 300px;
    margin-left: -5px;
}
#mobilenumber {
    width: 76% !important;
    margin-top: -7px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 18px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}

#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}

#country {
    width: 76% !important;
    margin-top: 0px;
   
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}

#job {
    width: 76% !important;
    margin-top: 0px;
   
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#organisation{
	width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
.stepimgcls img{
	
	    float: left;
    width: 100%;
}
.list {
  float: left;
    margin-top: 10px;
    margin-left: 26px;
}
#content {
    margin-bottom: 198px !important;
    margin-left: 0;
    width: 100%;
}
.contact{
       margin-right: -4px !important;
    margin-left: -4px !important;
   
    background: #eee;
}
.flyout {
    margin-top: -84px !important;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout1 {
    margin-top: -84px !important;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout2 {
    margin-top: -102px  !important;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
#return-to-top{
	z-index:103000;
}	
#download {
    width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}

.qr-code {
    max-width: 100px;
   
}



}


/*-----------------------------------------------------------------------------------------------*/


@media screen and (min-width: 321px) and (max-width: 345px)
{

#content p {
   
    color: #000;
    text-align: justify;
}
.contact {
        margin-left: -4px;
   
    background: #eee;
    margin-right: -4px;
}
.flyout-body img{
	width: 53% !important;
}
.qr-code {
    max-width: 69px;
   
}
#return-to-top{
	z-index:103000;
}	
.container{width:100%;}
header{width:100%;}
.footer
{
	z-index: 100300;
	width: 100%;
}
/*.footer p{font-size:6px;padding:0;}
.footer .list{width:100%;}
.footer .list li a i{font-size:10px;padding:0;}*/
#menuToggle{float:right;}
.logo{width:50px;height:50px;}
.header-content span{font-size:20px;}

 #navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
 .popup{width:100%;}
 .card{width:100%;height:100%;}
 
  .card1 {
    z-index: 100;
    width: 100%;
    height: 100%;
	margin-bottom:200px;
}
 .overflow{width:100%;}
 button{margin-top:10px;}
 /*.qr-code{margin-left:45px;}*/
 .bix{width:80px;height:80px;font-family:-webkit-pictograph;}
 .custom{float:none;}
 .custom-button{width:50%;    margin-left:60px;
    margin-top: 10px;}
 .form-group{width:100%;}
 #content{margin-left:0;width:100%;}
 .generate{margin:20px;}
/*.button3{padding:6.7px;}*/
#navbarSupportedContent .navbar-nav {
    text-align: center !important;
    background-color: #3852a4;
    margin-top: 15px;
    width: 341px !important;
    margin-left: -5px;
}
.footer .list {
	padding: 0px;
	float:none;
	text-align: center !important;
	/* margin-top: 10px; */
}

#content h1 {
    text-align: initial !important;
    color: #000;
    font-size: 29px !important;
}
.stepimgcls img {
    width: 100%;
  
}


#content {
    margin-bottom: 220px !important;
    margin-left: 3px;
    width: 100%;
}
#content h3 {
    font-size: 17px;
    color: green;
}
#content h4 {
    font-size: 16px;
    color: #3852a4;
}

.footer p {
    text-align: center !important;
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 11px;
}
.filecontent {
    padding-right: 4px !important;
}
#result{
    text-align: -webkit-center;
    width: 94%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px;
}
.flyout {
    margin-top: -111px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout2 {
    margin-top: -110px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 450px;
    max-width: 450px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout1 {
	 margin-top: -98px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.swal2-container.swal2-center>.swal2-popup {
    margin-top: -234px !important;
    width: 47% !important;
    font-size: 7px !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
}
.flyout-header h4 {
    display: inline-block;
    margin: 0;
    font-size: 9px !important;
}
#mobilenumber {
    width: 80%;
    margin-top: 1px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city
{
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#country{
	width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#job{
	width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 #download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}


}
@media screen and (min-width: 346px) and (max-width: 510px)
{

#content p {
   
    color: #000;
    text-align: justify;
}
.contact {
        margin-left: -4px;
   
    background: #eee;
    margin-right: -4px;
}
.flyout-body img{
	width: 53% !important;
}
.qr-code {
    max-width: 69px;
   
}
#return-to-top{
	z-index:103000;
}	
.container{width:100%;}
header{width:100%;}
.footer
{
	z-index: 100300;
	width: 100%;
}
/*.footer p{font-size:6px;padding:0;}
.footer .list{width:100%;}
.footer .list li a i{font-size:10px;padding:0;}*/
#menuToggle{float:right;}
.logo{width:50px;height:50px;}
.header-content span{font-size:20px;}

 #navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
 .popup{width:100%;}
 .card{width:100%;height:100%;}
 
  .card1 {
    z-index: 100;
    width: 100%;
    height: 100%;
	margin-bottom:200px;
}
 .overflow{width:100%;}
 button{margin-top:10px;}
 /*.qr-code{margin-left:45px;}*/
 .bix{width:80px;height:80px;font-family:-webkit-pictograph;}
 .custom{float:none;}
 .custom-button{width:50%;    margin-left:60px;
    margin-top: 10px;}
 .form-group{width:100%;}
 #content{margin-left:0;width:100%;}
 .generate{margin:20px;}
/*.button3{padding:6.7px;}*/
#navbarSupportedContent .navbar-nav {
    text-align: center !important;
    background-color: #3852a4;
    margin-top: 15px;
    width: 392px !important;
    margin-left: -5px;
}
.footer .list {
	padding: 0px;
	float:none;
	text-align: center !important;
	/* margin-top: 10px; */
}

#content h1 {
    text-align: initial !important;
    color: #000;
    font-size: 29px !important;
}
.stepimgcls img {
    width: 100%;
  
}


#content {
    margin-bottom: 220px !important;
    margin-left: 3px;
    width: 100%;
}
#content h3 {
    font-size: 17px;
    color: green;
}
#content h4 {
    font-size: 16px;
    color: #3852a4;
}

.footer p {
    text-align: center !important;
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 11px;
}
.filecontent {
    padding-right: 4px !important;
}
#result{
    text-align: -webkit-center;
    width: 94%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px;
}
.flyout {
    margin-top: -111px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout2 {
    margin-top: -110px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 450px;
    max-width: 450px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.flyout1 {
	 margin-top: -98px;
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 410px;
    max-width: 443px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
.swal2-container.swal2-center>.swal2-popup {
    margin-top: -234px !important;
    width: 47% !important;
    font-size: 7px !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
}
.flyout-header h4 {
    display: inline-block;
    margin: 0;
    font-size: 9px !important;
}
#mobilenumber {
    width: 80%;
    margin-top: 1px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city
{
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#country{
	width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#job{
	width: 80%;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 #download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}


}

@media screen and (min-width: 511px) and (max-width: 600px)
{
#return-to-top{
	z-index:103000;
}
.filecontent {
    padding-right: 0px !important;
}
#result {
    text-align: center !important;
    width: 80%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px !important;
    margin-left: 48px !important;
}	

	.container{width:100%;}
	header{width:100%;}

	#navbarSupportedContent .navbar-nav .nav-link{width:350px;}
	#navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
	 
	.footer 
	{
		z-index: 100300;
		width: 100%;
	}
	#navbarSupportedContent .navbar-nav 
	{
		text-align: -webkit-center;
		background-color: #3852a4;
		width: 525px;
		margin-top: 10px;
	}
	.footer .list 
	{
		padding: 0px;
		float:none;
		text-align: center !important;
		/* margin-top: 10px; */
	}
	.footer p {
    text-align: center !important;
    margin-top: 16px;
    color: #fff;
    /* padding: 10px; */
    font-size: 13px;
}

#content h1 {
    text-align: initial;
    color: #000;
    font-size: 38px !important;
}
.contact {
    width: 100%;
    background: #eee;
	margin-left:0px;
}
#content h3 {
    font-size: 21px;
    color: green;
}
#content p {
    
    color: #000;
    text-align: justify;
}

.stepimgcls img {
    margin-left: 15px !important;
    width: 100%;
    float: left;
}

#content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 182px;
   /* margin-left: 50px;*/
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

	.custom
	{
		 float:none;
	}
	 .custom-button{width:30%;    margin-left:160px;
		margin-top: 10px;}
	 .form-group{width:100%;}
	.card{width:100%;height:100%;}
	.card1 {
		z-index: 100;
		margin-bottom: 145px;
		width: 100%;
		height: 100%;
	}
	.text-center {
		font-size: 13px;
		font-weight: 700;
		margin-top: 10px;
		color: #fff;
	}
	.list i {
		font-size: 20px;
		padding-top: 15px;
	}
	 .generate{margin:20px;}
	/*.button1{width:230px;}
	.button2{width:230px;margin-left:120px;}
	.button3{width:230px;margin-left:250px;}*/
	/*.qr-code{margin-left:285px;}*/
	.flyout1 {
    max-width: 750px!important;
    height: 57%!important;
    /* margin-top: 4593px; */
}
	 .flyout{max-width:750px!important;height:57%!important;}
	   
	   .flyout2{max-width:750px!important;height:57%!important;}
	   #mobilenumber {
    width: 76% !important;
    margin-top: -7px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 .swal2-container.swal2-center>.swal2-popup {
    margin-top: -0px !important;
    font-size: 7px !important;
    width: 219px !important;
    /* height: 264px !important; */
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
}
.flyout2 {
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 450px !important;
    max-width: 450px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}

}


@media screen and (min-width: 601px) and (max-width: 768px)
{
#return-to-top{
	z-index:103000;
}
.filecontent {
    padding-right: 0px !important;
}
#result {
    text-align: center !important;
    width: 80%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px !important;
    margin-left: 48px !important;
}	

	.container{width:100%;max-width:100%;}
	#content .container{width:100%;}
	header{width:100%;}

	#navbarSupportedContent .navbar-nav .nav-link{width:350px;}
	#navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
	 
	.footer 
	{
		z-index: 100300;
		width: 100%;
	}
	#navbarSupportedContent .navbar-nav 
	{
		margin-left: -1px;
    text-align: -webkit-center;
    background-color: #3852a4;
    width: 724px;
    margin-top: 10px;
	}
	.footer .list 
	{
		padding: 0px;
		float:none;
		text-align: center !important;
		/* margin-top: 10px; */
	}
	.footer p {
    font-weight: bold;
    text-align: center !important;
    margin-top: 16px;
    color: #fff;
    /* padding: 10px; */
    font-size: 5px;
}

#content h1 {
    /* text-align: initial; */
    color: #000;
    font-size: 38px !important;
}
.contact {
    
    margin-left: 1px;
    background: #eee;
    width: 100%;
}
#content h3 {
    font-size: 21px;
    color: green;
}
#content p {
    
    color: #000;
    text-align: justify;
}

.stepimgcls img {
   
    width: 100%;
    float: left;
}

#content {
    /* width: 80%; */
    margin-top: 20px;
    margin-bottom: 182px;
    /* margin-left: 50px; */
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

	.custom
	{
		 float:none;
	}
	 .custom-button{width:30%;    margin-left:160px;
		margin-top: 10px;}
	 .form-group{width:100%;}
	.card{width:100%;height:100%;}
	.card1 {
		z-index: 100;
		margin-bottom: 145px;
		width: 100%;
		height: 100%;
	}
	.text-center {
		font-size: 13px;
		font-weight: 700;
		margin-top: 10px;
		color: #fff;
	}
	.list i {
		font-size: 11px;
		padding-top: 15px;
	}
	 .generate{margin:20px;}
	/*.button1{width:230px;}
	.button2{width:230px;margin-left:120px;}
	.button3{width:230px;margin-left:250px;}*/
	/*.qr-code{margin-left:285px;}*/
	.flyout1 {
     margin-top: 98px;
    max-width: 750px!important;
    height: 40%!important;
}
	 .flyout {
      margin-top: 98px;
    max-width: 750px!important;
    height: 40%!important;
}
	   
	   .flyout2{    margin-top: 98px;
    max-width: 750px!important;
    height: 40%!important;}
	   #mobilenumber {
    width: 76% !important;
    margin-top: -7px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
   
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    margin-top: 0px;
    
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 .swal2-container.swal2-center>.swal2-popup {
    margin-top: -0px !important;
    font-size: 7px !important;
    width: 219px !important;
    /* height: 264px !important; */
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
}

#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}


}

@media only screen and (min-width: 769px) and (max-width: 991px)
{
#return-to-top{
	z-index:103000;
}	
	.container{width:100%;max-width:1200px;}
	#content .container{width:100%;}
	header{width:100%;}
	
	#navbarSupportedContent .navbar-nav .nav-link{width:350px;}
	#navbarSupportedContent .navbar-nav .nav-item a{color:#fff;}
	.footer 
	{
		z-index: 100300;
		width: 100%;
	}
	
	
	.custom{float:none;}
	.custom-button{width:30%;    margin-left:160px;margin-top: 10px;}
	.form-group{width:100%;}
	.card{width:100%;height:100%;}
	.card1{z-index: 100;width:100%;margin-bottom:200px;height:100%;}
	.generate{margin:20px;}
	.flyout{max-width:992px!important;height:65%!important;margin-top:70px;}
	.flyout1{max-width:992px!important;height:65%!important;margin-top:70px;}
	
	#content p {
    
    color: #000;
    text-align: justify;
}
#content h1 {
  
    color: #000;
    font-size: 30px;
}
.stepimgcls img{
	
	    width: 61%;
    float: left;
}
.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    background-color: #3852a4;
    height: auto;
    height: 50px;
}


#content p {
    text-align: justify;
    
    color: #000;
}
.stepimgcls img {
    width: 100%;
    float: left;
}


.footer p {
    font-size: 10px;
    padding: 0;
}
.text-center{
	font-weight:600;
   
}

.contact {
  
    margin-left: 0px;
    width: 100%;
    background: #eee;

}
#navbarSupportedContent .navbar-nav {
       margin-left: -7px;
    text-align: -webkit-center;
    background-color: #3852a4;
    width: 940px;
    margin-top: 10px;
}
.footer .list {
    padding: 0px;
    float: none;
    text-align: center !important;
    /* margin-top: 10px; */
}


.filecontent {
    padding-right: 3px !important;
}
#result {
    width: 99%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px;
    text-align: -webkit-center;
}
.flyout2 {
    max-width: 992px!important;
    height: 26%!important;
    margin-top: 183px;
}
.flyout1 {
 max-width: 992px!important;
    height: 26%!important;
    margin-top: 183px;
}
.flyout {
  max-width: 992px!important;
    height: 26%!important;
    margin-top: 183px;
}

#mobilenumber {
    width: 76% !important;
    margin-top: -7px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

#city {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 22px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}

#country {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px !important; 
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
.swal2-container.swal2-center>.swal2-popup {
    font-size: 7px !important;
    margin-top: -0px !important;
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: center !important;
    justify-self: center !important;
    width: 32% !important;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}



}

@media only screen and (min-width: 992px) and (max-width: 1024px)
{

#return-to-top{
	z-index:103000;
}	
	.container{width:100%;max-width:1200px;}
	#content .container {
    width: 100%;
    margin-bottom: 70px;
}
	header{width:100%;}
	.footer 
	{
		z-index: 100300;
		width: 100%;
	}
	 #navbarSupportedContent .navbar-nav 
	{
		text-align: -webkit-center;
		
		width: 752px;
		margin-top: 10px;
	}
	.navbar .nav-link {
    font-size: 12px;
    color: #3852a4;
    font-weight: bold;
   margin-top:-19px;
}
	   .card{width:100%;height:100%;}
	 .card1{z-index: 100;width:100%;height:100%;}
	   .custom{float:none;}
	   /*.button2{width:90px;margin-left:10px;}*/
	   .flyout{width:414px!important;}
	   .flyout1{width:414px!important;}
	   .flyout2{width:414px!important;height: 64%;}
	   
	   
	  .contact {
    width: 100%;
    background: #eee;
    margin-left: 1px;
}

.footer p {
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 11px;
    font-weight: 600;
} 
.list i {
    font-size: 18px;
    padding-top: 13px;
}
#result {
    text-align: -webkit-center;
    width: 99%;
    /* animation: blinker 1.5s linear infinite; */
    margin-top: 15px;
}
.filecontent {
    padding-right: 1px !important;
}
#mobilenumber {
    width: 76% !important;
    margin-top: 19px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }	   
#content p {
    
    color: #000;
    text-align: justify;
}
.stepimgcls img{
	
	float: left;
    width: 100%;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}



}

@media only screen and (min-width: 1025px) and (max-width: 1280px)
{
#content h1 {
   
    color: #000;
    font-size: 40px;
}
	#content p {
    text-align: justify;
    
    color: #000;
}
	 .contact {
    width: 78%;
    background: #eee;
}
	#download {
     /* width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px; */
}
	#return-to-top{
	z-index:103000;
}
.flyout-header h4 {
    display: inline-block;
    margin: 0;
    font-size: 10px !important;
}	
	.container{width:100%;max-width:1200px;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.button1 {
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    background-color: green;
    padding: 6px;
    border: none;
    color: #fff;
    margin-bottom: 5px;
}
 
   .card{height: 455px;width:100%;}
 .card1{z-index: 100;width:100%;}
   .custom{float:none;}
   /*.button2{width:90px;margin-left:10px;}*/
   .flyout{width:427px!important;}
   .flyout1{width:427px!important;}
   .flyout2{width:427px!important;height:443px!important;}
	#navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -105px;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
.contact {
    width: 100% !important;
    background: #eee;
}


}


@media only screen and (min-width: 1281px) and (max-width: 1400px)
{

.contact {
	margin-left: 0px;
    width: 100% !important;
    background: #eee;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%;max-width: 2400px;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.footer p {
    margin-top: 18px;
    color: #fff;
    /* padding: 10px; */
    font-size: 11px;
    font-weight: 700;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout{width:440px!important;}
   .flyout1{width:440px!important;}
 #content p {
   
    text-align: justify;
}

.navbar .nav-link {
    font-size: 20px;
    color: #3852a4;
    font-weight: bold;
    padding: 5px;
}
#mobilenumber {
    width: 66% !important;
    /* margin-top: 20px !important; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 66% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 

}

@media only screen and (min-width: 1401px) and (max-width: 1600px)
{

.contact {
        margin-left: 0px;
	width: 100% !important;
    background: #eee;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%;max-width:1600px;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.footer p {
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 13px;
    font-weight: bold;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout{    max-width: 519px!important;}
   .flyout1{    max-width: 519px!important;}
   .flyout2{    max-width: 519px!important;}
 #content p {
   
    text-align: justify;
}
#mobilenumber {
    width: 67% !important;
    /* margin-top: 20px !important; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 67% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
.navbar .nav-link {
    font-size: 22px;
    color: #3852a4 !important;
    font-weight: bold;
    padding: 5px;
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 

}

@media only screen and (min-width: 1601px) and (max-width: 1856px)
{
.contact {
    width: 100% !important;
    background: #eee;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%;max-width:2400px;}
	
	#content .container{width:100%;max-width:1600px;}
	.navbar .nav-link {
    font-size: 25px;
    color: #3852a4;
    font-weight: bold;
    padding: 5px;
}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.footer p {
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 15px;
    font-weight: bold;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout{max-width: 606px!important;}
   .flyout1{max-width: 606px!important;}
   .flyout2{max-width: 606px!important;}
 #content p {
   
    text-align: justify;
}
#mobilenumber {
    width: 68% !important;
    /* margin-top: 20px !important; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 68% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 


}

@media only screen and (min-width: 1857px) and (max-width: 1920px)
{
.contact {
    width: 100% !important;
    background: #eee;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%;max-width:2400px;}
	#content .container{width:100%;max-width:1800px;}
	#navbarSupportedContent .nav-item a {
    font-size: 27px;
    color: #3852a4;
}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.text-center {
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}
.list {
    font-size: 32px;
    /* margin-top: 10px; */
    float: right;
}
.flyout2 {
    background-color: #dadee1;
    color: #000000;
    bottom: 0;
    height: 462px;
    max-width: 632px;
    /* max-height: 35%; */
    position: fixed;
    right: 0;
    top: 100px;
    transform: translate3d(100%, 0, 0);
    width: 100%;
    padding: 5px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 100030;
}
	.footer p {
    margin-top: 10px;
    color: #fff;
    
    font-size: 16px;
    font-weight: bold;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout {
    max-width: 630px!important;
}
   .flyout1 {
    max-width: 630px!important;
}
 #content p {
   
    text-align: justify;
}
#mobilenumber {
    width: 76% !important;
    margin-top: 20px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 


}

@media only screen and (min-width: 1921px) and (max-width: 2050px)
{
.contact {
    width: 100% !important;
    background: #eee;
	margin-left:0px;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%; max-width: 2400px;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.footer p {
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 10px;
    font-weight: bold;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 .navbar .nav-link {
    font-size: 30px;
    color: #3852a4;
    font-weight: bold;
    padding: 5px;
}
.footer p {
    
    font-size: 17px !important;
}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout {
    max-width: 666px!important;
    height: 28%;
}
   .flyout1{ max-width: 666px!important;
    height: 28%;}
	.flyout2{ max-width: 666px!important;
    height: 28%;}
 #content p {
   
    text-align: justify;
}
#mobilenumber {
    width: 70% !important;
    /* margin-top: 20px !important; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 70% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 


}

@media only screen and (min-width: 2051px)
{
.contact {
        margin-left: 0px;
    width: 100% !important;
    background: #eee;
}
#return-to-top{
	z-index:103000;
}	

#attendanceinputfunc{
	
	    margin-top: -13px;
}
#download {
     width: 100% !important;
    display: inline-block;
    padding-top: 7px;
    margin-top: 7px;
}
	.container{width:100%;max-width:2400px;}
header{width:100%;}
.footer {
		z-index: 100300;
		width: 100%;
	}
	.text-center {
    font-size: 25px;
    
}
.list i {
    font-size: 30px;
    padding-top: 15px;
}
	.footer p {
    margin-top: 10px;
    color: #fff;
    /* padding: 10px; */
    font-size: 20px;
    font-weight: bold;
}
.navbar-nav{float:right!important;}
.card{width:100%;}
 .card1{z-index: 100;width:100%;}
 #navbarSupportedContent .navbar-nav {
    background: none;
    margin-left: -104px !important;
    margin-top: -20px;
    width: 100%;
    display: -webkit-inline-box;
}
  .flyout {
    max-width: 864px!important;
}
   .flyout1{max-width: 864px!important;}
   .flyout2{max-width: 864px!important;}
   .navbar .nav-link {
    font-size: 30px;
    color: #3852a4;
    font-weight: bold;
    padding: 5px;
}
#content .container {
    width: 100%;
    max-width: 2400px;
}
 #content p {
   
    text-align: justify;
}
#mobilenumber {
    width: 76% !important;
    margin-top: 20px !important;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#emailid {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#firstname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#lastname {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#phonenumber {
    width: 76% !important;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#officeemail {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#street {
    width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#city{
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#state{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#zipcode{
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#country{
	
	  width: 76% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}
#contacturl{
	
	  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
	
}
#job{
	
  width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
}
#organisation{
	width: 76% !important;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin-left: 50px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;	
	
}
 .visible-xs, .visible-sm, .visible-md, .visible-lg { display:block !important; }
 


}

