.wel{
background: url(../images/wel-back.png);
    padding: 1px;
    display: table;

 }
 .wel1{
	padding-top: 40px;
    background: rgba(255, 255, 255, 0.93);
    height: auto;
    width: 98%;
    margin: 1%;
    display: table;
    padding-bottom: 29px;
 }
 
 .text-cross {
    font-size: 18px;
    font-family: "Oswald";
    color: rgb(21, 20, 20);
    text-transform: uppercase;
    line-height: 1.25;
    text-align: left;
    transform: rotate(334deg);
    position: absolute;
    top: 83px;
    left: 0;
    letter-spacing: 0px;
    /* font-family: 'Orbitron', sans-serif; */
    font-family: 'Roboto', sans-serif;
}
 .text-vertical {
    font-size: 16px;
    font-family: 'Orbitron', sans-serif;
    color: rgb(107, 107, 107);
    text-transform: uppercase;
    /* line-height: 1.659; */
    text-align: left;
    transform: rotate(270deg);
    width: 162px;
    margin-left: -40px;
    letter-spacing: 1px;
    /* height: 173px; */
    position: relative;
    top: 45px;
}
.aboutus-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(135, 135, 135);
    width: 273px;
    height: 174px;
    padding: 15px;
	margin-top:20px;
}
.aboutus-box h3 {
    font-size: 14px;
   
    color: #000;
    text-transform: uppercase;
    line-height: 1.444;
    text-align: left;
	font-weight:600
}
 .aboutus-box p {
    letter-spacing: 0.5px;
    font-size: 13px;
   
    color: rgb(139, 139, 139);
    line-height: 20px;
    text-align: left;
}
 .img-box-absolute {
    position: absolute;
    right: 10px;
    top: 123px;
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 204, 51, 0.82);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.gal:hover .overlay {
  top: 0;
  height: 100%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text a{
	background:#fff;
	padding:5px 10px
}
.text a i{
	color:#fc3
}

.gal{
	position:relative;
	    border: 4px double #c6c5c5;
}





.blockquote-wrapper {
    position: relative;
    padding: 47px 37px 47px 170px;
    background: #ffcc33;
}
.blockquote-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5c123;
    top: 20px;
    left: 20px;
    z-index: -1;
}
.focus-person-img {
    position: absolute;
    bottom: -26px;
    left: 0px;
    -webkit-transform: translateX(-62%);
    -ms-transform: translateX(-62%);
    -o-transform: translateX(-62%);
    transform: translateX(-62%);
    z-index: 1;
}
.blockquote {
        padding: 25px 40px;
	border:1px solid #fff
}
.border-frame .corner-left {
        position: absolute;
    bottom: -312px;
    left: -3px;
}
.border-frame .corner-right {
   position: absolute;
    top: -4px;
    right: -3px;
}
.border-frame {
	position:relative
}
.hh{
	height:200px
}
.app ul li{
	    list-style: none;
    color: #fff;
    /* float: left; */
    padding: 10px 20px;
    display: inline-block;
    /* border-right: 1px solid #fff; */
    line-height: 15px;
    background: #f5c123;
    margin-bottom: 10px;
}
.app h4, .app h5, .app h3{
	color:#fff
}
.white{
	color:#fff
}
.app ul li i{
	font-size:11px
}
.app h3 span{
	border-bottom:1px dotted #fff
}
.app ul{
	margin-bottom:10px
}
.app h5{
	font-size:18px
}
.choose{
	background:url('../images/choose.jpg') no-repeat;
	background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay2 {
    padding: 28px 0;
    background-color: rgba(0, 0, 0, 0.7);
}



.one{
	background:#fff;
	padding:40px;
	border-radius:5px;
}


.two{
	background:#ff6600;
	padding:40px 39px;
	border-radius:5px;
}



.one i{
	font-size:50px;
	color:#ff6600;
	margin-bottom:20px
}
.one h2{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.yellow p{
	FONT-SIZE:16PX
}




#f1_container {
 
  margin: 10px auto;
  
  
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display:table;
  transform: rotateY(180deg);
  box-sizing: border-box;
  
  color: white;
  text-align: justify;
  
}
.why{
	    min-height: 200px;
}
.two a{
	color:#fff
}
