/*
  Theme Name: Doors
  Theme URL: http://www.themeregion.com
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Onepage Responsive HTML Parallax Template
  Version: 1.1
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Typography
2. Home / Navigation + Main Carousel
3. Service
4. parallax promo-One
5. Recent-works
6. About Us / Skills-Section + Team-member
7. parallax promo-two
8. Blog
9. parallax promo-three
10. Clients
11. News Letter 
12. Pricing Table
13. Twitter
14. Contact us
15. Footer
16. Blog-single
17. Preloader

==========================================================================*/

/*========================
=======Typography=========
==========================*/
ul
{
  padding-left:15px;
}
@font-face {


	font-family: 'SEGOEUIL';


	src: url('../fonts/SEGOEUIL.eot');


	src: local('SEGOEUIL'), url('../fonts/SEGOEUIL.woff') format('woff'), url('../fonts/SEGOEUIL.ttf') format('truetype');


}


@font-face {


	font-family: 'seguibl';


	src: url('../fonts/seguibl.eot');


	src: local('seguibl'), url('../fonts/seguibl.woff') format('woff'), url('../fonts/seguibl.ttf') format('truetype');


}


body {
	font-family: 'Segoe UI';  
	font-size: 16px;
	color: #454545;
	background-color: #fff;
	
}




.navbar-nav li a:hover, 
.navbar-nav li a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;  
	background: transparent;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color:#0072bc;
}

h1 {
	font-size:36px;

}

h2 {
	font-size: 24px;
}

h3 {
    font-size: 25px;
    margin-top: 3px;
   
    text-shadow: 1px 1px rgba(0, 0, 0, 0.02);
    font-weight: 500 !important;
    line-height: 25px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
/*	font-weight:700;*/
}

.padding-top {
	padding-top:90px;
}

.padding-bottom {	
	padding-bottom:105px;
}

.section-title {
	padding-bottom:85px;
}

.section-title h3 {
	color: #0072bc;
	line-height: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.title-border {
	background-color:#0072bc;
	height: 1px;
	width:184px;
	margin-bottom: 30px;
}

.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	min-height: 385px;
	color: #fff;
	font-size:18px;  
}

.parallax-content {	
	padding-bottom:70px;
	padding-top:110px;
}

.parallax-content h1 {
	text-transform: uppercase;
	line-height: 48px;
}

.navbar-toggle {
	border:1px solid #fff;
	margin-top:15px;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}


/*========================
========Home CSS==========
==========================*/
.navbar-brand{
padding: 8px 8px;
    font-size: 18px;
    line-height: 20px
	}

.navbar-brand.change-logo {	
	height: 80px;
    background-color: #00558c;
    padding: 5px 8px 0px 8px;
}

.navbar-brand.change-logo h1 {
  margin-top: -5px;
}

.navbar-brand.change-logo h2 {
	display: none;
}

.navbar-brand.change-logo h1 img 
{
	width: 64%;
	text-align:center;
}

.main-nav {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.top-bar-hide {
	display: none;
}

/*Topbar*/
.top-bar {
	position:absolute;
	right:15px;
	top:30px;
	z-index: 10;
}

.top-bar span 
{
	margin-left: 45px;
	color:#0072bc;
}

.top-bar span i {
	color: #0072bc;
	margin-right: 10px;
	font-size: 18px;
}
.top-bar span a {
	color: #0072bc;
	margin-right: 10px;
	font-size: 18px;
}


/*Navigation CSS*/
#navigation .container 
{
	position:relative;
}

a.navbar-brand 
{
	background-color: #0072bc;
	display: block;
	height: 98px;
	overflow: hidden;
 
	color: #fff;
	margin-left: 0 !important;
}

.navbar-brand h1 
{
	margin-bottom: 0;
    margin-top: 0;
    text-align: -webkit-center;
}

.navbar-brand h2 
{
	font-size:14px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: 'aller_lightregular';
	font-weight: 700;
	margin-top: 5px;
}

#navigation .navbar-right 
{
	margin-top: 45px;
}

#navigation .navbar-right li a 
{
	color:#0072bc;
	font-size:14px;
	height: 100%;
	text-transform:uppercase;
	font-family: 'allerregular';
	padding: 2px 15px;
	border-right:1px solid #0072bc;
}
#navigation .navbar-right .contact_no a
{
  border:0 !important;
  font-family: Verdana,Geneva,sans-serif !important;
}
#navigation .navbar-fixed-top {
	background-color: #0072bc;
	border-bottom: 1px solid #dfdfdf;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 500ms;
}

#navigation .navbar-fixed-top .navbar-right{
	margin-top: 0;
}

#navigation .navbar-fixed-top .navbar-right li a{
	color:#fff !important;
	line-height: 49px;
	padding: 15px 17px;
}


#navigation .navbar-fixed-top .navbar-right li a.active, 
#navigation .navbar-fixed-top .navbar-right li a:hover, 
#navigation .navbar-fixed-top .navbar-right li a:focus, 
#navigation .navbar-fixed-top .navbar-right li.active a{
	background-color:#00558c;
}

#navigation .navbar-right li a.active, 
#navigation .navbar-right li a:hover, 
#navigation .navbar-right li a:focus, 
#navigation .navbar-right li.active a  {
	background-color:#0072bc;
	color:#fff !important;
}

.search{
  position: absolute;
  top: 88px;
  right:15px;
  z-index: 1;
}
.firstclslogo
{
  color:#fff; font-size:14px; margin:0; line-height:14px; font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

#navigation .navbar-fixed-top .search {
	top: 27px;
}

#navigation .navbar-fixed-top .search .field-toggle{
	top: 40px;
}

.search i{
  color: #0072BC;
  cursor: pointer;
  position: absolute;
  right:0;
  top: 2px;
}

#navigation .navbar-fixed-top .search i {
	color: #fff;
}

#navigation .navbar-fixed-top .search i:hover {
	color: #00558c;
}

.field-toggle {
  position: relative;
  top: 30px;
  right: 0px;
  display: none;
  height: 50px;
}

.search-form{
  padding-left: 10px;
  height:35px;
  font-size: 14px;
  color: #818285;
  font-weight: 300;
  outline: none;
  border: 1px solid #0072BC;
  margin-top:10px;
}

.search i:hover {
color:#00558c;
}

/*Main Carousel CSS*/

#home-carousel .item 
{
/*	background-position: center top;*/
	background-repeat: no-repeat;
    background-size: cover !important;
	width:100%;
/*	height:100%;*/
}

#home-carousel .carousel-caption 
{
	left:15px;
	right:15px;
	top:150px;
	font-size:16px;
	text-align:left;
	color:#000;
	text-shadow:none;
	line-height:30px;
}
.carousel-caption {
	left:15px;
	right:15px;
	top:250px;
	font-size:16px;
	text-align:left;
	color:#000;
	text-shadow:none;	
}
.carousel-caption h1 {
	font-size:35px;
	margin-bottom:0;
	line-height:27px;
	letter-spacing:0px;
	text-transform:uppercase;
}

.carousel-caption h2 
{
    font-family: "seguibl" !important;
	font-size:31px;
	margin-bottom:0;
	width:100%;
	line-height:38px;
	letter-spacing:0px;
	text-transform:uppercase;
}
.carousel-caption p 
{
	max-width:100%;
    font-family: "Segoe UI";
	font-size: 20px;
	font-weight: 500;
    line-height: 30px;
}
#recent-works-carousel .carousel-caption h2 {
	font-size:35px;
}
#recent-works-carousel .carousel-caption h3 {
	font-size:28px;
}
#about-carousel .carousel-caption h3 
{
	font-size:21px;
	margin-bottom:20px;
}

#about-carousel .carousel-caption p
{
	font-size: 17px;
	line-height: 25px;
	font-weight:600;
}
.brand-promotion {
	bottom:92px;
	left: 0;
	position: absolute;
	right: 15px;
	color:#fff;
	z-index:15;
}

.container>.carousel-arrows {
	top: 350px;
	left:0;
	position: relative;
}

.home-carousel-left, 
.home-carousel-right-1, 
.home-carousel-right-2, 
.home-carousel-right-3, 
.home-carousel-right-4, 
.home-carousel-right-5, 
.home-carousel-right-6 {	
	position: absolute;
	font-size: 30px;
    height: 30px;
    width: 30px;
	z-index: 15;
	background: #000;
	color:#fff;	
    padding: 0px 0px 46px 8px;
	opacity: 0.4;
}

.home-carousel-left:hover, 
.home-carousel-right-1:hover, 
.home-carousel-right-2:hover, 
.home-carousel-right-3:hover, 
.home-carousel-right-4:hover, 
.home-carousel-right-5:hover, 
.home-carousel-right-6:hover {	
	opacity: 0.9;
	color:#fff;	
}

.home-carousel-left {
	top:45%;
	left:2%;
}

.home-carousel-right-1, 
.home-carousel-right-2, 
.home-carousel-right-3, 
.home-carousel-right-4, 
.home-carousel-right-5, 
.home-carousel-right-6 
{
	top:45%;
	right:2%;
}

#service-carousel  .item 
{
/*	background-position: center top;*/
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
	width:100%;
/*	height: 770px;*/
}

/*=========================
========Service CSS========
===========================*/


.service-icon {
	display:inline-block;	
	color: #0072bc;
	font-size:60px;
	line-height: 75px;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overview_list
{

}
.overview_list li
{
  font-weight:600;
   
  
}

.circle li
{
list-style: inside none disc;
}


/*=========================
=======Recent-works CSS=======
===========================*/

#recent-works .section-title {
	padding-bottom: 35px;
}
#recent-works-carousel .carousel-caption {
	left:15px;
	right:15px;
	top:0%;
	font-size:100%;
	text-align:left;
	color:#000;
	text-shadow:none;
	line-height:160%;
}
#recent-works-carousel .item {
/*	background-position: center top;*/
	background-repeat: no-repeat;
	    background-size: 100% 100% !important;
	width:100%;
/*	height: 770px;*/
}
#recent-works-carousel .item ul
{
margin:10px 0;
}
#recent-works-carousel .item h3
{
  margin-bottom:10px
}
#recent-works-carousel .item .encourage
{
  padding-left: 10%;
}
#recent-works-carousel .item .encourage div
{
	
	position: absolute;
    
    top: 36%;
}
/*=========================
======About Us CSS=========
===========================*/
#about-carousel .item 
{
	/*	background-position: center top;*/	    
	width:100%;
	/*	height: 770px;*/
}
#about-carousel .item ul
{ 
 padding-left:0;
}
#about-carousel .item li
{
  
  list-style: disc inside;
  line-height: 30px;
}
#about-carousel .item li:before
{
	
}
.fmcg
{
	background: url('../images/home/integrationrfid.jpg') no-repeat;
	background-color: #fdfdfd;
	background-size: 65% 65%;
	background-position: 75% 45%;
}

.fmcg .p_industri 
{
    position: absolute;
    bottom: 20px;
}

.mrf_industry .carousel-caption
{
	background: url('../images/home/mrf.jpg') no-repeat;
	background-position:100% 5%;
	background-size: 64% 75%;
}

.mrf_industry .p_industri 
{
    position: absolute;
    bottom: 35px;
}
#about-carousel .carousel-caption {
	left:15px;
	right:15px;
	top:0%;
	text-align:left;
	font-weight:600;
	color:#000;
	text-shadow:none;	
}
#about-us  {
	overflow:hidden;
}

#about-us .section-title {
	padding-bottom: 60px;
}

.about-content h2 {
	margin-bottom: 25px;
}

.about-content .col-sm-4 {
	margin-bottom: 25px;
}



/*=========================
==parallax promo-two CSS===
===========================*/
.btn.btn-default {
	border: 6px solid #fff;
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 50px;
	padding:20px 80px 17px;
	text-transform: uppercase;	
	color: #fff;
	background-color:rgba(0,114,188,0.55);
}

.btn.btn-default:hover {
	background-color:rgba(0,114,188,0.95);
	color: #fff;
}


/*=========================
==========Blog CSS=========
===========================*/

.blog-carousel .item {
/*	background-position: center top;*/
	background-repeat: no-repeat;
    background-size: 100% 100% !important;
	width:100%;
/*	height: 770px;*/
}
.blog-carousel .carousel-caption {
	left:0%;
	right:0%;
	top:0%;
	font-size:15px;
	text-align:left;
	color:#000;
	text-shadow:none;	
}

/*===========Gpro==========*/

/* gpro old*/
.white {color:#fff !important;}
.p_industri {
color:#000;
}
.right_comp 
	{
		float: left;
		width: 30%;
		margin-top: 26%;
	}
 

.industries_first {
margin-left:50%;
margin-top: 10%;
}
.modern_poin 
{
	color: #333;
	font-weight: 500;
	font-size: 23.5px;
}
.compare2 
{
width:40%;
float: left;
}
.compare2_md 
{
width:20%;
padding: 0 0.5%;
}
.compare2_md li
{
  list-style:none;
}
.compare2_md h3
{
	margin-bottom:30px;
}
.margin-left_2 {margin-left:2%;}
.margin-left_5 {margin-left:5%;}
.margin-left_10 {margin-left:1%;}
.margin-left_20 {margin-left:20%;}
.margin-left_30 {margin-left:30%;}
.margin-left_40 {margin-left:40%;}
.margin-left_50 {margin-left:50%;}

.margin-top_m175 {margin-top: -175px !important;}
.margin-top_5 {margin-top:5%;}

.margin-bottom_30 {margin-bottom: 30px !important;}
.margin-bottom_50 {margin-bottom: 50px !important;}
.miscella {
margin-bottom: 30px !important;
margin-top: 5%;
}
.more {
font-size: 17px;
line-height: 31px;
margin-top: 3%;
margin-left: 17%;
}

.acount {
margin-top: 7%;
 
}
.first_class 
{
  margin-top:0%;
}
.left-side.first_class_features 
{
    margin: 53px 0 0 !important;
}
.image_home1 {background: url('../images/home/home.jpg') no-repeat;
position:relative;
}
.image_home4 {background: url('../images/home/stand-on-market.jpg') no-repeat}
.home_four h2, .home_four h3 {  }

.home_hand {visibility: hidden;}
.home_gpro {
    margin-left: 20%;
    margin-top: -5%;
	margin-bottom:2%;
	}

.home_one 
{
	position: absolute;
	bottom: 23px;
	width: 100%;
}
.home_one > p
{
	color: #2F2F2F;
	display: inline-block;
	text-align: center;
	font-style: italic;
	font-family: Calibri;
	font-size: 17px;
	line-height: 25px;
	padding: 10px 10px 0 10px;
	margin: 0px 0 0 10px;
	background: #D8E0F0;
	border-radius: 25px 25px 0 0;
	font-weight:600;
}
.home_one > div
{
	background:#465574;	
	padding: 10px;
}
.home_one_list
{
	color:#92AFEB;
}
.home_one_list h4
{
	font-weight:600;
	margin: 0;
}
.home_one > div > div
{
display:inline-block;
vertical-align:middle;
}
.home_one_gst
{
	text-align: right;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}
.home_one_gst h2
{
	color: #D8E0F0;
	margin: 0 !important;
	font-size: 35px;
	font-weight: 600;
}
.home_one_gst h4
{
	font-size: 20px;
	font-weight: 600;
	color:#D8E0F0;
	margin: 0 !important;
}
.home_one_link
{
  float:right;
}
.home_one_link li
{
float:none;
}
.home_one_link a
{
	color: #56E8FF !important;
	display: block !important;
	border: 1px solid #56E8FF;
	padding: 5px 10px !important;
	margin: 7px 0;
	border-radius: 10px;
}
.home_one_link a:hover
{
	text-decoration:underline;
}
.home_h2
{
	font-size:36px !important;
	font-weight:400 !important;
	font-family:inherit;
}
.home_one ul 
{
    margin: 0;
}
.home_one li
{
	font-weight:600;
}

.home_img {float:left; width:30%; bottom: 0%;position: absolute;}
.home_data {    margin-left: 30%;}
.home_img img {width:100%;}
.home_three1 
{
	
    margin-top: 0%;
}
.home_last 
{
	bottom: 15%;
    color: #111;
    position: absolute;
    width: 45%;
	left:25%;
}
.simple
{

 padding-left: 22%;
} 
.try 
{
  margin-top: 10%;
}
.get_it_l {
    font-size: 105%;
    line-height: 31px;
    font-weight: 600;
}

 
.tick li:before
{
    content: '\f00c';
    font-family: FontAwesome;
	margin: 0 5px 0 2px;
}
.make_us 
{
	width: 35%;
	float: left;
	margin-left: 62%;
	margin-top: 30px;
}
.make_us img
	{
	width:100%;
	}
.sale_bill 
{
margin-top: 4%;
}
.center_box1 
{
  margin-top: 65px !important; 
}
.comp_h 
{
	font-size: 30px !important;
	color: #00AEEF;
	position: absolute;
	width: 100%;
	margin-top: 35px;
}

 
.leftsidetech li:before 
{
    content: '\f058';
    font-family: FontAwesome;
    margin: 0 12px 0 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    color: #2E3192;
    /* background: #2E3192; */
    border-radius: 0px;
    padding: 2px;
    list-style: none;
}
.leftsidetech li{
line-height:28px !important;
}

.rightsidetech li:before 
{
    content: '\f058';
	font-family: FontAwesome;
	margin: 0 12px 0 0px;
	font-size: 22px;
	line-height: 28px;
	font-weight:300;
	color:#F4585E;
	 
	border-radius: 25px;
	padding:2px;
}
.rightsidetech li
{
}


.leftsidechar li:before 
{
    
}
.leftsidechar li
{
  width: 100%;
}

.rightsidechar li:before 
{
    
}
.rightsidechar li
{
 width: 100%;
}

.techimgleft img{margin:4px 0;}
.techimgleft{
margin-top:20px;

}
.techimgright
{
margin-bottom:5px;

}
.techimgright img{margin:4px 0;}


.sub_title h4 
{
  margin-top: 2px;
  margin-bottom: 0px;
}
.whole_box 
{
	height: 600px;
	width: 100%;
	position:relative;
}
.content_box 
{
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.leftside_box > ul > li,.rightside_box > ul > li
{
 list-style:none;
}

.leftside_box,.rightside_box  
{
    position: relative;
    width: 45%;
	display:inline-block;
}
.leftside_box
{
 float:left;
}
.rightside_box  
{
 float:right;
}
.sub_title 
{
	padding: 2px;
	min-height: 113px;
	text-align: center;
	padding-left: 0;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 20px;
	margin: 0 0 5px 0;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.sub_title li {
   font-family: "Segoe UI";
   list-style-type:none;
}

.sub_title > li 
{
    
    list-style-type: none;    
	color:#494BA0;
	font-weight:600;
}
.sub_title > ul 
{
	width: 100%;
	padding: 0;
	margin: 0;
}
.main_title > li 
{
   background:#fff; border:1px solid #cdcdcd; border-radius: 10px; height:87px; padding:10px; margin-bottom:10px; vertical-align: middle;
	list-style:none;
	text-align:center;
	font-weight:600;
}
.col-xs-4
{
background:#00aeef; 
border-radius:10px;
width: 32.33333333% !important;
margin-right: 1% !important;
margin-top:5%;
min-height:365px;
}
.lineh1{
line-height:60px;
}
.lineh2{
line-height:30px;
}
.leftside_box > img,.rightside_box > img {
    margin: 0 0 0 37%;
    width: 142px;
}
.center_box {
    float: left;
     
    margin-top: 10px;
    position: relative;

}
.center_box li {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 1px;
    text-align: center;
    text-transform: uppercase;
}
.download-wrap {
    margin: 0 auto;
	margin-left:45%;
    width: 452px;
}
.brochure_full {
    float: left;
    margin: 0 30px 2px 27px;
	width: 27%;
}
.download_box
{  
	display: block;
	text-align: center;
	margin: 1px 0 14px 0;
}
.download_box:hover
{
 opacity:0.5;
}
.download_box > img 
{
    
    max-width: 155px;
}
.brochurebox 
{
	height: 180px;
	margin: 0 auto;
	max-width: 155px;
}
.price_content_right {
    float: left;
	color:#fff;
    margin: 135px 0 5% !important;
    width: 45% !important;
	text-align: center;
}
.deal_head {
   color: #fff !important;
   font-size: 34px;
   text-align: center;
}
.price_money {
    border: 1px solid #fff;
    color: #fff;
    font-family: "Segoe UI";
    font-weight: 600;
    margin: 10% 20%;
    padding: 11px 18px 13px 13px;
    text-align: center;
    width: 60%;
}
.left-side.first_class_features 
{
  /* margin: 78px 0 0 !important;*/
}
.left-side.first_class_features li {
    color: #000;
    font-family: "Segoe UI";
    font-size: 15px;
    font-weight: 400;
}
.left-side.first_class_features > h2 
{
    font-family: "Segoe UI" !important;
    font-size: 35px !important;
    font-weight: bold;
    text-align: left;
}
.get_help h2
{
 margin-top: 75px;
}
.get_help p
{
	font-size: 18px !important;
}
.left-side.first_class_features 
{
    width: 100% !important;
}
.first_class_features.compare.section.active 
{
   margin: -24px 0 0 !important;
}
.left-side.first_class_features > p
{
	margin-bottom:0px;
}
.pricing-table {


    left: 11px;


    margin: 0 auto;


    padding: 0;


    position: relative;


    text-align: center;


    width: 85%;


}


.pricing-table .heading{


    color: #9C9E9F;


    text-transform: uppercase;


    font-size: 1.3rem;


    margin-bottom: 4rem;


}


.title {


    font-family: "Segoe UI";


    font-size: 30px;


    font-weight: 600;


}

.block {
    border-radius: 5px;
    float: left;
    margin: 0 16px;
    overflow: hidden;
    width: 41%;
}


/*Shared properties*/


.title, .pt-footer {


    color: #fefefe;


    line-height: 1.5;


    position: relative;


    text-transform: capitalize;


}


.content{


    position: relative;


    color: #FEFEFE;


    padding: 10px 0 10px 0;


}


/*arrow creation*/


.content:after, .content:before,.pt-footer:before,.pt-footer:after {


	top: 100%;


	left: 50%;


	border: solid transparent;


	content: " ";


	height: 0;


	width: 0;


	position: absolute;


	pointer-events: none;


}


.pt-footer:after,.pt-footer:before{


    top:0;


}.pt-footer {


    border-radius: 4px;


}


.content:after,.pt-footer:after {


	border-color: rgba(136, 183, 213, 0);	


	border-width: 11px;


	margin-left: -5px;


}


/*/arrow creation*/


.price{


    position: relative;


    display: inline-block;


    margin-bottom: 0.625rem;


}





.price span {


  color: #fff;


    font-size: 32px;


    font-weight: bold;


    letter-spacing: 0;


    margin-left: 1px;


    text-align: center;


}


.price sup {


    color: #fff;


    font-size: 45px;


    left: 70px;


    position: absolute;


    top: 1px;


}


.helpline {


    float: left;


    margin-top: 10px;


    width: 33%;


}
.helpline li {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center;
	margin-bottom: 12px;
}
.helpline > img {


    margin: 0 0 0 40%;


}.helpline > h1 {


   color: #fff;


    font-family: "Segoe UI" !important;


    font-size: 26px;


    font-weight: bold;


    line-height: 31px;


    text-align: center;


    text-transform: uppercase;


}


.helpline > p {


    color: #fff;


    font-size: 13px;


    text-align: center;


}


.hint {


    color: #fff;


    font-size: 16px;


    margin: 2px 0 0;


}




 .featuress > li {


  height: 24px !important;


    line-height: 36px;


}
.left-side.first_class_features > p {
    margin-bottom: 0px;
}
.note p {
    font-size: 14px !important;
    line-height: 11px !important;
	text-align: center !important;
}
	.frame_i {
	 width:100%;
	 height:350px;
	}


.featuress {


   background: #f7f7f7 none repeat scroll 0 0;


    color: #111;


    font-size: 13px;


    height: 97px;


    list-style-type: none;


    margin-bottom: 0;


    padding: 11px 5% 0;


    text-align: left;


}.pt-footer > p {


    border-radius: 8px;


    color: #fff;


    font-size: 19px;


    padding: 6px 0 7px;


}


.featuress li{


    padding:0px  0;


    width: 100%;


}
.featuress li span {

float: left;
    line-height: 20px;
    padding-right: 0.4rem;


}.amount {


    float: right;


    margin-left: 10px;


    width: 100px;


}
.fontawesome-dashboard,.fontawesome-cloud {


    float: left;


    width: 225px;


}.features > li {


    line-height: 36px;


}
.pt-footer
{
    font-size: 0.95rem;
    text-transform: capitalize;
}
.group:before, .group:after 
{
    content: "";
    display: table;
} 
.group:after 
{
    clear: both;
}
.group 
{
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}
/* person*/

.personal .title 
{
    background: #064786 none repeat scroll 0 0;
    font-family: "Segoe UI" !important;
    font-size: 26px;
}
.personal .content, .personal .pt-footer 
{
    background: #075fb4 none repeat scroll 0 0;
    color: #fff !important;
}
.personal .content::after 
{
    border-top-color: #075fb4;
}
.personal .pt-footer:after
{
    border-top-color: #FFFFFF;
}
.fl
{
	float:left; 
}
.fr
{
	float: right; 
}
/*PROFESSIONAL*/
.professional .title
{
    background: #3EC6E0;
}
.professional .content,.professional .pt-footer
{
    background: #53CFE9;
}
.professional .content:after
{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after
{
    border-top-color: #FFFFFF;
}
.support1 
{
    font-size: 26px;
    line-height: 32px;
    text-align: left;
}

/*=======	Client	=====*/
.get_top {	margin-top:-4%;	}
.client {	margin-top:-4%;	}

.right-side.clients_1 
{
    margin: 45px 0 0 !important;
}

.client_box 
{
    border: 1px solid #075fb4;
    height: 60px;
    padding: 4px;
    text-align: center;
    width: 250px;
}
.client_box > p 
{
    font-size: 11px !important;
    font-weight: normal !important;
    line-height: 17px !important;
    margin-bottom: 0 !important;
}
.clients_list > li 
{
    float: left;
    list-style: outside none none;
    margin: 8px 20px 9px 0;
}
.support_content > p 
{
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}
.sales_content,.support_content 
{
   float: left;
    margin: 0 0 0 5%;
    width: 100%;
}
.support_content > h3
{
  color: #000;
  font-weight: bold;
  text-transform: capitalize;
}
.support_content li 
{
    color: #000;
    font-family: "Segoe UI";
    font-size: 17px;
    font-weight: normal;
    line-height: 18px;
}
.support_content > ul 
{
    margin-top: 12px;
    padding-left: 34px
}
#blog 
{
	overflow: hidden;
}
.single-blog 
{
	margin-bottom:30px;
	overflow:hidden;
	height:354px;
}
.blog-image 
{
	width:40%;
	float:left;
	position:relative;
}
.blog-image img
{
	width:222px;
	height:354px;
}
.entry-content 
{
	width:60%;
	float:left;
	padding:10px 40px 40px 35px;
	height:100%;
	font-weight:300;
	background-color: #f5f5f5;
}
.entry-content  a h2 
{
	color:#454545;
	line-height:32px;
	margin-bottom: 20px;
}
.entry-meta 
{
	margin-bottom:20px;
}
.entry-meta span a 
{
	color:#333;
	margin-right:18px;
	font-size:16px;
	font-weight:300;
}
.btn.btn-primary 
{
	background-color: #0072bc;
	color: #fff;
	border:none;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-top: 18px;
	padding: 10px 20px;
	border-radius:0;
}
.btn.btn-primary:hover{
	background-color:#00558c;
	color: #fff;
}
.entry-meta span a:hover 
{
	color:#00558c;
}
.post-date 
{
	background-color: rgba(245,245,245,0.95);
	color: #1E1E1E;
	font-size: 48px;
	font-weight: 400;
	line-height: 30px;
	padding: 20px 25px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 15px;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-blog:hover .post-date 
{
	background-color:rgba(0,114,188,0.95);
	color: #fff;
}
.post-date span 
{
	font-weight:300;
	font-size:18px;
	display:block;
}

/*=========================
========Clients CSS========
===========================*/

#clients-carousel .item {
/*	background-position: center top;*/
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
/*	height: 770px;*/
}

#clients-carousel .carousel-caption {
	left:15px;
	right:15px;
	top:0%;
	font-size:15px;
	text-align:left;
	color:#000;
	text-shadow:none;	
}
.get-help-bottom 
{
	color: #000;
	text-align: center;
	margin-left: 0%;
	width: 75%;
	position: absolute;
	bottom: 75px;
	font-weight: 600 !important;
}
.indust_1 
{
    margin-top: 10%;
    margin-left: 36%;
    width: 62%;
}
.indust_2
{
	color: #000;
	font-weight: 600;
	position:absolute;
	bottom:25px;
}
.indust_3 
{
	color: #000;
    font-weight: 600;
	position:absolute;
	bottom:40px;
}
.misc h3 {
    line-height: 29px;
}
.price_content_left {
float:left;
width:45%;
}
.main_title img {
    margin: 0 1px 0 30%;
    width: 152px;
}
.main-title-img {
    width: 132px !important;
}
.try_pro{color: #fff;font-weight: 500;margin: 3% auto;text-align: center;width: 70%;}

/*=========================
=======News Letter CSS=====
==========================*/

#news-letter {
	background-image: url("../images/promotions/news-letter-bg.jpg");	
	background-color: #0072bc;
	overflow:hidden;
}

#newsletter input {
	background-color: rgba(0,114,188,0.5);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	display: block;
	margin-top: 35px;
	padding: 12px 25px;
	width: 100%;
	outline: none;
}

#newsletter input:focus {
	background-color: rgba(0,114,188,0.9);
}


/*========================
========Twitter CSS=======
==========================*/
#twitter {
	background-image: url("../images/promotions/twitter-bg.jpg");	
}

#twitter i {
	font-size: 80px;
	margin-bottom: 35px;
}

#twitter .parallax-content {
	padding-top: 75px;
}

/*=========================
=======Contact us CSS======
===========================*/
#contact-us {
	overflow:hidden;
}

#contact-us .section-title {
	margin-top: 40px;
	padding-bottom: 35px;
}

.contact-content h2 
{
	font-family: Calibri;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 22px;
	font-weight: 700;
}
.contact-content p
{
	font-family: Calibri;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	margin-bottom: 5px;
}
.contact-content i 
{
	color: #0072bc;
	font-size: 22px;
	margin-right: 5px;
}

.contact-content i.fa-envelope {
	font-size: 17px
}

.business-time span {
	color: #0072bc;
}

.contact-content .form-control 
{
	background-color: #fcfcfc;
	border-width:0 0 1px 0;
	border-style: solid;
	border-color: #d7d7d7;
	border-radius: 0;
	box-shadow: none;
	height: 30px;
	margin-bottom: 0;
}
.contact-form .form-group 
{
    margin-bottom: 5px;
}
.contact-content .form-control:focus {
	border-color: #0072bc;
}

.contact-content textarea.form-control {
  min-height: 90px;
  resize: none;
}

#contact-form .name-field {
	padding-right:7px;
}

#contact-form .email-field {
	padding-left: 7px;
}
#contact-form  input[type="radio"]
{
  width:20px;
  height:20px;
  float:left;
}
#contact-form .btn.btn-default 
{
	background-color: #0072bc;
	color: #fff;
	margin-top: 0;
	padding: 8px 0 8px;
	width: 100%;
	border:0;
	outline: none;
	text-transform: capitalize;
	width: 200px;
}

#contact-form .btn.btn-default:hover 
{
	background-color:#00558c;
}

/*=========================
========Footer CSS========
===========================*/

#gmap {
	height:440px;
}

#footer {
	background-color:#0072bc;
	color:#fff;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:400;
	position: relative;
}

#footer a {
	font-weight:700;
	color:#fff;
}

#footer a.to-top {
	left: 50%;
	top: -25px;
	margin-left:-30px;
	position: absolute;
}

#footer a.to-top:before {
	content: "";
	position: absolute;
	border-color: transparent transparent #0072bc;
	border-style: solid;
	border-width: 28px 60px;
	left:-25px;
	top: -30px;
}

/*=============================
===========Blog-single=========
==============================*/

/*========Menu Style========*/

#single-blog-page .main-nav {
	background-color: #0072BC;
	border-bottom:1px solid #dfdfdf;
	top:0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
	border-radius:0;
	transform:translate3d(0px, 0px, 0px);
	transition:
}

#single-blog-page .animated {
  animation-duration: 0s;
  animation-fill-mode: both;
}

#single-blog-page .top-bar {
	display:none;
}

#single-blog-page .navbar-brand {
  background-color: #00558C;
  height: 78px;
  padding: 9px 3px 9px 9px;
}

#single-blog-page .navbar-brand h1 {
  margin-top: -5px;
}

#single-blog-page .navbar-brand h1 img {
  width: 80%;
}

#single-blog-page #navigation .navbar-right {
	margin-top:0;
	margin-left:0;	
}

#single-blog-page .navbar-collapse.navbar-right {
	padding-left:0;
	padding-right:0;
}

#single-blog-page #navigation .navbar-right li a {
  line-height: 48px;
  padding: 15px 17px;
}

#single-blog-page #navigation .search {
  top: 30px;
}

#single-blog-page #navigation .navbar-right li a.active, 
#single-blog-page #navigation .navbar-right li a:hover, 
#single-blog-page #navigation .navbar-right li a:focus, 
#single-blog-page #navigation .navbar-right li.active a {
  background-color: #00558C;
}

#single-blog-page #navigation .search .field-toggle {
  top: 40px;
}

#single-blog-page .search i {
  color: #fff;
}

/*========END: Menu Style========*/

#blog-details {
	margin-top:175px;
}

.date {
	background-color: #00558C;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	line-height: 35px;
	padding: 20px;
	position: absolute;
	top: 0;
}

.date span {
	display:block;
	font-size:48px;
}

.blog-content .entry-header {
	padding-bottom: 0;
	padding-top:0;
	position:relative;
}

.blog-content .entry-meta {
  margin-bottom: 30px;
}

.entry-header h3 {
	color: #000;
	font-weight: 300;
	margin-top: 45px;
	text-transform: uppercase;
}

.blog-content .entry-meta span a {
	font-size:16px;
	font-weight:300;
}

.social-share {
	margin-top: 60px;
	overflow: hidden;
}

.social-share ul li{
	float:left;	
}

.author-details h2 {
	font-weight:300;
	margin-bottom:35px;
}

.author-social {
  margin-bottom: 20px;
  margin-top: 30px;
}

.author-social a {
	color: #000;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}

.author-social a:hover {
	color:#fff;
	background-color:#00558C;
}

.comments-area img, 
.author-details img {
	background:#f4f3f3;
	height: 75px;
	margin-right: 25px;
	padding: 2px;
	width: 75px;	
}

.parent.media-list {
  margin-bottom: 50px;
  margin-left:100px;
}

.comments-area h2 {
	font-weight: 300;
	margin-bottom: 25px;
}

.media-body h3, 
.media-body h4  {
  color: #000;
  font-weight: 300;
  margin-top:0;
}

.replay-icon{
	color:#333;
}

.replay-box {
  margin-bottom: 60px;
  margin-top: 60px;
}

.replay-box h2 {
	margin-bottom:35px;
}

.replay-box  .form-control {
	border-color:#a8a8a8;
	min-height:48px;
	box-shadow:none;
	border-radius:0;
}

.replay-box  textarea.form-control {
	height:174px;
}

.replay-box  .form-control:focus {
	border-color:#00558C;
}

/*=======Sidebar=========*/

.sidebar h3 {
  color: #404040;
  border-bottom: 2px solid #dedcdc;
  margin-bottom: 7px;
  padding-bottom: 8px;
  margin-top:0;
}

.recent-post .media-body p{
	font-size:12px;
}

.sidebar-item{
  margin-bottom: 45px;
}

.categories .navbar-stacked li {
  border-bottom: 1px solid #dedcdc;
}

.categories .navbar-stacked li:last-child {
  border-bottom: 0px;
}
.categories .navbar-stacked li a {
  color: #444;
  padding: 8px 0 8px 0;
}

.categories .navbar-stacked li a:hover{
  color: #00558C;
  opacity: 1;
}

.categories .navbar-stacked li.active a{
  color: #00558C;
}

.sidebar-item .media{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: 0;
}

.sidebar-item.recent-post img {
	max-width:60px;
}

.sidebar-item .media:last-child{
  border-bottom: 0px solid #ccc;  
  padding-bottom: 0; 
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #00558C;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a{
  color: #908f8f;
  font-size: 16px;
}

.tag-cloud .nav-pills{
  margin-top: 15px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #c7c7c7;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background-color: #00558C;
}

/*========================
=======Preloader CSS======
==========================*/
.preloader{
  display: table;
  background: #fff;
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#loaderImage {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}

#canvas {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
/*======================*/
/*======================*/
#home-carousel .carousel-indicators 
{
    /*top: 90%;*/
	bottom: 2px;
	top: unset;
	margin-bottom:0;
}
.carousel-indicators 
{
    /*top: 80%;*/
	bottom: 12%;
	top: unset;
	margin-bottom:0;

}

.carousel-indicators li
{
    border:1px solid #0072bc !important;
} 
 
.carousel-indicators .active 
{
    background-color: #0072bc;
}
.vertical_indicators
{
	bottom: auto;
    left: auto;
    margin-left: 0;
    position: fixed;
    right: 18px;
    top: 41%;
    width: 10px;
    z-index: 9999;
	
}
.vertical_indicators a
{
	border: 1px solid #0072bc !important;
	border-radius: 10px;
	height: 12px;
	margin: 5px 0;
	padding: 0 !important;
	width: 12px;
}
.vertical_indicators li.active a
{ 
  background-color: #0072bc;
}

/*	Gpro home nithya	*/
.first_h 
{
}
.home_one ul 
{
	
}
.home_two p 
{
	position:absolute;
	bottom:20%;
}
.home_three ul
{
	position:absolute;
	bottom: 20%;
    padding-left: 20px;
}
.home_three li{
color: #000;
font-weight:600;
}
.image_home4 p 
{
	position:absolute;
	bottom:22%;
}
.simple h2
{
  /*text-shadow:1px 1px #FFF !important;*/
 
}
.simple h3 
{
  /*text-shadow:1px 1px #FFF !important;*/
 
}
.simple_p 
{
	position:absolute;
	bottom:15%;
}
.your_business 
{
	position:absolute;
	bottom: 20%;
}
.recent_one p 
{
  width: 34%;
}
.expand 
{
    
	text-align: center !important;
}
.expand h2
{
margin-top: -30px;
}
.expand_p 
{
	 bottom: 12%;
    position: absolute;
    width: 100%;
}
#service .carousel-caption 
{
	top:5%;
	color:#000;
}
.service_one ul 
{
   bottom: 28%;
   left: 2%;
   position: absolute;
   top: 29%;
}
.service_two ul
{
    bottom: 20%;
    position: absolute;
    left: 0;
}
.get_it 
{
	font-size: 105%;
	line-height: 32px;
	font-weight: 600;
}
.autoemail 
{
    bottom: 10%;
    position: absolute;
    width: 30%;
	left:60%;
	
}
.autoemail img
{
 width:100%;
  
}
.service_three ul
{
    bottom: 32%;
    position: absolute;
     
}
.service_four ul 
{
    position: absolute;
    bottom: 28%;
    right: 0%;
}
.service_five ul 
{
    position: absolute;
    bottom: 28%;
    left: 15px;
}
.service_six ul
{
    position: absolute;
    bottom: 33%;
    right: 10%;
}
.datasecurity 
{
	 bottom: 18%;
    position: absolute;
    width: 29%;
	z-index:-1;
}
.datasecurity img 
{
	width:100%;
}
.service_seven ul 
{
    position: absolute;
    bottom: 20%;
	 padding-left: 25px;
}
.service_class 
{
     margin-left: 30%;
}
.service_class1 p 
{
   bottom: 25%;
    position: absolute;
    right: 26%;
    width: 44%;
}
.inter_img 
{
	bottom: 15%;
    position: absolute;
    width: 35%;
}
.retial_img
{
    position: absolute;
    width: 35%;
}
.retial_img img 
{
width:100%;
}
.mrf_img{

bottom: 15%;
    position: absolute;
    width: 35%;
}
.inter_img img
{
	 width:90%; 
}

.integ_img img
{
	 width:100%; 
}
.service_intelligent ul 
{
   position: absolute;
   bottom: 30%;
   width: 55%;
   right:0%
}
.elegant_img img  
{
width:40%;
margin-top: 5%;
}
.elegant
{
   position: absolute;
   bottom: 27%;
   left: 43%;
   
}
.left_purchase 
{
   position: absolute;
   bottom: 23%;
   width:38%
}
.left_purchase img 
{
	width: 95%;
}
.right_purchase 
{
	width:60%;
	position: absolute;
	bottom: 20%;
    right: 0%;
}
.left_account 
{
	position: absolute;
	bottom: 10%;
	width:50%;
	top:3%;
}
.left_account > div
{
    
   padding:10px;
 
}
.right_account 
{
	position: absolute;
	bottom: 16%;
	width:50%;
	right:-2%;
}
.right_account img
{
	width:100%;
}
.left_production 
{
	bottom: 8%;
    position: absolute;
    width: 30%;
}
.left_production img
{
width:100%
}
.right_production 
{
	position: absolute;
	bottom: 11%;
    width: 45%;
    right: 18%;
}
.analysis_left 
{
	width:52%;
	left:1% !important;
	position: absolute;
}
.analysis_left .overview_list 
{
    padding-left: 20px;
}

.analysis_right 
{
	width:48%;
	height:100%;
	bottom:0%;
	right:0%;
	position: absolute;
	background-color:#f2f2f2;
}
.analysis_right img
{
	width:100%;
	bottom:0%;
	position: absolute;

}
 
.misc img 
{
	width:35%;
}
.misc_1 .overview_list 
{
    padding-left: 0;
	color:#fff;
}
.misc1img{
text-align:center; margin-top:-16%
}
.misc_1 .overview_list li 
{
    list-style-type:none;
	line-height:180%;

}
.Slide_1 li {
font-wight:600;
font-size:105%;
line-height:160%;
}
 
.Slide_1 li:before 
{
     
	margin: 0 5px 0 -22px;
	font-size: 16px;
	line-height: 28px;
	font-weight:600;
}
.get_u_demo 
{
	margin-top:1%;
}
.get_u_demo_p 
{
	bottom:25%;
	width:48%;
	left:0;
	position: absolute;
	text-align: justify;
}
.get_u_demo_p  p
{
 line-height:40px !important;
}
.get_u_demo_vedio 
{
	bottom:25%;
	width:50%;
	right:0%;
	position: absolute;
}
 

.get_u_demo h2
{
	margin-top:3%;
}
#clients-carousel .carousel-caption p {
	font-size: 16px;
	font-weight: 600;
    line-height: 20px;
}
.data_int 
{
    width: 25%;
    bottom: 0%;
    left: 0%;
	position: absolute;
}
.data_int img 
{
	width:100%;
}

/*********************price-carousel*********************/
#price-carousel 
{
}
#price-carousel .carousel-caption
{
	top:0;
	position:relative;
}
#price-carousel h2
{	
	margin:0;
	font-size: 25px;
}
#price-carousel h3
{
	margin: 0;
	font-size: 18px;
	font-weight: 600 !important;
}
#price-carousel h4
{
	margin:0 0 10px 0;
	font-size: 23px;
}
#price-carousel h5
{
	font-size: 18px;
	background: #4F81BD;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-weight: 600;
}
#price-carousel p
{
	font-size: 18px;
	line-height: 26px;
	padding: 3px 0;
	font-weight: 400;
	margin: 0;
}
.left_price_list
{
	float:left;
	background:#E9EDF4;
}
.left_price_list > div 
{ 
	background:#D0D8E8;
	width:27%;
	float:left;
	border-right: 2px solid #fff;
	height: 520px;
}
.left_price_list .price_sms
{   
   width:14%;
}
.left_price_list .mob_app {
    width: 14%;
}
.left_price_list .multi-users {
    width: 23%;
}
.left_price_list .single-user {
    width: 40%;
}
.left_price_list > div > div
{
	padding: 0 3px;
	position: relative;
	top: 40%;
	transform: translateY(-50%);
}
.left_price_list > div > div p
{
  border-bottom:2px solid #474747;
}
.left_price_list > div > div > p:last-child
{
  border-bottom:0 !important;
}
.prices_inclusive
{
	width: 60% !important;
	border: 0;
	background: none !important;
	padding: 5px;
    height: auto !important;
}
.prices_inclusive ul
{
  margin-left:20px;
}
.prices_inclusive ul li
{
  list-style:none;
  font-weight:600;
}
.price-tax li::before
{
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 0.55em;
}

/******************end price-carousel********************/
/******************try_gpro********************/
.try_gpro
{
	background: url('../images/home/try_gpro.jpg') no-repeat center;
	background-size:cover;
}
.try_gpro .carousel-caption
{
  text-align:center !important;
}
.try_gpro_form,.try_gpro_img
{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.try_gpro_img img
{
 width:100%;
}
.try_gpro_form input
{
	width: 100%;
	border: 1px solid #000;
	margin: 5px 0;
	padding: 3px;
	border-radius: 5px;
}
.try_gpro_form .submit
{
	background:#fff;
	width: 100%;
	border: 1px solid #000;
	margin: 5px 0;
	padding: 3px;
	border-radius: 5px;
	font-size:16px;
}

.try_gpro_form #example,.try_gpro_form label
{
	color: #ff0000;
	font-weight: 300;
}
.have_look
{
  background: url('../images/home/have_look.jpg') no-repeat center;
  background-size:cover;
}
.have_look > div > div 
{
 text-align:center;
 margin-top: 12%;
}
.have_look > div > div > div
{
  display:inline-block;
  vertical-align:top;
  width:200px;
  border: 1px solid #000;
  margin: 0 20px; 
}
.have_look > div > div > div a
{
 display:inline-block;
 margin: 50px 0;
}
.have_look > div > div > div p
{
  border-top:1px solid #000;
  margin: 5px 0;
}
/*****************end try_gpro*****************/