/*
Template Name: Dart Responsive HTML5/CSS3 Template
Author: tripples
Author URI: http://themeforest.net/user/tripples
Description: Dart Responsive HTML5/CSS3 Template.
Version: 1.1
*/


/* Table of Content
==================================================
1.  Global Styles
2.  Header
3.  Slider
4.  Services
5.  Features
6.  Portfolio
7.  Post & Service
8.  Testimonial
9.  Call to Action
10. Clients
11. Footer
12. Subpages
13. Blog
14. Responsive

*/

@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700);
/* Global styles
================================================== */
 
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



body {
  border: 0;
  margin: 0;
  padding: 0;
  color: #323232;
}
.body-inner {
  position: relative;
  overflow: hidden;
}
a {
  color: #0087b8;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.read-more {
  color: #323232;
}
a.read-more:hover {
  color: #0087b8;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
hr.pad-line {
  margin-bottom: 40px;
  margin-top: 42px;
}
a:focus {
  outline: 0;
}
.red {
  color:#0087b8
}
.ex_p {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  padding-top: 27px;
}
.btn.btn-lo {
  background: #02aeda;
  border-radius: 0;
  box-shadow: 0 2px 0 #04718d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: -8px;
  padding: 2px 12px;
  transition: all 0.3s ease 0s;
}
.btn.btn-lo:hover {
  background:#0087b8;
  box-shadow:0px 2px 0 #f5434a;
}
.btn.btn-lo.bl {
  background:#03a4ce;
  box-shadow: 0 2px 0 #0a7794;
}
.get_btn {
  background:#a90010;
  font-size: 21px;
  font-weight: bold;
  float:left;
  margin-top:134px;
  margin-left:-280px;
}
.get_btn a {
  color: #fff;
  display: block;
  padding: 10px 15px;
}
/*-- Typography start --*/

body, p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
h2 {
  font-size: 28px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 34px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
}
h5 {
  font-size: 14px;
  line-height: 24px;
}
.btn.btn-primary {
  background: #000;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-primary:hover {
background:#333 !important;
}
.btn.btn-primary.prc{ margin-left:302px;}
.col-md-3.mr-pad {
  margin-bottom:5%;
}
.btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
ul.circle {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.circle li {
  position: relative;
  margin-left: 30px;
  padding-bottom: 20px;
}
ul.circle li:before {
  content: "\f111";
  color: #0087b8;
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 8px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 5px;
}
ul.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  color: #959595;
}
blockquote {
  margin: 20px 0;
  border-left: 5px solid #0087b8;
}
/* Deafult title */

h1.title {
	font-size: 30px;
	font-weight: 300;
	padding: 20px 15px 40px;
	position: relative;
	left: 0;
	line-height: normal;
	color:#0087b8;
}

h1.title span {
	background: #fff;
	z-index: 1;
	padding: 10px 15px;
}
h1.title:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 1px;
	width: 100%;
	left: 0;
	z-index: -1;
	border-bottom: 1px solid #cecece;
}

h1.entry-title {
	font-size: 24px;
	font-weight: 400;
}


h1.entry-title a {
	color: #323232;
}
h1.entry-title a:hover {
	color: #0087b8;
}



h2.title {
  font-size: 30px;
  font-weight: 300;
  padding: 20px 15px 40px;
  position: relative;
  left: 0;
  line-height: normal;
  color:#0087b8;
}
h2.title span {
  background: #fff;
  z-index: 1;
  padding: 10px 15px;
}
h2.title:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 1px;
  width: 100%;
  left: 0;
  z-index: -1;
  border-bottom: 1px solid #cecece;
}
h3.widget-title {
  margin-bottom: 30px;
}
h2.entry-title {
  font-size: 24px;
  font-weight: 400;
}
h2.entry-title a {
  color: #323232;
}
h2.entry-title a:hover {
  color: #0087b8;
}
.service-content p {
  font-size:13px;
}
/* Carousel controller */

.carousel-control {
  width: auto;
}
.dart-carousel-controller {
  text-align: center;
  padding-top: 50px;
}
.por_banner {
  position: fixed;
  right: -2px;
  top: 59.4%;
  z-index: 9;
}
.live_chat {
  position: fixed;
  left: 0;
  top: 55%;
  z-index: 9;
}
.dart-carousel-controller .left, .dart-carousel-controller .right, .owl-controls .owl-prev, .owl-controls .owl-next {
  cursor: pointer;
  background: #f6f6f6;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #989898;
  opacity: 1;
  top: auto;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
}
.owl-controls .owl-next {
  margin-left: 6px;
}
.dart-carousel-controller .left:hover, .dart-carousel-controller .right:hover, .owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  background: #0087b8;
  color: #fff;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  display: inline-block;
}
/* Input form */

.form-control {
  box-shadow: none;
  border: 1px solid #cecece;
  padding: 20px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #0087b8 !important;
}
/*-- bx slider --*/

#blog-gallary li, #portfolio-slider li {
  left: 0;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
}
.bx-wrapper .bx-next {
  right: 20px !important;
}
.bx-wrapper .bx-pager {
  bottom: 15px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff;
  width: 14px !important;
  height: 14px !important;
  border-radius: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0087b8 !important;
}
/*-- Sidebar --*/

.sidebar h3.widget-title {
  font-size: 18px;
  line-height: normal;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar .widget {
  margin-bottom: 40px;
}
/*-- Pagination --*/

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
  background: #0087b8;
  color: #fff;
  border: 1px solid transparent;
}
/*-- Isotope start --*/

#isotope {
  width:100%;
  margin-top:0;
}
.isotope-item {
  z-index:2;
}
.isotope-hidden.isotope-item {
  z-index:1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration:1s;
  -moz-transition-duration:1s;
  -ms-transition-duration:1s;
  -o-transition-duration:1s;
  transition-duration:1s;
}
.isotope {
  -webkit-transition-property:height, width;
  -moz-transition-property:height, width;
  -ms-transition-property:height, width;
  -o-transition-property:height, width;
  transition-property:height, width;
}
.isotope .isotope-item {
  -webkit-transition-property:0 opacity;
  -moz-transition-property:0 opacity;
  -ms-transition-property:0 opacity;
  -o-transition-property:0 opacity;
  transition-property:transform, opacity;
}
#isotope .col-sm-3 {
  width:24.95%;
}
#isotope-filter {
  margin-bottom: 40px;
}
#isotope-filter a {
  color: #959595;
  font-size: 16px;
  font-weight: 400;
}
#isotope-filter a.active, #isotope-filter a:hover {
  color: #0087b8;
}

#isotope-filter a:before {
  content: "/";
  color: #959595;
  padding-right: 10px;
  padding-left: 10px;
}
#isotope-filter a:first-child:before {
  content: " ";
}


#isotopes {
  width:100%;
  margin-top:0;
}

#isotopes.col-sm-3 {
  width:24.95%;
}
#isotope-filters {
  margin-bottom: 40px;
}
#isotope-filters a {
  color: #959595;
  font-size: 16px;
  font-weight: 400;
}
#isotope-filters a.active, #isotope-filters a:hover {
  color: #0087b8;
}

#isotope-filters a:before {
  content: "/";
  color: #959595;
  padding-right: 10px;
  padding-left: 10px;
}
#isotope-filters a:first-child:before {
  content: " ";
}








/* Header area
================================================== */

/*-- Header fixed --*/

.main-nav {
  width: auto;
}
.header-fixed .top-info {
  display: block;
}
/*-- Top info --*/

.top-info {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 10px 0 3px;
  font-size: 20px;
}
.top-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-info li {
  float: left;
  margin-left: 10px;
  font-weight: 600;
  margin-right:10px;
}
.top-info li a { color:#fff; text-decoration:none}
.top-info i {
  color: #0087b8;
  font-size: 16px;
  margin-right: 5px;
}
.top-info li img {
  vertical-align:middle;
  margin-top:-1%;
}
.top-info li.social-icon i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 0;
  box-shadow: 0 0 4px #000;
}
.top-info li.social-icon i:hover {
  color: #8c1b1e;
}
/*-- Main navigation --*/

.navbar-header {
  position: relative;
  z-index: 9999;
}
a.navbar-brand {
 background: /*#0087b8*/;
  padding: 8px 10px 0;
}
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.navbar-nav>li>a {
  padding: 21px 30px;
  font-weight: 600;
}
.navbar-toggle {
  background: #0087b8;
  border-radius: 0;
  margin-right: 5px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
ul.nav.navbar-nav li {
  /*background-color: rgba(0, 0, 0, .8);*/
}
ul.navbar-nav li a {
  color: #0087b8;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:focus {
  background: #0087b8;
  color: #fff;
}
ul.navbar-nav > li.active {
  background: none;
}
ul.navbar-nav li.active > a, ul.navbar-nav > li.active.dropdown.open {
  background: rgba(255, 4, 4, 0.75);
}
ul.navbar-nav li.active > .dropdown-menu > li.active > a {
  color: #0087b8;
}
ul.navbar-nav li.search {
  margin-left: 10px;
  background: #0087b8;
}
.navbar-nav .dropdown-menu {
  left: 0;
  right: auto;
}
.dropdown-menu * {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.navbar-nav .dropdown-menu {
  background: none;
  border: 0;
  box-shadow: none;
  min-width: 240px;
  display: block;
  opacity: 0;
  z-index:1;
  visibility:hidden;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(.43, .26, .11, .99);
  -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(.43, .26, .11, .99);
  -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(.43, .26, .11, .99);
  -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(.43, .26, .11, .99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(.43, .26, .11, .99);
}
.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility:visible;
  color: #777;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navbar-nav .dropdown-backdrop {
  visibility: hidden;
}
.navbar-nav .dropdown-menu li {
  padding: 10px 20px 0;
}
.navbar-nav .dropdown-menu li:first-child {
  border-radius: 2px 2px 0 0;
}
.dropdown-menu li:last-child {
  border-radius: 0 0 2px 2px;
}
.dropdown-menu>li>a {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li.active>a {
  background: none !important;
  color: #0087b8 !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background: transparent;
  border:0;
}
/*-- Search start --*/
.navbar-nav .fa-search {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  outline: none;
  padding: 10px 20px;
  line-height: 42px;
}
.site-search {
  text-align: center;
  background: #0087b8;
}
.site-search .container {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.site-search .container.open {
  height: 80px;

}
.site-search input[type="text"] {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  margin: 30px 0;
  padding-right: 20px;
  width: 100%;
  outline: 0;
  text-align: center;
}
.site-search input[type="text"]::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-moz-placeholder {
 color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]::-moz-placeholder {
 color: rgba(255, 255, 255, 0.25);
}
.site-search input[type="text"]:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.25);
}
 @media (max-width: 450px) {
 .site-search input[type="text"] {
 font-size: 20px;
 margin: 21px 0;
 text-align: left;
}
.form_singuphome {display:none;}
}
.site-search .close {
  color: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  font-size: 32px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.site-search .close:hover {
  color: #fff;
}
/* Slideshow
================================================== */

/*-- Main slide --*/

#main-slide .item img {
  width: 100%;
}
#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
#main-slide .slider-content {
  color: #fff;
  height: 100%;
  left: 50%;
  margin-left: -108px;
  margin-top: 83px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
#main-slide .carousel-indicators {
  bottom: 70px;
}
.carousel-indicators li {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
  margin: 1px !important;
}
#main-slide .carousel-indicators .active {
  background-color: #0087b8;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
#main-slide .carousel-control.left span {
  padding: 15px;
}
#main-slide .carousel-control.right span {
  padding: 15px;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
  left: 0;
}
#main-slide .carousel-control .fa-angle-right {
  right: 0;
}
#main-slide .carousel-control i {
  background: rgba(0, 0, 0, .7);
  color: #fff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#main-slide .carousel-control i:hover {
  background: #0087b8;
}
#main-slide .slider-content h2 {
  font-size: 76px;
  font-weight: 100;
  text-transform: uppercase;
}
#main-slide .slider-content h3 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 40px;
  text-transform: uppercase;
}
.slider.btn {
  padding: 10px 40px;
  margin-top: 40px;
  font-size: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slider.btn.btn-default {
  margin-left: 4px;
  background: #ECECEC
}
.slider.btn.btn-default:hover {
  background: #000;
  color: #fff;
}
.slider-content-left {
  position: relative;
  margin: 0 0 0 40px;
}
.slider-content-right {
  position: relative;
}
/*-- Animation --*/
.carousel .item.active .animated1 {
}
.carousel .item.active .animated2 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}
.carousel .item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated7 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8 {
  -webkit-animation: bounceInDown 1s ease-in 800ms both;
  animation: bounceInDown 1s ease-in 800ms both;
}
/*-- Newsletter --*/
#newsletter {
  position: relative;
  top: -45px;
}
#newsletter .form-control {
  background: rgba(0, 0, 0, .55);
  border: 0;
  border-radius: 0;
  height: 45px;
  padding: 10px 20px;
}
#newsletter .btn-lg {
  padding: 10px 63px;
  line-height: 1.4;
  margin-left: -15px;
  font-weight: 300;
}
/* Service Box
================================================== */

/*#service {
  position: relative;
  padding: 0 0 40px;
  border-bottom: 1px solid #DDDDDD;
}*/
#service {
    position: relative;
    padding: 0 0 40px; background:#0087b8 url(pkgbg.jpg) repeat; width:100%; height: auto;
}

.service-content {
  text-align: center;
  position: relative;
  padding: 0 10px;
}
.service-content .service-icon {
  position: relative;
}
.service-content:after {
  content: "";
  background: #0087b8;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -58px;
  left: 274px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  z-index: 3;
}
.service-content:before {
  content: '';
  /*background:  url(../images/process-circle.png) no-repeat;*/
  position: absolute;
  top: 50%;
  margin-top: -55px;
  width: 707px;
  left: 74px;
  height: 114px;
  z-index: 0;
}

.arrow_ser {
   background: url("../images/process-circle.png") no-repeat ;
    height: 114px;
    left: 50%;
    margin-left: -358px;
    margin-top: -83px;
    position: absolute;
    top: 50%;
    width: 936px;
    z-index: 0;
}

.service-content.last:after, .service-content.last:before {
  content: '';
  position: relative;
  box-shadow: none;
  border: 0;
  background:  none;
}
.service-content i {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  font-size: 48px;
  background: #0087b8;
  width:150px;
  height:150px;
  line-height: 150px;
  margin:30px 0 0;
  -webkit-box-shadow: 0 0 0 12px #f0f0f0;
  -moz-box-shadow: 0 0 0 12px #f0f0f0;
  box-shadow: 0 0 0 12px #f0f0f0;
}
.service-content h3 {
  font-size: 16px;
}
.service-content h3.num_div {
  font:700 40px Arial, Helvetica, sans-serif;
}
.service-content p.num_tex {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
#cup {
  
  
  
  background: url(../images/cup2.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  color: #fff;
  padding: 30px 0 60px;/* margin-top: 60px;*/
  
  
  
}
/* Features
================================================== */

#features {
  padding: 40px 0;
}
.feature-image {
  position: relative;
}
.feature-image:after {
  content: '';
  width: 120px;
  right:24px;
  top: 50%;
  margin-top: 8px;
  height: 1px;
  background: #cecece;
  position: absolute;
  z-index: -1;
}
.feature-wrapper {
  position: relative;
}
.feature-wrapper:before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: #cecece;
  position: absolute;
  left: -50px;
  z-index: 1;
}
.feature-wrapper:after {
  content: "";
  background: #0087b8;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  z-index: 3;
}
.feature-content-wrapper {
  position: relative;
  padding: 10px 0;
}
.feature-content-wrapper h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}
.feature-content-wrapper:before {
  content: "";
  background: #0087b8;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  z-index: 3;
}
.feature-content-wrapper:after {
  content: "";
  background: #0087b8;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: -53.5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  z-index: 3;
}
.feature-box .feature-icon {
  text-align: center !important;
  padding: 20px 0 0;
  font-size: 18px;
}
.feature-box .feature-icon i {
  color: #0087b8;
  font-size: 36px;
}
.feature-box .feature-icon i.fa-mobile-phone {
  font-size: 48px;
}
.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
}
.feature-box .feature-box-content {
  margin-left: 60px;
}
/*-- Featured Tab --*/

.featured-tab {
  background: #0087b8;
  border: 1px solid #0087b8;
  padding: 40px 30px;
  border-radius: 2px;
}
.featured-tab .nav-tabs {
  border-bottom: 0;
}
.featured-tab .nav-tabs>li.active>a {
  color: #0087b8 !important;
  background: #fff;
}
.featured-tab .nav-tabs>li.active>a:after {
  left: 100%;
  border: transparent solid;
  content: " ";
  position: absolute;
  border-width: 40px;
  top: 50%;
  border-left-color: #fff;
  margin-top: -40px;
}
.featured-tab .nav-tabs>li>a {
  border-radius: 4px 0 0 4px;
  padding: 20px 15px 8px;
  color: #fff;
  position: relative;
  border: 0 !important;
}
.featured-tab .nav-tabs>li.active>a {
  color: #0087b8 !important;
}
.featured-tab .tab-icon {
  font-size: 34px;
}
.featured-tab .tab-info {
  margin-left: 50px;
}
.featured-tab .tab-info h3 {
  font-size: 20px;
  line-height: normal;
  margin: 0;
}
#home {
margin-top:96px;
}
.nav-tabs-view {
  margin-left: 67px;
  margin-top: 12px;     font-weight:normal;
}
.nav-tabs-view a {
  color: #0087b8;
}
.nav-tabs-view a:hover {
  color:#0087b8;
}
.featured-tab .tab-pane {
color: #fff;
}
.featured-tab .tab-pane img.pull-left {
  margin: 0 25px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
  margin: 0 0 10px 25px;
}
.featured-tab .tab-pane h3 {
  margin: 0;
  line-height: normal;
  color: #fff;
font-weight: 800;
}
.featured-tab .tab-pane h4 {
  line-height: normal;
  margin: 0 0 20px;
  font-weight: 300
}
.featured-tab .tab-pane {
  padding-left: 25px;
}
.featured-tab .tab-pane a.read-more {
  color: #0087b8;
}
/* Portfolio
================================================== */

/* Portfolio
================================================== */

#portfolio {
  padding: 0 0 40px;
}
#portfolio-carousel .thumbnail {
  position:relative;
  overflow:hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.thumbnail a {
  padding:0;
  margin:0px;
}
#portfolio-carousel .thumbnail img {
  text-align:center;
  width:100%;
 height:218px;}
#portfolio-carousel .thumbnail:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition:-webkit-transform 0.5s;
  -moz-transition:-moz-transform 0.5s;
  transition:transform 0.5s;
  z-index:99999 !important;
}
#portfolio-carousel .thumbnail .caption .caption-content {
  position: absolute;
  bottom: 25px;
}
#portfolio-carousel .thumbnail .caption i {
  border: 4px solid #0087b8;
  border-radius: 100%;
  color: #0087b8;
  display: inline-block;
  font-size: 18px;
  height: 46px;

  line-height: 40px;
  position: relative;
  text-align: center;
  top: -9px;
  width: 46px;
  z-index: 8;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#portfolio-carousel .thumbnail .caption i.fa-link {
  margin-left: 10px;
}
#portfolio-carousel .caption {
  color: #fff;
  padding: 15px;
  position:absolute;
  top: -100%;
  right:0;
  background: rgba(242, 242, 242, 0.75);
  width:100%;
  height:100%;
  text-align:center;
  z-index:2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#portfolio .thumbnail:hover .caption {
  top: 0%;
}
#portfolio-carousel .caption h3 {
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  color:#0087b8;
}
#portfolio-carousel .caption p {
  text-align: left;
  color:#000;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -55px;
  z-index:1032;
}
/* Latest Post & Service
================================================== */

/*-- Latest Post --*/

#blog-service {
  padding: 0 0 40px;
}
.recent-post img {
  position: relative;
}
.recent-post .date {
  position: relative;
}
.recent-post .date:before {
  content: '';
  width: 61px;
  right: 0;
  top: 50%;
  margin-top: 4px;
  height: 10px;
  background: #0087b8;
  position: absolute;
  z-index: -1;
}
.recent-post .blog-date {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  background: #0087b8;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  line-height: normal;
  margin: 10px 20px;
  z-index: 1;
}
.recent-post .date span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.recent-post .post-body {
  position: relative;
  padding: 5px 0 0 35px;
}
.recent-post .post-body:before {
  content: '';
  width: 1px;
  top: 28px;
  left: 15px;
  bottom: 15px;
  height: auto;
  background: #e2e2e2;
  position: absolute;
  z-index: 1;
}
.recent-post .post-body:after {
  content: "";
  background: #0087b8;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 6px;
  left: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  z-index: 3;
}
.recent-post .post-body h3 {
  font-size: 16px;
  margin-bottom: 3px;
}
.recent-post .post-body h3 a {
  color: #323232;
}
.recent-post .post-body .post-meta, .recent-post .post-body .post-meta a, .recent-post .post-body .post-meta a i {
  font-weight: 400;
}
.recent-post .post-body .post-meta span, .recent-post .post-body .post-meta span i {
  padding-right: 5px;
  font-size: 13px;
}
.recent-post .post-excerpt a.read-more {
  padding-top: 30px;
  display: block;
}
/*-- Services accordion --*/

.panel-default {
  border-color: #cfcfcf;
}
.panel-default>.panel-heading {
  background: #f2f2f2;
  border-color: #cfcfcf;
}
.panel-heading {
  padding: 15px;
}
h4.panel-title {
  color: #989898;
  position: relative;
}
h4.panel-title a {
  color: #0087b8;
}
h4.panel-title a:hover {
  color: #0087b8;
}
h4.panel-title a.collapsed {
  color: #989898;
}
h4.panel-title a:after {
  content: "\f068";
  font-family: FontAwesome;
  background: #0087b8;
  color: #fff;
  font-size: 14px;
  right: 20px;
  position: absolute;
  z-index: 111;
  width: 28px;
  height: 28px;
  line-height: 30px;
  top: 0;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
}
h4.panel-title a.collapsed:after {
  content: "\f067";
  font-family: FontAwesome;
  background: #afafaf;
  color: #fff;
  font-size: 14px;
  right: 20px;
  position: absolute;
  z-index: 111;
  width: 28px;
  height: 28px;
  line-height: 30px;
  top: 0;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .07);
}
/* Testimonial
================================================== */

.testimonial-slide .testimonial-thumb img {
  width: 152px;
  height: 152px;
  border: 5px solid rgba(0, 0, 0, .09);
}
.testimonial-slide .testimonial-content h3.name {
  font-size: 26px;
  color: #0087b8;
  font-weight: 400;
}
.testimonial-slide .testimonial-content h3 span {
  display: block;
  font-size: 16px;
  color: #636363;
}
.testimonial-slide .owl-buttons {
  display: none;
}
.testimonial-slide .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 800px;
  padding-top: 20px;
  display: inline-block;
  position: relative;
  color: #636363;
}
.testimonial-slide .testimonial-text:before {
  content: '\f10d';
  font-family: FontAwesome;
  padding-right: 10px;
  color: #0087b8;
}
.testimonial-slide .testimonial-text:after {
  content: '\f10e';
  font-family: FontAwesome;
  padding-left: 10px;
  color: #0087b8;
}
/* Action
================================================== */

#action {
  background: url(../images/action-bg2.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  color: #fff;
  padding: 30px 0 60px;/* margin-top: 60px;*/
}
#action h2 {
  font-size: 36px;
}
.action.btn {
  padding: 8px 32px;
  font-size: 18px;
  border-radius: 2px;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 28px;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.action.btn:hover {
  background: #000 !important;
  color: #fff;
}
.action.btn.btn-default {
  margin-left: 4px;
  background: #ECECEC;
}
/* Clients
================================================== */

#clients {
  padding: 40px 0;
}
.client-carousel .owl-wrapper-outer {
  background: #f2f2f2;
  border: 1px solid #d7d7d7;
  padding: 60px 0;
  border-radius: 2px;
  margin-bottom: 40px;
  position: initial !important
}
/*
.client-carousel .owl-wrapper-outer .client_logo img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.client-carousel .owl-wrapper-outer .client_logo img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}*/


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

/*-- Footer common --*/

#footer-wrapper {
  /*padding-top: 40px;*/
}
#footer {
  padding: 40px 0;
  background: #0087B8;
  border-top: 1px solid #0087B8;
}
h3.footer-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
h3.footer-title span {
  background: #0087B8;
  z-index: 2;
  position: relative;
  padding: 0 10px 0 0;
  color:#fff;
}
h3.footer-title:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
  margin-top: -10px;
  border-bottom: 1px solid #cecece;
  z-index: 0;
}
/*
-- Footer about us --*/


.form-control_sub {
     background: none repeat scroll 0 0 #fff;
    border: 1px solid #cecece;
    border-radius: 0; margin-top:1px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    padding: 11px;
    width: 67%;
}


.footer-about-us .desc {
  padding: 40px 0 30px;
}
.footer-about-us .footer-social a {
  color: #949494;
  margin-right: 5px; 
}



.footer-about-us {
  margin-top:5%;
}
.footer-about-us .footer-social a:hover {
  color: #0087b8;
}
.footer-about-us .footer-social a i {
   background: #0087b8;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
    color: #fff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    margin-right: 5px;
    text-align: center;
    width: 34px;
}


.footer-about-us .footer-social a i.fb{ background:#3B5998;}
.footer-about-us .footer-social a i.tw{ background:#2cbee3;}
.footer-about-us .footer-social a i.ln{ background:#0e76a8;}
.footer-about-us .footer-social a i.pn{ background:#c92228;}

/*-- Recent post --*/
.recent-post.mr_ri {
  margin-right:5%;
}
.recent-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-post ul li {
  line-height: 40px;
  border-bottom: 1px dashed #cecece;
  position: relative;
}
.recent-post ul li:last-child {
  border-bottom: 0;
}
.recent-post ul li:before {
  content: "\f111";
  color: #fff;
  position: absolute;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 9px;
  top: 14px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 100%;
}
.recent-post ul li a {
  color: #fff;
  padding-left: 25px;
}
.recent-post ul li a:hover {
  color: #0087b8;
}
/*-- Photo Gallery --*/

.img-gallery a.thumb-holder img {
  margin: 0 10px 10px 0;
  display: inline-block;
  width: 72px;
  height: 77px;
  border-radius: 100%;
}
/*-- Twitter feed --*/
.tweet a {
  color: #fff;
}
.tweet a:hover {
  color: #0087b8;
}
.tweet .tweet-time {
  margin-top: 10px;
}
.tweet .tweet-time i {
  font-size: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #0087b8;
  color: #fff;
  border-radius: 100%;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}
/*-- Footer bottom --*/
.footer-bottom {
  background: #0087b8;
}
.footer-bottom-menu {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.footer-bottom-menu li {
  display: inline-block;
  margin-right: 8px;
}
.footer-bottom-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer-bottom-menu li a:hover {
  color: #6e1518;
}
.scroll-up img {
  margin-top: -20px;
}
.back-to-top {
}
.copyright-info {
  margin-top: 50px;
  font-size: 15px;
  color: #fff;
}
.copyright-info a {
  color: #6e1518;
  font-weight: 700;
}
.copyright-info a:hover {
  color: #fff;
}
.tweet {
  padding-bottom:15px;
  color:#fff;
}
/* Subpages 
================================================== */

/*-- Subpage common --*/

#inner-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#inner-header img {
  width: 100%;
}
.inner-title-content {
  margin-top: -100px;
  background: #fff;
  padding: 20px 30px;
}
.inner-title-content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}
ul.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li a {
  font-size: 16px;
  color: #000;
}
.breadcrumb>li+li:before {
  content: "\f105";
  font-family: FontAwesome;
}
h3.page-content-title {
  margin-top: 0;
}
/*-- Skills --*/

.skills {
  padding-top: 20px;
}
.percentage.easyPieChart > span, .percentage.easyPieChart {
  color: #7e8c8d;
  font-size: 48px;
}
.percentage.easyPieChart {
  font-size: 27px;
}
.easyPieChart {
  position: relative;
  text-align: center;
  margin: 0 auto 20px;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.skills small {
  text-align: center;
  font-size: 18px;
  display: block;
  padding-top: 10px;
  color: #5c5c5c;
}
/*-- Team --*/

.team-carousel {
  padding-top: 20px;
}
.team-img-wrapper {
  position: relative;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, .09);
}
.team-img-wrapper img {
  width: 120px;
  height: 120px;
}
.team-img-wrapper i {
  font-size: 20px;
  color: #fff;
  margin-left: 8px;
}
.team-img-wrapper .social-icons {
  top: 50%;
  position: relative;
}
.team-img-wrapper-hover {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(235, 44, 51, 0.75);
  opacity: 0;
  border-radius: 100%;
  border: 5px solid transparent;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.team-img-wrapper-hover:hover {
  opacity: 1;
}
.team-wrapper .team-content {
  padding: 15px 25px 40px;
}
.team-wrapper .team-content h3.name {
  font-size: 22px;
  line-height: normal;
  color: #0087b8;
}
.team-content h3 span {
  display: block;
  font-size: 16px;
  color: #636363;
}
.team-content .team-text {
  padding-top: 10px;
  color: #636363;
}
/*-- Service box --*/

.service-box i {
  font-size: 36px;
}
.service-box-content {
  margin-left: 70px;
}
.service-box-content h3 {
  font-size: 18px;
}
/*-- Team page --*/
.page-team-wrapper {
  width: 260px;
}
.team-image-wrapper {
  position: relative;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, .09);
}
.team-image-wrapper .social-icons {
  top: 50%;
  margin-top: -30px;
  position: relative;
}
.team-image-wrapper .social-icons a {
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  margin: 0 6px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.team-image-wrapper .social-icons a:hover {
  background: #fff;
  color: #0087b8;
}
.team-image-wrapper-hover {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(235, 44, 51, 0.75);
  opacity: 0;
  border: 5px solid transparent;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
.team-image-wrapper-hover:hover {
  opacity: 1;
}
.page-team-wrapper .team-content {
  padding: 10px 0 40px;
}
.page-team-wrapper .team-content h3.name {
  font-size: 22px;
  line-height: 26px;
  color: #0087b8;
}
.page-team-wrapper .team-content h3 span {
  display: block;
  font-size: 16px;
  color: #636363;
}
.page-team-wrapper .team-content .team-text {
  padding-top: 10px;
  color: #636363;
}
.team-page .owl-controls {
  text-align: center;
}
/*-- Pricing table --*/

.plan {
  
  background: #e1e1e1;
  width: 100%;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
/*.plan:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  cursor: default;
  position: relative;
}*/
.plan-name {
  background: #D4D4D4;
  color: #000;
  display: block;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 39px;
  text-transform: uppercase;
  border-bottom: 2px solid #C2C2C2;
}
.plan-price {
  font-size: 48px;
  position: relative;
  width: 160px;
  height: 160px;
  margin: 30px 0;
  display: inline-block;
  background: #FF0000;
  color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 12px #f0f0f0;
  -moz-box-shadow: 0 0 0 12px #f0f0f0;
  box-shadow: 0 0 0 12px #f0f0f0;
}
.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.2em;
}
.plan-price strong {
  display: inline-block;
  margin-top: 70px;;
}
.br_pack {
    left: 18.3%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.plan-price small {
  display: block;
  font-size: 18px;
  line-height: normal;
  font-style: italic;
  margin-top: 15px;
}
.plan ul {
  background: #333;
border-radius:5px;
  padding: 0;
  margin-bottom: 0;
}
.plan ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  font-family: arial;
  min-height: 44px;
  padding: 12px 29px
}
.plan ul li:first-child {
  border-top: 0 !important;
}
.plan a.btn {
  display: block;
  margin: 17px auto;
  max-width: 160px;
  padding: 12px 0;
  border-bottom: 4px solid #025c7c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.plan a.btn:hover {
  background: #23b5ea;
}
.plan.featured .plan-name {
  background: #FF0000;
  border-bottom: 2px solid #C30808;
  color: #fff;
}
/*-- Faq page --*/

.faq-form-text {
  font-size: 12px;
  color: #858586;
}
.faq-form .form-control {
  display: inline-block;
}

/*-- Portfolio page --*/

#portfolio-page div[class*='col-sm-'] {
 padding-left: 0px;
 padding-right: 0px;
}
#portfolio-page .col-sm-3 .image-thumb {
  height: 300px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#portfolio-page .image-thumb img {
    border-right: 2px solid #fff;
    height: 100%;
    width: 100%;
}
#portfolio-page .post-img-lg {
  margin-bottom: 60px;
}
.portfolio-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.75);
  color: #FFF;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-overlay:hover {
  opacity: 1;
}
.portfolio-overlay-btn {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  color: #FFF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio-overlay-btn a {
  border: 2px solid #0087b8;
  border-radius: 100%;
  color: #0087b8;
  display: inline-block;
  font-size: 18px;
  margin: 0 6px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio-overlay-btn a:hover {
  background: #fff;
  color: #0087b8;
}
.project-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
/* Tiny Scrollbar */
.scrollbar1 {
  width: 100%;
  margin: 0px 0 10px;
}
.scrollbar1 .viewport {
  width: 100%;
  height: 574px;
  overflow: hidden;
  position: relative;
}
.scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width:100%
}
.scrollbar1 .scrollbar {
  position: absolute;
  right:0;
  background-position: 0 0;
  
  width: 15px;
  z-index:1;
  display:none;
}
.scrollbar1 .track {
  height: 100%;
  width:13px;
  position: relative;
  padding: 0 1px;
  background:  #e2e1e1;
}
.scrollbar1 .thumb {
  background: none repeat scroll 0 0 #025c7c;
  cursor: pointer;
  height: 20px;
  left: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 7px;
}
.scrollbar1 .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 25px;
}
.scrollbar1 .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.scrollbar1:hover .scrollbar{ display:block;} 
/*-- Contact page --*/

.map {
  height: 450px;
  z-index: 1;
  margin-bottom: 40px;
}
.contact-form label {
  color: #959595;
  font-weight: normal;
}
.contact-info p {
  font-size:13px !important;
}
.contact-info p a{ color:#323232}
.contact-info p a:hover{ color:#0087b8}
.contact-info i {
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #0087b8;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
}

#portfolio-carousel .thumbnail .caption i.lf{    left: 90px;
    top: -73px;}
/* Blog page
================================================== */

/*-- Blog post listing --*/

.blog-post {
  margin-bottom: 40px;
}
.blog-image-wrapper {
  position: relative;
}
.img-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  display: block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-image-wrapper:hover .img-overlay {
  left: 0;
  width: 100%;
  opacity: 1;
}
.blog-img-icon {
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog-image-wrapper:hover .blog-img-icon {
  margin-top: -20px;
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.blog-img-icon a {
  background: #fff;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 14px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  border-radius: 100%;
}
.blog-image-wrapper .bx-wrapper .bx-pager {
  display: none;
}
.blog-image-wrapper .bx-wrapper {
  margin-bottom: 0;
}
.blog-video-wrapper {
  position: relative;
}
iframe {
  border: 0px;
  width: 100%;
}
.post-meta {
  color: #959595;
}
.post-meta span {
  padding-right: 10px;
}
.post-meta a {
  color: #959595;
}
.post-meta i {
  color: #0087b8;
}
.entry-content {
  padding: 20px 0 10px;
}
/*-- Blog search --*/

.sidebar #search .input-group-btn .btn.btn-primary {
  padding: 11px 12px;
}
/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #cecece;
}
.widget-tab .nav-tabs>li>a {
  color: #323232;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
}
.widget-tab .nav-tabs>li.active>a {
  color: #fff;
}
.widget-tab .tab-content {
  border: 1px solid #cecece;
  border-top: 0;
  padding: 5px 10px 0;
}
.widget-tab .posts-thumb img {
  display: block;
  width: 70px;
  height: 65px;
  margin-right: 20px;
}
.widget-tab .posts-avator img {
  display: block;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  border-radius: 100%;
  border: 5px solid #f2f2f2;
}
.widget-tab h4.entry-title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 5px;
}
.widget-tab h4.entry-title a {
  color: #323232;
}
.widget-tab h4.entry-title a:hover {
  color: #0087b8;
}
.widget-tab .post-meta span {
  font-style: italic;
  padding-right: 5px;
}
.widget-tab ul.posts-list li {
  padding-bottom: 10px;
}
/*-- Blog category widget --*/

.widget-categories ul.category-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cecece;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-categories ul.category-list li:hover {
  padding-left: 10px;
}
.widget-categories ul.category-list li a {
  color: #323232;
}
.widget-categories ul.category-list li:last-child {
  border-bottom: 0;
}
.widget-categories ul.category-list li .posts-count {
  margin-left: 20px;
  font-size: 10px;
  background: #0087b8;
  color: #fff;
  padding: 3px;
  border-radius: 100%;
}
/*-- Blog tags widget --*/

.widget-tags ul > li {
  float: left;
  margin: 6px;
}
.widget-tags ul > li a {
  background: #f2f2f2;
  color: #6A6A6A;
  display: block;
  font-size: 14px;
  padding: 0px 14px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-tags ul > li.selected a {
    background: none repeat scroll 0 0 #0087b8;
    color: #fff;
    list-style: none outside none;
    text-decoration: none;
}

.widget-tags ul > li a:hover {
  background: #0087b8;
  color: #fff;
}
/*-- Blog details page --*/

.about-author h3 {
  margin-bottom: 30px;
}
.author-img img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 100%;
  border: 8px solid #f2f2f2;
}
.author-url span {
  color: #0087b8;
}
.author-info h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
}
/*-- Blog post comments --*/

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comments-list .comment.last {
  border-bottom: 0;
}
.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
  border-radius: 100%;
  border: 5px solid #f2f2f2;
}
.comments-list .comment-body {
  margin-left: 120px;
}
.comments-list .comment-author {
  margin-bottom: 0;
}
.comments-list .comment-date {
  font-style: italic;
  color: #959595;
  margin-bottom: 20px;
}
.comments-list .comment-reply {
  text-transform: uppercase;
}
.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}
.comments-form .btn.btn-primary {
  padding: 10px 20px;
}
.comments-form label {
  font-weight: normal;
  color: #959595;
}
/*------------ request quote ------------*/


.popup {
  background: url(../images/trans.png) repeat;
  display:none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.sign-up {
  background: #F5F5F5;
  box-shadow: 0 0 10px #363636;
  left: 50%;
  margin: 0 auto 0 -200px;
  position: fixed;
  top: 20%;
  width: 400px;
  z-index: 9000;
}
.sign-up-header-inn {
  background: #000;
  box-shadow: 0 0 2px #000;
  height: 56px;
  margin-bottom: 20px;
  padding: 6px 0;
  position: relative;
  text-align: center;
}
.sign-up-header-inn h1 {
  font-size:25px;
  color:#fff;
  line-height:0px;
  background:  #000;
  box-shadow: 0 0 2px #000;
}
.sign-up-header {
  background: #fff;
  box-shadow: 0 0px 2px #000;
  padding: 3px 0;
  position: relative;
  text-align: center;
  margin-bottom:20px;
}
.cross {
  background:#0087b8;
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 12px;
  width: 25px;
  padding: 3px 0 0;
}
.signup-tip {
  left: 200px;
  position: absolute;
  top: 109px;
}
.signup-tip {
  left: 200px;
  position: absolute;
  top: 109px;
}
.signup-form-row {
  padding: 3px 0 0px;
}
.signup-form {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  padding: 12px 10px;
  width: 100%;
}
.signup-form-select {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: inline-block;
  font-size: 14px;
  height: 43px;
  padding: 10px 5px;
  width: 100%;
}
.signup-form-text {
  background:  rgba(0, 0, 0, 0);
  border: 1px solid #cecece;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: inline-block;
  font-size: 14px;
  height: 65px;
  padding: 10px 5px;
  width: 100%;
}
.signup-form:focus {
  border: 1px solid #0087b8 !important;
  box-shadow: none;
}
.cross i {
  color:#fff;
  font-size:18px;
}
.plan2 {
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.plan2 a.btn {
  border-bottom: 4px solid #025c7c;
  display: block;
  font-size: 24px;
  margin: 17px auto;
  padding: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.plan2 a.btn:hover {
  background: none repeat scroll 0 0 #23b5ea;
}
#pricePlans #plans .plan3 {
  background: #fff;
  float: left;
  width: 47.7%;
  text-align: center;
  border-radius: 5px;
  margin: 0 22px 20px 0;

  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1); border-radius:5px; border-top:none;
}
.form-group p {
  overflow:hidden;
  float:left;
  color:#025c7c
}
.form-group p a {
  color:#025c7c;
  margin-right:10px;
}
.form-group p a.r_bl_ck {
  color:#000
}
.form-group p a.r_bl_ck:hover {
  color:#025c7c;
}
#slideout {
                position: fixed;
                top: 195px;
                right: -2px;
                width: 51px;
                cursor:default;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
                z-index:9;
}
#slideout_inner {
                height: 29px;
                position: fixed;
                right: -130px;
                top: 195px;
                width: 130px;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
}
#slideout:hover {
  right: 130px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover #slideout_inner {
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout2 {
                position: fixed;
                top: 210px;
                right: -2px;
                width: 51px;
                cursor:pointer;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
                z-index:9;
}
#slideout_inner2 {
                position: fixed;
                top: 210px;
                right: -130px;
                width: 130px;
                height: 29px;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
}
#slideout2:hover {
  right: 130px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout2:hover #slideout_inner2 {
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}






/*-------------- form ------------*/
#fpi_feedback {
    color: white;
    font-size: 16px;
    height: 350px;
    position: fixed;
    right: -11px;
    top: 250px;
    width: 60px;
    z-index: 999999;
}

#fpi_title {
    background: url("../images/por_banner.jpg") no-repeat ;
    cursor: pointer;
    height: 264px;
    left: 0;
    position: absolute;
    top: 0;
    width: 51px;
}

    #fpi_title h2 {
        font-size: 18px;
        padding: 0px 10px 10px 10px;
        margin: 0;
    }

#fpi_content {
 background-color: #000;
    height: 264px;
    left: 49px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    width: 562px;
}

    #fpi_content #fpi_header_message {
    color:#0087b8; font-weight:bold; font-size:20px;
    
    
    
        overflow: hidden;
    }

    #fpi_content form {
        margin-right: 5px;
    }

    #fpi_content #fpi_submit_username, #fpi_content #fpi_submit_message {
        margin: 10px 5px;
    }

        #fpi_content #fpi_submit_username input, #fpi_content #fpi_submit_message textarea {
            width: 100%;
            resize: none;
        }


        #fpi_content #fpi_submit_message .error, #fpi_content #fpi_submit_username .error {
            background-color: #EDBE9C;
        }

        #fpi_content #fpi_submit_message textarea {
            height: 120px;
            font-family: georgia;
            font-size: 1em;
        }

#fpi_submit_loading {
    width: 110px;
    height: 10px;
    float: left;
    background-image: url(data:image/gif;base64,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);
}


#fpi_content #fpi_submit_submit {
    text-align: right;
    margin: 10px 0px;
}

    #fpi_content #fpi_submit_submit input {
        width: 80px;
        height: 30px;
        background: #F5410F none repeat scroll 0 0;
        outline-style: none;
        outline-width: medium;
        border: 3px solid #F52D0F;
        text-transform: uppercase;
        font-weight: bolder;
        color: white;
        opacity: .75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";
        filter: alpha(opacity = 75);
    }

        #fpi_content #fpi_submit_submit input:hover {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
            filter: alpha(opacity = 100);
            cursor: pointer;
        }

#fpi_content #fpi_ajax_message {
    padding-top: 50px;
    text-align: center;
}



.popup-title{ color:#fff; padding:7px 0;}



.popup-field{
  float: left;
    margin-right: 16px;
    width: 43%;
}


.popup-field input[type="text"]{
background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%; margin-bottom:10px;
}


.popup-field select{
 background:  #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    padding: 4px 10px;
    width: 100%;
}
.popup-field textarea{
 background:  #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 60px;
    margin-bottom: 10px;
    padding: 9px 10px;
    width: 100%;
}

.popup-field.txte{ width:89%;}




.popup-field2{
  float: left;
    margin-right: 16px;
    width: 43%;
}


.popup-field2 input[type="text"]{
background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%; margin-bottom:10px;
}


.popup-field2 select{
 background:  #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 30px;
    margin-bottom: 10px;
    padding: 4px 10px;
    width: 100%;
}
.popup-field2 textarea{
 background:  #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 60px;
    margin-bottom: 10px;
    padding: 9px 10px;
    width: 100%;
}

.popup-field2.txte{ width:89%;}









/*---brad crum---*/

.bd_nav{   margin: 0 auto;
    width: 850px;}


.bd_nav ul {}

.bd_nav ul li{ float: left;list-style-type: none; text-align: center}
.bd_nav_circle {  background: #f0f0f0;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.09);
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 47px;
    list-style-type: none;
    margin: 0 56px;
    text-align: center;
    text-decoration: none;
    width: 50px; color:#ccc; margin-bottom:15px; }
  .nav_bg{  background: none repeat scroll 0 0 #f0f0f0;
    height: 9px;
    margin-top: 21px;
    width: 162px;}
  .bd_nav ul li.slected .bd_nav_circle{background:#0087b8; color:#fff}
  .bd_nav ul li.slected .nav_bg{background:#0087b8; color:#fff}
  
  .bd_nav ul li span{color: #ccc;
        display: block;
    font-size: 15px;
    font-weight: 400;}


.bd_nav ul li.slected span{ color:#0087b8}


.sign_up_form{ width:600px; margin:6% auto 2%; overflow:hidden}

.sign_up_form h2 {
    color: #0087b8;
    font-size: 36px;
    font-weight: 400; margin-bottom:20px; float:left;
}
.sign_up_form h2.bl{ border-bottom: 2px solid #C30808;
    color: #000000;
    font-size: 30px;
    padding-bottom: 10px;
    text-transform: none;
    width: 100%; margin-bottom: 3PX;}
.sign_up_form h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400; margin-bottom:40px; float:left; line-height:0px;
}
.form-group label.f-form{  float: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 12px;
    margin-top: 8px;
    width: 21%;}
  
  .wi-f{background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font-size: 14px;
    padding: 9px 10px;
    width: 77%;}
  
  
  .sign_up_form select.wf2 {background: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font-size: 14px;
    padding: 9px 10px; margin-top:0px;
    width: 77%;}
  
  .wi-f:focus {
  box-shadow: none;
  border: 1px solid #0087b8 !important;
}
.bt-mrg{ margin-left:138px;}

.sign_up_form select{ background: none repeat scroll 0 0 #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    float: right;
    font-size: 14px;
    margin-top: 20px;
    padding: 9px 10px;
    width: 38%}
  
  
  
  .order_list{  background: none repeat scroll 0 0 #f1f0f0;
    border-bottom: 2px solid #c30808;
    float: left;
    margin-bottom: 6px;
    margin-right: 33px;
    padding-bottom: 12px;
    width:100%;}
  
  .order_list.last{ margin-right:0px;}
  .order_list h2{background: none repeat scroll 0 0 #ff0000;
    border-bottom: 2px solid #c30808;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    width: 100%; margin:0px;}
  
  
    .order_list ul { margin:0px; padding:0px;}
      .order_list ul li{    color: #000;
    float: left;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    padding: 10px 0 0 13px;
    width: 100%;}
  
  .order_list i{ color:#0087b8}
  
  
  .price_details {}
  .price_details h3{ /*border-bottom: 2px solid #333;*/
    color: #ff0000;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 10px;
    width: 100%; float:left;}
  .price_details h3 span{ float:right;}
  
  .f-left{ float:left;}
  .bt-mrg1{ margin-left:132px;}
  
  .btn.btn-primary.cus_btm{  border-bottom: 4px solid #025c7c;
    float: right;

    margin-top: 20px;
    padding: 14px 24px;
    text-transform: uppercase;}
  
  .btn.btn-primary.cus_btm:hover, .btn.btn-primary.cus_btm_bot:hover {
    background: #23b5ea;
  
  }
  
  .btn.btn-primary.cus_btm_bot {
    border-bottom: 4px solid #025c7c;
  

    padding: 14px 24px;
    text-transform: uppercase;
    
  
   
}
#service-page .planContainer {
background:#333;
border-radius:5px;
}
#service-page .planContainer .title h2.blue_orange {
background:#E67E22;
color:#fff;
}
#service-page p a { color:#0087b8}  
  /*---tab---*/
  .stMain {
  display:block;
  margin:0;
  padding:0;
  color: #666666;
  border: 0px solid #CCC;
  font-family: "Segoe UI",Tahoma,arial,sans-serif;
  font-size: 100%;
  width:900px;
}
.stContainer {
  display:block;
  margin:0;
  padding:0;
  border: 1px solid #CCC; 
  height: auto;
  overflow:hidden;  
  position: relative;
  min-height: 617px;
 
  border-radius: 2px;    
}
.stMain div.tabContent { 
  display:block;
  position: absolute;
  margin:0;  
  padding:19px 10px 0;     
  border: 0px solid #D4D4D4;    
  background-color: #FFF;
  text-align:left; width:100%;
}
.stMain ul.tabAnchor {
  display: inline-block;
  list-style-type: none;
  position:relative;
  padding:0;
  margin:0;    
  clear: both;
  margin-right: -1px;
  margin-top: 30px;
  z-index: 100;
  float: left;
}
.stMain ul.tabAnchor li{ 
  position: relative; 
  margin: 0;
  padding: 0;
}
.stMain ul.tabAnchor li a { 
  background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #d4d4d4;
    border-radius: 2px 0 0 2px;
    color: #666;
    display: block;
    font-size: 18px;
    height: 50px;
    margin: 0 0 2px;
    outline-style: none;
    padding: 12px 15px;
    text-decoration: none;
    width: 190px;
 
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;  
}
.stMain ul.tabAnchor li a small {
  font-size:15px;
}
.stMain ul.tabAnchor li a:hover {
  color:#FFF;
  background: #0087b8;
}
.stMain ul.tabAnchor li a.sel {
  color:#0087b8;
  border-right-color: #FFF;
  cursor:text;
  background: rgb(249,249,249); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.loader{
  position: absolute;
  left:48%;
  top:40%;
  display:block;
  margin:0;
  padding:5px; 
  padding-top: 35px;
  font-size: 10px;
  color:#666;
  text-decoration: none;
  outline-style:none;
  border: 1px solid #D4D4D4;
  background: #f6f6f6 url(../images/loader.gif) no-repeat 10px 10px ;
}
a.stLinks { 
  margin:0;
  padding:5px;
  color:#666;
  text-decoration: none;
  outline-style:none;
  border: 1px solid #D4D4D4;
  background-color: #f6f6f6;
 }
a.stLinks:hover {
  color:#FFF;
  background-color: #00A7DB;
}
  
  
  
  .sign_up_form.pc_form{ width:74%; overflow:inherit;}
  
  
  
  .pac_form{   margin: 15px 9px;

    width: 100%;}
  
  
  
  
  
  .form-group label.pac-form {
      float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 8px;
    width: 40%; 
}
.form-group label.pac-form span{ display:block; font-weight:normal; color:#333;}
em{ color:#ff0000}
  
.pac-f {
    background:  #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font-size: 14px;
    padding: 9px 10px;
    width: 55%;
}
.pac-t {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cecece;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    font-size: 14px;
    height: 112px;
    padding: 9px 10px;
    width: 55%; resize:none;
}



.sel_pack{ width:100%;}
.sel_pack h2{  color: #0087b8;
    float: left;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;}

.sel_pack_left{ width:40%; float:left;}
.ben_unl{}
.ben_unl p{  color: #000;
    float: left;
    font-size: 16px;
    font-weight: 400;
   

    width: 100%;border-bottom:1px solid #000 ; padding-bottom:10px;}
  
  .ben_unl p span{ float:right; }
  
  
  .ben_unl p.ben_total{ color:#0087b8; font-size:22px; border-bottom:none; padding-top:10px; padding-bottom:25px; }

.ben_unl p.ben_total span{ color:#000}

.sel_pack_left ul, .sel_pack_right ul { margin:0; padding:0;list-style:none}
.sel_pack_left ul li, .sel_pack_right ul li {color: #000;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    width: 100%; list-style:none}
  
  .sel_pack_left ul li i{ color:#0087b8}
  .sel_pack_left ul li:hover i { margin-right:2px;}

.sel_pack_right{ background: #f0f0f0;
    float: right;
    padding: 13px;
    width: 40%; border:1px solid #ddd;}

.sel_pack_right ul li span{ float:right}

.sel_pack_right ul li.pd_t{ padding:30px 0 34px}






.sel_pack h3 {
    color: #000;
    float: left;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0;
}


.sel_pack_pa {
  width: 100%;
  float:left;
}
.card_payment {
  background: #f8f7f7;
  border: 1px solid #ccc;
  border-radius: 2px;
  float: left;
  margin: 20px 0;
  overflow: hidden;
  padding: 11px 10px 0;
  width: 100%;
}
.card_payment ul {
  margin:0;
  padding:0;
  list-style:none
}
.card_payment ul li {
  float: left;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  list-style:none;
  margin-right:11px;
}
.card_payment ul li.last {
  margin-right:0
}
.card_payment ul li input[type="radio"] {
  margin-top:15px;
}
   
   
   .sel_pack_paypal{ float:right; width:45%; text-align:center}
   .sel_pack_paypal p{ font-size:16px; color:#0087b8}
   .demo {
            width: 980px;
            margin: 0px auto;
        }
        .demo h1 {
                margin:33px 0 25px;
            }
        .demo h3 {
                margin: 10px 0;
            }
        pre {
            background: #fff;
        }
     #tabInfo {
            display: none;
        }
    
    
    .cos_div{overflow: hidden;}
    
    .cos_div h3{ font-size: 20px; color:#0087b8;}
    
    .type_logo{ display: inline-block;
    font-weight: bold;
    margin-right: 50px; padding:0 0 5px 0; }
  
  .type_logo:hover{ color:#0087b8}
  
  .type_logo.active{ color:#0087b8}

#check_link{  background: none repeat scroll 0 0 #f5f5f5;
   
    border: 1px solid #e8e8e8;
    padding: 13px 18px 9px;}
.cu_details{ margin: 2% 0;
    width: 44%; float:left}
  .cu_details h3 { font-size:16px;}
.cu_details ul { margin:0 ; padding:0px; list-style-type:none;}
.cu_details ul li {  list-style-type: none;
    padding: 5px 0; }

.cu_details ul li span{ float:right; font-family:Arial, Helvetica, sans-serif; color:#0087b8; margin-left: 10px;}   

.cart-main{ float: right;
    overflow: hidden;
    width: 45%;}
.intelli-cart{ border: 1px solid #ddd;
    float: right;
    width: 100%; margin-top:8%; margin-bottom: 10px;} 


.intelli-cart h3{   background:#0087b8;
    color: #fff;
    margin: 0;
    padding: 4px 10px;}
.intelli-cart h3 em{ color:#fff;}
.intelli-cart h3  i{ margin-right:10px;}
.intelli-cart ul { margin:0px; padding:0px;}

.intelli-cart ul li {  border-bottom: 1px dotted #ccc;
    list-style-type: none;
    padding: 10px 13px;}
  
  .intelli-cart ul li p{float: left;
    margin-right: 40px;width:290px;}
  
  
  .intelli-cart ul li span{}
  .intelli-cart ul li i{ float: right;
    margin-top: 4px; color:#000; cursor:pointer; color:#0087b8}


.total-price{ background:#0087b8;  margin: 0;
    padding: 10px; overflow:hidden;color:#fff;}

.total-price p{ color:#fff; float:left}
.total-price span { float:right; font-weight:bold}
.term_point {
  width:100%;
}
.term_point ul {
  margin: 0 24px;
  padding: 0;
}
.term_point ul li {
  list-style:none;
  padding-bottom:10px;
}
.term_point ul li span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  width: 100%;
}
.term_point ul li i {
  color: #0087b8;
  float: left;
  margin-right: 10px;
  font-size:10px;
  position: relative;
  top: 5px;
}
.term_point ul li span.re {
  color: #0087b8
}
/*control panel*/

/*control panel*/

.alert_main {
  margin: 6% auto 2%;
  overflow: hidden;
  width: 790px;
}
.alert_list {
  background: #f1f0f0;
  border-bottom: 2px solid #c30808;
  float: left;
  margin-bottom: 36px;
  margin-right: 33px;
  padding-bottom: 12px;
  width: 100%;
}
.alert_list h2 {
  background: #ff0000;
  border-bottom: 2px solid #c30808;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}
.alert_list h2 span {
  float:right;
  font-size:15px;
}
.alert_list h2 span a {
  color:#fff;
}
.alert_list h2 span a:hover {
  color:#000;
}
.alert_title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 9px 6px;
}
.alert_list.al_b {
  border:none;
  background:none;
}
.alert_list_left {
  float:left;
  width:45%;
}
.alert_list_right {
  float:right;
  width:45%;
}
.alert_list ul {
  margin: 0px 15px;
  padding:0px;
}
.alert_list ul li {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
  width: 100%;
  line-height:24px;
}
.alert_list ul li h3 {
  color:#000;
  font-weight:bold;
  font-size: 17px;
  line-height:0px;
  padding-bottom:5px;
}
.alert_list ul li a {
  color: #000;
}
.alert_list ul li a:hover {
  color: #ff0000;
}
.sign_up_form p.record_found {
  padding: 20px 0;
  text-align: center;
  color:#0087b8
}
.form-group p.sel_p {
  font-size: 13px;
  margin: 10px 0 10px 137px;
}
.co_input {
  width:20%;
  float:left;
  margin-right:2%
}
.co_input2 {
  width:50%;
  float:left;
  margin-right:2%
}
.sign_up_form select.wf3 {
  width:26%;
  float:left
}
.div_input {
  margin-left:139px;
}
.form-group p.bl {
  color:#000;
}
.sign_up_form.or_bg {
  background:#f1f0f0;
  padding:20px 15px;
  border-top:2px solid #0087b8
}
.form-group label.f-or {
  width:100%;
}
.form-or {
  width:100%;
}
.pd_right {
  padding-right:0px;
}
.ol_pas {
  width:75%;
}

/*---------- banner sign up-----------*/
 .form_singuphome{  background: rgba(255, 255, 255, 0.8);
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #525040;
    min-height: 150px;
    position: absolute;
    left: 50%;
   top: 109px;
    width: 320px;
                padding:8px 0 10px;
    z-index: 9; margin-left: 179px;} 
                
.form_singuphome h4{ color:#ff0009; text-align:left; margin-left: 20px; font:700 22px Arial, Helvetica, sans-serif; text-shadow:0px 1px 0px #454545;   }
.form_singuphome h4 span{ color:#fff;  font: 14px Arial, Helvetica, sans-serif; display:block; padding:5px 0 8px 0;text-shadow:none;  }
.form_singuphome p{ color: #000;
    font-size: 13px;
    line-height: 14px;
    padding: 0 14px;
    text-align: center;}
.form_singuphome p em{ margin-right:5px; font-size:14px;}
    #si_form {
        background: #242424;
      border-top: 1px solid #d7d7d7;
      margin-top: 50px;
      padding: 24px 0;
  }
#footer {
    background: none repeat scroll 0 0 #0087b8;
    border-top: 1px solid #0087b8;
    padding: 40px 0;
}
  
  #fpi_form {
    height: 273px;
    padding: 10px 20px;
    width: 100%; margin:0 auto;
}
  
  .popup-field {
    float: left;
    margin-right: 16px;
    width: 100%; position:relative;
}
.popup-field span{     left: 11px;
    position: absolute;
    top: 9px;}
                .popup-field span i{ font-size:16px; color:#0087b8}
  
.popup-field input[type="text"]{ padding:6px 35px;width: 100%; border-radius:3px;}
.popup-field input[type="password"]{ padding:7px 35px;width: 100%; border-radius:3px; margin-bottom:10px;}

.popup-field select{ height:33px;border-radius:3px; padding:5px 6px 6px 28px} 
.btn.btn-primary{  border-radius: 3px;
    padding: 8px 33px;} 
.form_btn{margin:0 auto; width:102px}
.btn.btn-primary:hover{ background:#8dc640;}
.h4margin {margin-top:0; margin-bottom:0;}
.h4margin img{width:175px;height:auto;}
.form_singup_nobmar {margin-bottom:6px;}
.popup-field input.popup-field-red {border:1px solid #ff0000; color:#d50404;}
.popup-field input.popup-field-gray {border:1px solid #cecece;}
.popup-field select.popup-field-red2 {border:1px solid #ff0000; color:#e87777;}

/* BAR CSS */
.call_main_div {
    overflow: hidden;
    width: 100%;
}



.call_main_div ul { margin: 0;
    padding: 0; list-style:none;
}


.call_main_div ul li {
    color: #fff;
    float: left;
    font-size: 23px;
    padding: 15px 0;
    text-align: center; line-height:28px;
    width: 33.33%;
}

.call_main_div ul li.cl_now{ background:#02aeda}
.call_main_div ul li.book_cll{ background:#f78f20}
.call_main_div ul li.order_now{ background:#8dc640}

/* BAR CSS */
#pormation {
                background: url(../images/seals-banner.jpg) no-repeat;
                
                /*           margin-top: 60px;*/  background-size: cover;
                background-repeat: no-repeat; height:172px; margin:0 auto;
}

h2.title2{

  color: #0087b8;

    font-size:40px;
    font-weight: 500;
    left: 0;
    line-height: normal;
    padding: 20px 15px ;
    position: relative;
}
.great_deal{ position: absolute;
    right: -6px;
    top: -5px;
    z-index: 9;}

  #fpi_content.top_form{  background:rgba(0,0,0,0.8);;
    border-radius: 5px;
    box-shadow: 0 0 7px #000000;
    height: 210px;
    left: 692px;
    top: 139px;
    width: 500px;border: 1px solid #444444;}
  .btn.btn-primary:hover{ background:#F00;}

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
 .dropdown i {
 display: none;
}

}
@media screen and (max-width: 1024px){ 

.form_singuphome {display:none;}         
.get_btn {
   margin-left: -100px;   
   margin-top:200px; 
}

.arrow_ser{  background: url("../images/process-circle2.png") no-repeat ;
 
    margin-left: -286px;
} .service-content:after{ display:none;}
.footer-bottom-menu li a { font-size:11px;}
.copyright-info{ font-size:12px;}
#slideout2 {

   top: 51.5%;

}

#slideout {
  
    top: 43%;
}
#slideout_inner {
 
    top: 43%;
}
#slideout_inner2 {

  top: 51.3%;
}
.featured-tab .tab-info h3{ font-size:17px;}
.tab-pane p { font-size:12px;}
.featured-tab .tab-pane h3{ font-size:16px;}
.sign_up_form.pc_form {
    margin: 36px auto;
    width: 94%;
}
.plan-name{ font-size:15px;}

.plan ul li {
   font-size: 12px;
   padding: 9px 29px;
}
} 
/* Medium Devices, Desktops */
@media (min-width : 992px) {
 .dropdown i {
 display: none;
}

  /* Navigation */
  .navbar-nav>li>a {
 padding: 21px 20px;
}

  /* Slider */
  #main-slide .slider-content h2 {
 font-size: 60px;
}


}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
.br_pack{display:none;}
 .dropdown i {
 display: none;
}
.call_main_div ul li{ float:none; width:100% !important;}
  /* Header */
  .navbar-nav>li>a {
 padding: 21px 12px;
}
 .top-info {
 padding: 15px 0;
}

  /* Slideshow */
  #main-slide .slider-content h2 {
 font-size: 52px;
}
 #main-slide .slider-content h3 {
 font-size: 24px;
 margin-top: 12px;
}
 .slider.btn {
 padding: 5px 25px;
 margin-top: 5px;
 font-size: 16px;
}

  /* Service */
  .service-content:before,  .service-content:after,  .feature-content-wrapper:before,  .feature-content-wrapper:after,  .feature-wrapper:before,  .feature-wrapper:after,  .feature-image:after {
 position: relative;
}
 .service-content {
 padding: 0;
}
 .feature-content-wrapper h2 {
 font-size: 24px;
}
 .feature-box h3 {
 line-height: normal;
 margin: 10px 0;
}
 .feature-box .feature-icon {
 padding: 5px 0;
}


  /* Portfolio */
  #portfolio-carousel .caption h4 {
 font-size: 16px;
}
 #portfolio-carousel .thumbnail  .caption .caption-content {
 bottom: 5px;
}

  /* Accordion */
  #accordion {
 margin-top: 40px;
}

  /* Testimonial */
  .testimonial-slide .testimonial-text {
 padding-left: 35px;
 padding-right: 35px;
}

  /* Footer */
  #footer .col-md-3 {
 margin-bottom: 30px;
}
 h4.footer-title {
 padding-bottom: 0;
}
 h4.footer-title:after {
 margin-top: 0;
}
 .footer-bottom {
 padding-bottom: 30px;
}
 .back-to-top {
 position: absolute;
 right: 0;
 margin-top: -67px;
}
 .copyright-info {
 margin-top: 15px;
}

  /* Innter title */
  .inner-title-content {
 margin-top: -50px;
 padding: 10px 30px;
}


  /* About us page */
  .skills small {
 margin-bottom: 40px;
}

  /* Pricing */
  .plan {
 margin-bottom: 30px;
}
.form_singuphome{ display: none;}
}

/* Small Devices Potrait */
@media (max-width : 767px) {
 .navbar-brand {
margin-top:0px;
}
.call_main_div ul li{ float:none; width:100% !important;}
 .arrow_ser, .live_chat, .por_banner {
display:none;
}

  /* Header */
  .top-info {
 display: none;
}
 .navbar-toggle {
 margin-right: 0;
}

  /* Navigation */

  .navbar-nav .dropdown-menu {
 opacity: 1;
 z-index:1;
 visibility:hidden;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 .navbar-nav .dropdown.open:hover .dropdown-menu,  .navbar-nav .dropdown.open .dropdown-menu {
 opacity: 1 !important;
 visibility:visible !important;
}
 .navbar-nav .dropdown:hover .dropdown-menu {
 opacity: 0;
 visibility:hidden;
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 .navbar-nav .open .dropdown-menu {
 background-color: #000;
 border-radius: 0;
 padding: 0;
}
 .navbar-nav .open .dropdown-menu li {
 border-radius: 0;
}
 ul.navbar-nav li.search {
 display: none;
}


  /* Slideshow */
  #main-slide .slider-content h2 {
 font-size: 28px;
 line-height: normal;
 margin-bottom: 0;
}
 #main-slide .slider-content h3 {
 font-size: 14px;
 margin-top: 5px;
}
 .slider.btn {
 padding: 0 15px;
 margin-top: 0;
 font-size: 12px;
}
 #main-slide .carousel-indicators {
 display: none;
}
 #newsletter .btn-lg {
 padding: 10px 18px;
}

  /* Service */
  .service-content:before,  .service-content:after,  .feature-content-wrapper:before,  .feature-content-wrapper:after,  .feature-wrapper:before,  .feature-wrapper:after,  .feature-image:after {
 position: relative;
}
 .feature-content-wrapper h2 {
 margin-top: 30px;
}

  /* Portfolio */
  #portfolio-carousel .thumbnail {
 margin-bottom: 20px;
}

  /* Accordion */
  #accordion {
 margin-top: 40px;
}

  /* Testimonial */
  .testimonial-slide .testimonial-text {
 padding: 0 15px;
 font-size: 14px;
}

  /* Footer */
  #footer .col-md-3 {
 margin-bottom: 30px;
}
 h4.footer-title {
 padding-bottom: 0;
}
 h4.footer-title:after {
 margin-top: 0;
}
 .footer-bottom {
 padding-bottom: 30px;
}
 .back-to-top {
 position: absolute;
 right: 0;
 margin-top: -67px;
}
 .copyright-info {
 margin-top: 15px;
 font-size: 14px;
}
 .copyright-info span {
 display: block;
}

  /* Innter title */
  .inner-title-content {
 margin-top: -50px;
 padding: 10px 30px;
}
 .inner-title-content h2 {
 font-size: 28px;
}

  /* About us page */
  .skills small {
 margin-bottom: 40px;
}
 h3.page-content-title {
 margin-top: 20px;
}

  /* Pricing */
  .plan {
 margin-bottom: 30px;
}

  /* Portfolio */
  #isotope .col-sm-3 {
 width: 100%;
}
 #slideout_inner2, #slideout_inner {
display:none;
}
 .demo {
                margin: 5%;
                width: 90%;
         }
        .how-use {
                float: left;
                width: 300px;
                display: none;
            }
            .form_singuphome{ display: none;}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
 .arrow_ser, .live_chat, .por_banner {
display:none;
}
.call_main_div ul li{ float:none; width:100% !important;}
  /* Header */
  .top-info {
 display: none;
}

  /* Slideshow */
  #main-slide .item .slider-content {
 display: none;
}

  /* Newsletter */
  #newsletter {
 display: none;
}


  /* Portfolio */
  #portfolio-carousel .caption {
 padding: 10px 0;
}
 #portfolio-carousel .thumbnail .caption .caption-content {
 bottom: 10px;
}
 #portfolio-carousel .thumbnail .caption i.fa-link {
 margin-left: 3px;
}
 #portfolio-carousel .caption h3 {
 font-size: 17px;
 margin-bottom: 0;
 text-align: center;
}
 #portfolio-carousel .caption p {
 text-align: center;
}
 #portfolio-carousel .thumbnail .caption i {
 top: -10px;
}
 #portfolio-page .image-thumb img {
 height: auto;
}

  /* Recent Post */
  .recent-post .post-body h3 {
 line-height: normal;
}

  /* Inner title */

  .inner-title-content {
 margin-top: -20px;
 padding: 5px 30px;
}

  /* Team */
  .team-carousel {
 padding-left: 15px;
}
 #slideout_inner2, #slideout_inner {
display:none;
}
.form_singuphome{ display: none;}
}

/* Custom, iPhone Retina */ 
@media (min-width : 320px) and (max-width: 478px) {
.call_main_div ul li{ float:none; width:100% !important;}
 #slideout_inner2 {
visibility:hidden !important;
}

 #slideout_inner {
visibility:hidden !important;
}

.br_pack{display:none;}

  /* Logo */
  .navbar-brand {
 width: 120px !important;
 background-size: contain !important;
margin-top:0px;
}

  /* Default title */
  h2.title {
 font-size: 20px;
}

  /* Featured Tab */
  .featured-tab .nav-tabs>li>a {
 padding-left: 5px;
 padding-right: 5px;
}
 .featured-tab .tab-info h3 {
 font-size: 14px;
}
 .featured-tab .tab-info p {
 font-size: 11px;
}
 .featured-tab .tab-pane img.pull-left {
 margin-top: 15px;
}

  /* Portfolio */
  #portfolio-carousel .caption h3 {
 font-size: 14px;
 line-height: normal;
 margin-bottom: 5px;
 font-weight: 600;
}
 #portfolio-carousel .caption p {
 font-size: 12px;
 line-height: normal;
}

  /* Panel */
  h4.panel-title a.collapsed:after,  h4.panel-title a:after {
 right: 0;
}

  /* Action */
  #action h2 {
 font-size: 28px;
}
 .action.btn {
 padding: 8px 20px;
}

  /* Copyright */
  .footer-bottom-menu {
 margin: 20px 0 0 0;
}
 #back-to-top img {
 width: 75px !important;
 background-size: contain !important;
}
 .scroll-up img {
 margin-top: 14px;
}

#portfolio-carousel .thumbnail .caption i.lf{     left: 65px;
    top: -50px;}
}

.plan-name.green_d{ background:#3c5303; border-bottom: 2px solid #7d9c25; color:#fff; font-weight:bold;}
.plan.green_bg{ background:#9dc02e; }
.plan-price.green_cr{background:#3c5303;box-shadow: 0 0 0 12px #78941c;}



.plan-name.blue_d{ background:#024862; border-bottom: 2px solid #62c4f1; color:#fff; font-weight:bold;}
.plan.blue_bg{ background:#1cafe3; }
.plan-price.blue_cr{background:#024862;box-shadow: 0 0 0 12px #016ea2;}


.plan-name.brown_d{ background:#ad6e0f; border-bottom: 2px solid #ffc40e; color:#fff; font-weight:bold;}
.plan.brown_bg{ background:#e5971b; }
.plan-price.brown_cr{background:#ad6e0f;box-shadow: 0 0 0 12px #ffc40e;}


.btn.btn_green{background:#3c5303;font-weight:bold;}
.plan a.btn_green{ border-bottom: 4px solid #7d9c25; }
.plan a.btn_green:hover { background: #557504;}


.btn.btn_blue{background:#024862; font-weight:bold;}
.plan a.btn_blue{ border-bottom: 4px solid #018ec3;}
.plan a.btn_blue:hover { background: #016083;}


.btn.btn_brown{background:#925c0b; font-weight:bold;}
.plan a.btn_brown{ border-bottom: 4px solid #c58c36;}
.plan a.btn_brown:hover { background: #a86b0e;}


.plan ul.green{ background:#dfef9b}
.plan ul.green li{ border-top:1px solid #c0d563;}
.plan ul.blue{ background:#96dbf9}
.plan ul.blue li{ border-top:1px solid #73c4e5;}
.plan ul.brown{ background:#fce9a7}
.plan ul.brown li{ border-top:1px solid #fad34d;}



.testimonials-5 {
    float: left;
}
.testimonials-5 span {
    float: left;
}
.testimonials-4 {
    float: left;
}
.testimonials-4 .content {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    float: left;
    padding: 20px 20px 25px;
}
.testimonials-4 .content i {
    color: #909090;
    font-size: 11px;
    text-transform: none;
}
.testimonials-2 {
    float: left;
}
.testimonials-2 span {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    float: left;
    line-height: 21px;
    padding: 20px 30px;
}
ul.lirc_section {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lirc_section li {
    float: left;
    margin: 0;
    padding: 0;
}
.lirc_section li.left {
    background-color: #f3f3f3;
    border-radius: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #fff;
    float: left;
    height: 90px;
    line-height: 110px;
    margin: 0 8% 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}
.lirc_section li.left i {
    color: #1889c1;
}
.lirc_section li.right {
    float: left;
    margin: 0;
    padding: 0;
    width: 60.7%;
}
.lirc_section li.left.two {
    background-color: #f3f3f3;
    border-radius: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 #fff;
    height: 65px;
    line-height: 75px;
    margin: 0 0 0 35%;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 65px;
}
.lirc_section li.right.two {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.lirc_section li.right.two h3 {
    margin-top: 20px;
}

.img-box{
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
}

.content strong{
  float:right;
}

.flt{
  float:right;
}

.rows2{
  padding-top:30px;
  padding-bottom:20px;
}

.custmr{
  float:right;
}
.title h2 {
    font-size: 10px !imprtant;
}

.contact-info p {margin: 0 0 10px;}
  .limit_loading{background:#000;filter:alpha(opacity=60);opacity:0.6;position:fixed;left:0;right:0;z-index:2000;top:0}
  .limit_loading_img{position:fixed;z-index:2000;left:45%;top:41%;color:#FFFFFF;font-size:24px;font-weight:bold}
  .limit_loading_img>span{left:-220px;position:relative;top:-100px}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8); 
/*  background: url('images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249); */

}
form #errorresult{color:red;}

#result{
    margin-left:5px;
  }

  #register .short{
    color:#FF0000;
  }

  #register .weak{
    color:#E66C2C;
  }

  #register .good{
    color:#2D98F3;
  }

  #register .strong{
    color:#006400;
  }
.langclass{direction: rtl;text-align: right;}



