
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
     font-family: 'open_sansregular';
      src:url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}
body {
	font-family: 'open_sansregular';
	background:#ffffff;
	font-size: 100%;
}
/* start header */
.header_bg{
	border-top:8px groove #3b3b3b;
	background: #ffffff;
}
.header_bg1 {
	border-top:8px groove #3b3b3b;
	background: url('../images/slider_bg.jpg') no-repeat  left;
	background-size: 100%;
}
.header{
	padding: 0px 0 5px 0;
}
.logo h1 a{
	font-size:0.9em;
	text-transform: uppercase;
	color: #cb0000;
	text-decoration: none;
	font-family: "roboto";
}
/* search */
.h_search{
	/*width: 30%;*/
	/*width: 18%;*/
	position: relative;
	margin-top: 0;
}
.h_search form{
	width: 100%;
}
.h_search form input[type="text"]{
	font-family: 'open_sansregular';
	padding: 10px 16px;
	outline: none;
	color: #c6c6c6;
	font-size: 13px;
	border: 1px solid rgb(236, 236, 236);
	background: #FFFFFF;
	width: 73.333%;
	line-height: 22px;
	position: relative;
	-webkit-appearance: none;
}
.h_search form input[type="submit"]{
	font-family: 'open_sansregular';
	background: #3B3B3B;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 20px;
	border: none;
	cursor: pointer;
	width: 26.333%;
	position: absolute;
	line-height: 1.5em;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
}
.h_search form input[type="submit"]:hover {
	background: #e90303;
}
/* menu */
.h_menu{
	padding: 0;
	background: #3B3B3B;
}
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #3B3B3B;
	color: #ffffff;
	padding: 0;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background: #e80101;
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav > li {
	border-right: 1px solid rgb(39, 37, 37);
}
.nav > li > a {
	font-size: 13px;
	padding: 20px 30px;
	text-transform: uppercase;
}
/* start soc_icons */
.soc_icons {

}
.soc_icons ul{
	margin-bottom: 0;
}
.soc_icons ul li{
	display:inline-block;
	border-left: 1px solid rgb(39, 37, 37);
	margin-left: -3px;
}
.soc_icons ul li a{
	color:#ffffff;
	font-size: 24px;
	display: block;
	line-height: 60px;
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.soc_icons ul li a:hover{
	background: #e90303;
}
/* start slider */
.slider_bg{
	background: url('../images/slider_bg.jpg') no-repeat;
	background-size: 100%;
}
.slider_bg2{
	background: url('../images/slider_bg1.jpg') no-repeat;
	background-size: 100%;
}
.slider{
	padding: 4%;
}
/* start main */
.main_bg{
	background: #ffffff;
}
.main{
	padding: 5% 0;
}
.images_1_of_4 img{
	display: inline-block;
}
.images_1_of_4 h4 {
	margin: 30px 0 15px;
}
.images_1_of_4 h4 a{
	display:inline-block;
	color: #353535;
	font-size: 1.5em;
	font-family: "roboto";
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.images_1_of_4 h4 a:hover{
	text-decoration:none;
	color: #e90303;
}
.images_1_of_4  span{
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.bg{
	background: #3b3b3b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	-o-border-radius: 75px;
}
.images_1_of_4  span i{
	font-size: 6em;
	color: #e0e0e0;
	line-height: 2em;
	text-shadow: 1px 1px 0px #3b3b3b;
	-webkit-text-shadow: 1px 1px 0px #3b3b3b;
	-moz-text-shadow: 1px 1px 0px #3b3b3b;
	-o-text-shadow: 1px 1px 0px #3b3b3b;
	-ms-text-shadow: 1px 1px 0px #3b3b3b;
}
.para{
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	font-weight: 400;
	font-family:"roboto";
}
.images_1_of_4 a{
	position: relative;
	z-index: 1;
}
/* Button 1 */
.fa-btn {
	font-size: 14px;
	background: none;
	cursor: pointer;
	padding: 12px 40px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 2px solid #e90303;
	color: #3b3b3b;
    z-index: 9;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #e90303;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,.btn-1e:active {
	color: #ffffff;
	text-decoration:none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
/* start main_btm */
.main_btm{
	background: #FFFFFF;
	border-top: 1px solid rgb(233, 233, 233);
}
.content_right h4{
	color: #353535;
	font-size: 24px;
	font-family: "roboto";
	line-height: 1.5em;
}
.content_right h4 span{
	color: #e90303;
}
.content_right a{
	position: relative;
	z-index: 1;
}
/* start footer */
.footer_bg{
	background: #f6f6f6;
}
.footer{
	padding: 4%;
}
.copy p{
	color: #3b3b3b;
	font-size: 14px;
	line-height: 1.8em;
}
.copy p a{
	color:#e90303;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #3b3b3b;
	text-decoration: none;
}
/* start about */
.about{
	padding: 4% 0;
}
.about h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.about a{
	position: relative;
	z-index: 1;
}
/* start  technology */
.technology{
	padding: 4% 0;
}
.technology h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
}
.technology h4{
	font-size: 22px;
	color: #5b5b5b;
	font-weight: 100;
	text-transform: capitalize;
	display: block;
	margin:10px 0 8px;
}
.tech_para{
	padding-left: 0;
	padding-right: 0;
}
.technology_list1{
	margin-top: 20px;	
}
.pagination > li > a, .pagination > li > span {
	font-size: 16px;
	padding: 10px 16px;
	color: #BDBDBD;
	background-color: #3b3b3b;
	border: 1px solid #2C2929;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #FFFFFF;
	background-color: #e90303;
	border-color: #DA4A4A;
}
.alert {
	font-size: 13px;
}
.alert-warning {
	color: #3b3b3b;
	background-color: #F3F3F3;
	border-color: #E2E2E2;
}
/* start blog */
.blog_left{
	display: block;
}
.blog_img{
	margin: 4% 0 2%;
}
.blog_left img{
	width:100%;
}
.blog_left h4 a{
	margin:0 0 20px;
	
	display: block;
	text-transform: capitalize;
	font-size: 1.5em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_left h4 a:hover{
	text-decoration: none;
	color: #e90303;
}
.blog_list{

}
.blog_list ul li{
	display:inline-block;
	margin-left: 10px;
}
.blog_list ul li:first-child{
	margin-left: 0;
}
.blog_list li a{
	display: block;
	padding: 4px 8px;
	color: #b6b6b6;
	text-transform: capitalize;
}
.blog_list ul li i{
	font-size: 15px;
	color: #b6b6b6;
}
.blog_list li span{
	padding-left:10px;
	font-size: 14px;
	color: #b6b6b6;
}
.blog_list li span:hover,.blog_list li a:hover{
	color: #e90303;
	text-decoration: none;
}

.read_more a{
	position: relative;
	z-index: 1;
}
.blog_right h4{
	text-transform: capitalize;
	font-size: 2em;
	color: #3b3b3b;
	font-family: 'texgyreadventorregular';
	margin-bottom: 15px;
}
/* start Social Likes */
.social_network_likes {
	text-align: center;
}
.social_network_likes li{
	width: 24.33333%;
	display: inline-block;
	margin-left: -4px;
}
.social_network_likes li:first-child{
	margin-left: 0;
}
.social_network_likes li a{
	display:block;
	color:#FFF;
	font-size: 1.5em;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
.social_network_likes li a p{
	padding:10px 0 5px;
	font-size: 14px;
}
.social_network_likes li a span{
	display:block;
	font-size: 24px;
}
.social_network_likes li a div.followers{
	border-bottom:1px solid #FFFFFF;
}
.social_network_likes li a:hover{
	text-decoration: none;
}
.social_network_likes li:first-child a {
	border-left:none;
}
.social_network_likes li a.tweets{
	background:#34CCFF;
}
.social_network_likes li a.tweets:hover{
  background:#2DC0F1;
}
.social_network_likes li a.facebook-followers{
	background:#3B5A99;
}
.social_network_likes li a.facebook-followers:hover{
	background:#33518D;
}
.social_network_likes li a.email{
	background:#27c1b9;
}
.social_network_likes li a.email:hover{
  background:#0BB1A8;
}
.social_network_likes li a.dribble{
	background:#EB4D89;
}
.social_network_likes li a.dribble:hover{
  background:#E04580;
}
.social_network_likes li a div.social_network{
	padding:15px 0 10px;
}
.social_network i{
	width:45px;
	height:45px;
	display:block;
	background:url(../images/social-icons.png) no-repeat;	
	margin:0 auto;
}
.social_network i.twitter-icon{
	background-position: 0px 0px;
}
.social_network i.facebook-icon{
	background-position: -47px 0px;
}
.social_network i.email-icon{
	background-position: -104px 0px;
}
.social_network i.dribble-icon{
	background-position: -156px 0px;
}
/* start ads_nav */
.ads_nav{
	margin-top: 30px;
}
.ads_nav li{
	float: left;
	width: 46.333333%;
	margin:0 0 15px 15px;
}
.ads_nav li:nth-child(2),.ads_nav li:nth-child(4){
	margin-left: 0;
}
.ads_nav li a{
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ads_nav li a img{
	width: 100%;
}
.ads_nav li a:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* start tag_nav */
.tag_nav {
	margin: 8% 0;
}
.tag_nav li{
	margin:10px 5px 0 0;
	display: inline-block;
}
.tag_nav li a{
	display: block;
	text-transform: capitalize;
	background: #3b3b3b;
	color: #ffffff;
	font-size: 13px;
	padding: 8px 14px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tag_nav li.active a,.tag_nav li a:hover{
	background: #e90303;
	color: #ffffff;
	text-decoration:none;
}
/* start news_letter */
.news_letter{
	margin: 8% 0;
}
.news_letter form input[type="text"]{
	font-family: 'open_sansregular';
	font-weight:100;
	padding: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 13px;
	border: 1px solid #DADADA;
	-webkit-appearance: none;
}
.news_letter form span{
	position: relative;
	z-index: 1;
}
.news_letter form input[type="submit"]{
	-webkit-appearance: none;
	cursor:pointer;
	border:none;
	outline:none;
	background: none;
}
/* start contact */
.company_ad h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.company_ad p{
	font-size: 14px;
	color: #3b3b3b;
}
.company_ad p a {
	color: #e90303;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.company_ad p a:hover{
	text-decoration:none;
	color: #3b3b3b;
}
.contact-form h2{
	margin: 0 0 20px;
	text-transform: capitalize;
	font-size: 3em;
	color:#3b3b3b;
	font-family: 'texgyreadventorregular';
}
.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 14px;
	color: #5b5b5b;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	color: #c0c0c0;
	font-size: 0.8725em;
	border: 1px solid #ECECEC;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form textarea:focus{
	border:1px solid #e90303;
}
.form-control{
	box-shadow: none;
	border: 1px solid #ECECEC;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	font-family: 'open_sansregular';
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 100;
}
.contact-form label{
	position: relative;
	z-index: 1;
}
.form-control:focus {
	border-color: #e90303;
}
/* start details */
.details img{
	margin-bottom: 20px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
	.images_1_of_4 h4 a {
		font-size: 1.2em;
	}
	.para {
		font-size: 13px;
	}
	.content_right h4 {
		font-size: 24px;
		font-family:"roboto";
	}
}
@media only screen and (max-width: 768px) {
	.logo{
		text-align:center;
	}
	.h_search {
		width: 98%;
		padding: 20px;
	}
	.h_menu {
		position: relative;
	}	
	.soc_icons {
		position: absolute;
		top: 0px;
		background: #3b3b3b;
	}
	.navbar-default .navbar-toggle {
		border-color: #FFF;
	}
	.navbar {
		min-height: 51px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #3b3b3b;
	}
	.navbar-default {
		background-color: #3b3b3b;
		border:none;
	}
	.navbar-nav {
		margin: 0px 0px;
	}
	.nav > li > a {
		padding: 20px 15px;
	}
	.soc_icons ul li a {
		font-size: 20px;
		line-height: 50px;
		width: 51px;
		height: 51px;
	}
	.slider_bg {
		background-size: 100% 100%;
	}
	.main {
		padding: 4% 0;
	}
	.images_1_of_4{
		margin-bottom: 4%;
	}
	.main{
		padding: 2%;
	}
	.technology {
		padding: 4%;
	}
	.about {
		padding: 4%;
	}
	.social_network_likes li {
		width: 24.3333%;
	}
	.tag_nav {
		margin: 4% 0;
	}
	.news_letter {
		margin: 4% 0;
	}
	.technology h4 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 640px){
	.company_ad{
		margin-left: 0;
	}
	.blog_left h4 a {
		font-size: 1.2em;
	}
	.technology h4 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 480px) {
	.images_1_of_4 h4 {
		margin: 20px 0 10px;
	}
	.technology h2 {
		font-size: 2em;
	}
	.about h2 {
		font-size: 2em;
	}
	.company_ad h2 {
		font-size: 2em;
	}
	.contact-form h2 {
		font-size: 2.5em;
	}
	.blog_left h4 a {
		font-size: 1em;
	}
	.blog_list ul li {
		margin-left: 5px;
	}
	.blog_list li a {
		padding: 4px 4px;
	}
	.detail h2{
		font-size: 2em;	
	}
}
@media only screen and (max-width: 320px) {
	.main {
		padding: 8% 2%;
	}
	.soc_icons ul li a {
		font-size: 20px;
		width: 46px;
	}
	.images_1_of_4 h4 {
		margin: 15px 0 10px;
	}
	.social_network_likes li a p {
		font-size: 12px;
	}
	.images_1_of_4 span {
		width: 88px;
		height: 88px;
	}
	.images_1_of_4 span i {
		font-size: 5em;
		line-height: 1.8em;
	}
	.images_1_of_4 h4 a {
		font-size: 1em;
	}
	.technology h4 {
		font-size: 14px;
		line-height: 1.5em;
	}
	.blog_list ul li:nth-child(3){
		margin-left: 0;
	}
}

.footerbg{
background-color:#bd0000 ;

}

.footer {
  float: left;
 /* margin: 10px 0;
  min-height: 200px;*/
}

.footer ul {
  float: left;
  margin: 5px 0;
  padding: 0;
}
.footer ul li {
  float: left;
  list-style-type: none;
  width: 100%;
}

.footer ul li a {
  color: #fff;
  float: left;
  font-size: 11px;
  margin: 2px 0;
  padding: 2px 0 2px 5px;
  text-transform: uppercase;
}

.footer h1 {
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}


ul.cf {
  float: left;
  margin: 0;
  padding: 0;
}

ul.cf li {
  color: #eeeeee;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 400;
  list-style-type: none;
  margin: 2px 0;
  padding: 2px 0;
  text-transform: uppercase;
  width: 100%;
}
.col-md-5.contact-info{margin-top:2px;}
.contact-info span{color:#e80101;}
/*.contact-info ul {
  float: right;
  margin: 0 0 13px;
  padding: 0;
}
.contact-info li {
 
  list-style: outside none none;
  margin: 0 0 4px 0;
  padding:0;
  font-size: 13px;
  font-family:"roboto";
  clear:both;
  float:right;
}*/
.contact-info{
	text-align: right;
}	
.font-large{
	font-size: 16px !important		;
}
ul.contact-top {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style: none;

}
element.style {
}
.color-dark{
	color: #333;
	font-size: 14px;
}
.lead-tm {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 12px;
    position: relative;
    margin-left: 30px;
    padding-right: 80px;
    display: inline-block;
}

ul.contact-top li {
  display: inline; 
  margin: 0;
  padding:0;
  padding-left: 15px;
  font-size: 14px;

  font-family: 'roboto', sans-serif;
}
ul.contact-top li span{
	background-color: #e8e8e8;
	border-radius: 50%;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;

}
span.round-icon{
	background-color: #e8e8e8;
	border-radius: 50%;
	margin-right: 3px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;

}
.contact-info p {
    font-size: 13px;
    font-family: 'roboto', sans-serif;
    text-align: right;
    padding: 10px 0 3px;
    margin-bottom: 0;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;

}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #18bb3e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: -3px;
  border-radius: 25px;
  font-size: 16px;
  -webkit-transform: scale(.90);
  -ms-transform: scale(.90);
  -o-transform: scale(.90);
  transform: scale(.90);
  -webkit-transition: all .1s;
   -o-transition: all .1s;
   transition: all .1s; 
}
ul.social-share li a.fb_icon{
  background-color: #2c4b8d ;
}
ul.social-share li a.tw_icon{
  background-color: #00abf0;
}
ul.social-share li a.gp_icon{
  background-color: #d95232;
}
ul.social-share li a.yt_icon{
  background-color: #d71827;
}
ul.social-share li a.ldin_icon{
  background-color: #0077b5;
}
ul.social-share li a.feed_icon{
  background-color: #ffab72;
}


ul.social-share li a:hover {
  background: #0655dc;
  color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.2);
}

.logo.navbar-left > h1{margin:0;}
.content_right ul{padding:0 0 0 15px;}
.content_right li{color:#333; font-size:13px; font-family:"roboto";}
.col-md-6.content_left img{margin:12% 0 0 0;}
.banner{background-image:url("../images/title-bg.jpg");
height:188px;
background-position:center;
background-repeat:no-repeat;
}
.title{margin:56px 0 0 0;}
.title h2 {
  background-image: url("../images/title-line.png");
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  padding: 22px 0 0 40px;
  font-weight:bold;
}

.col-md-3.pad0{padding-left:0;}
.contant_inner{margin-top:20px;}
.contant_inner h2{background-image: url("../images/title-line2.png");
  background-repeat: no-repeat;
  font-size: 22px;
  padding: 22px 0 0 28px;
  text-transform:capitalize;
  color:#444;
  margin-bottom:20px;}

.contant_inner p{text-align:justify;
font-size:14px; color: #333}
.contant_inner ul{padding:0;
margin-bottom:17px;
margin-top:17px;}
.contant_inner li{
background-image: url("../images/arrow.png");
background-repeat: no-repeat;
font-size:14px;
color: #333;
list-style:none;
padding:0 0 0 20px;
line-height:22px;
}
.contant_inner h3{color:#e80101;
font-size:20px;
margin-bottom:20px;
font-family:calibri;
}
ul.list_dot {
  padding: 0 0 0 15px;
}
.list_dot li{list-style:disc;
background-image:none;
padding:0 0 0 5px;}

.clear{clear:both;}

.table tr{border:1px solid #eee;}
.table th{ font-size: 13px;}
.table td{ font-size: 13px;
    text-align: justify;}
.team{text-align:center;font-size:22px; font-family:"roboto";
margin-top:45px;}

.tborder{border-top: 1px solid rgb(233, 233, 233); }

#cssmenu > ul > li {
	box-sizing: border-box;
}

#cssmenu > ul > li a i{
	/*width: 20px;*/

}

#cssmenu > ul > li a.fb_icon{
  background-color: #2c4b8d ;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;

}
#cssmenu > ul > li a.tw_icon{
  background-color: #00abf0;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;
}
#cssmenu > ul > li a.gp_icon{
  background-color: #d95232;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;
}
#cssmenu > ul > li a.yt_icon{
  background-color: #d71827;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;

}
#cssmenu > ul > li a.ldin_icon{
  background-color: #0077b5;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;
}
#cssmenu > ul > li a.feed_icon{
  background-color: #ffab72;
  font-size: 14px;
  box-sizing: border-box;
  width: 41px;
  text-align: center;
}

.spacer10{
  padding-top: 10px;
  height: 1px;
  clear: both;
}
.spacer10:after
{
    content: '.';
    visibility: hidden;
    clear: both;
}
.spacer20{
  padding-top: 20px;
  height: 1px;
  clear: both;
}
.spacer20:after
{
    content: '.';
    visibility: hidden;
    clear: both;
}

.spacer30{
  padding-top: 30px;
  height: 1px;
  clear: both;
}
.spacer30:after
{
    content: '.';
    visibility: hidden;
    clear: both;
}

.center-txt{
  text-align: center;
}
.left-txt{
  text-align: left;
}
.right-txt{
  text-align: right;
}
.center-btn{
	text-align: center;	
}


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  /*margin-top: 170px;*/
  margin-top: 240px;
  padding: 20px;
  padding-top: 5px;
  position: relative;
  /*background: rgba(255,255,255,.6);*/
}

#main-slider .carousel .carousel-content-2 {
  margin-top: 340px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px;
  padding-top: 5px;
  position: relative;
}


#main-slider .carousel .carousel-content-3 {
  margin-top: 340px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-top: 5px;
  position: relative;
}
#main-slider .carousel .carousel-content-4 {
  margin-top: 350px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  padding-top: 5px;
  position: relative;
}

#main-slider .carousel h2 {
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 22px;
  margin-top: 5px;
  text-align: left;
  display: inline-block;

}
span.title1{
    /*color: #393186;*/
    color: #fff;
    font-size: 19px;
    display: block;
    font-weight: bold;
    padding-bottom: 0;
    padding-top: 10px;
}
span.title2{
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    /*color: #e41e26;*/
    color: #fff;
    text-transform: uppercase;
    line-height: 31px;

}


.carousel-content-2 span.title2, .carousel-content-3 span.title2{
  font-size: 26px;
  font-weight: 300;
  color: #fff;

}
span.title3{
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    /*color: #e41e26;*/
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;

}

.carousel-content-4 span.title3{
  color: #fbba23;
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 900;
}


span.title1-1{
  color: #000;
  font-family: 'Montserrat';
  font-size: 22px;
  display: block;
  font-weight: lighter;
  padding-bottom: 10px;
}
span.title2-1{
  font-family: 'Montserrat';
  font-size: 54px;
  margin-bottom: 15px;
  font-weight: bold;
  display: inline-block;
  color: #ff0089;
}
span.title3-1{
    color: #424242;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;

}

span.title2-3{
  font-family: 'Montserrat';
  font-size: 45px;
  line-height: 45px;
  margin-top: 40px;
  font-weight: bold;
  display: inline-block;
  color: #141c4a;
}
span.title1-3{
  color: #424242;
  font-size: 19px;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
}
#main-slider .carousel h3 {
  margin-top: 10px;
  color: #fff;
}
#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 500px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 270px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
ul.strategy-icon{
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;

}
ul.strategy-icon li{
  
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 17px;
  font-family: 'Roboto', sans-serif;
  padding:10px 0; 
  margin-right: 15px;
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;

}
ul.strategy-icon i{
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  border: 1px solid #fff;
  line-height: 76px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 30px;
}
li.orange-icon{
  color: #de9e51;
}
li.green-icon{
  color: #9abd50;
}
li.blue-icon{
  color: #48b2ce;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0,0,0, .7);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #2f7afd;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color:  #2f7afd;
   margin: 0 15px 0 0;
   border: 1px solid #2f7afd;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color:  #2f7afd;
   border: 1px solid #2f7afd;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-1-1 {
  -webkit-animation: fadeInLeft 300ms linear 300ms both;
  -moz-animation: fadeInLeft 300ms linear 300ms both;
  -o-animation: fadeInLeft 300ms linear 300ms both;
  -ms-animation: fadeInLeft 300ms linear 300ms both;
  animation: fadeInLeft 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2-1 {
  -webkit-animation: fadeInRight 300ms linear 300ms both;
  -moz-animation: fadeInRight 300ms linear 300ms both;
  -o-animation: fadeInRight 300ms linear 300ms both;
  -ms-animation: fadeInRight 300ms linear 300ms both;
  animation: fadeInRight 300ms linear 300ms both;
}
.qube{
  position: absolute;
  display: inline;
  top: 10px;
  margin-left: 15px;
}
.qube img{
  position: absolute;
  top: 0;
  left: 0;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}