body{
	margin: 0;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: bold;
}


/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.header-backup{
	width: 20px;
	height: 119px;
	background: transparent;
	margin:auto;
}
.top-header img.logo{
	margin-bottom: 15px;
	margin-top: 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 27px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 14px 15px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
li a.active{
	color: #42b3e5 !important;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}



/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 157px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption p{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
	background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/*about area*/
.about h2{
	font-size: 90px;
	color: #42b3e5;
	margin-top: 50px;
}
.about h4{
	font-size: 24px;
	color: #737373;
	margin-bottom: 45px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}


/*service area*/
.service{
	background: url(../img/pattern.jpg);
	margin-top: 40px;
}
.service h2{
	font-size: 90px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 70px;
	display: block;
}
.single-service{
	text-align:center;
}
.single-service-img {
  width: 205px;
  height: 125px;
  padding-left:30px;
  position: relative;
}
.service-img {
  width: 205px;
  height: 125px;
  background: #3a9ecb;
  position: relative;
}
.single-service h3{
	margin-top: 10px;
	color: #fff;
	padding-bottom: 50px;
	position:relative;
}
.service-img img{
	position:absolute;
}

/* Modern Service Card Design */
.service-subtitle{
	font-size: 16px;
	color: #666;
	margin: 20px 0 30px 0;
	line-height: 1.8;
}
.service-grid{
	margin-top: 30px;
}
.service-card{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	padding: 40px 24px;
	transition: all .5s cubic-bezier(.25,.46,.45,.94);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-height: 220px;
}
.service-card:hover{
	box-shadow: 0 12px 28px rgba(58,156,203,0.16);
	transform: translateY(-6px);
}
.service-card h3{
	color: #164a63;
	font-size: 30px;
	margin: 0 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.service-card p{
	color: #666;
	font-size: 19px;
	line-height: 1.6;
	margin: 0;
}
.service-card:hover h3{
	color: #3a9ecb;
}
.service-download {
    margin: 8px 0;
}



/*team section*/
.team{
	padding-bottom: 60px;
}
.team h2{
	font-size: 90px;
	color: #42b3e5;
	margin-top: 50px;
	margin-bottom: 0;
}
.team h4{
	font-size: 24px;
	color: #737373;
	margin-top: 0;
	margin-bottom: 45px;
}
.single-member{
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	transition: all .5s cubic-bezier(.25,.46,.45,.94);
}
.single-member:hover{
	box-shadow: 0 12px 28px rgba(58,156,200,0.16);
	transform: translateY(-6px);
}
.person{
	position: relative;
	overflow: hidden;
	background: #f8f9fa;
}
.person img{
	width: 100%;
	display: block;
	transition: transform .6s ease;
}
.single-member:hover .person img{
	transform: scale(1.06);
}
.team-icon-container{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	background: linear-gradient(135deg, #f0f5f7 0%, #ffffff 100%);
}
.team-icon{
	font-size: 72px;
	color: #3a9ecb;
	opacity: 0.9;
	transition: all .5s ease;
}
.single-member:hover .team-icon{
	font-size: 84px;
	color: #2f8fb4;
	opacity: 1;
}

/* Team avatar styling */
.team-avatar{
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	background: linear-gradient(135deg, #3a9ecb 0%, #2f8fb4 100%);
	position: relative;
	overflow: hidden;
}
.team-avatar:before{
	content: '';
	position: absolute;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
	animation: none;
}
.avatar-initials{
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	z-index: 1;
	text-transform: uppercase;
	transition: all .5s ease;
}
.single-member:hover .avatar-initials{
	font-size: 38px;
	letter-spacing: 3px;
}
.team-avatar-group .avatar-initials{
	font-size: 24px;
	letter-spacing: 1px;
}
.single-member:hover .team-avatar{
	background: linear-gradient(135deg, #2f8fb4 0%, #1f5f8b 100%);
	box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
}
.person-detail{
	padding: 16px 14px;
	background: linear-gradient(135deg, #3a9cc8 0%, #318fb6 100%);
	position: relative;
	transition: all .5s ease 0s;
	min-height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.single-member:hover .person-detail{
	background: linear-gradient(135deg, #2f8fb4 0%, #277895 100%);
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	opacity: 0;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	opacity: 0;
}
.person-detail h3{
	font-size: 20px;
	color: #fff;
	margin: 8px 0;
	line-height: 1.3;
	font-weight: bold;
}
.person-detail h4{
	font-size: 15px;
	color: rgba(255,255,255,.9);
	margin: 4px 0 0 0;
	font-weight: normal;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: linear-gradient(135deg, #2f8fb4 0%, #277895 100%);
}
.single-member:hover .arrow-top{
	opacity: 0;
}
.single-member:hover .arrow-bottom{
	opacity: 0;
}


/*contact section*/
.contact{
	background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 100%);
	padding: 120px 0 80px 0;
	margin-top: 60px;
}
.contact-header{
	margin-bottom: 60px;
}
.contact-header h2{
	color: #164a63;
	font-size: 50px;
	margin-bottom: 15px;
}
.contact-header p{
	color: #666;
	font-size: 18px;
	margin: 0;
}
.contact-section-title{
	color: #164a63;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 3px solid #3a9ecb;
	padding-bottom: 15px;
	display: inline-block;
}
.contact-content{
	margin-top: 20px;
}
.contact-card{
	display: flex;
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.06);
	transition: all .5s ease;
}
.contact-card:hover{
	box-shadow: 0 8px 25px rgba(58,156,203,0.12);
	transform: translateY(-4px);
}
.contact-icon{
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #3a9ecb 0%, #2f8fb4 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0;
}
.contact-icon i{
	color: #fff;
	font-size: 24px;
}
.contact-card-body h4{
	color: #164a63;
	font-size: 18px;
	margin: 0 0 8px 0;
	font-weight: bold;
}
.contact-card-body p{
	color: #666;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.contact-card-body a{
	color: #3a9ecb;
	text-decoration: none;
}
.contact-card-body a:hover{
	text-decoration: underline;
}
.contact-form{
	background: #fff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.form-group{
	margin-bottom: 20px;
}
.form-control{
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	transition: all .3s ease;
}
.form-control:focus{
	outline: none;
	border-color: #3a9ecb;
	box-shadow: 0 0 8px rgba(58,156,203,0.2);
}
.btn-submit{
	width: 100%;
	padding: 14px 20px;
	background: linear-gradient(135deg, #3a9ecb 0%, #2f8fb4 100%);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: all .5s ease;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-submit:hover{
	background: linear-gradient(135deg, #2f8fb4 0%, #1f5f8b 100%);
	box-shadow: 0 6px 20px rgba(58,156,203,0.3);
	transform: translateY(-2px);
}
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(../img/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'BenchNine', sans-serif;
	font-weight: bold;
	
}
.contact-form{
	padding-right: 40px;
}

/*gmap*/
#map{
	height: 0;
	display: none;
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	left: 0;
	background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 100%);
	padding: 120px 0 80px 0;
}


/*footer*/
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;

}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #42b3e5;
}

.carousel-inner{
	position: relative;
}



/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 70px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.about h2 {
	  font-size: 50px;
	  color: #42b3e5;
	  margin-top: 30px;
	}
	.service h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.team h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	#map{
		height: 950px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: left;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
		.footer p {
	 		font-size: 10px;
	 	}
}

/* DMJ section styling */
/* DMJ section styling */
.dmj-section{
	background: linear-gradient(180deg,#f7fbfd 0%, #ffffff 100%);
	padding: 64px 0;
	position: relative;
}
.dmj-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background: #3a9ecb; /* primary accent, matches site */
}
.dmj-card{
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(18,33,47,0.06);
	padding: 30px 36px;
	transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .45s;
	opacity: 1;
	transform: translateY(0);
}
.dmj-card.in-view{
	opacity: 1;
	transform: translateY(0);
}
.dmj-section h2{
	color: #164a63;
	font-size: 30px;
	margin-bottom: 8px;
}
.dmj-section p{ color:#444; font-size:16px;}
.dmj-section ul{ margin-left:18px; }
.dmj-cta{ margin-top:16px; }
.dmj-cta .btn-primary{ background:#3a9ecb; border-color:#318fb6; color:#fff; }
.dmj-cta .btn-primary:hover{ background:#2f8fb4; border-color:#277895; }
.dmj-cta .btn-default{ border-color:#d1dbe0; color:#333; }

@media (max-width:767px){
	.dmj-card{ padding:18px; }
	#dmj-info h2{ font-size:26px; }
}

/* small utility */
.smooth-anchor{ cursor:pointer; }

/* DMJ list with icons */
.dmj-list{ padding-left:0; margin-left:0; text-align:left; display:inline-block; }
.dmj-list li{ list-style:none; position:relative; padding-left:20px; margin-bottom:10px; }
.dmj-list li:before{ font-family: FontAwesome; content: "\f00c"; position:absolute; left:0; top:2px; color:#28a745; font-size:13px; }

.dmj-card{ overflow:hidden; }


