/*
Theme Name: Alpine Gateway Services.
Theme URI: https://www.alexistechnologies.us
Author: Chandu
Author URI: https://www.chandu4u.com
Description: User Generated Content, Blockchain, AI &amp; machine learning for Decision Empowerment.
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
	list-style: none;
}
body {
	color: #00000a;
	line-height: 1.3;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	word-spacing: 1px;
	margin: 0 0 10px 0;
}
.clear {
	clear:both;
}
.item img {
	width:auto;
	height: auto;
}
img {
	/*width: 100%;*/
	height: auto;
}
span, a, a:hover {
	/*display: inline-block;*/
	text-decoration: none;
	color: inherit;
}
.section-head {
	margin-bottom:20px;
}
.section-head h4 {
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1;
	border-left: 1px solid #eee;
	letter-spacing: 2px;
	font-size: 38px;
	font-weight: 700;
}
.section-head h4:before {
	content: '';
	width: 1px;
	height: 35px;
	background: #f15a2b;
	position: absolute;
	left: -1px;
	bottom: 0;
}
.section-head h4 span {
	font-weight: 200;
	padding-bottom: 5px;
}

.footer-head {
	margin-bottom:20px;
	position:relative;
}
.footer-head h5 {
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1;
	border-left: 1px solid #eee;
	letter-spacing: 2px;
	font-size:21px;
	font-weight: 700;
}
.footer-head h5:before {
	content: '';
	width: 1px;
	height:25px;
	background: #f15a2b;
	position: absolute;
	left: -1px;
	bottom: 0;
}
.footer-head h5 span {
	font-weight: 200;
	padding-bottom: 5px;
}

.bg-gray {
	background: #f7f7f7;
}
.bg-gray .owl-theme .owl-dots .owl-dot span {
	background: #777;
}
.o-hidden {
	overflow: hidden;
}
.position-re {
	position: relative;
}
.full-width {
	width: 100% !important;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding:50px 0;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.cd-headline {
	font-size: 3rem;
	line-height: 1.2;
}
 @media only screen and (min-width: 768px) {
 .cd-headline {
 font-size: 4.4rem;
 font-weight: 300;
}
}
@media only screen and (min-width: 1170px) {
 .cd-headline {
 font-size: 6rem;
}
}
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}
.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}
.cd-words-wrapper b.is-visible {
	position: relative;
}
.no-js .cd-words-wrapper b {
	opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
	opacity: 1;
}
/* xclip */
.cd-headline.clip span {
	display: inline-block;
	padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
}
 .cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
 position: absolute;
 top: 10%;
 right: 0;
 width: 2px;
 height: 70%;
 background-color: #aebcb9;
}
.cd-headline.clip b {
	opacity: 0;
}
.cd-headline b.is-visible {
	opacity: 1;
	font-weight: 900;
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #F7F8FA;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #f15a2b;
}
/* ----------------------------------------------------------------
     [ End Basic ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 9;
	min-height: 80px;
}
.navbar .icon-bar {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 600;
	color: #eee;
	letter-spacing: .5px;
	margin: 15px 5px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.navbar .navbar-nav .active {
	color: #f15a2b !important;
}
.nav-scroll {
	background: #fff;
	border-bottom: 1px solid rgba(12, 12, 12, 0.04);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
 -webkit-transition: -webkit-transform .5s;
 transition: -webkit-transform .5s;
 transition: transform .5s;
 transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}
.nav-scroll .icon-bar {
	color: #222;
}
.nav-scroll .navbar-nav .nav-link {
	color: #222;
}
.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: #111;
}
.logo {
	padding: 15px 0;
	/*width: 100px;*/
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Header ]
-----------------------------------------------------------------*/
.header {
	min-height: 100vh;
	overflow: hidden;
}
.header .caption .o-hidden {
	display: inline-block;
}
.header .caption h3 {
	font-weight: 200;
	letter-spacing: 3px;
}
.header .caption h1 {
	margin: 10px 0;
	font-size:58px;
	font-weight: 700;
	text-transform: uppercase;
}
.header .caption h1 b {
	color: #f15a2b;
}
.header .caption p {
	font-size: 16px;
	color: #eee;
	word-spacing: 2px;
}
.header .caption .butn {
	padding: 10px 30px;
	border: 1px solid #eee;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
	margin: 30px 2px 5px;
}
.header .caption .butn:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #fff;
}
.header .caption .butn:hover {
	border-color: #fff;
}
.header .caption .butn:hover:after {
	width: 100%;
	left: 0;
}
.header .caption .butn:hover span {
	color: #1c1c1c;
}
.header .caption .butn span {
	position: relative;
	z-index: 2;
}
.header .caption .butn-bg {
	background: #f15a2b;
	border-color: #f15a2b;
}
.header .arrow {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	z-index: 8;
}
.header .arrow i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header .arrow i:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	z-index: -1;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.header .arrow i:hover:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.slider .arrow, .slider-fade .arrow {
	display: none !important;
}
.slider .owl-item, .slider-fade .owl-item {
	height: 100vh;
	position: relative;
}
.slider .item, .slider-fade .item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
	z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
	position: absolute;
	bottom: 5vh;
	width: 100%;
}
.creative {
	min-height: 100vh;
}
.creative .svg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.creative .svg svg {
	fill: #fff;
	width: 101%;
}
.bg-vid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Hero ]
-----------------------------------------------------------------*/
.hero .extra-text {
	font-weight: 200;
	margin-bottom: 25px;
}
.hero .extra-text span {
	font-weight: 700;
}
.hero .item {
	background: #fff;
	text-align: center;
	padding: 30px 15px;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	border-radius: 5px;
	margin-bottom: 30px;
}
.hero .item .icon {
	font-size: 50px;
	margin-bottom: 15px;
	color: #f15a2b;
}
.hero .item h6 {
	margin-bottom: 15px;
}
.hero .mission p {
	margin-bottom: 30px;
}
.hero .mission i {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f15a2b;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
}
.hero .mission .small-text {
	margin-left: 10px;
	font-size: 13px;
	color: #666;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Quote ]
-----------------------------------------------------------------*/
.quote {
	background-attachment: fixed;
}
.quote .quote-text {
	padding: 80px 15px;
}
.quote .icon {
	font-size: 30px;
	margin-bottom: 30px;
}
.quote p {
	font-size: 17px;
	font-style: italic;
}
.quote h5 {
	color: #f15a2b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0 10px;
}
.quote h6 {
	font-size: 12px;
	color: #ccc;
}
/* ----------------------------------------------------------------
     [ End Quote ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio {
	overflow: hidden;
}
.portfolio .filtering span {
	margin-right: 30px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.portfolio .filtering span:last-child {
	margin: 0;
}
.portfolio .filtering .active {
	border-color: #f15a2b;
	color: #f15a2b;
}
.portfolio .items {
	margin-top: 30px;
}
.portfolio .item-img {
	position: relative;
	overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img:hover h6 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.portfolio .item-img h6 {
	font-weight: 600;
	position: relative;
	margin-bottom: 5px;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
 -webkit-transition: all .5s;
 transition: all .5s;
}
.portfolio .item-img-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: rgba(255, 255, 255, 0.95);
	color: #35424C;
	opacity: 0;
 -webkit-transition: all .5s;
 transition: all .5s;
	z-index: 2;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.portfolio .item-img-overlay a {
	font-size: 30px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Services Tabs ]
-----------------------------------------------------------------*/
.serv-tabs {
	background-attachment: fixed;
}
.serv-tabs .content .tab-item {
	display: none;
	position: relative;
}
.serv-tabs .content .curent {
	display: block;
}
.serv-tabs .content .bord {
	padding-right: 30px;
}
.serv-tabs .content .bord:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #f15a2b;
	position: absolute;
	right: 1px;
	top: 0;
	opacity: .7;
}
.serv-tabs .content .spcial {
	padding-left: 30px;
}
.serv-tabs .content .spcial p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	word-spacing: 1px;
}
.serv-tabs .tabs-icon .item div {
	text-align: center;
	padding: 30px 0;
	background: rgba(70, 70, 70, 0.55);
	margin-top: 50px;
	border-radius: 5px;
	cursor: pointer;
}
.serv-tabs .tabs-icon .item .icon {
	font-size: 30px;
	color: #f15a2b;
	margin-bottom: 15px;
}
.serv-tabs .tabs-icon .item h6 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.serv-tabs .tabs-icon .active div {
	background: #fff;
}
.serv-tabs .tabs-icon .active h6 {
	color: #111;
}
/* ----------------------------------------------------------------
     [ End Services Tabs ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Team ]
-----------------------------------------------------------------*/
.team .titem .team-img {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 220px;
	height: 220px;
	margin: auto;
}
.team .titem .team-img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team .titem img {
 -webkit-transition: all .5s;
 transition: all .5s;
}
.team .titem h6 {
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	margin: 20px 0 10px;
}
.team .titem span {
	font-size: 14px;
	color: #959595;
}
.team .titem .social {
	margin: 15px 0;
}
.team .titem .social a {
	margin: 0 5px;
}
/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonails ]
-----------------------------------------------------------------*/
.testimonails {
	background-attachment: fixed;
}
.testimonails .over {
	padding: 80px 15px;
}
.testimonails h5 {
	color: #f15a2b;
	font-size: 16px;
	font-weight: 600;
	margin: 15px 0 10px;
}
.testimonails h6 {
	font-size: 12px;
	color: #ccc;
}
.testimonails .owl-theme .owl-dots {
	text-align: right;
	margin-top: 15px !important;
}
/* ----------------------------------------------------------------
     [ End Testimonails ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .map {
	padding: 0;
	position: relative;
	z-index: 4;
}
.contact #ieatmaps {
	height: 100%;
}
.contact .info {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 80px 50px;
	color: #fff;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.contact .info .icon-toggle {
	width: 100px;
	height: 100px;
	background: #111;
	font-size: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 70px);
	right: -10px;
	border-radius: 5px;
	z-index: -1;
	cursor: pointer;
}
.contact .info .icon-toggle i {
	-webkit-transform: rotate(-45deg) !important;
	transform: rotate(-45deg) !important;
	position: absolute;
	right: 2px;
	top: 4px;
}
.contact .info .item {
	margin-bottom: 50px;
}
.contact .info .item:last-child {
	margin-bottom: 0;
}
.contact .info .item .icon {
	font-size: 45px;
	float: left;
}
.contact .info .item .cont {
	margin-left: 60px;
}
.contact .info .item .cont h6 {
	font-size: 16px;
	margin-bottom: 5px;
}
.contact .info .item .cont p {
	color: #999;
}
.contact .map-show {
	left: -100%;
}
.contact .map-show .icon-toggle {
	z-index: 2;
 -webkit-transition-delay: .3s;
 transition-delay: .3s;
}
.contact .contact-form {
	padding: 80px 50px;
}
.contact .contact-form input[type='text'], .contact .contact-form input[type='email'], .contact .contact-form textarea {
	width: 100%;
	padding: 10px;
	border: 0;
	background: #f7f7f7;
	border-radius: 5px;
}
.contact .contact-form textarea {
	height: 160px;
	max-height: 160px;
	max-width: 100%;
}
.contact .contact-form button[type='submit'] {
	background: #f15a2b;
	border: 1px solid #f15a2b;
	color: #fff;
	padding: 10px 30px;
	margin-top: 15px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
}
.contact .contact-form button[type='submit']:after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .contact-form button[type='submit'] span {
	position: relative;
	z-index: 2;
}
.contact .contact-form button[type='submit']:hover:after {
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
.contact .contact-form button[type='submit']:hover span {
	color: #f15a2b;
}
/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Footer ]
-----------------------------------------------------------------*/
footer {
	background: #111;
	padding: 20px 0 10px 0;
}
footer .social a {
	color: #777;
	font-size: 18px;
	margin: 15px 10px;
}
footer p {
	color: #777;
	font-weight: 700;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 17 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
 .mb-md50 {
 margin-bottom: 50px;
}
 .mb-md30 {
 margin-bottom: 30px;
}
 .mb-md0 {
 margin-bottom: 0;
}
 .navbar .navbar-collapse {
 max-height: 340px;
 overflow: auto;
 background: #111;
 text-align: center;
 padding: 10px 0;
}
 .navbar .nav-link {
 margin: 10px auto !important;
}
 .nav-scroll .navbar-collapse .nav-link {
 color: #fff !important;
}
 .nav-scroll .navbar-collapse .active {
 color: #f15a2b !important;
}
 .header .caption h2 {
 font-size: 30px;
}
 .header .caption h1 {
 font-size: 50px;
}
 .header .caption p {
 font-size: 16px;
}
 .serv-tabs .content .bord {
 padding-right: 0;
 margin-bottom: 50px;
}
 .serv-tabs .content .bord:after {
 display: none;
}
 .serv-tabs .content .spcial {
 padding-left: 0;
}
 .contact .map {
 height: 500px;
}
 .contact .info .icon-toggle {
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 top: calc(100% - 80px);
 right: calc(50% - 65px);
}
 .contact .info .icon-toggle i {
 -webkit-transform: rotate(-135deg) !important;
 transform: rotate(-135deg) !important;
 right: 4px;
}
 .contact .map-show {
 top: -100%;
 left: 0;
}
}
@media screen and (max-width: 767px) {
 .mb-sm50 {
 margin-bottom: 50px;
}
 .mb-sm30 {
 margin-bottom: 30px;
}
 .serv-tabs .tabs-icon .item div {
 padding: 15px 0;
}
 .serv-tabs .tabs-icon .item h6 {
 display: none;
}
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.contact-info ul {
    list-style: none;
    width: 100%;
    float: left;
}
.contact-info ul li {
    list-style-type: none;
    padding:0 0 10px 0;
    float: left;
    width: 100%;
	line-height: normal;
}
.contact-info ul li span:first-child {
    width: 30%;
    float: left;
}
.contact-info ul li span {
    width: 70%;
    float: left;
}

.widget ul {
    list-style: none;
}
.widget ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px dashed rgba(102,102,102,0.3);
    position: relative;
    padding:6px 10px 6px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.widget ul li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top:6px;
    display: block;
    font-family: "FontAwesome";
	color:#fff;
}
.widget ul li a {
    color: #999;
}
.widget ul li a:hover {
    color: #fff;
}
.scroll-to-top {
	bottom: 30px;
	position: fixed;
	right: 10px;
	z-index: 999999;
	text-indent:-999999px;
}
a.scrollertop {
	background-image:url(../images/back-top.png);
	background-color: #333;
	background-position:center center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	display: block;
	height:30px;
	width:30px;
}
.innerpage-titlebar {
    padding: 150px 0 0;
    margin-bottom: 30px;
    position: relative;
    background: url(../images/titlebar-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.titlebar-box {
    padding: 30px 30px;
    background: #f5f5f5;
    margin-bottom: -50px;
    position: relative;
}
.titlebar-col h2 {
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 0;
}
.titlebar-col p {
    text-align: right;
    vertical-align: middle;
}
.titlebar-col p a {
    text-transform: capitalize;
    color: #333333;
}
.titlebar-col p span {
    color:#f15a2b;
}
.help-block {
	display:block;
	margin-bottom:10px !important;
}
.padTop10 {
	padding-top:10px;
}
.info .item {
    margin-bottom: 30px;
}
.information .item .icon {
    font-size: 25px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.information .item:hover .icon {
    background: #1c1c1c;
    color: #eee;
}
.information .item h6 {
    font-weight: 700;
    margin-bottom: 10px;
}
.has-error .help-block{
    color: #a94442;
}
.list-items {
    margin:0 0 0 25px;
    padding:0;
}
.list-items ul {
    margin:0;
    padding:0;
    list-style:none;
}
.list-items ul li {
    line-height: 1.56;
    margin:0px 0px 5px 0px;
}
.list-items ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 15px;
    display: inline-block;
    margin-left: -1.5em;
    width: 0.6em;
}