@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: 'Roboto';
 font-style: normal;
 font-weight: 100;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('Roboto-Regular.ttf'), local('Roboto-Regular.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Regular.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Light';
 font-style: normal;
 font-weight: 100;
 src: url('fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
 src: local('Roboto-Light.ttf'), local('Roboto-Regular.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Light.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Medium';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Medium.woff'); /* IE9 Compat Modes */
 src: local('Roboto Medium'), local('Roboto-Medium.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Medium.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Medium.ttf') format('truetype'); /* Legacy iOS */
}
@font-face {
 font-family: 'Roboto Bold';
 font-style: normal;
 font-weight: 400;
 src: url('fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
 src: local('Roboto-Bold'), local('Roboto-Bold.woff'), url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */ url('fonts/Roboto-Bold.ttf') format('truetype'); /* Legacy iOS */
}
body {
	font-family: 'Roboto';
	color: #333;
	font-size: 14px;
}
.logoStyle {
	font-size: 28px;
	line-height: 75px;
}
header {
	height: 75px;
}
.headerMenu {
	font-size: 18px;
	color: #666;
	list-style: none;
}
.headerMenu li {
	display: inline-block;
	border-bottom: 3px solid #fff;
}
.headerMenu li:hover, .headerMenu li.active {
	border-bottom: 3px solid #106cad;
}
.headerMenu li.dropdown{
	background: url(../images/downarrowMenu.png) no-repeat right center;
	padding-right: 10px;
}
.headerMenu li a {
	display: block;
	line-height: 72px;
	padding: 0 20px;
	text-decoration: none;
	color: #333;
}
.headerMenu li a:hover,  .headerMenu li.active a{
	text-decoration: none;
	color: #f11b25;
}
.headerMenu li ul{
	position: absolute;
    width: 250px;
    border: 1px solid #ccc;
    z-index: 9999;
    background-color: #fff;
    margin: 0;
    padding: 0;
	display: none;
	border-top: 3px solid #106cad;
}
.headerMenu li:hover ul{
	display: block;
}
.headerMenu li ul li{
	display: block;
	border: 0;
}
.headerMenu li ul li:hover{
	border: 0;
}
.headerMenu li ul li a{
	color: #333 !important;
    padding: 5px 20px;
    display: block;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
	transition: all .3s ease;
	background-color: #fff;
}
.headerMenu li ul li a:hover{
	background-color: #f57c00;
	color: #fff !important;
}
.carousel-inner .carousel-item > img {
	width: 100%;
	height: 100%;
}
.logoheading {
	font-family: 'Roboto Medium';
	padding-left: 5px;
}
.BlueText {
	color: #005d79;
}
.redText {
	color: #f11b25;
}
#productSection {
	background-image: url(../images/product-section-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 600px;
	padding: 80px 0;
}
#productSection2 {
	background-image: url(../images/product-section-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 500px;
	padding: 80px 0;
}
#productSection3 {
	background-image: url(../images/bg-divices.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 500px;
	padding: 80px 0;
}

#contactSection {
	min-height: 600px;
	padding: 80px 0;
}
.commonPageHeading {
	font-size: 42px;
	color: #0f6bac;
	font-family: 'Roboto Light';
	font-weight: normal;
}
.commonPageHeading2 {
	color: #f37b00;
	font-size: 22px;
}
.productDiv {
	border-radius: 10px;
	box-shadow: 2px 2px 2px 1px #aaa;
	height: 350px;
	background: #fff;
	width: 210px;
	display: inline-block;
	margin: 0 12px;
	vertical-align: top;
	padding: 20px 12px;
	position: relative;
}
.productDiv:hover {
	box-shadow: 0px 0px 3px 2px #0071c5;
}
.productDiv h3 {
	color: #0e6bae;
	font-size: 18px;
	font-weight: normal;
}
.productDiv h3 span {
	border-bottom: 1px solid #feb74d;
}
.productDiv p {
	color: #999;
	line-height: 200%;
}
.productDiv a {
	position: absolute;
	bottom: 0;
	display:block;
	text-align: center;
	width: calc(100% - 40px);
	line-height: 20px;
	margin: 10px 0;
	color: #bbb;
}
#teamSection, .background-blue {
	background-color: #0f6bac;
}
#teamSection2, .background-brown {
	background-color: #6b2e3f;
}
#teamSection3, .background-blue2 {
	background-color: #294069;
}
#teamSection4, .background-green {
	background-color: #055956;
}
#teamSection5, .background-parpul {
	background-color: #84679a;
}
.teamSectionRight {
	padding: 80px 150px 50px 50px;
	color: #fff;
	line-height: 180%;
	height: inherit;
}
.teamSectionRightH2 {
	color: #fff;
	font-size: 36px;
	font-family: 'Roboto Light';
}
.teamSectionRightH3 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-family: 'Roboto Light';
}
.teamSectionRight .contents {
	font-size: 20px;
	line-height: 170%;
	color: #d0dfe9;
	font-family: 'Roboto Light';
}
.borderBtn {
	background-color: transparent !important;
	color: rgba(255,255,255,0.8)!important;
	border: 1px solid;
	padding: 6px 30px;
	border-color: rgba(255,255,255,0.3);
}
#testimonialsSection {
	background-color: #f67c01;
	min-height: 400px;
	padding: 80px 0;
	color: #fff;
	font-size: 14px;
}
#testimonialsSection h2 {
	font-size: 36px;
	font-family: 'Roboto Light';
	color: #fff;
}
.font18 {
	font-size: 18px;
}
footer {
	background-color: #e4e4e4;
	padding: 80px 0;
	color: #444;
}
.smallHr{
	border-top: 1px solid #ffb74d;
	width: 50px;
	margin: 10px 0;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 80px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h3{
	font-size: 54px;
	color: #fff;
	font-family: 'Roboto Light';
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
}
.carousel-caption p{
	font-size: 24px;
	font-family: 'Roboto Light';
	text-shadow: 1px 1px 1px #000;
}
.contactIcon span{
	width: 80px;
	height: 80px;
	display: inline-block;
	border: 2px solid #0f6bac;
	border-radius: 40px;
}
.contactIcon span.location{
	background-image: url(../images/locationIcon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% 30%;
}
.contactIcon span.email{
	background-image: url(../images/emailIcon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 35% 25%;
}
.contactIcon span.callUs{
	background-image: url(../images/phoneIcon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30% 30%;
}
.textareaLarge{
	height: 150px;
}
#contactSection .row{
	margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #166bab;
    border-color: #166bab;
}
#cloud {
	background-image: url(../images/cloudBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 160px;
	padding: 36px 0;
}
#testimonial {
	background-image: url(../images/testimonialbg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	min-height: 160px;
	padding: 36px 0;
}
.headingForProduct{
	font-size: 36px;
	color: #0083e7;
	font-family: 'Roboto Light';
}
.headingForProduct span{
	font-family: 'Roboto Medium';
	line-height: 190%;
}
.headingForProduct p{
	font-size: 22px;
	color: #666;
	font-family: 'Roboto';
}
.divicesProductsLeftSide h2, .divicesProductsLeftSide h3{
	color: #0f6bac;
	font-family: 'Roboto Light';
}
.divicesProductsLeftSide h3{
	font-size: 24px;
	line-height: 36px;
}
.divicesProductsLeftSide .contents{
	font-size: 20px;
	line-height: 32px;
	font-family: 'Roboto Light';
}
.blueBorderBtn {
    background-color: transparent !important;
    color: #0f6bac!important;
    border: 1px solid #0f6bac;
    padding: 6px 30px;
} 

.testimonialText{
	font-size: 16px;
}
.casestudy{
	font-size: 16px;
}
.comonBlueH2{
	color: #0f6bac;
	font-size: 32px;
	font-family: 'Roboto Light';
	line-height: 48px;
}
.commonH3{
	font-size: 22px;
}
.tabTeam{
	background-color: #dad9d9;
    border-radius: 5px;
    padding: 30px;
}
.tabTeam .details{
	display:none;
	font-size: 14px;
	text-align: justify;
}
	
.bottomTabTeam p{
	line-height: 200%;
}