html{height: 100%}

html {
	overflow-x:hidden;
}
a {
	color: #00afef;
	text-decoration:none;

}
a:hover {
	color:#131d33;

}
body {
    font-family: 'Proxima Nova';
    font-size: 18px;
    color: #000;
}


h1 {
	display:inline-block;
	font-size: 39px;
	text-transform: capitalize;
	margin:0 0;
	padding:0 0 5px 0;
	width:100%;
}


h2 {
	display:block;
	width:100%;
	font-size: 42px;
	text-transform: capitalize;
	margin:0;
	padding:0 0 10px;
}


h3 {
	display:block;
	width:100%;
	font-size: 21px;
	text-transform:capitalize;
	margin:0 0 0;
	padding:0 0 10px 0;
}


h4{
	display:block;
	width:100%;
	font-size:21px;
	text-transform:capitalize;
	margin:0 0 0;
	padding:0 0 10px 0;
}

h5{
	display:block;
	font-size:14px;
	text-transform:capitalize;
	margin:0 0 0;
	padding:0 0 0px 0;
}




/* h1,h2,h3,h4,h5,.h2,.title {
  font-weight: normal;
  font-family: ProximaNovaBold;
} */

.title {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}
.title span {
    color: #00afef;
}

p{
	line-height:1.8em;
	color:#666
}


ul, ol {
	margin:0 0 10px 30px;
	padding:0;
}
.right-side li {
	margin-left: 12px;
}
.alignright {
	float:right;
	margin:4px 0 4px 15px;
}
.alignleft {
	float:left;
	margin:4px 15px 4px 0
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.padding-bottom {
	padding-bottom:80px;
}

.iphone {
	display:none;
}

input:focus {
	outline:none !important;
}

#backToTop {
    position: fixed;
    right: 10px;
    bottom: 0;
    color: #fff;
    padding-bottom: 0;
}
#backToTop a {
    display: inline-block;
    padding: 5px  10px;
    color: #fff619;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;

}
#backToTop a:hover {
    background: #fff619;
    color: #444;
}


img {
    max-width: 100%;
    border: none;
}

.topone{
	float:left;
	width:100%;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #000;
	left:0;
	top:0;
}


.topone.shrink {
    background: #fff;
}

.mainmenu > ul > li:nth-child(1) a {
    border-left: 0;
}

.mainmenu{
  float: left;
  text-align: center;
  width: 100%;
}

.mainmenu ul{
    margin: 0;
}

.mainmenu > ul > li{
    display: inline-block;
    position: relative;
    padding: 0 22px;
}

.mainmenu > ul > li > a {
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  font-size:15px;
  padding: 20px 0;
}
.mainmenu > ul > li > a:hover {
  color: #3daf2c;
  border-bottom: 5px solid #ddd;
}

ul{
   list-style: none;
}

.mainmenu li ul {
    position: absolute;
    left: 10px;
    width: 100%;
    top: 37px;
    padding-top: 10px;
    display:none;
}
.mainmenu li:hover ul{
	display:block
} 

.mainmenu li ul li a{
    display: inline-block;
    padding: 6px 10px;
    text-transform: capitalize;
    color: #000000;
    font-size: 15px;
    background: #d0d1d1;
    width: 220px;
    border-bottom: 1px solid #e7e8e8;
}
.mainmenu li ul li a:hover{
	color: #3daf2c;
}

.logo {
    position: absolute;
    left: 32%;
    padding: 10px 0;
    text-align: center;
}
@media (max-width:470px)
{
	.logo {
    left: 0%;
}
}
.topone .container {position: relative;}

.logo img {
    width: 42%;
}

.mainmenu > ul> li:nth-child(3) {
    margin-right: 300px;
}

.mainpage {
    display: inline-block;
    width: 100%;
}
blockquote {
    padding-left: 20px;
    border-left: 2px solid #e1c265;
    margin: 10px 0;
}

.imgiphone {
    display: inline-block;
    width: 100%;
}

.imgiphone img {
    width: 80%;
}
.section {
    padding: 100px 0 50px;
}

.btnlearn {
    display: inline-block;
    width: 100%;
	margin-top: 10px
}

.btnlearn a {
    background: #3592de;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    padding: 15px 30px;
}

.btnlearn a:hover {
    background: #000;
}
.textbox {
    display: inline-block;
    width: 80%;
    padding-top: 80px;
}

.wrapper .page1{
	background: #fafafc url(../../images/ala.jpg) right bottom no-repeat;
    background-size: 53%;
}
.wrapper .page2{
	background: #75d8da url(../../images/b2.jpg) 0 0 no-repeat;
	background-size: 100% 100%
}
.wrapper .page3{
	background: #b9d9f3;
	position: relative
}
.wrapper .page3:before{
	position:absolute;
	left: 30px;
	top: 50px;
	background: url(../../images/fan.png) 0 0 no-repeat;
	content:'';
	width: 81px;
	height: 118px;
	
}

.wrapper .page3:after{
	position:absolute;
	right: 40px;
	bottom: 0;
	background: url(../../images/lapy1.png) 0 0 no-repeat;
	content:'';
	width: 300px;
	height: 208px;
	
}
.wrapper .page4{
	background: #e1e1e1;
	position: relative;
	overflow:hidden
}
.wrapper .page4:after{
	position:absolute;
	right: 40px;
	bottom: 0;
	background: url(../../images/rr.png) 0 0 no-repeat;
	content:'';
	width: 350px;
	height: 360px;
	
}

.twontns {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.twontns a {
    display: inline-block;
    margin-top: 12px;
}

.footer {
    display: inline-block;
    width: 100%;
    padding: 0px 0 80px;
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
	margin-top: 50px;
}

.footer p {
    line-height: inherit;
}

.footerlogo {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

/* .footerlogo img {
    width: 90%;
} */

.footer h5 {
    margin-bottom: 10px;
}

.footermenu {
    display: inline-block;
    width: 100%;
}

.footermenu ul {
    margin: 0;
}

.footermenu li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
	text-transform: capitalize
}

.footermenu li a {
    display: inline-block;
    color: #000;
}

.footer form input[type="email"] {
    border: none;
    height: 40px;
    padding: 0 10px;
    width: 80%;
}

.footer form {
    display: inline-block;
    width: 100%;
    border: 2px solid #000;
    border-radius: 6px;
	margin-top: 20px
}

.footer form input[type="button"],.footer form input[type="submit"] {
    float: right;
    background: url(../../images/arrow.png) 0 0 no-repeat;
    width: 26px;
    height: 18px;
    border:none;
    margin-right: 10px;
    margin-top: 10px;
}
.copyright {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #000;
    padding: 30px 0;
}

.copyright .col-lg-6.textright {
    text-align: right;
}

.copyright .col-lg-6.textright a {
    display: inline-block;
    color: #000;
    padding-left: 18px;
}



.wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 3000;
  }
.wrapper  {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrapper .page1 {
	padding: 80px 0;
}
.wrapper .page2 {
	padding: 80px 0;
}
.wrapper .page3 {
	padding: 80px 0;
}
.wrapper .page4 {
	padding: 80px 0;
}
.wrapper .page5 {
   height: 300px !important;
}

/*
.wrapper.active-page1 .page.page1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wrapper.active-page2 .page.page2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrapper.active-page3 {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
.wrapper.active-page3 .page.page3 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page4 {
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);
}
.wrapper.active-page4 .page.page4 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page5 {
  -webkit-transform: translateY(-400%);
          transform: translateY(-400%);
}
.wrapper.active-page5 .page.page5 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page6 {
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
}
.wrapper.active-page6 .page.page6 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page7 {
  -webkit-transform: translateY(-600%);
          transform: translateY(-600%);
}
.wrapper.active-page7 .page.page7 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page8 {
  -webkit-transform: translateY(-700%);
          transform: translateY(-700%);
}
.wrapper.active-page8 .page.page8 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page9 {
  -webkit-transform: translateY(-800%);
          transform: translateY(-800%);
}
.wrapper.active-page9 .page.page9 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wrapper.active-page10 {
  -webkit-transform: translateY(-900%);
          transform: translateY(-900%);
}
.wrapper.active-page10 .page.page10 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-panel {
  position: fixed;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  will-change: transform, opacity;
}
.nav-panel.invisible {
  opacity: 0;
}
.nav-panel ul {
  list-style-type: none;
}
.nav-panel ul .nav-btn {
  position: relative;
  overflow: hidden;
  width: 0.6em;
  height: 0.6em;
  margin-bottom: 12px;
  border-radius: 50%;
  cursor: pointer;
  will-change: border-color, transform;
  background: #fff;
}
li.nav-btn.active {
    background: #3c3a3a;
}
.nav-panel ul .nav-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3);
          transform: translateX(-50%) translateY(-50%) scale(0.3);
  background-color: #fff;
  opacity: 0;
}
.nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
          transform: translateX(-50%) translateY(-50%) scale(0.7);
  opacity: 1;
}
.nav-panel ul .nav-btn:hover {
  background: #3c3a3a;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.nav-panel ul .nav-btn:hover:after {
  background-color: yellow;
}
.nav-panel .scroll-btn {
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  border: 0.2em solid #fff;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.nav-panel .scroll-btn.up {
  top: -1.6em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-panel .scroll-btn.down {
  bottom: -1.2em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.nav-panel .scroll-btn:hover {
  border-color: yellow;
}

.check-out {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
}
.check-out a {
  color: #ffaaaa;
  text-decoration: none;
  padding-bottom: 0.3rem;
  border-bottom: 0.2rem solid;
}

.nav-panel ul .nav-btn.active:after, .nav-panel ul .nav-btn:hover:after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
    transform: translateX(-50%) translateY(-50%) scale(0.7);
    opacity: 1;
}

.intro {
    display: inline-block;
    width: 100%;
    padding-top: 70px;
}
*/

/*inner pages*/


body .footer {
    position: static;
}

.innerdiv {
    display: inline-block;
    width: 100%;
    margin: 70px 0 0 0;
}

.blog-div:nth-child(1){
	border:none
}

.blog-div {
 display:inline-block;
	margin-bottom: 20px;
	width: 100%;
	border-top:1px solid #ddd;
	padding-top:15px;
	margin-top:15px
}

.blog-div h2 a{
  color:#333;
}

.blog-img {
	display:inline-block;
	width: 30%;
        vertical-align:top
}
.blog-img img {
	width:90%;
}
.blog-text {
	display:inline-block;
	width:69%;
}


.blog-text h2 {
    text-transform: capitalize;
    padding: 0;
}

.blog-text .readmore {
    margin-top: 15px;
}

.innerdiv h2 {
    margin-bottom: 20px;
}
.post-page {
    display: inline-block;
    width: 100%;
    margin: 40px 0;
}

form.search-form label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
form.search-form label input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #000;
    height: 35px;
}

form.search-form input[type="submit"], form.search-form button {
    background: #3daf2c;
    border: 1px solid #fff;
    height: 35px;
    padding: 0 13px;
    color: #fff;
    display: inline-block;
    margin-top: 16px;
}
form.search-form input[type="submit"]:hover,form.search-form  button:hover {
    background: #000;
}
.wp-block-button__link {
    background: #c8c8fb !important;
    color: #000 !important;
}

/*3/10/2020*/


.topdocbanner {
    display: inline-block;
	    width: 100%;
    position: relative;
}

.topdocbanner img {
	width: 100%;
	max-height: 310px;
	display:block;
}

.docover {
    position: absolute;
    top: 50%;
    left: 0;
	width: 100%;
    transform: translate(0, -50%);
}

.repaetbox {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.hwdiv.repaetbox {
    background: #e1e1e1;
    padding: 50px 0;
}

.lapdiv.repaetbox .col-lg-6 img {
    width: 90%;
}

/* .repaetbox h2 {
    margin-top: 30px;
} */

.repaetbox p {
    margin-bottom: 20px;
	line-height: 1.3;
}
.repaetbox alignleft {
    padding-right: 30px;
}
.docover span {
    width: 50%;
    display: inline-block;
}
.lapdiv.repaetbox h2 {
    margin: 0;
}
.repaetbox li {
    margin-bottom: 10px;
}

 @media(max-width:1200px) {

}

.blueblock {
	background: #91c4ed;
	color: #000;
	border-radius: 10px 10px 10px 10px;
	padding: 1rem;
	font-size:1.2rem;
}
/* end css of drowl.com */


/* Bootstrap Overrides */
 
 /* Custom styling */
body {
    padding: 90px 0px 20px 0px;
}
#FormReg label, #checkin label
{
	display:inline;
	font-size: 16px;
	font-weight: normal;
    margin-right: 12px;
}
#confirmSec
{
	margin-top:20px;	
}
#confirmSec
{
	margin-top:20px;
	display:none;
}
#lgnsec, .visitordetails, .newVisitrsec
{
	display:none;
}
.resetPswrdForm, .resetSec, .visitrinfo
{
	margin-top:20px;
}
.page-title
{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:15px;
	text-align:center;
}
#othrfacVal
{
	display:none;
}
.fieldtxt
{
	margin-top:5px;
}
.chkinerr
{
	margin-top:15px;
	margin-bottom:15px;	
}
 .visitrInfo
{
	display:none;
} 
.visitspge
{
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	color: #4e5852;
}
.visitrdetinfo
{
	margin-top:20px;
	margin-bottom:20px;
}
.signup-box, .chkinpge-box
{
	float: none;
    display: inline-block;
    background: #f9fdf9;
    text-align: center;
    margin: 10px 10px;
    padding: 15px 10px;
    border-radius: 15px;
}
.visitrInfobrf, .visitrInfo:nth-of-type(odd)
{
	background: #f9fdf9 !important;
}
.vstrinfo-fntawe
{
	    color: #b2b5b2;
}

.signupbox-parnt, .chkinbxprnt
{
	text-align:center;
}
.faclitytype-radio, .visitype-radio
{
	display:inline-block;
}
#drowllogin .login
{
	border-top: 1px solid #000;
    padding: 8px 0;
    font-size: 20px;
}
.signup-button
{
	background: #5fc150;
    /* width: 100%; */
    border: none;
    text-align: center;
    font-size: 20px;
    padding: 5px 12px;
    color: #fff;
    margin: 12px 0;
    text-transform: capitalize;
    cursor: pointer;
     border-radius: 5px;
}
#drowllogin input[type="text"]
{
    width: 100%;
    padding: 0 10px;
    border: 1px solid #eee;
    height: 40px;
    font-style: italic;
    margin-top: 10px;
}
.ques
{
	margin-bottom:10px;
	margin-top:3px;
}
.ques .question
{
	margin-bottom: 5px;
}
.page-title
{	
    width: 100%;  
    text-transform: uppercase;
    padding: 0 0 10px;
}
.login a
{
	display: block;
    color: green;
    cursor: pointer;
}
.lgnbtn, .sbmtbtn, .cnfrmsbmt
{
	background: #5fc150;
    border: none;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 14px 6px;
    font-size: 20px;
}
.chkin-quessec
{
	text-align:left;
}
.shwcountries
{
	padding-left: 15px;
    margin-top: 6px;
    color: cadetblue;
    font-size:16px;
}
.quesrespYes, .noEntryCls
{
	color:red;
}
.quesrespNo
{
	color:green;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.74) url(../images/ajax-loader-lg.gif) no-repeat center;
    z-index: 1061;
    cursor: pointer;
}
.exisfacsec
{
	text-align: left;
	display:none;
	margin-bottom: 18px;
    margin-top: 10px;
}

.facdetailedinfo, .exisfacsec
{
	display:none;
}
.srchzpcdsec
{
	position:relative;
}
.srchzpcdsec input
{
	display:inline;
}
.sgnupsrchi
{
	display: inline !important;
    position: absolute;
    top: 11px;
    padding: 9px;
    background-color: #3aa631;
    box-shadow: none;
    color: white;
    border: 2px solid #3aa631;
}
.btn-regular
{
	background-color:green;
	color:white;
	padding: 3px 5px;
	margin-top:10px;
}
.exisfacfields
{
	margin-bottom:15px;
}
#deffacslcn
{
	color: red;
    font-size: 16px;
}
.regerr
{
	color:red;
}
@media (max-width:1000px)
{
	#drowlNavMenu
	{
		float: left;
	}
}
/* drowl stats start */
.stats-heading
{
	text-align:center;
}
#reportrange
{
	background: #fff;
	cursor: pointer;
	padding: 5px 10px; 
	border: 1px solid #ccc;
	width: 300px;
	float:right;
	color: #6a6d6a;
}
.statsSec
{
	display:none;
}