/*
Theme Name: Techcode Solutioncard-body
Author: Techcode Solution
Author URI: http://www.techcode.com.sg
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,700");.app-container table
*:focus {
  outline: none !important;
}

html {
  background-color: #fafafa;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #464646;
  background-color: transparent;
  overflow-x: hidden;
}

a {
  cursor: pointer !important;
}
a:hover, a.active {
  text-decoration: none;
  color: #ff4d84 !important;
}

.relatedAppStoreLogos {
	display:none;
}

img {
  max-width: 100%;
}

.app-body img{
  border-radius: 25px;

}
table {
  margin-top: 15px;
  width: 100% !important;
}
table td {
  width: initial !important;
  vertical-align: top;
}
table td img {
  max-width: initial !important;
  margin-right: 25px;
}
table td a {
  color: #000000;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: 700;
  font-family: "Times New Roman", Times, serif;
}

iframe {
  margin-bottom: -5px;
}

p{
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}

table {
  border-collapse: separate;
  border-spacing: 15px;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
header .menu-main-menu-container {
  width: 100%;
}
header .menu-main-menu-container #menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .menu-main-menu-container #menu li {
  padding: 0px 10px;
}
header .menu-main-menu-container #menu li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
}
header .container .row .col-4 a {
		display:block;
		position:relative;
		top:50%;
		transform:translatey(-50%);
	}

#logo{
    width: 65px;
}

#search2 {
	display: none;
}

.category .alm-listing .featureApp .featureAppBody p{
	line-height:10px;
	margin-bottom:14px;
}

header .menu-menu-container {
  width: 100%;
}
header .menu-menu-container #menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .menu-menu-container #menu li {
  padding: 0px 10px;
}
header .menu-menu-container #menu li a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
}

header #search {
  color: #FFFFFF;
  margin-left: 18px;
}
header #search.active {
  color: #ff4d84;
}
header #search i {
  cursor: pointer;
}
header #search i:hover {
  color: #ff4d84;
}
header #mainSearch input {
  width: 100%;
  padding: 5px 15px;
  margin-top: 5px;
  border: 0px;
  border-radius: 15px;
}
header button {
  background-color: rgba(255, 77, 132, 0.9) !important;
  padding: 5px !important;
}
.about_img {
	display: none;
}
footer {
  position: relative;
  background-color: #FFFFFF;
}
footer #footer-menu li {
  padding: 0px 1rem;
}
footer #footer-menu li a {
  color: #464646;
  font-weight: 500;
  text-transform: uppercase;
}
footer #back-to-top {
  position: absolute;
  padding: 11px 15px;
  -webkit-box-shadow: 3px 4px 15px -5px #464646;
          box-shadow: 3px 4px 15px -5px #464646;
  border-radius: 100%;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFFFF;
  color: #ff4d84;
}

.banner-warpper {
  height: 500px;
}
.banner-warpper .banner {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  height: inherit;
}
.post-template-default .banner-warpper .banner-for-mobile {
	display:none;
}
.banner-warpper .banner-for-mobile {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  height: inherit;
}

.bg-red2 {
  color: #FFFFFF !important;
  background-color: #ff4d84;
}

.font-libii {
  font-family: 'Poppins', sans-serif;
}

.current_page_item a {
  color: #ff4d84 !important;
}

/* Contact Form */
#contact-form input, #contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  background: #ebebeb;
  border: 0px;
}
#contact-form textarea {
  height: 99px;
}
#contact-form input[type="submit"] {
  padding: 10px;
  font-size: 14px;
}

/* About us */
#libiiTabContent{
    line-height: 30px;
    font-size: 16px;
}

#libiiTabContent p{
    margin-bottom: 30px;
}

#libiiTab a {
  font-weight: 500;
  color: #464646;
}

#libiiTabContent .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#libiiTabContent .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#libiiTabContent .gallery {
  padding: 0px 15px;
}

/*Home*/
.home .about_us {
  background-size: cover;
  background-attachment: fixed;
}
.home .about_us .content {
  background: rgba(255, 255, 255, 0.9);
}
.home .our_team, .home .contact_us {
  padding: 0px 15px;
}
.home .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .contact_us {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
}
.home #newAppContainer .appstoreLogos img {
    max-width: 104px!important;
    display: inline-block;
    padding: 0px;
    border-radius: 0px;
}

.gallery div:nth-child(5){
	display:inherit;
}


.home #newAppContainer .find-out a{
    position: relative;
    color: #555555;
    font-weight: 500;
}

.home #newAppContainer .find-out span{
    font-size: 23px;
    position: absolute;
    top: -7px;
    right: -13px;
    font-weight: 300;
    color: #000;
}

/* App Detail */
.app-container {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px -10px #aaaaaa;
          box-shadow: 0px 0px 20px -10px #aaaaaa;
}
.app-container table {
  width: initial !important;
  margin-bottom: 10px;
 /* margin-top: 19px;*/
  border-spacing: 0px;
}

#detailSlider img {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

/* App List - Category */
.category-menu {
  list-style: none;
  padding: 0px;
  text-align: center;
}
.category-menu li {
  display: inline-block;
  padding: 15px 10px;
}
.category-menu li a {
  color: #464646;
  font-weight: 500;
  text-transform: uppercase;
}

.app-body {
  font-size: 11px;
  border: 0px;
}
.app-body p {
  margin: 0px 0px 5px 0px;
  line-height: initial;
  font-size: 14px;
}
.app-body .btn-default {
    font-size: 9px;
    border: 1px solid #DDD;
    margin-top: 8px;
    padding: 5px 6px;
}
.app-body a {
  color: #000000;
  font-size: 14px;
}
.home_game_title{
    font-family:"Times New Roman", Times, serif;
    font-size: 18px !important;
}
.featureApp {
  height: 100%;
  display: table;
  min-height: 316px;
  width: 100%;
  padding: 15px 40px;
  color: #FFFFFF;
}
.featureApp a {
  color: #FFFFFF;
}
.featureApp .featureAppBody {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}

.feature {
  display: none;
}

.category-6 .feature {
  display: block;
}

.category-10 .feature {
  display: block;
}

/* Buttons */
.btn-red2 {
  background-color: #ff4d84 !important;
  color: #FFFFFF !important;
}
.btn-red2:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}

.appstoreLogos img {
  max-width: 180px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.appstoreLogos2 {
	display: none;
}

.alm-load-more-btn.done {
  opacity: 0 !important;
}

.current-cat a, .current-menu-item a {
  color: #ff4d84 !important;
}

.loadmore-btn{
    width: 320px !important;
    background-color: #ff4d84 !important;
    font-weight: initial !important;
    text-transform: uppercase;
}

.text-red {
  color: #ff4d84;
}

/* Bootstrap Modify */
.modal-footer {
  border: 0px;
}

.p-6 {
  padding: 4rem;
}

.m-6 {
  margin: 4rem;
}

/* Plugins */
.searchwp-live-search-result {
  padding: 15px 0px;
}
.searchwp-live-search-result a {
  color: #000000;
}
.searchwp-live-search-result img {
  max-width: 100px;
  padding: 0px 25px;
}
.searchwp-live-search-result table {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0px;
  border: 0px;
}

.tp-bgimg.defaultimg {
  background-color: #FFFFFF !important;
}

@media (min-width: 1336px){
    .home #newAppContainer .appstoreLogos img{
        max-width: 106px !important;
    }
}

/*Desktop Screen Size*/
@media (min-width: 1200px){
.main-app-icon{
        width: 100%;
}
    .m-t-100{
        margin-top: 100px;
    }
    
    .m-b-100{
        margin-bottom: 100px;
    }
    
    .p-t-100{
        padding-top: 100px;
    }
    
    .p-b-100{
        padding-bottom: 100px;
    }
    
    .p-tb-100{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .p-100{
        padding: 100px;
    }
    
    .app-container table{
        width: 100% !important;
    }
    
}

/*mobile*/
@media (max-width: 600px) {
	.home #newAppContainer .find-out span{
		top:-4px !important;
	}
	.pt-2{
		padding-top:0px !important;
	}
	.pb-2{
		padding-bottom:0px !important;
	}
    .slider{
        padding-bottom: 34px;
        background: #FFF;
    }
	.page-template-page-home .slider{
		padding-bottom: 42px !important;
	}
	#search {
		display: none;
	}
	#search2 {
		position:absolute;
		right:90px;
		top:12px;
		font-size:22px;
		color:white;
		display:block;
		z-index:99999;
	}
	#search2 i {
		-webkit-text-stroke: 1px black;
	}
	header #search2 {
  		color: #FFFFFF;
  		margin-left: 18px;
	}
	header #search2.active {
  		color: #ff4d84;
	}
	header #search2 i {
		color: #FFFFFF;
  		cursor: pointer;
	}
	header button {
		background-color: transparent !important;
	}
	.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
	}
	.banner-icon{
		width:calc(100vw / 4);
		height:calc(100vw / 4);
		top:-30px;
	}
	.page-template-page-home .banner-icon{
		z-index:1200 !important;
	}
	
	.banner-icon img {
		width:100% !important;
		height:100% !important;
		z-index: 1000 !important;
	}
	.forcefullwidth_wrapper_tp_banner {
		margin-bottom: 30px !important;
	}
	.tp-revslider-mainul{
		overflow:visible !important;
	}
	.tp-revslider-mainul li{
		overflow:visible !important;
	}
	.container .games-title{
		font-size:14px !important;
	}
	.category-menu{
		font-size:12px;
	}
	.category-menu li{
		padding-right:0px;
		white-space: nowrap;
		padding:0px;
		transform:scale(0.8);
	}
	.category-container{
		margin-top: 10px !important;
	}
	.featureApp {
		min-height:calc(100vw / 582 * 316);
		background-size:100%;
		background-repeat:no-repeat;
	}
	.category-app-big{
		display:none !important;
	}
	.category-app-small{
		max-width:50%;
	}
	.app-body img{
		border-radius:0px;
	}
	.app-body .col-4{
		padding-left:10px;
	}
	.app-body .col-8{
		padding-left:10px;
	}
	.app-list-title {
		min-width:calc(100vw / 4);
		min-height:60% !important;
		transform:scale(0.8);
		transform-origin:left;
	}
	.app-list-title strong{
		font-size:12px;
	}
	.card-body .row .col-5 {
		padding-left:0px;
	}
	.card-body .row .col-7{
		padding-left:5px;
		padding-right:0px;
		display:flex;
		flex-wrap:wrap;
	}
	.card-body .row .col-7 .find-out{
		font-size:12px;
		white-space:nowrap;
		transform:scale(0.6);
		transform-origin:left;
	}
	.card-body .row .col-7 a:first-child{
		display:block;
		min-height:65%;
		max-height:65%;
	}
	.card-body .row .col-7 a:nth-child(2){
		display:block;
		max-width:70%;
	}
	.banner-text {
		font-size: 14px !important;
		margin-top: 14px !important;
		z-index:999 !important;
	}
    .slider-icon-left{
        position: relative !important;
        top: 24px;
			left: calc(100vw / -4.6) !important;
    }
	.slider-icon-right{
		position: relative !important;
   		top: 24px;
		left: 0px;
	}
	.page-template-page-home .slider-icon img{
		z-index:1200 !important;
	}
	.slider-icon img{
		width:calc(100vw / 3) !important;
		height:calc(100vw / 14.4) !important;
		margin-top:8px !important;
	}
	.our_game{
		margin-top:30px;
	}
	.our_game h3{
		font-size: 14px;
		margin-bottom: 0px !important;
	}
	.our_game h5{
		line-height:12px !important;
		height:auto !important;
		margin-top: 5px !important;
		margin-bottom: 0px !important;
		/*max-height:18px;
		min-height:18px;*/
	}
	.our_game h5 a{
		vertical-align:top !important;
	}
	.home_game_title{
    	font-size: 12px !important;
	}
	.find-out{
		margin-top:0px !important;
		margin-bottom:0px !important;
		transform:scale(0.7);
		transform-origin:left;
		min-height:32%;
	}
	.find-out a{
		font-size: 12px !important;
	}
	.find-out a span{
		font-size: 18px !important;
	}
	.text-center a strong{
		transform:scale(0.7);
		display:block;
		margin-top:-32px;
	}
	.home .about_us{
		margin-top:-24px;
		background-size:240%;
		background-repeat:no-repeat;
		background-position:top;
		background-attachment:scroll !important;
	}
	.gallery div:nth-child(1){
		display:inherit;
	}
	.gallery div:nth-child(5){
		display:none;
	}
	.home #newAppContainer{
		top:-16px;
	}
	.home #newAppContainer .appstoreLogos {
		display: flex !important;
		bottom:-8px;
		position:absolute;
	}
	.home #newAppContainer .appstoreLogos img {
		min-width: calc(100vw / 15) !important;
		max-width: calc(100vw / 6) !important;
	}
	.related_apps{
		padding-left:12px !important;
		padding-right:12px !important;
	}
	.about_text{
		display: block;
		transform:scale(0.8);
		transform-origin:left;
		min-width:130%;
		margin-top:-10px;
	}
	.about_text span{
		font-size:14px;
		display:block;
	}
	.about_img{
		display: none;
	}
	.page-template-page-home .about_us a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	.page-template-page-home .about_us a .spe{
		float:right;
		padding-left:4px;
		padding-top:1px;
		margin-bottom:-1px;
	}
	.about_us a {
		font-size: 12px;
	}
	.contact_us div div h3{
		font-size:14px;
		margin-bottom:10px !important;
		margin-top:-14px;
	}
	.contact_us div div div p{
		font-size:12px;
		transform:scale(0.7);
		max-width:120%;
		white-space:nowrap;
	}
	.page-template-page-home .contact_us .tel-number {
		color:#abc3ff;
	}
	.contact_us #subscribe-form{
		margin-top:-34px;
	}
	.contact_us div div div .m-0{
		line-height:20px;
	}
	.tnp-subscription{
		transform:scale(0.7);
		margin-top:-32px;
		padding-bottom:10px;
	}
	.aatnp-email{
		height:20px !important;
		width: calc(100vw / 2.5) !important;
		margin-left:24% !important;
		background-color:rgba(255,255,255,0.5) !important;
		color:rgba(255,255,255,1) !important;
		line-height:30px !important;
	}
	.page-template-page-home .tnp-email::-webkit-input-placeholder{
		color:white;
	}
	.page-template-page-home .tnp-email::-moz-placeholder{
		color:white;
	}
	.page-template-page-home .tnp-email::-ms-input-placeholder{
		color:white;
	}
	.page-template-page-home .tnp-email{
		color:white !important;
		font-size:12px !important;
		padding-left:5px !important;
	}
	.tnp-email{
		height:20px !important;
		width: calc(100vw / 2.5) !important;
		margin-left:24% !important;
		background-color:rgba(255,255,255,0.5) !important;
		line-height:22px !important;
		padding:0px 0 !important;
	}
	.page-template-page-home .tnp-submit{
		/*height:20px !important;*/
		width: calc(100vw / 2.5) !important;
		margin-left:24% !important;
		/*line-height:0px !important;*/
		letter-spacing:1px;
	}
	.page-template-page-contact .tnp-submit{
		/*height:20px !important;*/
		width: calc(100vw / 2.5) !important;
		margin-left:24% !important;
		line-height:18px !important;
	}
	.fullLogos {
		margin-top: 0px !important;
	}
	.post-template-default #main-body{
		padding-left:25px !important;
		padding-right:25px !important;
	}
	.post-template-default #main-body .app-container{
		padding-left:15px !important;
		padding-right:15px !important;
		margin-top:25px !important;
	}
	.post-template-default #main-body .app-container .col-sm-9{
		padding-left:14px !important;
	}
	.post-template-default #main-body .app-container .main-app-icon{
		border-radius:0px !important;
	}
	.post-template-default #main-body .app-container .single-text h4{
		font-size:14px !important;
		line-height:14px !important;
		margin-top:19px !important;
		margin-left:calc((100vw - 375px) / 16);
	}
	.ttpost-template-default #main-body .app-container .row .singleDetails {
		margin-top:calc((100% -320px) / 2.5 - 260px);
		padding-left: 30px;
		padding-right: 30px;
		font-size: 12px;
		transform: scale(0.8);
		transform-origin:bottom;
		min-width: 125%;
		margin-left: calc((320px - 100vw) / 12 - 38px) !important;
	}
	.post-template-default #main-body .app-container .row .singleDetails {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
		zoom:0.8;
		padding-bottom: 20px;
	}
	.post-template-default #main-body .related-title{
		font-size:14px !important;
	}
	.post-template-default #main-body #relatedAppContainer{
		margin-top:-26px !important;
	}
	.post-template-default #main-body #relatedAppContainer .slick-slide .related_apps{
		padding-left:9px !important;
		padding-right:9px !important;
	}
	.post-template-default #main-body .related-button a{
		background-color:transparent !important;
		color:#ff4d84 !important;
		font-size: 12px !important;
	}
	.post-template-default #main-body .relatedAppVideo {
		display:none;
	}
	.post-template-default #main-body .relatedAppStoreLogos {
		display:block;
		position:absolute;
		bottom:-10px;
	}
	.post-template-default #main-body .relatedAppContainer .find-out {
		transform:scale(0.7) !important;
		color:red;
	}
	.post-template-default #main-body .relatedAppStoreLogos .mb-2{
		display:inline-block !important;
		max-width:45%;
	}
	.post-template-default #main-body .view-all{
		margin-top:-18px;
		margin-bottom:36px !important;
	}
	.post-template-default .banner-warpper .banner {
		display:none;
	}
	.post-template-default .banner-warpper .banner-for-mobile {
		display:block;
		background-attachment:scroll !important;
	}
	.post-template-default .appstoreLogos {
		display: none;
	}
	.post-template-default .appstoreLogos2 {
		display: flex;
		max-width: 44%;
		margin-bottom: 5px !important;
		padding-right:0px;
	}
	.post-template-default .appstoreLogos2 img{
		max-width: 100%;
	}
	#detailSlider{
		margin-top: 0px !important;
		margin-bottom: 10px !important;
	}
	.singleDetails p{
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px !important;
	}
	.container .mb-4{
		font-size: 16px;
		margin-bottom: 16px !important;
		width:120% !important;
	}
	.container p{
		font-size: 12px;
		line-height: 16px;
		margin-bottom:10px !important;
	}
	.contact-title{
		margin-top: 15px;
		font-size: 14px;
	}
	.contact-table{
		font-size: 12px !important;
		margin-top: 12px !important;
		border-spacing:15px 0px;
	}
	.contact-table td div{
		transform: scale(0.80);
		margin-left: -10%;
	}
	.page-template-page-contact .contact-background {
		background-image:url("/wp-content/uploads/2019/04/contact_us_banner_1360x800.png") !important;
		background-size:100% !important;
		background-attachment:scroll !important;
	}
	.page-template-page-contact #main-body{
		margin-top:-4px;
	}
	.page-template-page-contact #main-body .container{
		padding-left:32px;
		padding-right:32px;
	}
	.page-template-page-contact .contact-subscribe .tnp-email{
		letter-spacing:0.5px;
      width:133% !important;
		margin-left: 0px !important;
		background-color: #f4f4f4 !important;
	}
	.page-template-page-contact .tnp-subscription{
		transform:scale(0.75);
		transform-origin:left;
		margin-top:-16px !important;
	}
	.page-template-page-contact .contact-subscribe .tnp-submit{
    	width:133% !important;
		letter-spacing:1px;
		margin-left: 0px !important;
	}
	.page-template-page-contact .subscribe {
		margin-bottom: 12px !important;
	}
	.page-template-page-contact .container .col-sm-8 p{
		transform:scale(0.8);
		transform-origin:left;
	}
	.page-template-page-contact #contact-form{
		margin-top: 0px !important;
	}
	.page-template-page-contact #contact-form h3{
		font-size:14px;
	}
	.page-template-page-contact #main-body .row{
		margin-top:12px !important;
	}
	.page-template-page-contact .row #contact-form .col-sm-6:nth-child(2n){
		padding-left:5px;
	}
	.page-template-page-contact .row #contact-form .col-sm-6:nth-child(2n+1){
		padding-right:5px;
	}
	.page-template-page-contact .row .col-12{
		margin-top:-24px;
	}
	.page-template-page-contact span .wpcf7-not-valid-tip {
		transform:scale(0.7);
		transform-origin:left;
	}
	.page-template-page-contact .row .wpcf7-response-output{
		transform:scale(0.7);
		transform-origin:left;
		margin-top:0px;
	}
	.page-template-page-contact .map {
		margin-top:-44px !important;
	}
	.category .category-body .featureApp .featureAppBody a h5{
		transform:scale(0.7);
		transform-origin:left;
		width:142%;
		margin-bottom:-6px;
	}
	.category .category-body .featureApp .featureAppBody a p{
		transform:scale(0.7);
		transform-origin:left;
		width:142%;
	}
	.category .category-body .featureApp .featureAppBody a{
		display:block;
		margin-bottom:-12px;
	}
	.category .category-body .featureApp .featureAppBody .appstoreLogos{
		margin-bottom:-6px;
	}
	.category .category-body .featureApp .featureAppBody .appstoreLogos div a {
		display:initial !important;
	}
	.category .category-body .featureApp .featureAppBody .appstoreLogos div a img{
		max-width:40%;
	}
	.category .category-body .featureApp {
		padding-left:18px;
	}
	.category .category-body {
		padding-left:14px;
		padding-right:14px;
	}
	.category .category-body .container{
		margin-top:34px !important;
	}
	.category .category-body .container .row{
		margin-top:34px !important;
	}
	.category .category-body .container .row h3{
		margin-bottom:8px !important;
	}
	.category .category-body .container .row .category-menu{
		padding-left:10px;
		padding-right:10px;
	}
	.category .category-body .container .row .category-menu li:first-of-type{
		margin-left:0px;
	}
	.category .category-body .container .row .category-menu li{
		margin-left:-14px;
		min-width:80px;
	}
	.category .category-body .category-container{
		margin-top:0px !important;
	}
	.category .category-body .container .alm-reveal{
		margin-top:-4px !important;
	}
	.category .category-body .container .alm-reveal .category-app-small:nth-of-type(2n+1){
		padding-right:7px !important;
	}
	.category .category-body .container .alm-reveal .category-app-small:nth-of-type(2n){
		padding-left:7px !important;
	}
	.category .category-body .container .alm-reveal .featureApp{
		min-height:calc(100vw / 582 * 269) !important;
	}
	.category .category-body .container .alm-reveal .card-body{
		padding:6px !important;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row{
		margin-top:0px !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row .col-7{
		max-height:calc(100vw / 375 * 50) !important;
		min-height:calc(100vw / 375 * 50) !important;
		display:block;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row .col-7 a:nth-child(2){
		position:absolute;
		bottom:-22px;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row .col-7 .app-list-title strong{
		line-height:12px;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row .col-7 .app-video-box{
		min-height:17px;
	}
	.category .category-body .container .alm-reveal .category-app-small .app-body .row .col-7 .app-video-box .video-frame{
		display:inline-block !important;
		padding-left:2px !important;
		padding-right:2px !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
		min-height:0px !important;
		line-height:16px;
		position:absolute;
		left:69px;
		bottom:-7px;
	}
	.category .alm-btn-wrap {
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	.category .alm-btn-wrap button{
		margin-top:0px !important;
		margin-bottom:0px !important;
		font-size:12px !important;
		padding-left:10px !important;
		padding-right:10px !important;
		width:50% !important;
		transform:scale(0.8);
	}
	.subscribe {
		font-size:16px;
		margin-bottom: 10px !important;
	}
	.contact-subscribe .tnp-email{
    	width:100% !important;
		margin-left: 0px !important;
		background-color: #f4f4f4 !important;
	}
	.contact-subscribe .tnp-submit{
    	width:100% !important;
		margin-left: 0px !important;
	}
	.contact-subscribe .tnp-subscription{
		max-width:100% !important;
	}
	#contact-form{
		margin-top: 25px;
		padding-left:15px;
	}
	#contact-form h3{
		font-size:16px;
	}
	#contact-form input{
		letter-spacing:1px;
		padding-top: 5px;
		padding-bottom:5px;
		/*line-height:5px;*/
		transform:scale(0.7);
		transform-origin:left;
		width:143%;
		margin-bottom:0px;
	}
	#contact-form textarea{
		margin-top:-16px;
		transform:scale(0.7);
		transform-origin:left;
		width:143%;
		height:140px;
	}
	#contact-form input:nth-child(2n){
		padding-left:5px;
	}
	#contact-form input:nth-child(2n+1){
		padding-right:5px;
	}
	#contact-form .row div:nth-child(-n+4){
		max-width: 50% ;
	}
	.map {
		margin-top: -40px !important;
	}
	.career-title{
		font-size:14px;
		margin-top:30px;
		margin-bottom:5px;
	}
	#libiiJobsCategory {
		display:list-item;
		text-align:center;
	}
	#libiiJobsCategory a{
		font-size:12px;
	}
	.page-template-page-career #main-body{
		margin-top:-4px;
	}
	.page-template-page-career .banner-warpper .banner{
		background-image:url("/wp-content/uploads/2019/04/career.png") !important;
		background-size:100% !important;
		background-attachment:scroll !important;
	}
	.page-template-page-career .main-body .container{
		margin-bottom:0px;
		padding-left:36px;
		padding-right:36px;
	}
	.page-template-page-career .container p{
		transform:scale(0.8);
		transform-origin:left;
		width:120%;
	}
	.page-template-page-career .container .jobPosts .post-block p {
		padding-left:5px;
	}
	.page-template-page-career .modal-dialog {
		margin:20px !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Title p{
		font-size:20px !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Description {
		margin-top:14px !important;
		margin-bottom:0px !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Description p{
		font-size:20px !important;
		line-height:34px;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Description .jobDescription {
		zoom:0.6;
	}.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Description .jobDescription p {
		zoom:0.6 !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body .popup-Description ol{
		padding-left:14px !important;
	}
	.page-template-page-career .modal-dialog .modal-content .modal-body hr{
		margin-top:0px !important;
		margin-bottom:0px !important;
	}
	.page-template-page-career .nav{
		margin-top:0px !important;
		padding-left:36px;
		padding-right:36px;
		line-height:10px;
		margin-bottom:10px !important;
	}
	.page-template-page-career .nav li:nth-child(n+1){
		margin-left:-10px;
	}
	.page-template-page-career .nav .nav-link{
		padding-left:5px;
		padding-right:5px;
	}
	.page-template-page-career .tab-content .post-block {
		padding:10px !important;
	}
	.page-template-page-career .post-block:after{
		top: 36%;
	}
	.page-template-page-career .career-gallery .row{
		margin-top:20px;
	}
	.page-template-page-about .banner{
		background-image:url("/wp-content/uploads/2019/04/about_banner_1360x800.png") !important;
		background-position:top !important;
		background-size:100% !important;
		background-attachment:scroll !important;
	}
	.page-template-page-about .nav-link{
		padding-left:2px !important;
		padding-right:2px !important;
	}
	.page-template-page-about .main-body .container{
		padding-left:34px !important;
		padding-right:34px !important;
	}
	.page-template-page-about .main-body .container .row{
		margin:0px !important;
	}
	.page-template-page-about .container .row h3{
		font-size:14px;
		margin-bottom:12px !important;
	}
	.page-template-page-about .container .row p{
		transform:scale(0.8);
		transform-origin:left;
		min-width:125%;
		margin-top:-22px;
	}
	.page-template-page-about .container .row p:first-of-type{
		margin-top:-10px !important;
	}
	.page-template-page-about .gallery{
		margin-top:14px !important;
	}
	.home-team{
		padding-top:24px !important;
		padding-bottom:16px !important;
	}
	.home-team h3{
		font-size:14px;
	}
    .m-t-100{
        /*margin-top: 3rem;*/
		font-size: 12px !important;
		
    }
    
    .m-b-100{
        margin-bottom: 3rem;
    }
    
    .p-t-100{
        padding-top: 3rem;
    }
    
    .p-b-100{
        padding-bottom: 3rem;
    }
    
    .p-tb-100{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .p-100{
        padding: 2rem;
    }

	.map iframe{
		height:260px;
	}


  header {
    position: relative;
  }
	header .container .row .col-4 a {
		display:block;
		position:relative;
		top:50%;
		transform:translatey(-50%);
	}
  header #logo {
	  margin-left: 12px;
  }
  header ul li {
    margin: 0px !important;
    padding: 5px 0px !important;
  }
  
	.single-icon{
		max-width: 35%;
	}
	.single-text{
		max-width: 65%;
	}
	.single-text h4{
		font-size: 16px;
		line-height: 20px !important;
		margin-top: 12px;
	}
	.single-text .app-tb{
		font-size:12px;
		line-height:16px;
		transform: scale(0.70);
		word-break: keep-all;
		white-space: nowrap;
		margin-top:-10px;
		margin-left:-32px;
		/*position:absolute;*/
		bottom:4px;
	}
	.single-text tr td:nth-child(2){
		width: 120% !important;
	}
	
  .p-6 {
    padding: 5px !important;
  }

  footer ul {
    padding: 0px;
	  display:grid;
  }
  footer ul li {
    padding: 0px !important;
	  line-height:25px;
  }

  .banner-warpper {
    height: 220px;
  }
  .banner-warpper .banner {
    background-position: top center;
	  background-size:120%;
  }

  .modal-content {
    padding: 15px !important;
  }

  .app-container {
    margin: 5px !important;
  }

  .searchwp-live-search-result img {
    max-width: 65px;
  }

  .mob-center {
    text-align: center;
    margin: 15px 0px;
  }
  
  .mob-p-15{
      padding: 0px 30px;
  }
  
  #libiiJobsCategory{
      justify-content: left !important;
  }
}


/*Career Page*/
.post-block{
  background: #eeeeee;
  position: relative;
}

.post-block:after{
    content: '';
    width: 33px;
    height: 23px;
    background-image: url('./img/arrow_icon.png');
    background-position: bottom;
    position: absolute;
    top: 35px;
    right: 25px;
}
.post-block:hover{
 background: #ff4d84;
 color: white !important;
 cursor: pointer;
 transition: all 0.5s;
}

.post-block:hover:after{
   background-position: top; 
}

.post-block p{
    font-weight: 500;
    font-size: 14px;
}

.post-block i{
  position: absolute;
  top: 15px;
  right: 30px;
  color: #bbbbbb;
}

.post-block:hover .text-red, .post-block:hover i{
  color: white !important;
}

.career-gallery img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mixitup-control-active{
  color: #ff4d84 !important;
}


.tnp-subscription{
    max-width: 300px;
}

.contact-subscribe .tnp-subscription{
    margin: 0px;
}

.app-list-title{
    min-height: 48px;
    line-height: 16px !important;
    font-family:"Times New Roman", Times, serif;
    font-size: 16px !important;;
}

.app-video-box{
    min-height: 38px;
}


.app-video-box .video-frame{
    margin-top: 2px;
    padding-left: 7px;
    padding-right: 7px;
}
.app-container .col-sm-9{
    padding-left:6% ;
}

.app-container .col-sm-9 h4{
    line-height:1.8em ;
   
}

.app-container  .main-app-icon{
   border-radius: 30px;
   
}
.container .p-6{
    padding-top:5rem;
}

.app-tb {
    margin-top:0px;

}
