
body {
  background-color: #fff;
      font-family: 'OpenSansRegular';
  margin: 0 0 97px;
  padding: 0px 0 0 0;
}
* {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
*:before,*:after {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
				-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color: #333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
		-moz-transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
				-ms-transition: all 0.5s ease-in-out 0s;
				outline: 0px none !important;
					text-decoration: none !important;

}
p {letter-spacing: 1px;}
a:hover {
	text-decoration: none !important;
	color: #000;
}



/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
footer {
  position: absolute;
  bottom: 0;
  height: 97px;
  width: 100%;
  background:#1d1d1d;
}
/*sticky footer*/

/*back to top*/
#back-top {
	position: fixed;
	bottom: 100px;
	right: 7px;
	z-index: 99999;
	margin-bottom: 0px;
}
#back-top a {
	display: block;
	text-align: center;
	font: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* background color transition */
	-webkit-transition: 0.5s all ease-in-out 0s;
	-moz-transition: 0.5s all ease-in-out 0s;
	transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover, #back-top a:focus {
	color: #ff8080;
}
#back-top a:hover span i {
	color: #fff;
}
/* arrow icon (span tag) */
#back-top span {
	width: 44px;
	height: 33px;
	display: block;
	margin-bottom: 7px;
	/*background: #fff;*/
	/* rounded corners */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* background color transition */
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	transition: 200ms;
	/*border: 1px solid #6f7170;*/
}
#back-top span i {
	font-size: 25px;
	line-height: 30px;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll center -30px;
}

.totop {
	background: url("../images/totop.png") no-repeat center top;
}

.navigation{
	/*background:#575657 none repeat scroll 0 0;*/
	background:#ffc12d none repeat scroll 0 0;
	border:0px;
	border-radius:0px;
	margin:0px;
	padding: 15px 0;
}
.menu {
  padding: 11px 0 0;
}
.menu > li > a {
  color: #fff !important;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  width: 101px;
  padding: 0px !important;
  text-transform: capitalize;
}
.menu li > a:hover {
  /*background: #0767a3 !important;*/
  background: rgba(0, 0, 0, 0) url("../images/hover_bg.png") no-repeat scroll top left;
}
.menu li > a:focus {
  background: rgba(0, 0, 0, 0) url("../images/hover_bg.png") no-repeat scroll top left;
}
.menu li.active > a{
  background: rgba(0, 0, 0, 0) url("../images/hover_bg.png") no-repeat scroll top left;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #555;
}
.my_dropdown_menu > li {
	margin: 5px 0;
}
.my_dropdown_menu > li > a {
     text-transform: capitalize;
      color: #fff !important;
	  font-size: 13px;
}

.my_dropdown_menu {
    background: rgba(36, 99, 153, 0.9) none repeat scroll 0 0;
    color: #fff !important;
}
.my_dropdown_menu > li > a:hover {
    background: #ffc12d;
}
.menu li:hover .my_dropdown_menu {
    display: block;
}
.carousel-inner img{
	width:100%;
}
.carousel-caption {
  left: 10%;
  padding-bottom: 30px;
  right: 20%;
  top: 46px;
}
.banner_text h4 {
  font-family: "OpenSansBold";
  font-size: 30px;
  text-align: left;
}
.banner_text h4 span {
  display: inline-block;
  color: #ffc12d;
}
.banner_text > p {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0;
  text-align: left;
}
.learn_more {
  display: block;
  margin: 45px 0 0;
  text-align: left;
  text-shadow: none;
}
.learn_more > span {
  display: inline-block;
http://colorzilla.com/gradient-editor/#3f8eb7+0,3c8ec0+2,428aba+4,3d8cb7+7,3c8dba+9,3d89ba+11,3c8ab8+15,3e86b8+24,3e87b4+26,3d83b4+37,3e7eae+48,3d72a6+100 */
background: #3f8eb7; /* Old browsers */
background: -moz-linear-gradient(top,  #3f8eb7 0%, #3c8ec0 2%, #428aba 4%, #3d8cb7 7%, #3c8dba 9%, #3d89ba 11%, #3c8ab8 15%, #3e86b8 24%, #3e87b4 26%, #3d83b4 37%, #3e7eae 48%, #3d72a6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3f8eb7 0%,#3c8ec0 2%,#428aba 4%,#3d8cb7 7%,#3c8dba 9%,#3d89ba 11%,#3c8ab8 15%,#3e86b8 24%,#3e87b4 26%,#3d83b4 37%,#3e7eae 48%,#3d72a6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3f8eb7 0%,#3c8ec0 2%,#428aba 4%,#3d8cb7 7%,#3c8dba 9%,#3d89ba 11%,#3c8ab8 15%,#3e86b8 24%,#3e87b4 26%,#3d83b4 37%,#3e7eae 48%,#3d72a6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f8eb7', endColorstr='#3d72a6',GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    box-shadow: 1px 1px 1px #00253f;
    display: inline-block;
    padding: 10px 17px;
    text-transform: capitalize;
    font-size: 20px;
}
.banner_inner > img {
  width: 100%;
}
.listing_sec {
  border-bottom: 1px solid #c3dce9;
  border-top: 1px solid #c3dce9;
  margin: 10px 0 0;
}
.package {
  padding: 22px 0 30px;
}
.bor {
  border-right: 1px solid #c3dce9;
}
.heading1 {
  color: #094780;
  font-size: 20px;
  text-transform: uppercase;
}
.package_text {
  height: 335px;
}
.package_text > p {
  font-size: 13px;
  line-height: 20px;
  font-family: 'OpenSansLight';
}
.package_text > p i{
  color: #094780;
}
.package_text > p span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px;
}
.read_more{
  text-align: right;
}
.read_more > a {
  background: #c3dce9 none repeat scroll 0 0;
  display: inline-block;
  line-height: 30px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  text-transform: capitalize;
}
.read_more > a:hover {
  background: #094780 none repeat scroll 0 0;
  color:#fff;
}
.slider_sec{
	background:#f1f1f1;
	padding: 35px 0;
}
.owl-carousel .slider_content {
  text-align:center;
}
.owl-carousel .slider_content > img {
  display: inline-block !important;
  width: auto !important;
  border: 1px solid #ccc;
}

.owl-carousel .slider_content > p {
  font-size: 15px;
  margin: 10px 0 0;
}

.about_contact_sec {
  background: #0c5c9c none repeat scroll 0 0;
  padding: 10px 0;
}
.heading{
	color:#fff;
	text-transform:uppercase;
}

.about_text > p {
  color: #dee8e3;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  text-shadow: 1px 1px 1px #0d0d0d;
}
.bor1 {
  border-left: 1px solid #7e97a4256;
}
.right_text_2 ul li {
  padding: 10px 0;
}
.right_text_2 ul li i {
  color: #fff;
  vertical-align: middle;
}
.right_text_2 ul li p {
  color: #fff;
  font-size:13px;
  margin:0;
}
.right_text_2 ul li a {
  color: #fff;
  display:inline-block;
  font-size:13px;
}

.sc > li {
  display: inline-block;
  padding: 8px !important;
}
.sc > li:first-child {
  padding-left: 0px !important;
}
.sc > li > a > i{
  font-size: 20px;
}
.sc > li > a > i:hover{
  color: #ccc;
}
.footer_outer {
  padding: 30px 0;
}
.footer_nav li{
	float:left;
	padding:0 12px;
}
.footer_nav li a {
  color: #fff;
  font-size: 13px;
}
.copy > p {
  color: #fff;
  font-size: 11px;
  margin:0;
}
/*about*/
.breadcrumb {
  background-color: #f1f1f1;
  border-radius: 4px;
  list-style: outside none none;
  margin: 20px 0;
  padding: 8px 15px;
}
.banner_inner{
	width: 100%;
} 
.about_heading {
  color: #246399;
  font-size: 25px;
  text-transform: uppercase;
}
.about_text1 {
  padding: 0 0 20px;
}
.about_text1 p {
  color: #7a7a7a;
  font-size: 13px;
  line-height: 22px;
}
.bold {
  color: #000 !important;
  font-weight: bold;
}
.about_text1 > h4 {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 10px;
  padding: 0 0 8px;
  text-transform: capitalize;
}

/*pricing*/
.pricing_outer {
  padding: 0 0 30px;
}
/*.pricing_col{
	margin: -15px 0 0 0;
}*/
.pricing {
  background: #f6f6f6 none repeat scroll 0 0;
  text-align: center;
  height:275px;
}
.pricing_heading {
  background: #62cdb7 none repeat scroll 0 0;
}
.pricing_heading > h4 {
  color: #fff;
  font-size: 37px;
  line-height: 45px;
  padding: 8px 0;
  text-align: center;
  text-transform: capitalize;
}
.pricing_heading h4 span {
  display: block;
}

.pricing_text li {
  border-bottom: 1px solid #e2e2e2;
  padding: 8px 0;
}

.pricing_text li i {
  color: #62cdb7;
}

.buy_plan a {
  border: 1px solid;
  border-radius: 28px;
  color: #5f5f5f;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  margin: 10px 0;
  padding: 5px 25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.buy_plan a:hover{
	 background: #62cdb7 none repeat scroll 0 0;
	 color: #fff;
	 border-color: #2c2c2c;
}
/*products*/
.product_inner {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0;
}
.product_pic_col {
  float: right !important;
}
.product_heading {
  padding: 0 10px;
  text-transform: uppercase;
}

.product_text {
  padding: 0 10px 10px;
}
.product_text p {
  color: #7a7a7a;
  font-size: 13px;
  line-height: 22px;
}

.pro_pic {
  padding: 0 10px;
}

.api {
  font-size: 26px !important;
  font-weight: bold;
  line-height: 44px !important;
}



/*contact us*/

.contact-left-outer {
  margin: 0;
  padding-top: 0;
}

.contact-right-outer {
	padding: 10px 0px;
}
.addr-heading {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 5px;
  padding: 5px 0;
  text-transform: uppercase;
}
.addr-heading1 {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin: 8px 0;
  text-transform: uppercase;
}
.addressc {
  font-size: 15px;
  line-height: 12px;
  text-align:left;
}
.addressc span {
  display: block;
  font-size: 17px;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.red {
  margin: 18px 0 5px;
  text-transform: uppercase;
}

.complain_form_heading{
	background:#246399 none repeat scroll 0 0;
	padding:5px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

.complain_form_outer{
	margin:20px 0px;
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

.complain_form_text{
	padding:10px 0px 10px 50px;
}

.submitc {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  transition: all 1s ease 0s;
  width: 100%;
}
.submitc:hover {
  background: #666 none repeat scroll 0 0;
}

.contact_bg{
	background: rgba(0, 0, 0, 0) url("../images/contact_bg.jpg") no-repeat scroll center center;
	margin: 0 0 25px;
}

.map {
  padding: 20px 0 0;
}

/*quirey*/
.quirey{
	font-size: 13px;
	 font-family: 'OpenSansLight';
}

.my_form_group{
	margin-bottom: 6px;
}

.submitc1 {
  background: #c3dce9 none repeat scroll 0 0;
  display: inline-block;
  line-height: 30px;
  margin: 0 5px 0 0;
  padding: 0 15px;
  text-transform: capitalize;
  transition: ease-in 0.5s;
  border-radius: 0px;
  border: 1px solid #c3dce9;
  color: #000;
}

.quirey_form_outer {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding-top: 0;
}


