/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 1s ease;
  border: none;
  opacity: 0;
}
.scroll-top.open {
  bottom: 30px;
  opacity: .6;
}
.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
  opacity: 1;
}
/** Feature list **/
.feature-list-wrap {
  padding: 65px 0px;
  background-image: url("../img/foam_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
}
/*------------- #Info-box-standard-bg --------------*/
.info-box--standard-bg, .info-box--standard-bg:hover {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 120px;
  color: #444;
}
@media (max-width: 1024px) {
  .info-box--standard-bg {
    margin-bottom: 100px;
  }
}
.info-box--standard-bg .info-box-content {
  position: relative;
  background-color: #fff;
  padding: 85px 20px 20px 20px;
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  margin: 0px 10px 10px 10px;
  border-radius: 10px;
  min-height: 240px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.info-box--standard-bg .info-box-content:hover {
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border: none;
}
.info-box--standard-bg .info-box-content .info-box-image {
  margin: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.info-box--standard-bg .info-box-content .info-box-title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.info-box--standard-bg .info-box-content .text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #7b7878;
}
/*------------- #Info-box-standard-centered --------------*/
.info-box--standard-centered {
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 60px 0 0 0px;
  margin: 0 -8px;
  -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  min-height: 180px;
  box-shadow: 0 8px 60px 0 rgb(103 151 255 / 11%), 0 12px 90px 0 rgb(103 151 255 / 11%);
  position: relative;
}
.info-box {
  margin: 20px 0;
  -webkit-transition: all .3s ease;
}
.info-box:hover {
  margin: 10px 0 30px 0;
  -webkit-transition: all .3s ease;
}
.info-box:hover > .info-box--standard-centered {
  box-shadow: 0 8px 20px 0 rgb(103 151 255 / 25%), 0 12px 60px 0 rgb(103 151 255 / 25%);
}
.info-box--standard-centered .info-box-image {
  box-shadow: 0 4px 24px 0 rgb(103 151 255 / 10%), 0 12px 64px 0 rgb(103 151 255 / 10%);
  background: #fff;
  border-radius: 100px;
  padding: 24px;
  display: inline-block;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
}
.info-box--standard-centered .info-box-image img {
  max-height: 60px;
  max-width: 60px;
  padding: 0px;
  margin: 0px;
}
.info-box--standard-centered .info-box-content {
  margin-bottom: 30px;
  padding: 15px;
}
.info-box--standard-centered .info-box-content .info-box-title {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bold;
}
.info-box--standard-centered .info-box-content .text {
  font-size: 15px;
  line-height: 1.5;
}
.info-box--standard-centered:hover .info-box-image img {
  transform: translate(0, 20)
}
.info-box--standard-centered .btn:hover {
  background-color: #4cc2c0;
}

.heading-title {
  position: relative;
}
.subtitle {
  color: #ED3237;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
	z-index: 1;
	position: relative;
}
.subtitle:after{
    display: inline-block;
    height: 22px;
    width: 22px;
    content: ' ';
    background: url("../img/subtitle-after.png");
    margin-left: 15px;
}
.heading-title.text-center .subtitle:after{
    display: none;
    height: 22px;
    width: 22px;
    content: ' ';
    background: url("../img/subtitle-after.png");
    margin-left: 15px;
}
.title {
  color: #1c4b8e;
  margin: 0 0px 30px;
  padding: 0px;
  font-size: 32px;
  line-height: normal;
	font-weight: bold;
	z-index: 1;
	position: relative;
}
.heading-title.text-center .title {
  color: #1c4b8e;
  margin: 0 0px 30px;
  padding: 0px 0px 30px 0;
}
.heading-title.text-center .title:after{
    display: inline-block;
    height: 22px;
    width: 80px;
    content: ' ';
    background: url("../img/title-after.png");
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
/************About Section **********/
.about-section {
  padding: 65px 0;
  position: relative;
	background: #F2F2F2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #f9f9f9, #F2F2F2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #f9f9f9, #F2F2F2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.about-content{
	background: #fff;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.12);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin: 0 0 25px 0;
}
.about-content:hover{
	box-shadow: 0 1px 10px rgba(0,0,0,0.12);
}
.about-content .about-title{
	background: #A7FDFC;
	color: #014B8E;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
.about-img, .about-desc{
	padding: 10px;
}
.about-img2{
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.1)
}

.about-img2.pull-left{
	margin: 0 15px 10px 0;
}
.about-img2.pull-right{
	margin: 0 0px 10px 15px;
}
.about-desc h3{
	font-weight: bold;
	font-size: 17px;
}
.about-desc h4{
	font-weight: bold;
	font-size: 17px;
}
.about-desc ol li{
	list-style: inherit;
	color: #333;
}
.about-content h3 a {
	float: right;
	font-size: 14px;
}
.about-desc p {
  margin-bottom: 15px;
	font-size: 14px;
	line-height: 28px !important;
}
.about-desc .card{
	margin: 0 0 15px 0;
	border: 1px solid #014B8E;
}
.about-desc .card-header{
	background: #014B8E;
	color: #fff;
	display: block;
	padding: 5px;
	border-radius: 0px;
}
.about-desc .card-header button{
	width: 100%;
	text-align: left;
	color: #fff;
}
.about-desc .card-body{
	padding: 10px;
	border-radius: 0px;
	border:0px;
}
.about-menu ul{
	list-style: none;
	padding: 0px;
}
.about-menu ul li{
	list-style: none;
  padding: 10px 0px 10px 35px;
	border-bottom: 1px solid #ddd;
	display: block;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
	position: relative;
}
.about-menu ul li.special{
	background:#3E9998;
	color:#fff;
}
.about-menu ul li a{
	color: #333;
    width: 100%;
    margin: 0;
}

.about-menu > ul > li:before {
	content: "\f111";
	font-family:'FontAwesome';
    position: absolute;
    left: 10px;
    top: 11px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}
.about-menu ol li:before {
	content: "\f192";
	font-family:'FontAwesome';
    position: absolute;
    left: 10px;
    top: 11px;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
}
.btn-grad {
	background:rgba(0,0,0,0.3);
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #333;
    display: inline-block;
}
.btn-grad:after{
    content: '+';
    margin-left:15px;
}
.btn-grad:hover:after {
    content: '+';
    margin-left:15px;
  position: relative;
display:inline-block;
    animation: mymove .5s ease;
}
.btn-grad:hover {
  background: #aab6a2; /* change the direction of the change here */
  color: #222;
  text-decoration: none;
}
@keyframes mymove {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.circle-img {
  margin: 0 auto;
}
.circle-img img {
  width: 100%;
  position: relative;
}
.circle-img:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  content: ' ';
  right: 0;
  background-image: url("../img/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*background: radial-gradient(1.5em 6.28571em at 1.95em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(1.5em 6.28571em at -0.45em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 1.5em 5.5em, radial-gradient(2.3em 4.57143em at 2.99em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(2.3em 4.57143em at -0.69em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 55%) 2.3em 4em, radial-gradient(3.5em 6.28571em at 4.55em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 0 0, radial-gradient(3.5em 6.28571em at -1.05em, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 55%, rgba(255, 255, 255, 0) 55%) 3.5em 5.5em, radial-gradient(#15ffa5, #00ced1);
  background-color: mediumspringgreen;
  background-size: 1.5em 11em, 1.5em 11em, 2.3em 8em, 2.3em 8em, 3.5em 11em, 3.5em 11em, 100% 100%;
  background-repeat: repeat;*/
/******* Our Services Section *****/
.service-list {
  padding: 65px 0;
  background: #E1E8FF;
  background-image: url("../img/service-background.svg");
	background-position: left top;
}
.service-item {
  background: #fff;
  position: relative;
  padding: 15px;
  margin: 0 0 40px 0px;
  border-radius: 8px;
  text-align: center;
  webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
}
.service-item:hover {
  box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.service-icon {
  width: 140px;
  height: 150px;
  line-height: 150px;
  /*background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);*/
  text-align: center;
  z-index: 1;
  margin: 0px auto 15px auto;
  position: relative;
}
.service-icon:before {
  position: absolute;
  background: url(../img/service-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  top: 0px;
  left: -12px;
  content: ' ';
  transform: rotate(0deg);
  z-index: 0;
  -webkit-animation: iconRotate 15s linear infinite;
  animation: iconRotate 15s linear infinite;
  animation-play-state: paused;
}
.service-item:hover .service-icon:before {
  animation-play-state: running;
}
@-webkit-keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iconRotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-icon img {
  max-width: 140px;
  max-height: 140px;
  padding: 0px;
  vertical-align: middle;
}
.service-item h4 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 17px;
}
.service-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #555555;
  margin: 0px 0px 15px;
}
.service-link {
  font-weight: bold;
}
.service-link:before {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  background: url("../assets/img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* Category Slider Area css
============================================================================================ */
.category_area {
	background: transparent;
	background-position: bottom left;
	margin: 0px;
	padding: 25px;
	position: relative;
	top: 0;
	z-index: 1;
}
.category_slider .item {
  text-align: center;
  line-height: 60px;
	background: rgb(0,212,255);
	background: -webkit-linear-gradient(bottom, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(bottom, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to top, rgba(9,13,124,1) 0%, rgba(9,13,124,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
	background-size: 100% 380px;
	background-position: center top;
	border: 3px solid #0080C8;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  margin: 5px;
	padding: 15px;
	transition: all 0.5s ease;
}
.category_slider .item img {
	width: auto;
  max-width: 100%;
	height: 100px;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
	margin-bottom: 25px;
}
.category_slider .item h3{
	font-size: 18px;
	color: #0080c8;
	font-weight: bold;
	text-transform: uppercase;
}

.category_slider .item:hover{
	background-position: center bottom;
}
.category_slider .item:hover h3{
	color: #fff;
}


/* Product Slider Area css
============================================================================================ */
.product_area {
	background: transparent;
	background-position: bottom left;
	margin: 0px;
	padding: 25px 0;
	position: relative;
	z-index: 1;
}
.product-item {
  text-align: left;
  margin: 0px;
	overflow: hidden;
}
.product-image{
	width: 100%;
	height: 200px;
    background: #6d7582;
    position: relative;
}
.product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  max-width: 100%;
	max-height: 100%;
}
.product-image h3{
    padding: 10px;
    margin: 0px;
    color: #fff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 16px;
    text-align: center;
}
.product-content{
	padding: 10px 0;
}
.product-content h3{
	font-size: 16px;
	color: #cc0000;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}
.product-content a{
    display: inline-block;
	font-size: 14px;
    padding: 10px 15px;
}
.product-content p{
	font-size: 14px;
	color: #000;
    line-height: 18px;
    margin-bottom: 15px;
}
.product_slider .item a{
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 3px;
	display: inline-block;
}

.product_slider .item a:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.owl-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	left: 0px;
	width: 100%;
}
.owl-nav a{
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff  51%, #00c6ff  100%);
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 20px #eee;
	border-radius: 3px;
	display: inline-block;
}
.owl-prev{
	float: left;
}
.owl-next{
	float: right;
}

.bg-section{
    background: url("../img/bg-section.png");
    background-size: cover;
    background-position: center center;
    padding: 65px 0;
    position: relative;
}
.bg-section .title{
    color: #fff;
}
.bg-section p{
    color: #7f8c8d;
}
.map-area{
    padding: 0px;
}
.map-area iframe{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/* partner Slider Area css
============================================================================================ */
.partner_logo_area {
  background: transparent;
	background-position: bottom left;
  margin: 0px;
  padding: 65px 0;
}
.partner_logo_area.white_partner {
  background: #fff;
}
.partner_slider .item {
  text-align: center;
  line-height: 60px;
  background: transparent;
  margin: 5px;
}
.partner_slider .item img {
    width: initial;
  max-width: 100%;
    height: 85px;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}
/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #014B8E;
  padding-top:65px;
}
.footer .contact-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0;
  margin-top: -54px;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 8px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.footer .contact-wrapper .container {
  display: flex;
  flex-wrap: wrap;
}
.footer .contact-wrapper .container .content-box {
  flex: 1;
  padding: 40px 0;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #eaebee;
}
.footer .contact-wrapper .container .content-box:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.footer-title {padding-bottom: 20px;
    position: relative;
	padding: 0 0 15px 0;
font-weight: bold;
color: #fff;
margin-bottom: 25px;}
.footer-title:before{
    content: "";
    background-color: #bdbdbd;
    bottom: 2px;
    position: absolute;
    width: 190px;
    height: 1px;
    left: 0px;
}
.footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #25dddb;
    left: 0px;
    width: 60px;
    height: 5px;
}
.footer .contact-wrapper .container p {
  display: block;
  color: #9aa0ae;
  margin: 0;
}
.footer .contact-wrapper .container p a {
  color: #405089;
  text-decoration: underline;
}
.footer .content-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
}
.footer .content-wrapper p {
  color: #fff;
}
.footer .content-wrapper .logo {
  height: 41px;
  margin-bottom: 15px;
}
.footer .content-wrapper .footer-menu {
  display: block;
  margin: 0;
}
.footer .content-wrapper .footer-menu li {
  margin-bottom: 10px;
  padding: 4px 0 4px 25px;
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
  -webkit-transition: all 100ms linear 0s;
  -o-transition: all 100ms linear 0s;
  transition: all 100ms linear 0s;
	position: relative;
}
.footer .content-wrapper .footer-menu li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url("../img/arrow.svg");
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .content-wrapper .footer-menu li:hover {
  padding: 4px 0 4px 20px;
}
.footer-widget-content li a {
  color: #fff;
  font-size: 16px;
}
.footer .content-wrapper .footer-menu li a:hover {
  color: #fff;
}
.footer .content-wrapper .footer-menu li a {
  float: left;
  color: #fff;
}
.footer .content-wrapper .contact-box {
  color: #fff;
  text-align: left;
}
.footer .content-wrapper .contact-box h3 {
  font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.footer .content-wrapper .contact-box p {
  margin-bottom: 10px;
  color: #fff;
}
.footer .content-wrapper .contact-box p a {
  color: #fff;
}
.footer .content-wrapper .contact-box ul {
  float: left;
  margin: 0px;
  padding: 0;
}
.footer .content-wrapper .contact-box ul li {
  float: left;
  padding: 0;
  list-style: none;
}
.footer .content-wrapper .contact-box ul li a {
  float: left;
  font-size: 13px;
  color: #fff;
	border: 1px solid #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.footer .content-wrapper .contact-box ul li a:hover {
  color: #A7FDFC;
}
.footer .sub-footer {
  width: 100%;
  display: flex;
  color: #fff;
  padding: 15px 0;
  background:rgba(0,0,0, 0.3);
}
.footer .sub-footer .copyright {
  font-size: 14px;
  float: left;
}
.footer .sub-footer .creation {
  font-size: 14px;
  float: right;
}
.footer .sub-footer .creation a {
  color: #fff;
}




.twitter-scroll {
  background: #A7FDFC;
  height: 38px;
  line-height: 38px;
  margin: 0px;
  overflow: hidden;
  position: relative;
}

.dap-tw-logo {
  background:#014B8E;
  box-shadow: 1px 0px 0px 0px #fff;
  height: 38px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 38px;
  color:#fff;
}
.dap-tw-logo:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #014B8E;
  border-top: 6px solid transparent;
  -webkit-filter: drop-shadow(2px 0px 0px #fff);
          filter: drop-shadow(2px 0px 0px #fff);
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 0;
}
.dap-tw-logo img {
  vertical-align: text-bottom;
}

a.dap-tw-item {
  border-right: 1px solid #fff;
  color: #222;
  display: inline-block;
  float: left;
  padding: 0 1em;
  text-decoration: none;
  transition: all 0.25s ease;
}
a.dap-tw-item:hover {
  color: #014B8E;
}

.dap-tw-name {
  font-size: 0.8em;
  font-weight: 600;
  margin-right: 0.15em;
  text-transform: uppercase;
}


.paytm{
    content: '';
  width: 125px;
  height: 70px;
  line-height: 50px;
  position: fixed;
  bottom: 25px;
	padding: 10px;
  left: 1%;
  font-size: 16px;
  z-index: 2;
  color: #fff;
	background: #fff;
  text-align: center;
  cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.3)
	
}
.paytm img{
	width: 100%;
}
.paytm:before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}
@keyframes vibrate-2 {
 0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}

.form-padding{
	padding: 10px;
}
.form-padding .btn{
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	padding: 0 60px;
}

