/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, NoÃƒÆ'Ã‚Â«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.section-head {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:30px;
}
.section-head h2 {
	float:left;
	width:100%;
	padding: 8px 20px;
	font-size: 40px;
	text-align:left;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	background-color: #404040;
	text-transform:uppercase;
	letter-spacing:2px;
	/* border-left: 15px solid #d83a3a; */
	position:relative;
}
.section-head h2:before {
	content:'';
	position:absolute;
	top:-15px;
	left:-15px;
	width:100px;
	height:100px;
	background: #2ec8ff;
	z-index: 1;
	opacity: 0;
}
.section-head h3 {
	float:left;
	width:100%;
	padding:6px 0;
	font-size:33px;
	text-align:left;
	color: #011835;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	margin-top: 0;
}
.section-head h3 strong{
	color: #c80202;
}

.section-head h3:before {
	content:'';
	position:absolute;
	top:-15px;
	left:-15px;
	width:100px;
	height:100px;
	background: #5e5e5e;
z-index: -1;
opacity: 0.1;
}
.section-head p {
    float: left;
    text-align: left;
    color: #363636;
    font-style: italic;
    font-size: 12px;
}


.bold-separator {
	width:70px;
	height:6px;
	background: #404040 !important;
	float:left;
	margin-top:6px;
}
.list-style {
margin-top: 0;
}

.list-style h6{
font-size: 35px;
font-weight: 600;
margin-bottom: 15px;
color: #ff4800;
letter-spacing: 0.8px;
margin-top: 20px;
text-transform: uppercase;
}

.list-style ul{
list-style: none;
display: inline-block;
padding-left: 15px;
margin-top: 0;
width: 100%;
}

.list-style li{
float: left;
width: 100%;
text-align: left;
position: relative;
font-size: 15px;
font-weight: 500;
}

.list-style li p{
line-height: 22px;
}


.list-style li i{
	padding-right: 15px;
float: left;
padding-top: 5px;

}


.featherlight .featherlight-content b{
	color: #ff4800;font-size: 20px;
}

.featherlight .featherlight-content strong{
	color: #1f1f1f;
	font-weight: 700;
}

@media all {
.featherlight {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2147483647;
	text-align:center;
	white-space:nowrap;
	cursor:pointer;
	background:#333;
	background:rgba(0, 0, 0, 0)
}
.featherlight:last-of-type {
	background:rgba(0, 0, 0, .8)
}
.featherlight:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-.25em
}
.featherlight .featherlight-content {
	position:relative;
	text-align:left;
	vertical-align:middle;
	display:inline-block;
	overflow:auto;
	padding:25px 25px 0;
	border-bottom:25px solid transparent;
	padding-left:5%;
	padding-right:5%;
	max-height:95%;
	background:#fff;
	cursor:auto;
	white-space:normal;
}
.featherlight .featherlight-inner {display: inline-block;width: 100%;padding: 30px 30px;}
.featherlight-inner img{
	width:100%;
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 30px;
	right: 30px;
	font-size: 25px;
	line-height: 65px;
	width: 65px;
	cursor: pointer;
	text-align: center;
	font-family: Arial,sans-serif;
	background: #fff;
	background: rgb(216, 58, 58);
	color: #fff;
}
.featherlight .featherlight-image {
	width:100%
}
.featherlight-iframe .featherlight-content {
	border-bottom:0;
	padding:0;
	width: 80%;
	height:auto
}
.featherlight iframe{
	border:0;
	background-color:transparent;
}
.lightbox h4 {
	float: left;
	width: 100%;
	padding: 6px 0 12px;
	font-size: 20px;
	text-align: left;
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}
.fixwidth .featherlight-content {
	width: 75%;
	padding: 0;
	color: #001b53;
	background: #fff;
	border: 5px #d83a3a solid;
}

.fixwidth .featherlight-content p {/* font-family: 'Montserrat', sans-serif; */font-size: 15px;font-weight: 400;letter-spacing: 0.3px;line-height: 29px;text-align: justify;font-style: normal;padding: 0;margin-top: 0;}

}


@media only screen and (max-width:1600px) and (min-width:992px) {

.fixwidth .featherlight-content {
    width: 95%;
    padding: 0;
    color: #001b53;
    background: #fff;
    border: 5px #ff541f solid;
}
.fixwidth .featherlight-content p {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    padding: 0;
    margin-top: 0;
}

}
@media only screen and (max-width:1280px) {
.fixwidth .featherlight-content {
    width: 98%;
    padding: 0;
    color: #000;
    background: #fff;
    border: 5px #11a8de solid;
}
}

@media only screen and (max-width:1024px) {
.featherlight .featherlight-content {
margin-left:10px;
margin-right:10px;
max-height:98%;
padding:10px 10px 0;
border: 5px #d83a3a solid;
}
.featherlight-inner img {
    width: 100%;
    display: none;
}
.section-head h2 {
    float: left;
    width: 100%;
    padding: 18px 20px;
    font-size: 25px;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: 25px;
    font-size: 25px;
    line-height: 65px;
    width: 65px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgb(216, 58, 58);
    color: #fff;
}
.featherlight .featherlight-inner {
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
}
}

@media(max-width: 767px) {
	 
	 .featherlight-inner img {
    width: 100%;
    display: none;
}
	.featherlight .featherlight-inner {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.fixwidth .featherlight-content p {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 23px;
    text-align: justify;
    font-style: normal;
    padding: 0;
    margin-top: 0;
}

.section-head {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 15px;
}

.mob-pad-0 {
	padding:0;	
}
	 
.mob-pad-5 {
	padding:0 5px;	
}	 
	 
 .fl-page h1 span {
display: block;
}
 .fl-page .btn-download {
float: none;
margin-bottom: 1em;
}
.fixwidth .featherlight-content {
    width: 90%;
    padding: 15px;
    color: #000;
    background: #fff;
    border: 8px #b92626 solid;
}
 .new-list li {
 list-style:square;
 font-family: 'Source Sans Pro', sans-serif;
 font-size:14px;
 line-height:24px;
 margin-left:0px;
}
 .new-list {
 margin-left:0px;
 padding-left:5px;
}
.lightbox h2 {
    background-color: #404040;
    color: #FFF;
    font-family: 'Fjalla One', sans-serif;
    padding: 12px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 18px;
    text-shadow: 2px 2px 1px rgba(7, 6, 2, 1);
    text-align: left;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 15px;
    font-size: 18px;
    line-height: 45px;
    width: 45px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgb(226, 16, 16);
    color: #fff;
}

.featherlight-inner img {
    width: 100%;
    display: none;
}

.service-style-2 h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    color: #c11616;
    line-height: 35px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.list-style-3 ul li {
    color: #000;
    line-height: 28px;
    font-size: 13px;
    margin: 0px 0 5px 0;
}
}
