/***************
	COMMON
***************/
.login {
	position: absolute;
	left: 80%;
	top: 0px;
}
.login-btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	background: #198ffa;
	text-transform: uppercase;
	width: 100px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 25px;
	position: relative;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #198ffa;
	z-index: 9;
}
.login-btn:before,
.login-btn:after {
  position: absolute;
  top: -1px;
  width: 10px;
  height: 10px;
  content: " ";
  border: 1px solid #ffffff;
}
.login-btn:before {
  left: -10px;
  border-top-right-radius: 15px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 5px 0px 0 #198ffa;
}
.login-btn:after {
  right: -10px;
  border-top-left-radius: 15px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -5px 0px 0 #198ffa;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 25px;
	margin: 0px;
}
.link-btn {
	width: 222px;
	height: 48px;
	background: #198ffa;
	display: block;
	border-radius: 85px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
.link-btn::after {
	position: absolute;
	font-family: "FontAwesome";
	top: 0;
	right: 20px;
	content: "\f061";
}
.link-btn.brd-btn {
	border: 2px solid #ffffff;
}
.sect-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #2293ef;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
}
.sect-title span {
	color: #161616;
}
.sect-title.text-white span {
	color: #ffffff;
}
.clear {
	content: " ";
	display: block;
	clear: both;
}
/***************
	HEADER
***************/
header {
    position: absolute;
    width: 100%;
    z-index: 9;
	padding: 25px 0;
}
	/***************
		NAV
	***************/
	nav#main-nav {
		margin-bottom: 0px;
		border: none;
		border-radius: 0px;
	}
	nav#main-nav a.navbar-brand {
		height: auto;
		padding: 0px;
	}
	nav#main-nav a.navbar-brand img{
		width: 22rem;
	}
	nav#main-nav #navbar .navbar-nav > li > a {
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 14px;
		color: #353535;
		text-transform: uppercase;
		padding: 11px;
	}
/***************
	BANNER
***************/
#home .item > img {
    margin: 0 auto;
    width: 100%;
}
#home .carousel-caption {
    height: 100%;
    left: 0;
    padding: 0;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}
#home .carousel-caption > .wrapper {
    left: 62%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}
#home .carousel-caption h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 46px;
	color: #222222;
	margin: 0 0 20px;
	line-height: normal;
}
#home .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-width: 2px;
}
#home .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #198ffa;
	border: none;
}
#home #welcome h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 41px;
	color: #198ffa;
	line-height: normal;
	margin: 0px;
	clear: both;
	text-transform: uppercase;
	margin: 115px 0 35px;
}
#home #welcome h1 small {
	font-weight: 400;
	font-size: 23px;
	color: #222222;
	clear: both;
	display: block;
	margin: 0 0 5px;
}
#home #welcome h1 span {
	font-weight: 900;
	font-size: 26px;
	color: #222222;
	clear: both;
	display: block;
}
#home #welcome p {
    margin: 0 0 25px;
}
#home #quote {
	background: rgba(0, 0, 0, 0) url("../img/sub-banner.jpg") no-repeat scroll center center / cover;
    min-height: 364px;
    padding: 155px 0 0;
}
#home #quote h3, 
.page #quote h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 38px;
	font-style: italic;
	color: #ffffff;
	line-height: normal;
	margin: 0px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.22);
	text-align: center;
}
#home #welcome p {
    margin: 0 0 25px;
}
#home #services {
    padding: 90px 0;
}
#home #services .sect-title {
    margin-bottom: 20px;
}
#home #services .link-btn {
    margin-top: 30px;
}
#home #services .service-box {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    min-height: 146px;
    padding-left: 100px;
}
#home #services .col-lg-6:nth-last-child(-n+2) .service-box {
	margin-bottom: 0px;
}
#home #services .sales-icon {
	background-image: url("../img/service-icon-1.png");
}
#home #services .security-icon {
	background-image: url("../img/service-icon-2.png");
}
#home #services .survey-icon {
	background-image: url("../img/service-icon-3.png");
}
#home #services .project-icon {
	background-image: url("../img/service-icon-4.png");
}
#home #services .service-box h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #2293ef;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
}
#home #partners {
	background: url("../img/partners-bg.jpg") no-repeat scroll center center / cover;
	padding: 80px 0;
	min-height: 692px;
}
#home #partners h2,
#home #partners p {
	text-align: center;
}
#home #partners p {
	color: #a7a7a7;
}
#home #partners .bx-wrapper {
	background: none;
	border: none;
	box-shadow: none;
	margin: 60px 0 0;
}
#home #partners .slide {
	width: 268px;
	height: 142px;
	background: rgba(244,242,241,0.13);
	border: 1px solid rgba(234,234,234,0.13);
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
#home #partners .slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home .bx-wrapper .bx-controls-direction a {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 40px;
	height: 40px;
	top: 45%;
}
#home #partners .bx-wrapper .bx-prev {
	background: url("../img/prev.png");
	left: -65px;
}
#home #partners .bx-wrapper .bx-next {
	right: -65px;
	background: url("../img/next.png");
}

.page #static-banner {
	min-height: 453px;
	background: rgba(0, 0, 0, 0) url("../img/about-us/banner.jpg") no-repeat scroll center top / cover;
	position: relative;
}
.page .page-title {
	color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 50px;
    font-weight: 900;
    left: 50%;
    line-height: normal;
    margin: 0;
    position: absolute;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
	/*padding-right: 49px !important;
    padding-top: 289px !important;*/
}
.page .cont-title {
	color: #198ffa;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.page #mission {
	padding: 55px 0;
}
.page #mission .cont-title {
    margin-bottom: 20px;
}
.page #mission img {
	margin-bottom: 30px;
}
.page #mission p {
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
}
.page #quote {
	background: rgba(0, 0, 0, 0) url("../img/about-us/quote-bg.jpg") no-repeat scroll center center / cover;
    min-height: 256px;
    padding: 100px 0 0;
}

footer {
    padding-top: 78px;
}
footer ul.social-icons {
    list-style: outside none none;
    margin: 50px 0 0;
    padding: 0;
}
footer ul.social-icons > li {
    float: left;
	margin: 0 7px 0 0;
}
footer ul.social-icons > li.facebook-icon > a {
	color: #3b5998;
}
footer ul.social-icons > li.twitter-icon > a {
	color: #33ccff;
}
footer ul.social-icons > li.dribble-icon > a {
	color: #ee508d;
}
footer ul.social-icons > li.youtube-icon > a {
	color: #bb0000;
}
footer .widget-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #4d4d4d;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 25px 0;
}
footer .widget-title::after {
    border-top: 2px solid #198ffa;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    width: 75px;
}
footer .menu-text,
footer .contact-text {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer .menu-text li > a,
footer .contact-text li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #4d4d4d;
	line-height: normal;
	margin: 0px;
}
footer .contact-text li > a > i {
	font-size: 21px;
	color: #198ffa;
	margin-right: 15px;
}
footer .menu-text {
	width: 30em;
}
footer .menu-text li {
	position: relative;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
	float: left;
	width: 15em;
	text-transform: uppercase;
	margin: 0 0 15px;
}
footer .menu-text li::before {
	position: absolute;
	font-family: "FontAwesome";
	top: 0px;
	left: 0px;
	content: "\f105";
	color: #198ffa;
}
footer  .contact-text > li {
    margin-bottom: 15px;
}
footer #copyright {
	background: #131313;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #797979;
	min-height: 77px;
	padding: 30px 0;
	margin: 105px 0 0;
}
footer #copyright a {
	color: #198ffa;
	text-transform: uppercase;
}

.service-link-text{
	font-style:italic;

}
.service-link-text > a:hover {text-decoration:none !important;}
.service-link-text > a:focus {text-decoration:none !important;}
a:hover {text-decoration:none !important;}
a:focus {text-decoration:none !important;}
.get-more-text {margintop:25px !important;}
#services-page h1 span{
	clear: both;
    color: #222222;
    display: block;
    font-size: 26px;
    font-weight: 900;
	font-family: "Roboto",sans-serif;
	text-transform:uppercase;	
}
.sales-row{padding-top:50px;}
#service-quote {
	background: rgba(0, 0, 0, 0) url("../img/service-bottom-banner.jpg") no-repeat scroll center center / cover;
    min-height: 364px;
    padding: 155px 0 0;
}
#service-quote h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 38px;
	font-style: italic;
	color: #ffffff;
	line-height: normal;
	margin: 0px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.22);
	text-align: center;
}
.slink-btn{
	width: 200px;
	height: 48px;
	background: #198ffa;
	display: block;
	border-radius: 85px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	align-content: center;
}

.parent{align-content:center;}
#service-static-banner {
	min-height: 645px;
	background: rgba(0, 0, 0, 0) url("../img/service-banner.jpg") no-repeat scroll center top / cover;
	position: relative;
}
#contact-static-banner {
	min-height: 645px;
	background: rgba(0, 0, 0, 0) url("../img/contact-banner.jpg") no-repeat scroll center top / cover;
	position: relative;
}
.send-btn{
	width: 107px;
	background : #198ffa;
	display : block;
	border-radius:48px;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	font-size:14px;
	color : #ffffff;
	line-height:44px;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	border:1px solid transparent;
	/*margin-top:25px;	*/
}
#contact-quote {
	background: rgba(0, 0, 0, 0) url("../img/contact-bottom-banner.jpg") no-repeat scroll center center / cover;
    min-height: 364px;
    padding: 155px 0 0;
	text-align:center;
}
#contact-quote .fa-envelope{color:#fff !important; margin-top:3px; margin-left:2px;}
.contact-mail {color:#198FFA; padding-left:20px; padding-top:10px;}
.contact-mail a {color:#fff !important; font-size:12px;}
.contact-right-content{color:#fff; font-size:16px;}
 .slink-btn{
	width: 170px;
	height: 48px;
	background: #198ffa;
	display: block;
	border-radius: 85px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#contact-page .fa-circle-thin {
	font-size:2.5em !important;
	color: #198ffa;
}
.contact-icons {
	padding-top: 5px !important;
	color: #198ffa;
	padding-left: 5px !important;
}
.contact-label {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.payment-icons {
    list-style: outside none none;
	margin-left: 83px;
}
.payment-icons > li{
	float: left;
	margin: 0 20px 0 0;
	font-size: 40px;
}
.form-control {
	border-top: none !important;
	border-left: none !important; 
	border-right: none !important;
    border-bottom: 1px solid #ccc !important;  
	box-shadow: none !important; 
	border-radius: 0px !important;
}
.form-control:focus {
	border-bottom: 2px solid #ccc !important;
}
.request-quote {
	align-content: center !important; 
	margin: 37px auto 0; 
	width:470px;
}
.request-quote .slink-btn {
    float: left;
}
.request-quote > span {
    color: #fff;
    display: block;
    float: left;
    font-size: 21px;
	margin-left: 39px;
    margin-top: 9px;
}
.rquotelink {
	margin-left: 13px;
}
.contactlink {
	margin-left: 28px;
}
.error {
	color: #F50307;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 200;
	margin-top: 3px;
}
	
.nav > li > a:focus, .nav > li > a:hover {
    background-color: #198ffa !important;
    text-decoration: none;
	border-radius:30px;
	color : #FFFFFF !important;
}
.active {
	background-color: #198ffa !important;
	border-radius: 30px;
}
.active > a {
	color: #FFFFFF !important;
}
.watchvideo-link {
	width: 126px;
	height:42px;
	background: #198ffa;
	display: block;
	border-radius: 85px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-top : 8px;
	margin-bottom:8px;
		
}
.service-subheading {
	font-family: 'Roboto', sans-serif;
	color: #198ffa;
	font-size: 14px;
}
.partner-icons > li {
    float: left;
	list-style: outside none none;
    margin: 20px 20px 20px 0;
    min-height: 80px;
    min-width: 205px;
    position: relative;
    text-align: center;
}
.page #mission .partner-icons img {
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}