.background-dark:before{
    position: absolute;
    content: '';
    background-color: #002b49;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: none;
    opacity: 0.9;
}

.main-menu ul>li a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-left: 0;
}

.navbar{
  height: 86px;
}

.navbar .navbar-brand{
  margin-top: 30px;
}

.navbar.affix .navbar-brand{
  margin-top: 0px;
}

.navbar .navbar-brand img{
  width: 100px;
}

.navbar.affix .navbar-brand img{
  width: 70px;
}

.navbar.affix .main-menu ul>li a{
  color: #000;
}

.main-menu ul li{
  padding: 10px;
}

.nav-sign-up{
  background-color: #ffae00;
  color: #fff !important;
  border-radius: 50px;
}

.sub-header{
  text-transform: uppercase;
  margin-bottom: 1.05rem;
  margin-top: 0;
  line-height: 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #908f8f;
}

.icon-box-content h6{
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.4;
}


.bg-grey{
  background-color: #f6f6f6;
}

.align-item-flexend{
  align-items: flex-end;
}

.pb-0{padding-bottom: 0 !important}

.pb-40{
  padding-bottom: 40px;
}

.p40{
  padding: 40px 0;
}

.p60{
  padding: 60px 0;
}

.pb-20{
  padding-bottom: 20px;
}

.about-content-center{
  margin-bottom: 40px;
}

.about-content-center h2{
  font-weight: 500;
}

.about-content-right{
  text-align: center;
}

.video-slide {
    position: relative;
    width: 100%;
    height: 100% !important;
    display: flex;
    min-height: 420px;
    background-size: cover;
    background-position: center;
}

.video-play-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 24px;
  height: 36px;
  /* background: #ffae00; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: #ffae00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: #ffae00;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#ffae00, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.match-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dflex {
    display: flex;
    flex-direction: column;
}

.match-box .se-services {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}

.se-services img {
    width: 60px;
    height: 60px;
}

.se-services h3 {
    font-size: 1.3rem;
    margin: 15px 0;
    color: #000;
}

.se-services p {
    margin: 0;
}

.download-app{
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.download-app:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top:0;
  left: 0;
}

.download-app .about-content-center *{
  color: #fff;
}

.download-content-app{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.mt-20 {
    margin-top: 20px !important;
}

.butn {
    padding: 12px 34px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}

.butn.butn-custm {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding: 12px 18px;
}

.download-app {
    float: none;
    margin-top: 30px;
}

.butn {
    letter-spacing: 1px;
    padding: 12px 50px;
    margin-top: 30px;
}

.download-app .butn-custm {
    font-size: 16px;
    text-align: left;
    padding: 12px 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 200px;
}


.butn:before, .butn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}

.butn span {
    position: relative;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.butn span.btn-inner {
    display: flex;
    align-items: center;
}

span.btn-inner .apple-i {
    font-size: 38px;
}

.download-app .butn-custm i {
    font-style: normal;
    display: block;
}

.download-app .butn-custm i {
    margin-right: 10px;
}

.butn span {
    position: relative;
    z-index: 2;
        display: inline-block;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

span.availble {
    display: block;
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 1;
}

span.store {
    font-weight: normal;
    line-height: 1;
}

.butn:after {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background: #333;
    opacity: 1;
}

.butn:hover:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.butn:hover:before, .butn:hover:after {
    width: 100%;
}

.butn:hover span {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.form-control{
  height: 50px;
}

.btn{
  font-weight: 800;
text-transform: uppercase;
}

.mb-30{
  margin-bottom: 30px !important;
}

.support-list li{
  font-size: 13px;
}

.copyright-text{
  color: #fff;
}

.social-list li a, .copyright-text a,.copyright-text span{
  color: #ffae00;
}

.navbar.affix .navbar-toggler span{
  color: #000;
}

.modal-content{
  border-radius: 0;
  border:none;
}

.modal-body{
  padding: 0;
}

.modal .close{
  position: absolute;
  top:10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.modal-left{
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../img/popup.jpg');
  background-size: cover;
  background-repeat: center;
}

.modal-right{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}

.modal form input.form-control,.modal form select.form-control{
  height: 40px;
}

.affix {
		-webkit-animation-duration: .5s;
		-moz-animation-duration: .5s;
		-o-animation-duration: .5s;
		animation-duration: .5s;
	}
	@-webkit-keyframes slideDown {
		0% {
			-webkit-transform: translateY(-100%)
		}
		100% {
			-webkit-transform: translateY(0)
		}
	}
	@-moz-keyframes slideDown {
		0% {
			-moz-transform: translateY(-100%)
		}
		100% {
			-moz-transform: translateY(0)
		}
	}
	@-o-keyframes slideDown {
		0% {
			-o-transform: translateY(-100%)
		}
		100% {
			-o-transform: translateY(0)
		}
	}
	@keyframes slideDown {
		0% {
			transform: translateY(-100%)
		}
		100% {
			transform: translateY(0)
		}
	}
	.affix {
		-webkit-animation-name: slideDown;
		-moz-animation-name: slideDown;
		-o-animation-name: slideDown;
		animation-name: slideDown
	}

	/*Blog*/
	.blog-post {
    position: relative;
    margin-bottom: 30px;
}
.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}
.wt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.date-style-2 .wt-post-info {
    position: relative;
}
.blog-post .wt-post-info {
    z-index: 1;
}
.bg-white {
    background-color: #FFF;
}
.p-t30 {
    padding-top: 30px;
}
.bg-white {
    background-color: #fff !important;
}
.date-style-2 .wt-post-meta {
    margin-bottom: 10px;
}
.wt-post-meta ul {
    margin: 0px;
    list-style: none;
}
.date-style-2 .wt-post-meta ul li.post-category {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    margin-right: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: left 0px;
    -webkit-transform-origin: left 0px;
    -moz-transform-origin: left 0px;
    -o-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    background-color: #fff;
}
.date-style-2 .wt-post-meta ul li {
    font-family: 'Teko', sans-serif;
    margin-right: 30px;
}
.wt-post-meta li {
    padding: 0;
    display: inline-block;
    font-size: 14px;
}
.date-style-2 .wt-post-meta ul li.post-category span {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffae00;
    /*font-size: 20px;*/
    font-size: 17px;
    display: block;
    padding: 2px 15px;
    letter-spacing: 2px;
	font-weight:600;
}
.wt-post-meta ul {
    list-style: none;
}
.date-style-2 .wt-post-meta ul li.post-date, .date-style-2 .wt-post-meta ul li.post-comment
{
color: #0086c7;
}
.date-style-2 .wt-post-meta ul li.post-date, .date-style-2 .wt-post-meta ul li.post-comment {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #0086c7;
    position: relative;
}
.date-style-2 .wt-post-meta ul li:last-child {
    margin-right: 0px;
}
.wt-post-title {
    margin-bottom: 15px;
}
.wt-post-title .post-title {
    margin: 0;
}
.site-text-secondry {
    color: #00173c;
	font-size:19px;
}
.date-style-2 .wt-post-readmore {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.wt-post-readmore {
    margin-bottom: 0px;
}
.date-style-2 .wt-post-readmore a {
    color: #ff5e15;
}
.site-button-link.black {
    color: #171717;
}
.wt-post-readmore a {
    font-size: 16px;
    position: relative;
}
.site-button-link {
    display: inline-block;
    position: relative;
    font-weight: 700;
}
.site-button-link::before {
    position: absolute;
    content: "\f178";
    font-family: 'FontAwesome';
    left: 50%;
    top: 0px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}

#technical-p1 {
    padding-bottom: 34px;
}

.whatsapp-contact {
    position: fixed;
    top: 30%;
    right: -174px;
    transform: translateY(-50%);
    width: 174px;
    height: auto;
    padding: 11px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 50;
}
.whatsapp-contact.active{
  right:0;
}
.whatsapp-contact h2{
  margin:0 0 20px;
  padding:0;
}
.toggle1{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#4BC75A;
  top:0;
  left:-48px;
  line-height:48px;
}
.toggle1:before{
  content:"\f232";
  font-family:fontAwesome;
  font-size:20px;
  color:#fff;
}
.toggle1.active:before{
  content:'\f00d';
}
@media only screen and (max-width: 991px) {
	
	.whatsapp-contact{top: 28%;}
}
@media only screen and (max-height: 890px){
  .whatsapp-contact {top: 31%;}

}
@media only screen and (max-width: 767px){
 .whatsapp-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .whatsapp-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }

  .whatsapp-contact {top: 43%;}
}
@media only screen and (max-height: 740px){
  
  .whatsapp-contact {top: 29%;}
}