 :root { 
 	--full-width: 100%; 
 	--full-height: 100%; 
 	--white: #ffffff;
 	--black: #000000; 
 }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; border: 0; }
body { margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 1.7; }
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; padding: 0; list-style-type: none; }
a, input, button, :after, :before { -webkit-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; text-decoration: none; }
html { min-height: 100%; }
.wrapper { width: var(--full-width); height: var(--full-height); overflow: hidden;}
.landing { width: var(--full-width); min-height: 100vh; position: relative; background-repeat: no-repeat; background-position: 0 0; background-size: cover; background-attachment: fixed; background-position: center 0; }
.landing:before { position: absolute; content: ""; left: 0; top: 0; width: var(--full-width); height: var(--full-height); background: rgba(0, 0, 0, 0.6); }
.landing .content {display: unset; width: 100%; max-width: 950px; position: absolute; top: 18%; left: 50%; transform: translate(-50%, -10%); -webkit-transform: translate(-50%, -10%); }
.landing .content p {
	color: var(--white);
	text-align: center;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.7;
	display: block;
	width: 100%;
	overflow: hidden;
}
/* .logo { margin: 0 0 30px; padding: 0 10%; } */
.logo { position: absolute; top: 5%; left: 2%; z-index: 5; width: 100%; max-width: 500px; }
.logo img { width: 100%; }
.social { margin: 0 auto; display: flex; align-items: center; justify-content: center; width: auto; }
.social a { width: 40px; height: 40px; border-radius: 50%; text-align: center; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; margin: 0 5px; }
.social a img { width: 15px; }
.social a.fb-icon:hover { background: #1663a8; }
.social a.twitter-icon:hover { background: #00c5dd; }
.social a.pinterest-icon:hover { background: #e1182c; }
.social a.vimeo-icon:hover { background: #00afd3; }
.social a.instagram-icon:hover { background: #f82e6b; }
button.buttons { width: auto; border: 1px solid var(--white); border-radius: 30px; height: 50px; line-height: 50px; padding: 0 30px; background: transparent; cursor: pointer; margin: 30px auto 0; display: table; overflow: hidden; position: relative; }
button.buttons span { font-size: 16px; color: var(--white); z-index: 1; position: relative; }
button.buttons:before { position: absolute; content: ""; left: 0; top: 0; width: 0; height: 100%; background: var(--white); z-index: 0; }
button.buttons:hover:before { width: 100%; }
button.buttons:hover span { color: var(--black); z-index: 1; }

.barcodee {
	background: #3c4648 !important;
	border-radius: 20px !important;
	padding: 10px 20px;
}

.barcodee {
	background: #fff !important;
	border-radius: 6px !important;
	padding: 10px 20px;
}
.barcodee .modal-header {
  border: none !important;
  padding: 0 !important;
}

.barcodee .modal-header .close {
	padding: 0 0 5px 1px !important;
	margin: 0;
	background-color: #e2b245 !important;
	opacity: 1;
	width: 25px;
	height: 25px;
	line-height: 3px !important;
	border-radius: 50%;
	text-align: center;
	color: #fff !important;
	font-size: 24px;
	right: -8px;
	top: -8px;
	position: absolute;
	box-shadow: none;
	border: none !important;
	font-weight: 300;
	display: block;
	border: 1px solid;
	line-height: 21px !important;
}
.barcodee .modal-body {
  padding-bottom: 0 !important;
  text-align: center;
  color: #fff;
  padding: 0;
}

.barcodee .modal-footer {
  border: none !important;
  padding: 0;
  justify-content: left;
}

.pophdtxt {
	display: block;
	padding: 15px 0;
}
.pophdtxt p{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin: 0;
  padding-right: 10px;
}
.pophdtxt input {
	background: none;
	border: none;
	color: #000 !important;
	height: 40px;
	border: 1px solid #ccc;
	width: 100%;
	padding-left: 10px;
	border-radius: .25rem;
	margin-bottom: 10px;
}

.hdrdrop {
	float: right;
	margin-right: 50px;
}

.hdrdrop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #1c1d1c;
  background-image: none;
}
/* Remove IE arrow */
.hdrdrop select::-ms-expand {
  display: none;
}
/* Custom Select */
.hdrdrop .select {
	position: relative;
	display: flex;
	width: 12em;
	height: 2.5em;
	line-height: 2.5;
	background: #1c1d1c;
	overflow: hidden;
	border-radius: 25px;
}
.hdrdrop select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
.hdrdrop select option {
	color: #d19c35;
	padding: 12px 15px;
}
/* Arrow */
.hdrdrop .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  background: #1c1d1c;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.hdrdrop .select:hover::after {
  color: #f39c12;
}

.abut-body{
	width: 100%;
	display: block;
	margin: 30px 0;
}
.abutbg{
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	min-height: 520px;
	/*background: rgb(1,1,1);
	background: linear-gradient(90deg, rgba(1,1,1,1) 25%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);*/
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 18%, rgba(243,243,243,1) 64%);
	box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.1);
	padding: 15px;
	margin-bottom: 50px;
}

.topbdr{
	width: 100%;
	height: 3px;
	background: rgb(254,212,40);
	background: radial-gradient(circle, rgb(254, 212, 40) 0%, rgb(214, 135, 8) 20%);
	position: absolute;
	top: 0;
	left: 0;
}

.topbdr2{
	width: 3px;
	height: 100%;
background: rgb(185,116,7);
background: linear-gradient(13deg, rgba(185,116,7,1) 0%, rgba(189,125,23,1) 31%, rgba(253,209,39,1) 47%, rgba(189,125,23,1) 63%);
	position: absolute;
	left: 0;
}

.topbdr3{
	width: 3px;
	height: 100%;
background: rgb(185,116,7);
background: linear-gradient(13deg, rgba(185,116,7,1) 0%, rgba(189,125,23,1) 31%, rgba(253,209,39,1) 47%, rgba(189,125,23,1) 63%);
	position: absolute;
	right: 0;
}

.topbdr4{
	width: 40%;
	height: 3px;
	background: rgb(254,212,40);
	background: radial-gradient(circle, rgb(254, 212, 40) 0%, rgb(214, 135, 8) 20%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.topbdr5{
	width: 40%;
	height: 3px;
	background: rgb(254,212,40);
	background: radial-gradient(circle, rgb(254, 212, 40) 0%, rgb(214, 135, 8) 20%);
	position: absolute;
	bottom: 0;
	right: 0;
}


.abutinr-content {
	width: 100%;
	min-height: 520px;
	position: relative;
}

.abutftr {
	position: absolute;
	width: 20%;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: 0 auto;
}
.abutftr span {
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 19px;
	font-family: 'futura_oblique';
}


.abutlgo{
	width:100%;
	display: block; 
	padding:50px 30px 30px;
}
.abutlgo img{
	max-width: 550px;
}

.abutintrobutn{
	max-width: 450px;
	display: block;
	padding-left: 30px;
}
.abutintrobutn a {
	width: 100%;
	display: flex;
	text-align: center;
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 2px;
	align-items: center;
	height: 120px;
	justify-content: center;
	box-shadow: 0px 0px 9px 4px rgba(255, 255, 255,0.2), #e8e8e8 0px 0px 5px inset;
	font-family: 'futura_oblique';
	font-weight: 600;
	letter-spacing: 1px;
}
.abutintrobutn a:hover{
	text-decoration: none;
}

.ivestsec{
	width: 100%;
	display: block;
	padding: 30px 30px;
	overflow: hidden;
}

.intution-sec{
	width: 50%;
	float: left;
}
.intution-sec p {
	font-size: 16px;
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'futura_oblique';
}
.atrnypic {
	position: absolute;
	bottom: 0;
	right: 20px;
	max-width: 301px;
}
.atrnypic img{
	max-width: 100%;
}


.hmondbg{
	background: #000 !important;
}
.hmondbg .abutftr span {
	color: #fff;
}


.hmondbg .abutintrobutn {
	max-width: 450px;
	display: block;
	padding-left: 0;
	margin: 0 auto;
}

.hondbg{
	width: 100%;
	display: flex;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 2px;
	align-items: center;
	height: 120px;
	justify-content: center;
	box-shadow: 0px 0px 9px 4px rgba(255, 255, 255,0.2), #e8e8e8 0px 0px 5px inset;
}
.hondbg p {
	margin: 0;
	font-size: 25px;
	color: #fff;
	line-height: 36px;
	font-family: 'futura_oblique';
	font-weight: 600;
	letter-spacing: 2px;
}

.hmondbg .ivestsec{
	padding: 50px 30px 80px; 
}
.hmondbg .intution-sec{
	padding-top:20px; 
}

.abutadress{
	width: 50%;
	float: left;
}
.abutadress p {
	font-size: 15px;
	color: #fff;
	line-height: 21px;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'futura_oblique';
	letter-spacing: 1px;
}



.abut-bio {
	width: 80%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
	/* box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.1); */
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 50px;
}
.anthny-bio{
	width: 100%;
	display: flex;
}
.abtleft{
	width: 32%;
	background: #000;
	padding: 20px 30px 40px;
	text-align: center;
}
.abtleft span{
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.abtleft span img{
	max-width: 220px;
}

.anthonyprofil{
	max-width: 250px;
	margin: 0 auto;
}
.anthonyprofil img{
	border-radius: 50%;
	max-width: 100%;
}

.abutrght{
	width: 68%;
	padding: 15px 20px;
}
.abutrght p {
	color: #000;
	font-size: 22px;
	line-height: 26px;
	font-family: 'futura_oblique';
	font-weight: 600;
}

.acpanto {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	padding: 2px 12px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 2px;
	margin-top: 30px;
	box-shadow: 0px 0px 9px 4px rgba(255, 255, 255,0.2), #e8e8e8 0px 0px 5px inset;
	font-family: 'futura_oblique';
}

.lnkdn {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	display: block;
	margin-top: 15px;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
	padding:0 10px;
}



.abutinfo-sec {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.leftpicdtl {
	width: 300px;
	position: relative;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.abut-block-img {
	width: 240px;
	height: 240px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	margin-left: 60px;
	/* border: 2px solid #000; */
	box-shadow: 0px 0px 5px 2px rgb(226, 178, 69);
}
.abut-block-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	position: relative;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/*.abut-block-img::after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 103%;
	background-color: #efc245;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: -2px;
	left: 0;
	z-index: 0;
}*/

.abut-block-details {
	padding-left: 24px;
	width: calc(100% - 320px);
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.abutsocal{
	width: 50px;
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: center;
}

.abut-social-icon {
	list-style-type: none;
	margin-bottom: 0;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.abut-social-icon li {
	display:block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 7px 0;
}
.abut-social-icon li a {
	font-size: 22px;
	color: #006699;
}
.lnkd-email a {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

.abut-block-title {
	position: relative;
	margin-bottom: 20px;
}

.abut-block-title h4 {
	position: relative;
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-family: 'futura_md_btbold';
	margin-bottom: 5px;
}
.abut-block-title span {
	position: relative;
	color: #666;
	font-family: 'futura_oblique';
	font-weight: bold;
	font-size: 16px;
	text-transform: capitalize;
}

.abut-block-title h5 {
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-family: 'futura_oblique';
	/* font-weight: bold; */
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
	margin-top: 10px;
}

.abutrw .abut-block-img {
	margin-left: 0;
	margin-right: 60px;
}

.abutrw .abutsocal {
	right: 0;
}
.abutrw .abut-block-details {
	padding-left: 0;
	padding-right: 24px;
	text-align: right;
}

.blkchprtnrlgo{
	width: 100%;
	margin-bottom: 12px;
}
.blkchprtnrlgo img{
	width:250px;
}

.webstlnk {
	margin-bottom: 8px;
}
.webstlnk a{
	color: #000;
	font-style: italic;
}

.atadrs {
	padding-left: 15px;
	font-size: 17px;
	position: relative;
	margin-bottom: 10px;
}
.atadrs i {
	position: absolute;
	left: 0;
	top: 3px;
}

.abut-body .officer-block > li{
	width: 100%;

}
.abut-body .officer-block-title h4{
	width: 60%;
}
.abut-body .officer-block-title p{
	width: 58.5%;
}
.abut-body .phone-email span{
	position: relative;
	padding-left: 22px;
	margin-bottom: 6px;
	display: block;
}
.abut-body .phone-email span img {
	position: absolute;
	left: 0;
	top: 1px;
	max-width: 19px;
}


.sec1 {
	padding: 100px 0px 60px;
}

.v_align {
	align-items: center;
}

.sec_hd {
	font-size: 33px;
	font-family: 'futura_oblique' !important;
	margin-bottom: 20px;
	color: #212529;
}
.sec1 img, .sec2_img, .sec3_img {
	width: 100%;
	text-align: center;
	margin: auto;
	display: block;
}

.sec2 {
	padding: 50px 0px 90px;
	background-color: #fafafa;
}
.sec2 .marg_btm {
	margin-bottom: 50px;
}
.sec1 p {
	text-align: justify;
	font-size: 17px !important;
	line-height: 32px !important;
	color: #222222;
}
.sec2 p {
	text-align: justify;
	font-size: 17px !important;
	line-height: 32px !important;
	color: #222222;
}

.cptlz{
	text-transform: capitalize;
}

.abut-body .officer-block > li {
	margin-top: 50px;
}

.abut-body .officer-block-details p{
    text-align: justify;
    font-size: 17px !important;
    line-height: 32px !important;
    color: #222222;
}
.sorctxt {
	font-size: 7pt;
	color: #666;
	margin-top: 50px;
	text-align:center;
}


@media (max-width:1199px) {
	.landing .content { padding: 0 20px; }
}
@media (max-width:1024px) {
	.landing .content p { padding: 0 0; }
}
@media (max-width:767px) {
	.landing { background-position: 70% 0; }
	.landing .content p { font-size: 14px; line-height: 22px; margin: 30px 0 30px; }
	.logo { max-width: 300px; }
	.landing .content { 
	    /*bottom: 20px; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0);*/
	
	position: relative;
	top: 22%;
	left: 0;
	}

	.abutinfo-sec {
		display: grid;
		flex-flow: wrap;
		overflow: unset;
	}
	.leftpicdtl {
		margin: auto;
		order: 1;
	}
	.abut-block-details {
		padding-left: 0;
		width: 100%;
		order: 2;
		margin-top: 15px;
		text-align: center;
	}
	.abut-bio {
		width: 100%;
		overflow: unset;
	}
	.atadrs i {
		position: relative;
		left: 0;
		top: 0px;
	}
	.atadrs {
		padding-left: 0;
	}
	.sec1 {
		padding: 50px 0px 40px;
		text-align: center;
	}
	.sec1 img, .sec2_img, .sec3_img {
		width: 80%;
		text-align: center;
		margin: auto;
		display: block;
		margin-bottom: 10px;
	}
	.abut-body .container{
		max-width: 540px;
	}
	.sec1 p{
		text-align: center;
		font-size: 15px !important;
		line-height: 27px !important;
		margin-bottom: 1rem !important;
	}

	.sec2 p{
		text-align: center;
		font-size: 15px !important;
		line-height: 27px !important;
		margin-bottom: 1rem;
	}
	.abut-body .officer-block-title h4 {
		width: 100%;
	}
	.abut-body .officer-block-title p {
		width: 100%;
	}
	
.content .c-left {
	margin-top: 50px;
}
}


@media (max-width:991px) {
.abut-body .phone-email span img {
	position: relative;
}
}






@media (max-width:359px) {
	.landing { background-position: 70% 0; }
	.landing .content p { font-size: 13px; line-height: 19px; }
	.logo { padding: 0 5%; }
}



.comingland {
				width: var(--full-width);
				min-height: 100vh;
				position: relative;
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: cover;
				background-attachment: fixed;
				background-position: center 0;
				overflow: hidden;
			}
			.comingland::before {
				position: absolute;
				content: "";
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.4);
			}

			#timer{
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				position: absolute;
				z-index: 3;
			}
			#timer h1{
			    width: 100%;
                text-align: center;
                font-size: 25px;
                letter-spacing: 7px;
                font-family: 'futura_md_btbold';
                color: #fff;
                text-transform: uppercase;
                margin-bottom:30px;
			}
			#timer div {
				background: rgb(56,68,75);
  				background: radial-gradient(circle, rgb(61, 81, 93) 0%, rgb(35, 43, 48) 100%);
				color: #ffffff;
				width: 100px;
				height: 105px;
				border-radius: 5px;
				font-size: 35px;
				font-weight: 700;
				margin-left: 10px;
				margin-right: 10px;
				border-radius: 50%;
				-webkit-box-shadow: 0 1px 6px 0 rgb(212, 163, 147);
				box-shadow: 0 1px 6px 0 rgb(212, 163, 147);
			}
			#timer div span {
			   display: block;
			   margin-top: -2px;
			   font-size: 15px;
			   font-weight: 500;
			}
			.cs--bg-inner {
					position: absolute;
					top: -20%;
					left: 0;
					right: 0;
					bottom: -30%;
					background-size: auto 100%;
					background-position: top center;
					animation: csswing 5.5s infinite ease-in-out;
					z-index: 1;
				}

			@keyframes csswing {
			    0%   { transform: translate(10%, -3%) rotate(-20deg); }
			    50%  { transform: translate(-10%, -3%) rotate(20deg); }
			    100% { transform: translate(10%, -3%) rotate(-20deg); }
			}

				.bg--img {
/*					background-size: cover;
					background-position: center;*/
					background-repeat: no-repeat;
				}
			@media only screen and (max-width: 767px) {
			   #timer {
			     margin-top: -20px;
			   }
			   #timer div {
			     width: 95px;
			     height: 100px;
			     font-size: 32px;
			     margin-top: 20px;
			  }
			  #timer div span {
			    font-size: 14px;
			  }
			}















