*::-moz-selection {
 color: #FFF;
 background-color: rgba(133, 194, 38, 0.85);
}
 *::-ms-selection {
 color: #FFF;
 background-color: rgba(133, 194, 38, 0.85);
}
 *::-webkit-selection {
 color: #FFF;
     background-color: #141414;
}
*::selection {
	color: #FFF;
	background-color: rgba(31, 135, 223, 0.85);
}

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,700');

body {
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 70px;
	background-color: #141414;
}
a {
	transition: all 0.5s linear 0s;
	outline: none !important;
}
a:hover {
	transition: all 0.5s linear 0s;
	text-decoration: none;
	outline: none !important;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
/*===NAVBAR===*/
.navbar-default {
	    background-color: #141414;
}
.navbar-brand {
	height: auto;
}
.navbar-default .navbar-right {
	margin-top: 10px;
}
.navbar {
	min-height: auto;
	margin-bottom: 0px;
	border: none;
	font-size: 16px;
box-shadow: 2px 0 4px 2px rgb(76, 73, 73);
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#F44336;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color:#F44336;
	background-color: transparent;
	font-weight: bold;
	    
}
/*===BANNER===*/
.banner {
}
.banner .text-center {
}
.carousel-indicators .active {
	background-color: #2980b9;
}
.carousel-inner img {
	width: 100%;
	height: auto;
}
.carousel-control {
	width: 0;
}
.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {
	padding: 15px;
}
.carousel-control.right span {
	padding: 15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 0;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 0;
}
.carousel-control.left span, .carousel-control.right span {
	background-color: #000;
}
.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.banner .header-text {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 420px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.90);
	text-align: center;
	padding: 15px 0;
}
.banner .header-text h2 {
	margin: 0;
	font-weight: 700;
	color: #545248;
}
/*====SECTION 1====*/

.section1 {
	text-align: center;
	width: 750px;
	margin: 70px auto;
}
.section1 h2 {
	color: #F44336;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
}
.section1 h2::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 1px;
	background: #F44336;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.section1 p {
	font-size: 21px;
	color: #ccc;
	line-height: 35px;
}
/*====SECTION 2====*/

.section2 {
	margin-bottom: 70px;
}
.section2 .img-style {
	text-align: center;
	/*margin-top: 40px;*/
}
.section2 .img-style img {
	margin: 0 auto;
}
.section2 h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	color: #fff;
	font-size: 20px;
}
.section2 p {color:#a9a6a6; font-size:16px;}
.mar-btm1 {
	margin-bottom: 50px;
}
/*.section2 li {
	padding: 10px 20px 10px 20px;
	transition: all 0.5s linear 0s;
    background-color: rgba(33, 30, 30, 0.92);}*/
	
.section2 li {
    padding: 40px 30px;
    transition: all 0.5s linear 0s;
    background-color: rgba(33, 30, 30, 0.92);
    min-height: 300px;
}	
.section2 li:hover {
	background-color: rgba(66, 63, 63, 0.7803921568627451);
	transition: all 0.5s linear 0s;
}
.section2 li:hover p{color: #fff;}
.section2 li h4, .section2 li p {
	transition: all 0.5s linear 0s;
}
.section2 li:hover h4 .section2 li:hover p {
	color: #fff;
	transition: all 0.5s linear 0s;
}
.section2 li:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.section2 li img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
/*====SECTION 3====*/
.section3 {
	background-color: rgba(97, 97, 97, 0.37);
}
.section3 .leftimg {
	background: url(../images/img2.jpg) no-repeat scroll center center / cover;
	height: 335px;
}
.section3 .right-part {
	text-align: center;
	margin-top: 60px;
	color: #fff;
}
.highlights {
	margin-bottom: 30px;
}
.highlights h2 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	    color: #fff;
}
.highlights p {
	font-size: 16px;
}
.highlights img {
	margin: 5px 0;
}
/*=====SECTION 4======*/
.section4 {
	background-image: url(../images/img4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
	margin-bottom: 85px;
}
.section4 h3 {
	margin-bottom: 25px;
}
.section4 p {
	font-size: 17px;
	line-height: 24px;
	    margin: 30px;
}
/*=====SECTION 5======*/
.section5 {
}
.section5 h4 {
	margin-top: 0;
	margin-bottom: 30px;
}
.home-products {
}
.home-products .pro-view {
	padding: 10px 25px;
border-right: 1px solid #525151;
	text-align: center;
}
.home-products .pro-view img {
	margin: 0 auto;
}
.home-products .pro-view h4 {
	font-size: 18px;
	color:#d1d5d8;
	margin-bottom: 0;
	margin-top: 15px;
	    font-weight: normal;
}
.home-products .view1btn {
	margin-top: 30px;
}
.home-products .view1btn h5 {
	    background: #F44336;
	width: 140px;
	margin: 0 auto;
	padding: 12px 0;
	text-align: center;
	    border-bottom: 3px solid #c5837e;
	transition: all 0.5s linear 0s;
	border-radius: 5px;
}
.home-products .view1btn h5:hover {
	background:#2888DC;
	border-bottom-color: #2888DC;
	transition: all 0.5s linear 0s;
}
.home-products .view1btn a {
	color: #FFF;
	font-size: 15px;
}
.home-testmo {
}
.home-testmo p {
	color: #333;
	font-style: italic;
	line-height: 26px;
}
.home-testmo p span {
	color: #1F87DF;
}
/*====FOOTER====*/
footer {
	background: #303030;
	margin-top: 50px;
}
.ftr-links {
	text-align: center;
	padding: 30px 0 15px 0;
}
.ftr-links li {
	padding: 0 10px;
}
.ftr-links a {
	color: #948e8e;
}
.ftr-links a:hover {
	color: #F44336;;
}
.social ul {
	margin-bottom: 20px;
}
.social li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	margin: 0 10px;
}
.fb, .tw, .gp {
	background: #FFF;
	transition: all 0.5s linear 0s;
}
.fb:hover, .tw:hover, .gp:hover {
	transition: all 0.5s linear 0s;
}
.fb:hover {
	background: #414D99;
}
.tw:hover {
	background: #52A3EE;
}
.gp:hover {
	background: #DA4B35;
}
.fa-facebook, .fa-twitter, .fa-google-plus {
	font-size: 15px;
}
.copyright {
	padding: 10px 0;
	background: #222;
	color: #CDCDBF;
}
.copyright a {
	color: #CDCDBF;
}
.copyright a:hover {
	color: #FFF;
}
/*============*/

.content-part {
	text-align: center;
	margin: 40px 0;
}
.content-part h2 {
	margin-bottom: 10px;
	    color: #F44336;
	font-weight: bold;
	
}
.content-part h3 {
	margin: 0px;
	position: relative;
	padding-bottom: 10px;
	color:#fff;
}
.content-part h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50px;
	background: #fff;
	height: 1px;
	content: '';
}
.content-part h4 {
	margin-top: 0;
	line-height: 25px;
	    color: #ccc;
		margin-bottom: 40px;
}
.content-part address {
	margin-bottom: 50px;
	border-bottom:solid 1px #333;
}
.content-part h5 {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
}
.content-part h5 a{color:#fff; text-decoration:underline;}
.content-part h5 a:hover{color:#F44336; text-decoration:none;}
.content-part .fa-phone, .content-part .fa-mobile, .content-part .fa-fax, .content-part .fa-envelope-o {
	font-size: 40px;
	margin-bottom: 10px;
	color:#F44336;
	margin-top: 10px;
}
.color1 {
	color: #09F;
}
/*=======*/
.subpage {
	margin: 40px 0;
}
.subpage h1 {
	    color: #F44336;
	font-size:28px;
	font-weight: bold;
	margin-bottom:20px;
	padding-bottom:10px;
	position:relative;
}

.subpage h1::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	background:#F44336;
	width:70px;
	height:1px;
}
.subpage h3{color:#fff;line-height:34px;}

.subpage p {
	line-height: 25px;
	color: #ccc;
	text-align: justify;
	font-size:17px;
	margin-bottom: 20px;
}
.sidebar {
}
.subpage ul.list1{
	font-size: 17px;
    list-style-image: url(../images/arrow-1.png);
    color: #ccc;
    line-height: 34px;
    background-image: url(../images/about-bg.jpg);
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 50px;}
.subpage ul.list2{
	font-size: 17px;
    list-style-image: url(../images/arrow-2.png);
    color: #ccc;
    line-height: 34px;
}	

.sidebar h4{
	background:#85c226;
	color:#FFF;
	margin:0 0 10px 0;
	padding:10px;
	text-align:center;
}

.abt-hgt {
	text-align: center;
	margin-top: 50px;
}
.abt-hgt p {
	text-align: center;
}


.infrastructure{
}

.infrastructure img{
	margin-bottom:25px;
}

.product-images{
}

.product-images img{
	margin-bottom:30px;
}



/*===MEDIA SCREEN===*/

@media screen and (max-width:1200px) {
.nav > li > a {
	padding: 10px;
	margin-top: 3px;
}

.home-products .pro-view img {
    max-width: 100%;
}

}

/*===MEDIA SCREEN===*/
@media screen and (min-width:768px) and (max-width:991px) {
.navbar-default .navbar-right {
	margin-top: 0;
	margin-bottom: 0px;
	float: left !important;
	margin-right: 0;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-brand {
	padding: 5px;
	line-height: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.section3 .right-part {
	margin-top: 30px;
}
.section3 .leftimg {
	height: 300px;
}
.highlights {
	margin-bottom: 15px;
}

.home-products .pro-view img {
    /*max-width: 135px;*/
}


}

/*===MEDIA SCREEN===*/

@media screen and (max-width:991px) {
.home-products {
	margin-bottom: 25px;
}
.section1 {
	margin: 40px auto;
}
.section2, .section2 .text-right {
	text-align: center;
}
.mar-btm1 {
	margin-bottom: 0;
}
.section2 li {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}
.img-style {
	display: none;
}
}

/*===MEDIA SCREEN===*/
@media screen and (max-width:767px) {
.navbar-brand {
    padding: 5px 15px;
}
body {
    padding-top: 60px;
}
.subpage {
    margin: 20px 0;
}
.content-part h4 {
    margin-bottom: 10px;
}
.navbar {
	padding: 5px;
}
.section1 {
	width: 100%;
	margin: 30px auto;
	padding: 0 30px;
}
.section2 {
	margin-bottom: 15px;
}
.section3 .leftimg {
	height: 250px;
}
.section3 .right-part {
	margin-top: 15px;
}
.section4 {
	padding: 25px 0;
	margin-bottom: 25px;
}
.section4 h3 {
	margin-bottom: 15px;
}
.section4 p {
	font-size: 14px;
	line-height: 22px;
}
.mar-btm2 {
	margin-bottom: 25px;
}
.section5 {
	text-align: center;
}
.home-products .pro-view {
	padding: 5px;
	margin-bottom: 10px;
}
.home-products .pro-view h4 {
	margin-top: 10;
}
.section5 h4 {
	margin-bottom: 15px;
}
.home-testmo {
	border-top: 1px solid #EEE;
	padding-top: 15px;
}
.home-products .pro-view {
	border-right: none;
}
.copyright, .text-right {
	text-align: center !important;
}
/*Slider*/
.tp-caption {
    font-size: 30px !important;
}
.tp-desc{
	font-size: 18px !important;
	line-height: 28px !important;
}
.rev-btn{
	font-size: 15px !important;
	padding: 8px 20px !important;
}
/*Sldier End*/
}

/*===MEDIA SCREEN===*/
@media screen and (max-width:600px) {
.carousel-indicators {
	display: none;
}
.banner .header-text {
	top: 25px;
	width: 90%;
	margin: 0 5%;
	padding: 0;
}
.banner .header-text h2 {
	font-weight: 400;
	font-size: 25px;
}
.section3 .leftimg {
	height: 200px;
}
.section1 p {
	font-size: 16px;
	line-height: 30px;
}
/*Slider*/
.tp-caption {
    font-size: 28px !important;
    margin-top: -20px !important;
}
.tp-desc{
	font-size: 16px !important;
	line-height: 26px !important;
	white-space: normal !important;
	max-width: 400px !important;
	min-width: 400px !important;
	margin-top: 20px !important;
}
.tp-desc br{
	display: none;
}
.rev-btn{
	font-size: 14px !important;
	padding: 8px 20px !important;
	margin-top: 40px !important;
}
/*Sldier End*/
}

/*===MEDIA SCREEN===*/
@media screen and (max-width:480px) {
.navbar-brand > img {
	max-width: 300px;
	height: auto;
}
.banner .header-text {
	top: 20px;
	width: 90%;
	margin: 0 5%;
	padding: 0;
}
.banner .header-text h2 {
	font-size: 18px;
}
.section3 .leftimg {
	height: 150px;
}
.section1 h2 {
	margin-bottom: 15px;
}
.section1 p {
	font-size: 15px;
	line-height: 25px;
}
/*Slider*/
.tp-caption {
    font-size: 26px !important;
    margin-top: -20px !important;
}
.tp-desc{
	font-size: 15px !important;
	line-height: 25px !important;
	max-width: 380px !important;
	min-width: 380px !important;
	margin-top: 30px !important;
}
.rev-btn{
	display: none !important;
}
/*Sldier End*/
}

/*===MEDIA SCREEN===*/
@media screen and (max-width:400px) {
.navbar-brand > img {
	max-width: 260px;
}
/*Slider*/
.tp-caption {
    margin-top: -50px !important;
}
.tp-desc{
	max-width: 320px !important;
	min-width: 320px !important;
	margin-top: 30px !important;
}
/*Sldier End*/
}
/*===MEDIA SCREEN===*/
@media screen and (max-width:360px) {
.navbar-brand > img {
	max-width: 200px;
}
/*Slider*/
.tp-caption {
    margin-top: 0px !important;
}
.tp-desc{
	display: none !important;
}
/*Sldier End*/
}
.contact{position: relative;
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0px 55px;}
.contact .control-link h3{color:#104b99}
.contact .control-link {border:solid 1px #ccc;min-height:370px;min-height: 240px;    background-color: rgba(255, 255, 255, 0.86);
    padding: 0px;}
.contact .control-link i{    color: #ffffff;
    border-radius: 50%;
    background-color: #104b99;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 0px;
    margin: 20px;}
.contact .control-link li{margin-left:50px;}

.cpm-overview button, input{ background-color: #fff;
    line-height: 20px;
    padding: 10px;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select, .contact-form textarea, .contact-form .captcha {
	display: block;
    width: 100%;
    line-height: 30px;
    height: 48px;
    font-size: 14px;
    padding: 12px 20px;
    background: rgb(34, 34, 34);
    color: #fff!important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 24px;
    border-radius: 0;
    border:none !important;
}
.contact-form input:focus,
.contact-form textarea:focus{
	outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus, .contact-form .captcha:focus{
    border-color: #cd2128;
    background: #000;
	color:#fff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:119px;
	resize:none;
	padding:10px 20px;	
	color:#000;
}
.contact-form textarea:hover, .contact-form textarea:focus {
    color: #FFF;
    background: #000;
    border-color: #124D9B;
}

.contact-form .button {
    position: relative;
    padding: 5px 30px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #cd2128;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 2px solid #cd2128;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.padd {
    padding-top: 15px;
}
.contact-form .button:hover, .contact-form .button:focus {
    color: #FFF;
    background: #124D9B;
    border-color: #124D9B;
}
.frmcontrols{margin-bottom:30px;}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder{color:#FFF;}
.contact-form input::-moz-input-placeholder, .contact-form textarea::-moz-input-placeholder{color:#FFF;}
.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder{color:#FFF;}
.contact-form .captcha #num1, .contact-form .captcha #num2{float:left;font-size: 16px;font-weight: 500;}
.contact-form .captcha #num1 span, .contact-form .captcha #num2 span{width:40px;display:inline-block;text-align:center;font-size:16px;font-weight:500;}
.contact-form .captcha #captcha{width:50px;padding:0 10px;margin:0;height:30px;float: left;background: #2a2a2d;margin-left: 5px;}
.contact .cpm-overview {
    margin-bottom:0;
}
.thnx{
	margin-bottom: 10px !important;
}
.mb-2{
	margin-bottom: 20px !important;
}
.social li:hover a i{
	color:#fff;
}
.contact-form .captcha #num1{
	margin-left: 10px;
}
.white{
	color:#fff;
}
.list-inline {
    text-align: center;
}
.home-products .pro-view:last-child{
	border-right: 0px;
}
.copyright{
	overflow:hidden;
}