*==== 03. Section title & Buttons ===== 
=============================*/
.section-title {
	margin-bottom: 33px;
	display: inline-block;
	width: 100%;
}
.section-title h2{
	    margin-bottom: 0px;
    position: relative;
    color: #0585e5;
    font-size: 30px;
    width: auto;
    display: inline-block;
    font-weight: bold;
    margin-top: 40px;
}
.section-title h2 b{
	color: #ff7f0d;
}
.section-title h2 strong{
	font-weight: 300;
	color: #0585e5;
}

.section-title p {
	margin-top: 20px;
margin-bottom: 0px;
line-height: 28px;
margin-top: 15px;
}



.btn-style-one{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#000;
	background: #fff;
	border: 1px solid #000;
	box-shadow: none;
	display: inline-block;
	
}
.btn-style-one i{
	margin-right:10px;
}
.btn-style-one:hover,.btn-style-one:focus{
	background:#000;
	color:#fff;
}


.btn-style-two{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#fff;
	background: #0585e5;
	border: 1px solid #0585e5;
	box-shadow: none;
	display: inline-block;
	
}
.btn-style-two i{
	margin-right:10px;
}
.btn-style-two:hover,.btn-style-two:focus{
	background:#0585e5;
	color:#fff;
}

.btn-style-three{
	border-radius: 4px;	
	padding: 5px 20px;
	font-size: 13px;
	color:#fff;
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	display: inline-block;
	
}

.btn-style-three i{
	margin-right:10px;
}

.btn-style-three:hover,.btn-style-three:focus{
	background:#fff;
	color:#000;
}


/*======== 04.About us =========== 
=======================================*/

.about-us-bg{	
	padding: 70px 0px;
	width:100%;
	float:left;
}

.about-img{
	padding: 0px 60px 30px 60px;
}
.about-img img{
	border-radius: 4px;	
	box-shadow: 15px 15px 0px rgba(0,0,0,0.08);
}
.about-content{
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	width: 100%;
	
}
.about-content h4 {    
	margin-bottom: 15px;
color: #0585e5;
font-size: 22px;
line-height: 26px;
font-weight: bold;
}
.about-content h4 span{ 
	font-weight:400;	
}
.about-content p:last-child {
	margin-bottom:0;
}


/*==== 05. Features  ===== 
=============================*/

.features-bg{		
	padding:100px 0px;	
}

.feature-img {
	padding:0px 30px;	
}

.feature-img img{
	border-radius:4px;
}


/*==== 06. Portfolio List View ==== 
================================*/
.portfolio{
	padding:80px 0px;
}
.filtr-item{
	overflow:hidden;
	padding: 30px 15px 0px 15px;
}	
.filtr-item a img{ 
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
	border-radius: 4px;
}	
.filtr-item:hover a img{ 
	transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
}
.filtr-item .item-desc{ 
	opacity:0;
	-moz-transition:all 0.5s ease-in 0s;
	-webkit-transition:all 0.5s ease-in 0s;
	-o-transition:all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;	
}
.filtr-item:hover .item-desc{ 
	opacity:1;
	font-size:14px;
}
.filtr-item:nth-last-child(-n+3){
	padding-bottom:0px !important;	
}
.simplefilter{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.simplefilter li {
	background-color: transparent;	
	font-size: 13px;	
	display: inline-block;	
	cursor:pointer;	
	border:1px solid #fff;
	color: #000;
}
.simplefilter li.active {    
	color:#0585e5;	
	border:1px solid #0585e5;
}
.simplefilter li, .multifilter li, .sortandshuffle li{
	padding: 6px 25px;
	margin-bottom: 0px;
	border-radius: 4px;
	margin-right: 5px;
	text-transform:capitalize;
	-webkit-transition: all ease-out 0.3s;  
	transition: all ease-out 0.3s;
	text-transform: uppercase;
	font-weight: bold;
}
#cboxOverlay {
    background: url(../images/portfolio/overlay.png) repeat 0 0;
}	
#cboxPrevious{
	background:url(../images/portfolio/controls.png) no-repeat -75px 0
}
#cboxNext{
	background:url(../images/portfolio/controls.png) no-repeat -50px 0;
}

#cboxClose {
	background: url(../images/portfolio/controls.png) no-repeat -25px 0;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
    border: 10px solid #fff;
}
#cboxOverlay {
    background: #000;
}
#cboxTitle{
	font-size: 14px;
	color:#757575;
}
#cboxCurrent{
	font-size: 14px;
	color:#757575;
}	
	

/*==== 07. Services Box ====== 
==============================*/

.services-bg {		
	padding: 40px 0px 40px 0px;
	background: #2d2d2d;
}
.services-box{
	padding: 15px 30px 30px 30px;
	margin-top: 0px;
	text-align: center;
	position: relative;
	z-index: 1;
	position: relative;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #fff;	
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
min-height: 240px;
}
.services-box h3{
	font-size: 18px;
	margin-bottom: 15px;
	color: #0585e5;
	margin-top: 0px;
	font-weight: bold;
}


.services-box .img{
	margin: 15px auto 15px auto;
width: 50px;
height: 50px;
}

.services-box i{
	font-size: 45px;
	color: #0585e5;
	display: inline-block;
}
/*
.services-box:hover 
{
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-o-transform: translateY(5%);
    transform: translateY(-5%);

}*/

/*==== 08. Team Members ==== 
============================*/

.team-members-bg{
	padding:80px 0px;
	background:#f0f0f0;	
}
.team-members{
	position: relative;
	padding: 30px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	margin: 0px 30px 30px 30px;
}
.team-members img{
	width: 150px;
	height: 150px;
	border-radius: 4px;
	transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	border-radius: 50%;
	margin-top: 25px;
	border: 5px solid rgba(255,255,255,0.2);
}

.team-members img:hover{
	transform:scale(1.1,1.1);
	filter:grayscale(100%);
}

.team-members::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 10px;
	top: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #ccc;
	border-radius: 30px;

}
.team-members  em{
	margin-bottom: 10px;
	display: inline-block;
	font-size: 13px;
	font-style:normal;
	opacity: 0.8;
}
.team-members  h3{
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
	color:#0585e5;
	font-weight:400;
}

/*==== 09. Testimonial ==== 
============================*/

.testimonial-bg {
    background: url(../images/testimonials-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    z-index: 1;
    position: relative;
	padding:80px 0px 125px 0px;
}
.testimonial-bg::before {
    background:#0585e5;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	opacity:0.9;
}

.testimonial-bg .carousel-indicators{
	bottom: -55px;
}
.testimonial-bg  .carousel-indicators li {
    background-color: #fff;
    border: 1px solid #262626;
}

.testimonial-item{
	color:#fff;
	text-align:center;
}
.testimonial-item p{
	opacity:0.9;
}
.testimonial-item span{
	font-size:18px;
	display:inline-block;
	width:100%;	
}
.testimonial-item em{
	font-size:13px;
	display:inline-block;
	width:100%;
	font-style:normal;	
	opacity:0.8;
}

.testimonial-bg   .section-title h2{
	color:#fff;	
}
.testimonial-bg   .section-title h2::before{
	border-color:#fff;		
}
.testimonial-bg   .section-title h2::after{
	background:#fff;
	border-color:#0585e5;	
}

/*==== 10. Pricing Table ==== 
============================*/

.pricing-table-bg{
	background: #fff;
	padding:80px 0px 50px 0px;
}
.pricing-table{
	border-radius: 4px;
	float: left;
	padding: 30px;
	width: 100%;
	position: relative;
	background: #fff;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border: 5px solid #0585e5;
	margin-bottom: 30px;
text-align: left;
}

.pricing-table .pricing-table-tag{
	font-size: 50px;
	display: inline-block;
	width: 100%;
	color: #0585e5;
	margin-bottom: 0px;
	font-weight: bold;	
}
.pricing-table .pricing-table-tag span{
    font-size: 13px;
}
.pricing-table .pricing-table-title{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color:#0585e5;

	
}
.pricing-table .list-group{
	margin-bottom: 18px;
	margin-left:0px;
		
	}
.pricing-table .list-group .list-group-item{
	padding: 0px 0px 15px 0px;
	font-size: 16px;
	border-style: none none solid;
	background-color: transparent;
	border-color:transparent;
}

.price-table-selected{
    background: #0585e5;
    color: #fff;
}
.price-table-selected .pricing-table-title{
	color:#fff;
}
.price-table-selected .pricing-table-tag{
    color: #fff;
}

/*==== 11. FAQs ============= 
=============================*/

.faqs-bg{
	background:#f0f0f0;
	padding: 80px 0px;
}
.faqs-acc{ 
	position:relative;
	margin-bottom:20px; 
}
.faqs-acc:last-child{
	margin-bottom:0;
}
.faqs-acc h4::after{
	content: "\f3d8";
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
	line-height: 30px;
}
.faqs-acc h4.collapsed::after{
	content: "\f3d0";
	font-family: "Ionicons";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 25px;
	line-height: 30px;
}
.faqs-acc h4{
	margin-bottom: 5px;
	padding: 15px 30px 15px 15px;
	cursor: pointer;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	box-shadow: none;
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	color:#000;
}
.faqs-acc p{
	padding: 15px 15px;
	background: #fff none repeat scroll 0 0;
	-moz-transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
	transition: all 0.5s ease-in 0s;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}


/*==== 12. Page Counter ==== 
==========================*/

.pagecounter-bg{
	padding:80px 0px;    
	background: #f0f0f0;
}
.page-counter-ls{ 
	text-align: center;
	z-index: 2;
	position: relative;
	border-radius: 4px;
	padding: 15px 0px;
}
.page-counter-ls i{ 
	font-size: 25px;
	margin-bottom: 15px;
	opacity: 0.9;
	color: #0585e5;
	display: inline-block;
}
.page-counter-ls h3{	
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.page-counter-ls span{
	display: inline-block;
	font-size: 40px;
	color: #000;
	line-height: 1.2;	
}

/*==== 13.Video bg ===== 
=============================*/

.video-bg {    
	background:#0585e5;
	color:#fff;
	padding:80px 0px;
	text-align: center;
}
.video-play-ls h2{
	margin-bottom:15px;			
}
.video-play-ls .play-btn{ 
	width:50px; 
	height:50px; 
	background:#fff; 
	line-height:50px; 
	font-size:25px;
	border-radius:4px;
	display:inline-block;
	color:#0585e5;
	text-align:center;
}
.video-play-ls .play-btn i{
	padding-left:5px; 
}

.latest-blog-bg{
	padding:80px 0px;
	background: #f0f0f0;
	
}
.latest-blog{
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	min-height:240px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}

.latest-blog h5{
	margin-bottom:15px;
	font-size:18px;
	font-weight:400;	
}
.latest-blog h5 a{
	color: #0585e5;
}
.latest-blog h5 a:hover{
	color:#0585e5;
	text-decoration:underline;
}
.latest-blog p{
	margin-bottom:15px;
}
.latest-blog ul{
	margin:0;
	padding:0;
}
.latest-blog ul li{
list-style: none;
font-size: 13px;
display: inline-block;
margin-right: 10px;
}
.latest-blog ul li i{
	font-size:20px;
	color:#0585e5;
}
.latest-blog ul li span{
	font-weight:bold;
}


/*==== 14. contact-us-bg ==== 
============================*/

.contact-us-bg{
	padding:60px 0px;
}
.contact-us-bg .section-title  h2{
	color:#fff;
	text-align: center;
	margin-top:0px;
}
.contact-us-bg .dts h4{
	font-size:15px;
}
.contact-us-bg .dts p{
	font-size:14px;
}

/*==== 15. Social Links ==== 
============================*/

.social-links-lg {
	position: absolute;
	width: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 2;
	top: -30px;
}

.social-links-lg a {
    border-radius: 4px;
    display: inline-block;	
    font-size: 20px;
    width: 70px;	
    height: 70px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    background: #0585e5 none repeat scroll 0 0;
    border: 5px solid #fff;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;	
}

.social-links-lg a:hover {
  	background: #000 none repeat scroll 0 0;
}

.social-links-md {
	text-align: center;
}

.social-links-md a {
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;	
    transition: all 1s ease 0s;
    width: 30px;
	text-align:center;
  	color: #000;
	border-radius: 4px;	
}

.social-links-md a:hover {
	background: #0585e5 none repeat scroll 0 0;
	color:#fff;
	border-color:#0585e5;
}

/*==== 16. Loader Classes ======= 
===============================*/

#preloader {
	overflow: hidden;
	background-color: #0585e5;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.cssload-loader {
	width: 48px;
	height: 48px;
	border-radius: 4px;
	margin: 3em;
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	background: #fff;
	z-index: 9;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -24px
}
.cssload-loader,.cssload-loader:before,.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
	-o-animation: 1.15s infinite ease-in-out;
	-ms-animation: 1.15s infinite ease-in-out;
	-webkit-animation: 1.15s infinite ease-in-out;
	-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,.cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.cssload-loader {
	animation-name: cssload-loader;
	-o-animation-name: cssload-loader;
	-ms-animation-name: cssload-loader;
	-webkit-animation-name: cssload-loader;
	-moz-animation-name: cssload-loader;
}
@keyframes cssload-loader {

	from {

		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	}

	to {

		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	}

}

@-webkit-keyframes cssload-loader {

	from {

		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

	}

	to {

		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

}



/*==== 17.Footer ==== 
============================*/

.footer {
    padding: 60px 0px 0px 0px;
    background: #0585e5;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #f0f0f0;
    position: relative;
    color: #fff;
}
.footer-nav-links{ 
	text-align:center;
	margin:30px 0px;	
}
.footer-nav-links h5{	
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
}
.footer-nav-links a{ 
	color:#fff;
}
.footer-nav-links a:hover{
	color:#fff;
	text-decoration:underline;
}
.footer-copyrights-bg{
	background: rgba(0,0,0,0.04);
	color: #fff;
	padding: 15px;
}
.footer-copyrights-bg p {
	margin-bottom:0px;
	font-size: 13px;
}

/*==== 18. Alternative Modal Popup ==== 
=====================================*/

.alter-modal{
	padding:0px 15px;
	background-size:cover !important;
	color: #fff;
	background:#300457;
}
.alter-modal .modal-dialog.modal-lg{
	width:100%;
}
.alter-modal .modal-title{
	color: #fff;
	font-weight: bold;
	font-size:25px;	
}
.alter-modal .modal-content{
    border: 0 none;
    box-shadow: none !important;
	background-color: transparent;
}
.alter-modal .modal-header{
	text-align:center;
	border-bottom: 0px;
}
.alter-modal .modal-footer{
	text-align:center;
	border-top:0px;
}
.alter-modal .close {
    font-size: 40px;
    opacity: 1;
  	color: #fff;
  	text-shadow: 0 1px 0 #fff;
}
.modal-dark-shadow::before{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
	z-index: -1;
	background:#0585e5;
	opacity:0.8;
}
.modal-light-shadow::before{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	content:"";
	z-index: -1;
	background: rgba(255, 255, 255, 0.7);
}
.modal-header {
    text-align: center;
}

/*==== Common CSS ===== 
=============================*/

.hero-static-img{
	width: 100%;
	min-height: 100vh;
	padding: 0;
	position: relative;
	z-index: 1;
}
.hero-static-slider{
	padding:20% 0px;
	color:#fff;
	width:80%;
	margin:0 auto;
	z-index:1;
	position:relative;
	text-align:center;
}
.hero-static-slider h1{
	color:#0585e5;
	margin-bottom:15px;
}

.hero-static-slider p{
	margin-bottom:20px;
}

.overlay::before{
	content:"";
	z-index:-1;
	background:#000;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity: 0.7;
	position:absolute;
}

.carousel-fullpage{
	height: 350px;
	width: 100%;
	background-size: cover;
	border-radius: 0px;
	float: left;
	position: relative;
	z-index: 1;
}

.carousel-fullpage::after{
	position:absolute;	
	content:"";
	z-index:0;
	background: #121212;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0;
	z-index: -1;
	opacity: 0.3;
}
.intro-single-content{
	padding:15% 0;
	color:#fff;
	width:80%;
	margin:0 auto;
	z-index:1;
	position:relative;
}
.intro-single-content h2{
	font-size: 48px;
	margin-bottom:15px;		
}
.introcarousel-rgt-nav{
position: absolute;
top: 45%;
color: rgba(255,255,255,0.8);
right: 20px;
width: 50px;
height: 50px;
z-index: 3;
text-align: center;
line-height: 50px;
font-size: 14px;
cursor: pointer;
border: 1px solid rgba(0,0,0,0.95);
border-radius: 50%;
background: rgba(0,0,0,0.75);
}
.introcarousel-lft-nav{
	position: absolute;
top: 45%;
	color: rgba(255,255,255,0.8);
	left: 20px;	
	width: 50px;
	height: 50px;
	z-index: 3;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	cursor:pointer;
	border: 1px solid rgba(0,0,0,0.95);
border-radius: 50%;
background: rgba(0,0,0,0.75);
}

.dark-shadow::before{
	position:absolute;
	content:"";
	z-index: 0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.list-icon{
list-style: none;
margin: 0 0 15px 30px;
padding: 0;
}
.list-icon li{
list-style: none;
padding: 5px 0px;
position: relative;
margin-bottom: 0px;
}
.list-icon li i{
position: absolute;
left: -30px;
font-size: 20px;
text-align: center;
color: #0585e5;
top: 0;
}
.mr-md{
	margin-right:15px;
}
.mr-lg{
	margin-right:60px;
}
.mt-lg{
	margin-top:30px;
}
.mt-md{
	margin-top:15px;
}

.mb-null{
	margin-bottom:0px;
}

.home-slider-menu-animation{	
	float:left;
	width: 100%;
}

.fn-md{
	font-size:25px;
}


.classic-box{
	padding: 60px 30px 0px 20px;
	position: relative;
	border-right: 1px solid #acd3f0;
	border-bottom: 1px solid #acd3f0;
	text-align: center;
	min-height: 250px;
}
.classic-box span{
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}

.classic-box i{
	font-size: 20px;
	left: 5px;
	top: 0px;
	text-align: center;
	color: #0585e5;
	border-radius: 4px;
	line-height: 0px;	
	margin-right: 14px;
}
.classic-box.brd-lft::before{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	height:150px;
	background:#acd3f0;
	content:"";
	width:1px;
}
.classic-box.brd-rgt::before{
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	height:150px;
	background:#acd3f0;
	content:"";
	width:1px;
}

.classic-box h4{
font-weight: normal;
color: #000;
margin-bottom: 15px;
font-size: 16px;
text-transform:uppercase;
}

.classic-box p{
	font-size:15px;
	color:#2a2a2a;
	text-align:justify;
}

.faq-img {
	padding:0px 30px;	
}
.faq-img img{
	border-radius:4px;
}

#main-menu .navbar-right{
	margin-top:8px;
}
.owl-carousel .owl-stage-outer{
	width:100%;	
}
.mb-md{
	margin-bottom:15px;
}
.pr-img {
    float: left;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pr-img img{
	width: 200px;
	height: auto;
	margin: 15px;
}

.ft-bg{
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
	margin-bottom:0px;	
	float: left;
	width: auto;
	padding: 5px 15px;
}

.pt-null{
	padding-top:0px;
}

.bl-bg{
	padding: 30px;
	border-radius: 0px;
	background: #1c64b6;
	color: #fff;
}

.bl-bg h2{
	color:#fff;
}

.sb-tt{
	font-size: 20px;
	color: #1c64b6;
	margin-bottom:0px;
}

.partners-bg{
	background: #333;
	padding: 30px 30px 15px 30px;
	color: #fff;
}
.partners-bg h2{
	color:#fff;
}

.grey-bg{
	padding: 30px;
	border-radius: 0px;
	background: #d4d4d4;
	border: 1px solid #d4d4d4;	
}

.gl-bg{
	background: #fff;
	padding: 30px;
	border:1px solid rgba(0,0,0,0.2);
}

#main-menu{
	padding:0;
	margin:0;
}

.navbar-default .navbar-nav > li:first-child > a{
	padding-left:0;
	margin-left:0;
}

.menu-bg{
	border-bottom:1px solid #d1d1d1;
	padding:15px 0px;
	margin-bottom:15px;
}
.menu-bg-alt{
margin-top: 20px;
padding: 5px 0px;
background: #f6f6f6;
border-top:1px solid #d1d1d1;
}

.menu-bg-alt .navbar-default.navbar-affix{
	background: #f6f6f6;
}
.menu-bg-alt .navbar-default .navbar-nav > li > a{
	padding: 5px 0px 3px 0px;
	margin: 10px 15px;
}
.menu-bg-alt .navbar-default .navbar-nav > li > a.spl-btn{
	margin-top:6px !important;
}

.menu-bg-alt .navbar {
    height: 55px;
}
.ad-tt.fn-lg{
		font-size:26px;
}
.ad-tt{
	color:#0b0f24;
	font-weight:normal;
}
.ad-tt b{
	
}

.ad-gr-tt{
	background: #f6f6f6;
	padding: 10px 15px;
	width: auto;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto 30px auto;
	display: inline-block;
}
.ad-gr-tt.bl-bg{
background: #0585e5;
color: #fff;
padding: 10px 20px;
}

.ad-gr-dts{
	width: 100%;
	float: left;
	
}
.mb-lg{
	margin-bottom:60px;
}
.ad-gr-dts p{
	text-align:justify;
}
.fn-tt{
	font-size:20px;
}
.vision-bg{
	background:url(../images/blue-ocean-img.jpg);	
	background-size:cover;	
	margin-top: 60px;
	color:#fff;
}
.pd-null{
	padding:0;
}
.spl-content{
	background: rgba(0,0,0,0.4);
	padding: 40px;
}
.spl-content h3{
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}
.spl-content p{
	text-align:justify;
}

.about-content p{
	text-align:justify;
	color: #333;
	font-size:16px;
}



.brd-btm{
	border-bottom: 1px solid #acd3f0;
}

.brd-rgt-null{
	border-right:0px;
}

.pt-md{
	padding-top:20px;
	}
.pt-m-lg{
	padding-top:30px;
	}
.br-null{
	border-right:0px;
}	

.contact-us-bg{
	background:#fff;		
}

.contact-us-bg h3{
	color:#0066b3;
	font-size:15px;
	padding:15px 0px;
	border-bottom:1px solid #cecece;
	margin-bottom:15px;
	margin-top:0px;
}
.contact-us-bg .dts{
	text-align:left;
}
.section-padding{
	padding: 60px 0px;
}

.mt-md{
	margin-top:15px !important;
}

.systems-img{
	width: 90%;
	margin-top: 0px;
	position: relative;
	transition: all ease-in-out 0.5s;
	margin-bottom: 15px;
}

.systems-img a::before{
	position: absolute;
	left: 0px;
	right: 0;
	top: 0px;
	bottom: 0;
	background:#000;
	z-index: 0;
	content: "";
	/*width: calc(100% - 30px);
	height: calc(100% - 20px);*/
	width:100%;
	height:100%;	
	opacity: 0.55;
	border-radius: 16px;
}
.systems-img:hover{
/*	box-shadow:2px 2px 3px rgba(0,0,0,0.25);*/
}

.systems-img img{
	width:100%;	
	border-radius: 16px;
}

.systems-img span{
	position: absolute;
	bottom: 45px;
	width: 75%;
	z-index: 1;
	left: 40px;
	right: 0;
	color: #fff;
	font-size: 16px;
}

.systems-img span b{
	width: 100%;
	display: inline-block;
	font-size: 18px;
}


.spl-btn{
	color: #fff !important;
	padding: 10px !important;
	border-radius: 4px;
	margin-top: 10px !important;
	background: #0585e5 !important;
}


.slider-wht-txt{
	width: 80%;
	margin: 0 auto;
	color: #fff;
	padding-top: 100px;
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	text-transform: uppercase;
}

.slider-bl-txt{
	width: 80%;
	margin: 0 auto;
	color: #fff;
	padding-top: 40px;
	font-size: 35px;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
	text-transform: uppercase;
	text-align: right;
}

.slider-spl-txt{
	
color: #fff;
padding-left: 7%;
width: 70%;
text-align: left;
margin-top: 8%;
}

.slider-spl-txt em{
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
.slider-spl-txt em{
	color:#337cf3;
}

.slider-ad-txt h2,.slider-spl-txt h2{	
	font-size: 45px;
	text-align: left;
	font-weight: bold;	
	line-height: 60px;
	letter-spacing: 1.2px;
	line-height: 1.2;
	margin-top:0px;
}
.slider-ad-txt {
color: #fff;
margin-top: 5%;
padding-right: 7%;
width: 55%;
float: right;
text-align: right;
}

.slider-ad-txt em{
	color: #337cf3;
	font-style:normal;
	font-weight:bold;
	font-size:20px;
}


.slider-ad-txt h2{	
	font-size: 20px;
	text-align: left;
	font-weight: bold;	
	line-height: 60px;
	letter-spacing: 1.2px;
	line-height: 1.2;
}

.slider-ad-txt h2 span{
	font-weight:bold;
	font-size: 45px;
	width:100%;
	display:inline-block;	
	color: #fff;
	text-align: right;
}

.slider-ad-txt h2 span b{
	color: #fdd600;
}

.slider-ad-txt h2 b{	
	color: #fff;
}
.slider-spl-txt h2 b{	
	color:#fdd600;
}
/*
.slider-ad-txt::before{
	position:absolute;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	content:"";
	z-index:0;
	width:100%;
	height:100%;
}*/
.cv-logo{
	float:right;
}

.our-partners-bg{	
	margin-top: 30px;
}

.home-slider-menu-animation{
position: relative;
z-index: 0;
}



/*----------Home Banner  ----------*/

#introSlider3{
	margin-top:0px;
}

.about-content .custom-tb {
	display:table;
	margin-bottom: 0px;
}


.about-content .custom-tb .tb-row{
	display:table-row;
	margin-bottom:30px;	
}

.about-content .custom-tb .tb-cell{
	display:table-cell;
	padding:0px;
}
.about-content .custom-tb .tb-cell.tb-pd{
	background: #fff;
	width: 10%;
	padding: 0px;
}

.about-content .custom-tb .tb-cell.tb-mn-dts{
	
	border-radius: 4px;
	color: #fff;
	position: relative;
	z-index: 1;
	width:65%;
	vertical-align: top;
	
	
}
.about-content .custom-tb .tb-cell.tb-mn-dts::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0585e5;
	z-index: -1;
	content: "";
	opacity: 0.85;	
	border-radius: 4px;
}
.about-content .custom-tb .tb-cell.tb-mn-img{
	border-radius:4px;	
	background-size: cover;
	
}


.about-content .custom-tb .tb-cell.tb-sb-img{
	border-radius:4px;	
	background:url(../images/lf-aboutus-img.jpg);
	background-size: cover;	
	background-position: center;
}

.about-content .custom-tb .tb-cell.tb-sb-dts{	
	border-radius: 4px;
	position: relative;
	z-index: 1;
	width:45%;
	background:#fff;
	vertical-align: top;		
}
.about-content .custom-tb .ad-tt {	
font-weight: bold;
text-align: left;
font-size: 25px;
line-height: 35px;
margin-bottom: 20px;
}


.about-content .custom-tb .tb-cell.tb-sb-dts a{	
	color:#05467B;
}

.ab-icn-box{
	width:100%;
	display:inline-block;
	margin-bottom: 10px;
}

.ab-icn-box img{
	width:50px;
	height:50px;
	display:inline-block;
}

.ab-icn-box p{
	width: calc(100% - 70px);
	display: inline-block;
	margin-left: 15px;
}


.copyrights-bg{
	background:#ececec;
	color:#000;
	padding:15px;
	font-size:15px;
	width:100%;	
	float:left;
}
.copyrights-bg p{
	margin-bottom:0px;
	width:auto;
	float:left;
	margin-right: 30px;
}

.social-media-bg{
	text-align: center;
    display: inline-block;
	width: auto;
	float: right;
}
.social-media-bg a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #40cf00;
    border: 1px solid #40cf00;
    margin-top: 0px;
    margin-right: 10px;
	border-radius:4px;
	font-size: 18px;
	color:#fff;
}

.social-media-bg a:hover{
	background:#4fe30d;
	border-color:#4fe30d;
	color:#fff;
}

.mr10{
	margin-right:10px;
}
.copyrights-bg p a{
	color:#000;
	margin-top: 10px;
	text-decoration:underline;
}

.sme-img{
	background:url(../images/sme-bg-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
}


.single-slider-img{
	position:relative;
	z-index:1;
	color:#fff;
	min-height: 300px;
}


.single-slider-img::before{
	position:absolute;
	left:0;
	right:0;
	
	background: -moz-linear-gradient(left,  #0575E6 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(left,  #0575E6 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to right,  #0575E6 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#00000000',GradientType=1 ); 

	opacity:0.75;
	z-index:-1;
	content:"";
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}

.mrn-img{
	background:url(../images/general-marine.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
}

.global-accounts-img{
	background:url(../images/global-accounts-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
}

.corporte-bg-img{
	background:url(../images/corporate-bg-img.jpg);
	background-size: cover;	
	min-height: auto;
	background-size: cover;
	padding-bottom: 30px;
	background-position:bottom;
}


.single-slider-img  .nav-links-bg{
	margin-top:30px;
}
.single-slider-img  .nav-links-bg b{
	font-size:13px;	
}
.single-slider-img  .nav-links-bg a{
	color:#fff;
	opacity: 0.9;
}
.single-slider-img  .nav-links-bg a:hover{
	color:#fff;
	opacity: 1;
}
.single-slider-img  .nav-links-bg span{
	font-size: 14px;
    width: 100%;
    display: inline-block;
}
.single-slider-img  .nav-links-bg i{	
    position: absolute;  
    top: 0;
	font-size:18px;
}
.single-slider-img  .nav-links-bg i.lft{	
  left: -10px;
}
.single-slider-img  .nav-links-bg i.rgt{	
  right: -10px;
}

.prd-tt-dts{
	margin-top: 140px;
	
}
.prd-tt-dts span{
	font-size: 14px;
    text-decoration: underline;
}
.prd-tt-dts h4{
font-size: 18px;
    margin-top: 10px;
}

.sp-cnt-bg{
	padding:60px 0px;
}

.sp-cnt-bg .sp-img{
	width:100%;
	border-radius:4px;	
}

.sp-cnt-bl{
margin-bottom: 15px;
display: inline-block;
}

.sp-cnt-bl .mn-tt{	
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.5;
}

.sp-cnt-bl img{
	width: 75px;
	float: left;
	margin-right: 15px;	
	margin-top: 0px;
}
.sp-cnt-bl i{
width: auto;
    float: left;
    font-size: 30px;
    margin-right: 15px;
    margin-top: -4px;
}

.sp-cnt-bl p{
	width: calc(100% - 120px);
	float: left;
	margin-top: 0px;
	font-size: 15px;
	margin-bottom: 0px;
	text-align: justify;
}

.bg-gray{
	background:#f6f6f6;	
}

.spl-bg{
	background: #0066b3;
	color: rgba(255,255,255,0.85);
	
}

.cp-bg{
	background: #f6f6f6;
	color: rgba(0,0,0,0.9);
}


.sp-cnt-bg .sb-tt{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5;
}

.sp-cnt-ul{
	margin:0;
	padding:0;
}
.sp-cnt-ul li{
	list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
}
.sp-cnt-ul li i{
	margin-right:10px;
	color:#0066b3;
}
.navbar-default .navbar-nav > li > a{
	transition:all ease-in;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	color: #0585e5;
	background-color: #fff;
	font-weight:bold;

}

#main-menu .dropdown-menu{
	background: #0585e5;
	color: #fff;
	width: 350px;
	top: 65px;
}

#main-menu .dropdown-menu::before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0585e5;
	position: absolute;
	right: 30px;
	top: -10px;
	z-index: 1;
	content: "";
}

#main-menu .dropdown-menu > li > a{
	color: #fff;
	white-space: pre-wrap;
	padding: 10px;
	text-transform:uppercase;
}

#main-menu .dropdown-menu > li > a:focus, #main-menu  .dropdown-menu > li > a:hover{
	background: #013257;
}

.sp-box{
	padding:30px;
	border:1px solid #0066b3;
	display:inline-block;
	width:100%;
}
.sp-box ul{
    margin-left: 20px;
}

.sp-box::before{
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.85);
    content: "";
    z-index: -1;
}
.sp-box.sp-box-adj::before {
	background: -moz-linear-gradient(left, #0575E6 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, #0575E6 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, #0575E6 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#00000000',GradientType=1 );
}
.sp-box li::before{
    position: absolute;
    left: -20px;
    top: 9px;
    background: #0066b3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
}

.sp-box-adj.sp-box li::before{
	background:#fff;
}

.mrn-box{
	background: #fff;
    padding: 15px 15px 15px 60px;
    font-size: 14px;
    border: 1px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    min-height: 100px;
}

.mrn-box i{
    position: absolute;
       left: 20px;
    top: 10px;
    z-index: 1;
    font-size: 25px;
    color: #0066b3;
}
.pb-sc-img{
	    background: url(../images/public-sector-img.jpg);
    background-size: cover;
    min-height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: bottom;
	position:relative;
}

.sp-pr-img{
	    background: url(../images/speciality-img.jpg);
    background-size: cover;
    min-height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: center;
	position:relative;
}


.pb-sc-img::before {
    position: absolute;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, #0575E6 0%, #0575E6 100%);
    background: -webkit-linear-gradient(left, #0575E6 0%,#0575E6 100%);
    background: linear-gradient(to right, #0575E6 0%,#0575E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60575E6', endColorstr='#000575E6',GradientType=1 );
    opacity: 0.9;
    z-index: 0;
    content: "";
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.spl-bg .sb-tt{
	color:#fff;
}

.spl-bg .sp-cnt-ul li i{
color:#fff;
}


.owl-carousel .owl-item img.spl-adj{
	width: 350px;
	float: right;
	position: absolute;
	left: 30px;
	top: 40px;
}




.gbn-spl-img{
	width: 188px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 5px;
}

#preloader{
	display:none;
}

.btn-primary{
	padding: 10px 25px;
	border-radius: 4px;
	/*background:#ff7f0d;
	border-color:#ff7f0d;*/
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover{
	background:#fe902e;
	border-color:#fe902e;
}


.ab-dts-box{	
	display:inline-block;
	margin:30px 0px 0px 0px;
}

.ab-dts-box .icn-box{
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 16px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-right: 30px;
}
.ab-dts-box .dts{
	width: calc(100% - 110px);
	float: left;
}
.ab-dts-box .dts h4{
	font-size: 18px;
	line-height: 25px;
	color:#300457;
	font-weight: normal;
}
.ab-dts-box .icn-box span{
	position:absolute;
	right: -15px;
	top: -15px;
	font-size:35px;
	color:#300457;
	font-weight:normal;
	opacity: 0.5;
}

.ab-dts-box .icn-box img{
	margin-top:15px;
}

.advantage-bg{
	margin-top: 50px;
}

.lf-ad-bg{
	padding:30px;
	background:#f0f0f0;
	border-radius:16px;
}

.lf-ad-bg ul{
	list-style:none;
	margin:0 0 0 30px;
	padding:0;
}

.lf-ad-bg ul li {
	margin-bottom: 30px;
	position:relative;
}
.lf-ad-bg ul li::before {
	position: absolute;
	left: -23px;
	top: 11px;
	width: 10px;
	height: 10px;
	background: #ff7f0d;
	border-radius: 50%;
	z-index: 1;
	content: "";
}
.lf-ad-bg ul li  span{
	color:#300457;
	font-size:18px;
	margin-bottom: 10px;
	width:100%;
	display:inline-block;
	font-weight: bold;
}
.lf-ad-bg ul li:last-child{
	margin-bottom:0px;
}
.lf-ad-bg ul li  em{
	font-style:normal;
}

.ct-us-bg{
	padding: 60px;
	background: #43616c;
	border-radius: 16px;
	color: #fff;
}


.contact-section{
	padding: 90px 0px;
	width:100%;
	float:left;
}

.contact-section .section-title h2{
	color:#ffffff;
	font-size: 26px;
}
.contact-section .contact-form{
	padding-right:25px;
}

.contact-form .form-group .form-control{
	border: 0px;
	font-size: 14px;
	padding: 20px 20px;
	height: auto;
	border-radius: 16px;
}

.contact-form .form-group{
	margin-bottom: 30px;
}
.contact-section .section-title{
	margin-bottom: 40px;
}

.contact-bg{
	background: #3d677d;
	color: #fff;
	padding: 60px 0px;
	border-radius:16px;
	position:relative;
}

.contact-bg::before{
    position: absolute;
    right: 10px;
    top: 0;
    width: 100px;
    height: 310px;
    background: url(../images/ct-ph-img.png);
    content: "";
    z-index: 0;
}


.btn-style-four{	
	color: #fff;
	background: #ff7f0d;
	padding: 15px 40px;
	border-color: #ff7f0d;
	letter-spacing: 1px;
	border-radius: 16px;
	font-size: 15px;		
}

.btn-style-four:hover{	
	background:#fd8c27;	
	color: #fff;
	border-color:#fd8c27;	
}
.btn-style-one{	
	font-size: 13px;
	border: 0px;
	color: #103459;
	background: #ffffff;
	border-color:rgba(0,0,0,0.2);
	padding: 5px 20px;
	letter-spacing:1px;	
}

.btn-style-one:hover{
	background: #f6f6f6;
	color: #103459;	
}
.contact-form .has-error .help-block{
	background:red;
	color:#fff;
	border-radius:8px;
	padding:0px 15px;
}

.hw-tb{	
    padding: 30px;
padding: 0px 0px 15px 0px;
float: left;
border-radius: 4px;
margin-top: 0px;
margin-bottom: 0px;

display: flex;
}

.hw-tb h4{
   margin: 0px;
text-align: left;
}
.hw-tb .dts{
    margin-top: 10px;
}

.hw-tb img{
width: 50px;
float: left;
height: 50px;
margin-right: 15px;
}

.hw-tb .dts{
width: 100%;
float: left;
text-align: left;
margin-left: 0px;
margin-top: 15px;
font-size: 16px;
opacity: 0.8;
margin-top: 10px;
}


.hw-tb-rgt{
	border: 2px solid #3044e5;
padding: 15px 20px;
margin-bottom:0px;
font-size:16px;
opacity: 0.7;
border-radius:4px;
margin-top:0px;
}

.hw-tb-rgt p{
	margin-bottom:0px;
	font-size: 16px;
}

.hw-tb-tt {
    font-weight: normal;
    text-align: left;
   
    line-height: 35px;
    margin-bottom: 20px;
}

.hw-tb-tt p{
	font-size:24px;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
}

.hw-tb-tt h2 {
font-size: 18px;
font-weight: normal;
margin-bottom: 10px;
opacity: 0.6;
margin-top: 0px;
}
.sp-txt {
	width: calc(25% - 15px);
text-align: center;
float:left;
margin-right:15px;
margin-top:30px;
margin-bottom:0px;
padding: 30px;
z-index: 1;
position: relative;
}
.sp-txt h4{
font-size: 18px;
margin-top: 15px;
font-weight: normal;
}
.sp-txt p{
font-size: 15px;
margin-bottom: 0px;
opacity: 0.8;
}

.sp-txt:nth-child(1) {
	margin-top:60px;
}

.sp-txt:nth-child(3) {
	margin-top:60px;
}

.sp-txt:nth-child(4) {
	margin-top:30px;
}

.sp-txt:nth-child(5) {
	margin-top:60px;
}


.hw-wr{
	padding:90px 0px 0px 0px;
	background: #121212;
	width:100%;
	float:left;
	color:#fff;
}

.hw-ls-bg{
	width: 100%;
	float: left;
	background: #121212;
	color: #fff;
	padding-bottom: 90px;
}

.hw-ls-bg::before{
	/*background: url('../images/brd-line-im.png' ) no-repeat;*/
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	content: "";
	position: absolute;
}

.hw-ls-bg .hw-img{
	border-radius:4px;
}
.hw-ls-bg .hw-ls-rgt{
	padding: 80px 0px 30px 60px;
}
.hw-ls-bg .hw-tt{
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	margin-bottom:40px;
}

.hw-ls-bg .hw-ls{
	margin-bottom: 40px;
	padding-left: 40px;
	position:relative;
}
.hw-ls-bg .hw-ls::before{
	position: absolute;
	left: 10px;
	top: -10px;
	content: "+";
	width: 50px;
	height: 50px;
	z-index: 1;
	font-size: 25px;
}
.hw-ls-bg .hw-ls h4{
	font-size: 18px;
	font-weight: normal;
}
.hw-ls-bg .hw-ls p{	
	font-size:15px;
	opacity: 0.8;	
}

.ad-sp-box{
	padding: 0px 0px 0px 60px;
position: relative;
margin: 60px 0px;
}

.ad-sp-box img{
position: absolute;
left: 0;
top: 13px;
width: 50px;
}

.ad-sp-box h2{
	font-size: 18px;
}

.ad-sp-box p{
	font-size:16px;
	
}


.hw-sg-us{
	padding:90px 0px;
	width:100%;
	float:left;
}
.hw-sg-us .sb-txt{
font-size: 18px;
font-weight: normal;
}
.hw-sg-us .mn-txt{
font-size: 22px;
font-weight: bold;
font-family: 'Poppins', sans-serif;
text-align: left;
}
.hw-sg-us .ans-txt{
padding: 30px 0px 30px 70px;
border-top: 1px solid rgba(0,0,0,0.3);
border-bottom: 1px solid rgba(0,0,0,0.3);
margin-top: 30px;
position:relative;
margin-bottom:0px;
}

.hw-sg-us .ans-txt  img{
position: absolute;
left: 0px;
top: 25px;
width: 40px;
}

.hw-sg-ls{
	padding: 25px 15px 20px 0px;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	width: 100%;
	float: left;
		/*border-right:1px solid #ccc;*/
}

.hw-sg-ls img{
	width: 40px;
	margin-right: 20px;
	float: left;
}
.hw-sg-ls h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
	line-height:1.6;
	width:calc(100% - 70px);
	float: left;
	margin-top: 7px;
}
.hw-sg-ls span{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  width:calc(100% - 70px) !important;
  float: left;
  margin-top: 0px;
}

.sg-tl-tb{
	width: 100%;
	display: table;
	min-height: 500px;
}

.sg-tl-tb .tb-col{
	display:table-cell;
	width:30%;
	position:relative;
	min-height: 400px;
	vertical-align: top;
	padding-top:60px;	
}
.sg-tl-tb .tb-col .tb-cnt{
	padding: 30px;
	background: rgba(255,255,255,0.85);
	margin-bottom:250px;
	/*min-height:250px;*/
}
.sg-tl-tb .tb-col .tb-cnt h3{
	font-size:20px;
}
.sg-tl-tb .tb-col .tb-cnt p{
	opacity:0.8;
}
.sg-tl-tb .tb-col:nth-child(1){
	background:url('../images/signstamper-api-wrks-img.jpg');
	z-index:1;
}

.sg-tl-tb .tb-col:nth-child(3){
	background:url('../images/signstamper-cloud-img.jpg');
	z-index: 1;
	background-size: cover;
	background-position: top left;
}

.sg-tl-tb .tb-col:nth-child(2){
	background:url('../images/signstamper-mb-app-img.jpg');
	z-index: 1;
	background-size: cover;
	background-position: top right;
}

.sg-tl-tb .tb-col:nth-child(2) .tb-cnt{
	
}
.sg-tl-tb .tb-col:nth-child(3) .tb-cnt {
	background:rgba(0,0,0,0.8);
	color:#fff;
	/*
	margin-top: 250px;
	margin-bottom: 0px;
	min-height: 280px;
	*/
}

.sg-tl-tb .tb-col:nth-child(1)::before{
	background:#000;
	content:"";
	left:0;
	right:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-1;
	opacity:0.85;
	top: 0;
}
.sg-tl-tb .tb-col:nth-child(1){
	padding-top:60px;	
}
.sg-tl-tb .tb-col:nth-child(1) .tb-cnt{
	background:transparent;
	color: #fff;	
}

.mt-lg{
	margin-top: 30px;
}

.spl-section-title{
	text-align: center;
color: #fff;
}
.spl-section-title .spl-promobox{
background: #7bfc2c;
color: #000;
margin: 0 auto;
width: 300px;
border-radius: 4px;
}

.product-view{
	padding: 60px 0px 0px 0px;
}

.page-template-template-homepage .type-page {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.features-details-bg{
	padding: 40px 0px;
}