body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
a:hover, a:focus{
	outline: none;
	text-decoration: none;
}
.pst-reltd{
	position: relative;
}
.font-16{
	font-size: 16px;
}
.font-22{
	font-size: 22px;
}
.text-blue{
	color: #254b7c;
}
.header{
	width: 100%;
	min-height: 50px;
	background: #fff;
	border-bottom: 1px solid #254b7c;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(112,111,112,1);
	-moz-box-shadow: 0px 3px 5px -2px rgba(112,111,112,1);
	box-shadow: 0px 3px 5px -2px rgba(112,111,112,1); 
}
.banner{
	width: 100%;
}
.nav-menu li{
	margin: 0px 10px;
}
.nav-menu li a{
	font-size: 15px;
	color: #2a2944 !important;
}
.nav-menu li.get-quote a{
	background: #2a2944;
	color: #fff !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	border-radius: 30px;
}
.section-white{
	width: 100%;
	height: auto;
	position: relative;
	min-height: 400px;
}
.section-white.heading-view{
	padding-top: 70px;
}
.section-white.heading-view:after{
	content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    background: #254b7c;
    z-index: 1;
    left: 0px;
    height: 60px;
}
.section-titel{
	position: absolute;
    top: -55px;
    left: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 2px;
    border-bottom: 4px solid #ffff00;
}
.list-think{
	font-size: 16px;
	padding-left: 0px;
}
.list-think li{
	margin-bottom: 15px;
	display: block;
	padding-left: 30px;
	position: relative;
}
.list-think li:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	left: 3px;
    top: 6px;
	background: #2a2944;
	border-radius: 50%;
}
.section-blue{
	width: 100%;
	height: auto;
	position: relative;
	min-height: 400px;
	background: #2a2944;
}
.section-blue.heading-view{
	padding-top: 70px;
}
.section-blue.heading-view:after{
	content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 1;
    left: 0px;
    height: 60px;
}
.section-titel-blue{
	position: absolute;
    top: -55px;
    left: 0px;
    color: #2a2944;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 2px;
    border-bottom: 4px solid #2a2944;
}
.text-white{
	color: #fff !important;
}
.list-dev{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.list-dev li{
	display: inline-block;
	width: 150px;
	height: 150px;
	position: relative;
	padding: 22px;
	border: 2px solid #2a2944;
	border-radius: 50%;
	margin: 40px 30px;
}
.list-dev li img{
	max-width: 120px;
	width: 100%;
}
.list-dev li span{
	display: block;
	width: 100%;
	position: absolute;
	bottom: -40px;
	left: 0px;
	text-align: center;
	font-size: 18px;
}
.list-think.text-white li:after{
	background: #fff;
}
.protfolio-tab li a{
	font-size: 18px;
	text-transform: uppercase;
	color: #2a2944;
}
.view-case a{
	color: #322dc1;
}
.get-quote-btn a{
	background: #365986;
	color: #fff;
	font: 20px;
	padding: 10px 40px;
	border-radius: 30px;
}
.footer-list{
	padding: 0px;
	margin: 0px;
}
.footer-list li{
	position: relative;
	margin-bottom: 25px;
	padding-left: 45px;
	display: block;
}
.footer-list li span{
	position: absolute;
	width: 35px;
	height: 35px;
	left: 0px;
	top: 0px;
}
.footer{
	background: #2a2944;
	min-height: 60px;
	padding: 20px;
}
.social-list{
	padding: 0px;
	margin: 0px;
}
.social-list li{
	display: inline-block;
	margin: 0px 6px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    bottom: inherit;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption p{
	font-style: italic;
}
.watch a{
	background: #254b7c;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
}
.about-us{
	width: 100%;
	min-height: 300px;
}
.blue-img-bg{
	background: url(../images/blue-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 70% 100%;
}
.about-rev-box{
	position: relative;
	min-height: 120px;
	padding: 15px 20px 20px 140px;
}
.about-rev-box img{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 120px;
	width: 120px;
}
.about-overview{
	width: 100%;
	min-height: 300px;
	background: url(../images/about-bg.png);
	background-repeat: no-repeat;
	background-size: 60% 100%;
	background-position: top right;
}
.user-list{
	display: inline-block;
	position: relative;
	max-width: 250px;
	width: 100%;
	height: 320px;
}
.img-sec{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.team-name{
	width: 100%;
	height: 30px;
	color: #254b7c;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
}
.team-disigtion{
	width: 100%;
	height: 30px;
	color: #696969;
	font-size: 20px;
	text-align: center;
	margin-top: 8px;
}
.protfolio-banners{
	width: 100%;
	height: auto;
}
.protfolio-list{
	width: 100%;
	min-height: 415px;
	padding: 30px;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(112,111,112,1);
	-moz-box-shadow: 0px 3px 5px -2px rgba(112,111,112,1);
	box-shadow: 0px 3px 5px -2px rgba(112,111,112,1);
	border-radius: 20px;
	border: 1px solid #ebe8eb;
}
.bradcome{
	margin: 0px;
	padding: 0px;
}
.bradcome li{
	display: inline-block;
	margin-right: 35px;
	position: relative;
}
.bradcome li:after{
	content: '>';
	position: absolute;
    right: -19px;
    top: -7px;
    font-size: 27px;
    width: 12px;
    height: 30px;
}
.bradcome li:last-child:after{
	display: none;
}
.technologies-banners{
	background: url(../images/techno-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	height: 600px;
}
.tech-shado li{
	-webkit-box-shadow: 4px 4px 5px -1px rgba(105,102,105,1);
	-moz-box-shadow: 4px 4px 5px -1px rgba(105,102,105,1);
	box-shadow: 4px 4px 5px -1px rgba(105,102,105,1);
	overflow: hidden;
	border: 1px solid #c2bec2;
	padding: 32px 7px;
}
.services-home{
	width: 100%;
	min-height: 500px;
	background: url(../images/serv-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 252px 545px;
}
.blog-box{
	width: 100%;
	min-height: 300px;
	padding-left: 70px;
}
.blog-box .user-icon{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.user-icon img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.read-more{
	margin-top: 40px;
}
.read-more a{
	padding: 10px 35px;
	border-radius: 30px;
	border: 1px solid #254b7c;
	font-size: 16px;
	color: #254b7c;
}
.blog-header{
	width: 100%;
	min-height: 50px;
	background: #dfdfdf;
	padding: 12px;
}
.blog-menu{
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
}
.blog-menu li{
	display: inline-block;
	margin: 0px 10px;
}
.blog-menu li a{
	color: #000;
	font-size: 16px;
}
.terms-condi{
	width: 100%;
	height: auto;
}
.condition-list{
	padding: 0px;
	margin: 0px;
}
.condition-list li{
	display: block;
	margin-bottom: 10px;
}
.condition-list li a{
	font-size: 16px;
}