/*
Author       : Hash Theme.
Template Name: Paramin - Business Html5 Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. COMMON STYLE
    03. NAVIGATION STYLE
    04. MENU STYLE
    05. SLIDER STYLE 
    06. ABOUT US STYLE 
    07. COUNTER STYLE
    08. SERVICES STYLE
    09. PORTFOLIO STYLE
	10. TESTIMONIAL STYLE
	11. CLIENT LOGO STYLE
	12. TEAM STYLE
	13. OUR SKILLS
	14. OUR PRICING
	15. BLOG STYLE
	16. CALL TO ACTION STYLE
	17. FOOTER STYLE
	18. HOME2 STYLE
	19. HOME3 STYLE
	20. HOME4 STYLE
	21. HOME5 STYLE
	22. EXTRA HEADER STYLE
	23. CONTACT SECTION
	24. SHOP PAGES STYLES
	25. PRODUCT DETAILS
	26. CHEACKOUT
	27. CART
	28. PORTFOLIO PAGES STYLE
	29. FAQ
	30. 404 PAGE
	31. COMING SOON
	32. BLOG PAGE STYLE
	33. SEO PAGE STYLE
	34. CONTRUCTION PAGE STYLE

=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #93989B;
	line-height: 1.5em;
	letter-spacing: .08em;
    overflow-x: hidden;
    margin: auto;
    background: #fff;
}
html,
body {
    height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
a {
    color: #337ab7;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:focus,
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    line-height: 26px;
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*
* ----------------------------------------------------------------------------------------
* 02. COMMON STYLE
* ----------------------------------------------------------------------------------------
*/

.section-padding {
    padding: 80px 0;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.bg-gray {
    background-color: #f2f2f2;
}
.bg-blue {
    background-color: #337ab7;
}
.bg-dark {
    background-color: #2e2e2e;
}
.separator-border {
	border: 1px solid #ddd;
}
.no-padding {
    padding: 0;
}
.overlay {
    position: relative;
    z-index: 1;
}
.overlay:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.border-line {
	background: #93989B none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 15px auto;
	width: 70%;
	position: relative;
}
/* section title */

.section-title {
    margin-bottom: 80px
}
.section-title h6 {
    color: #337ab7;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 11px;
}
.section-title h2 {
    color: #333;
    margin: 0;
    text-transform: uppercase;
}
.section-title .line {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 15px auto;
    width: 70px;
    position: relative;
}
.section-title p {
    margin: auto;
    padding: 0 20px;
    width: 70%;
}
.section-title h2.section-title-white,
.section-title p.section-dec-white {
    color: #fff;
}
/*START PRELOADER DESIGN*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.loadscreen,
.loadscreen-in {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.loadscreen-in {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.loadscreen-in h4 {
    color: #333;
    margin-top: 30px;
    text-transform: uppercase;
}
/*END PRELOADER DESIGN*/

/* scroll to top */

.topcontrol {
    background: #337ab7 none repeat scroll 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    width: 40px;
    z-index: 9999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding: 3px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.topcontrol:hover {
    background: #333;
    color: #fff;
}

/* PAGE HEADING */

.page-heading {
    padding: 30px 0;
    background: url(../img/heading.png);
}
.page-heading h2 {
    text-transform: uppercase;
}
.breadcrumb {
    display: inline-block;
}
.breadcrumb > .active {
    color: #337ab7;
}
.breadcrumb li a {
    color: #777;
}
.breadcrumb {
    display: inline-block;
    margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END COMMON STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/
header {
	max-height: 100%;
}
.top-area {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.top-area a {
    color: #282828;
}
.social {
    float: left;
}
.social ul li:first-child {
    border-left: 1px solid #E1E1E1;
}
.social ul li {
    float: left;
    border-right: 1px solid #E1E1E1;
    padding-left: 0;
    text-indent: 0;
}
.social ul li a:link {
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.social ul li a:hover {
    color: #337ab7
}
.info-menu {
    float: right;
}
.info-menu li {
    display: inline-block;
}
.info-menu li a {
    display: block;
    margin-right: 10px;
    line-height: 50px;
}
.info-menu li a i {
    margin-right: 5px;
    color: #337ab7;
}
.info-menu li a:hover {
    color: #337ab7;
}
.logo {
    padding: 30px 0;
    text-transform: uppercase;
}
.logo a {
    color: #494949;
}
.logo h1 {
    border: 3px solid #494949;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 15px;
}
.logo-area-right {
    padding: 30px 0;
    float: right;
}
.logo-area-right ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo-area-right li {
    display: inline-block;
}
.logo-area-right ul li a {
	background-color: #f2f2f2;
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 14px 20px;
	margin: 10px 5px;
}
.logo-area-right ul li a:hover {
    background-color: #337ab7;
    color: #fff;
}
.logo-area .navbar-form .form-control {
    height: 50px;
    width: 250px;
    border-radius: 0;
    background: #fff;
}
.logo-area .navbar-form {
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto;
}
.logo-area-right form .btn {
    background-color: #333;
    bottom: 0;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    border-radius: 0;
    color: #fff;
}
.logo-area-right form .form-group i {
	position: absolute;
	right: 18px;
	top: 40%;
}
.logo-area-right form .form-control:hover,
.logo-area-right form .form-control:focus {
    color: #333;
    border: 1px solid #337ab7;
    box-shadow: none;
    outline: 0 none;
}
.logo-area-right form .btn:hover,
.logo-area-right form .btn:focus {
    color: #fff;
}
.logo-area-right .dropdown-menu {
    right: 15px;
    left: auto;
}
.logo-area-right .dropdown:hover .dropdown-menu {
    top: 75%;
}
.logo-area-right .dropdown {
    position: static;
}
.logo-area-right .dropdown li {
    margin: 0;
}
.logo-area-right ul li a span {
	background-color: #337ab7;
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	height: 23px;
	width: 23px;
	line-height: 21px;
	position: absolute;
	right: -10px;
	top: -10px;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.logo-area-right ul li a:hover span {
	background-color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. MENU STYLE
* ----------------------------------------------------------------------------------------
*/
.sticky-menu {
    position: relative;
    z-index: 999;
    width: 100%;
}
.mainmenu-area {
    background-color: #337ab7;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
..mainmenu-area.menu-animation {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 25px;
    font-weight: 700;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #333;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #333;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #333;
}
/* dropdown menu style */

.navbar-left .dropdown-menu {
    right: auto;
    left: 0;
}
.dropdown-menu {
    background-color: #333;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.176);
    display: block;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    top: 130%;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.dropdown-menu li > a {
	clear: both;
	display: block;
	line-height: 1.42857;
	padding: 12px 7px;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.dropdown-menu li > a:hover,
.dropdown-menu > li > a:focus {
    color: #337ab7 !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #337ab7;
}
.navbar-nav .dropdown-menu li > a.active {
	color: #337ab7 !important;
}
.navbar-nav .dropdown-menu li > a, .navbar-nav .dropdown-menu li > a:hover {
	color: #fff !important;
}
.dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 102%;
    visibility: visible;
}
.dropdown-menu .dropdown > .dropdown-menu {
    left: 300%;
    margin-top: -1px;
    min-width: 170px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    display: block;
}
.dropdown-menu li:not(:last-child) > a {
	border-bottom: 1px solid #555;
}
.dropdown-menu .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    left: 100.5%;
}
.dropdown .dropdown > a::after {
    bottom: 0;
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 18px;
}


/* mega menu */

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
   background-color: #337ab7;
}
.mega-dropdown-menu .dropdown-header {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #999;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END MENU STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.home-slider {
    position: relative;
}
.nivo-caption {
    padding: 0;
}
.slider-content {
    position: relative;
    z-index: 1;
}
.slider-content:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.title-container .slider-title {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.desc-layer {
    margin: auto auto 30px;
    width: 50%;
    padding: 0 !important;
}
.nivoSlider img,
.nivo-main-image {
    height: 100% !important;
}
.sbutton-link a {
    display: inline-block !important;
    margin-right: 20px;
}
/* slider buttons */

.slider-btn {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.slider-btn:hover,
.slider-btn:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slider-btn.btn-transparent {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slider-btn.btn-transparent:hover,
.slider-btn.btn-transparent:focus {
    background: #337ab7;
    border-color: #337ab7;
}

/*START STATIC SLIDER*/
.static-back-image {
	background-size: cover;
	background-position: center center;
}
.home-static {
	position: relative;
	height: 558px;
}
.home-static:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-static-text h1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 30px 0;
    padding-top: 100px;
	font-weight: 400;
}
.home-static-text h2 {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.home-static-text p {
    color: #fff;
    margin: auto auto 30px;
    width: 70%;
}
.home-static-text span a {
	display: inline-block;
	margin-right: 20px;
}


/*END STATIC SLIDER*/



/* HOME STARTUP SLDIER */

.home-startup {
	position: relative;
	height: 558px;
}
.home-startup:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-startup-text h1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding-top: 55px;
	font-weight: 400;
}

.startup-banner-con {
	padding: 138px 0;
}
.startup-banner-con a i:hover {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 20px;
}
.startup-banner-con a i {
	color: #fff;
	font-size: 60px;
	height: 100px;
	width: 100px;
	line-height: 100px;
    border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.startup-banner-con p {color: #333;}



/*
* ----------------------------------------------------------------------------------------
* 05. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. ABOUT US STYLE 
* ----------------------------------------------------------------------------------------
*/

.about-image {
    position: relative;
    display: block;
}
.about-image img {
	position: absolute;
	top: -22px;
}
.single-about {
    margin-bottom: 30px;
    padding: 0 20px;
    float: left;
    width: 100%;
}
.single-about .single-about-icon,
.single-about .single-about-text {
    float: left;
}
.single-about .single-about-icon {
    width: 63px;
    height: 38px;
    line-height: 50px;
    background: #337ab7;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    margin: 0 20px 40px 0;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-about:hover .single-about-icon {
    background: #222;
}
.single-about .single-about-icon:after {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 35px 0 29px;
    border-color: #337ab7 transparent transparent transparent;
    content: '';
    bottom: -34px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-about:hover .single-about-icon:after {
    border-color: #222 transparent transparent transparent;
}
.single-about .single-about-text {
    width: 86%;
    position: relative;
}
.single-about .single-about-text:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #337ab7;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-about:hover div.single-about-text:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-about-text h4 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single-about-text p {
    margin-bottom: 15px;
}
.single-about:hover .single-about-icon i {
    background: #222;
}
.single-about:hover .single-about-text p a {
    color: #222;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END ABOUT US STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. COUNTER STYLE 
* ----------------------------------------------------------------------------------------
*/

.counter-section {
    padding: 60px 0;
}
.single-counter-border .single-counter {
    border-right: 1px solid #ddd;
}
.single-counter-border .single-counter:last-child {
    border: none;
}
.single-counter {
    padding: 0 40px;
}
.single-counter .single-counter-icon {
    margin-right: 20px;
    position: relative;
}
.single-counter .single-counter-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #337ab7;
    right: -8px;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-counter .single-counter-icon,
.single-counter .single-counter-text {
    float: left;
}
.single-counter .single-counter-icon i {
    background: #337ab7;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 23px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-counter:hover .single-counter-icon:before {
    border-color: transparent transparent transparent #222;
}
.single-counter:hover .single-counter-icon i {
    background: #222;
}
.single-counter .single-counter-text {
    width: 62%;
}
.single-counter .single-counter-text:before {
    position: absolute;
    content: "";
    bottom: -10px;
    height: 1px;
    width: 60px;
    background: #337ab7;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-counter:hover div.single-counter-text:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-counter-text h2 {
    margin-top: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-counter:hover .single-counter-text h2 {
    color: #337ab7;
}
.single-counter-text h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*
* ----------------------------------------------------------------------------------------
* 07. END COUNTER STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. SERVICES STYLE 
* ----------------------------------------------------------------------------------------
*/

.circle-point {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -7px;
    top: -7px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.our-services {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}
.our-services .services-main {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.services {
    padding: 30px 0;
}
.services .icon {
    margin: 0 auto 20px;
    display: block;
}
.services .icon i {
    color: #333;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #f2f2f2;
    border: 2px solid #ddd;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services h4 {
    margin: 0;
    text-transform: uppercase;
}
.services span {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 54px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services:hover.services .icon i {
    color: #fff;
    border-color: #337ab7;
    background: #337ab7;
}
.services:hover.services span {
    background: #337ab7 none repeat scroll 0 0;
}

/* services style 2 */

.our-services {
    
}
.services-t {
    padding: 30px 0;
	margin: 0 0 30px 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services-t:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 20px;
}
.services-t .icon {
    margin: 0 auto 20px;
    display: block;
}
.services-t .icon i {
    color: #fff;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #337ab7;
    border: 2px solid #337ab7;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services-t h4 {
    margin: 0;
    text-transform: uppercase;
}
.services-t span {
    background: #333 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 54px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services-t:hover.services-t .icon i {
    color: #fff;
    border-color: #333;
    background: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 08. END SERVICES STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. PORTFOLIO STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-filter-menu ul {
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0;
}
.portfolio-filter-menu ul li {
    border: 1px solid #e9e9e9;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin: 0 5px 13px;
    padding: 8px 25px;
    font-family: montserrat, sans-serif;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
    background: #337ab7 none repeat scroll 0 0;
    border-color: #337ab7;
    color: #fff;
}
.portfoli-items .mix {
    display: none
}
.single-portfolio {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-portfolio img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-portfolio-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.single-portfolio:hover .single-portfolio-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-portfolio-details-table {
    display: table;
    height: 100%;
    width: 100%;
}
.single-portfolio-details-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-portfolio-details-image a {
    background: #fff;
    color: #333;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-portfolio-details-image a:hover {
    background: #337ab7;
    color: #fff;
}
.portfolio-btn {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 40px;
    margin-top: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.portfolio-btn:hover,
.portfolio-btn:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}






.home-7 .single-portfolio {
	margin-bottom: 0;
}

.home-10 .single-portfolio {
	margin-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 09. END PORTFOLIO STYLE 
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 10. TESTIMONIAL STYLE
 * ----------------------------------------------------------------------------------------
 */

.box-testimony {
    margin: 30px 15px;
}
.box-testimony blockquote {
    border-left: none;
    padding: 40px;
    background: transparent;
    border: 1px solid #666;
    position: relative;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 47%;
    border-top: 15px solid #666;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 44%;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #333;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.box-testimony blockquote .quote > span {
    display: table-cell;
    vertical-align: middle;
}
.box-testimony blockquote p {
	color: #fff;
	line-height: 28px;
}
.box-testimony .author {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box-testimony .author .subtext {
    display: block;
    font-size: 14px;
}
.box-testimony:hover.box-testimony blockquote {
    background: #337ab7;
}
.box-testimony:hover.box-testimony blockquote {
    color: #fff;
}
.box-testimony:hover.box-testimony blockquote .quote {
    color: #fff;
    border-color: #337ab7;
    background: #337ab7;
}
.box-testimony.box-testimony:hover blockquote:after {
    border-top: 15px solid #337ab7;
}
.client-testimonial.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 1px solid #666;
    opacity: 1;
}
.client-testimonial.owl-theme .owl-controls .owl-page.active span {
    border-color: #337ab7;
}
.client-testimonial.owl-theme .owl-controls .owl-page span:before {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    margin: -3.5px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
}
.client-testimonial.owl-theme .owl-controls .owl-page.active span:before {
    background: #337ab7 none repeat scroll 0 0;
}
/*
 * ----------------------------------------------------------------------------------------
 *  10. END TESTIMONIAL STYLE
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 11. CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

.client-logo {
    padding: 30px 0;
}
.client {
    text-align: center;
}
/*
* ----------------------------------------------------------------------------------------
* 11. END CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12. TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.single-team {
    position: relative;
    overflow: hidden;
    margin: 30px 15px;
    padding: 40px;
    background-color: transparent;
    border: 1px solid #e9e9e9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-team .team-img {
    display: block;
    margin-bottom: 40px;
}
.single-team .team-img img {
    width: 130px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-add,
.team-dec {
    margin-bottom: 30px;
}
.team-add h4,
.team-add p,
.team-dec p {
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-add h4 {
    text-transform: uppercase;
    margin: 0;
}
.single-team:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}
.single-team:hover .team-add h4,
.single-team:hover .team-add p,
.single-team:hover .team-dec p {
    color: #fff;
}
.single-team:hover ul.social-links li a {
    color: #fff !important;
}
/* social */

ul.social-links li {
    display: inline-block;
}
ul.social-links li a {
    display: block;
    text-align: center;
    color: #333;
    margin: 0 6px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
ul.social-links li a:hover span {
    -webkit-animation: toLeftFromRight 0.4s forwards;
    -moz-animation: toLeftFromRight 0.4s forwards;
    animation: toLeftFromRight 0.4s forwards;
}
.social-fb {
    color: #3B5998 !important;
}
.social-tw {
    color: #4099FF !important;
}
.social-gp {
    color: #d34836 !important;
}
.social-em {
    color: #333 !important;
}
.team-slider.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 1px solid #666;
    opacity: 1;
}
.team-slider.owl-theme .owl-controls .owl-page.active span {
    border-color: #337ab7;
}
.team-slider.owl-theme .owl-controls .owl-page span:before {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    margin: -3.5px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
}
.team-slider.owl-theme .owl-controls .owl-page.active span:before {
    background: #337ab7 none repeat scroll 0 0;
}



/* team page */

.single-team-page {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 40px;
	background-color: transparent;
	border: 1px solid #e9e9e9;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-team-page .team-img {
    display: block;
    margin-bottom: 40px;
}
.single-team-page .team-img img {
    width: 130px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-team-page:hover {
    background-color: #337ab7;
    border-color: #337ab7;
}
.single-team-page:hover .team-add h4,
.single-team-page:hover .team-add p,
.single-team-page:hover .team-dec p {
    color: #fff;
}
.single-team-page:hover ul.social-links li a {
    color: #fff !important;
}


/*
* ----------------------------------------------------------------------------------------
* 12. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. OUR SKILLS
* ----------------------------------------------------------------------------------------
*/

.our-moto h4,
.our-skills h4,
.our-awards h4 {
    margin: 0 0 30px;
    color: #fff;
    text-transform: uppercase;
}
.our-moto p {
    color: #fff;
    margin-bottom: 20px;
}
.our-moto blockquote {
    padding: 0;
    border: none;
}
.our-moto p {
    font-size: 14px;
    margin-bottom: 20px;
}
.our-moto blockquote footer {
    display: block;
    font-size: 80%;
    letter-spacing: 2px;
}
.our-moto blockquote footer:before {
    content: '\2014 \00A0';
}
.skill {
    overflow: hidden;
}
.skill {
    margin-bottom: 0;
    padding-top: 27px;
}
.skill .progress {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 3px;
    margin-bottom: 50px;
    overflow: visible;
    position: relative;
}
.skill .progress:last-child,
.our-awards .single-award:last-child {
    margin-bottom: 0;
}
.skill .progress .lead {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: montserrat, sans-serif;
    position: absolute;
    top: -23px;
    z-index: 99;
}
.skill .progress-bar {
    background-color: #337ab7;
}
.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin: -26px 10px 0 0;
    position: relative;
    padding: 0 5px;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
/* awards */

.our-awards {
    overflow: hidden;
    position: relative;
}
.single-award {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.single-award .single-award-icon,
.single-award .single-award-text {
    float: left;
}
.single-award .single-award-icon {
    margin-right: 15px;
}
.single-award .single-award-icon i {
    font-size: 17px;
    color: #337ab7;
}
.single-award .single-award-text {
    width: 70%;
}
.single-award .single-award-text h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-award .single-award-text h4,
.single-award .single-award-text p {
    color: #fff;
}
.single-award:hover .single-award-text h4 {
    color: #337ab7;
}
/*
* ----------------------------------------------------------------------------------------
* 13. END OUR SKILLS
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. OUR PRICING
* ----------------------------------------------------------------------------------------
*/

.pricing-table {
    padding: 40px 0;
}
.pricing-table .pricing-header {
    min-height: 160px;
}
.pricing-table .pricing-content ul li {
    line-height: 24px;
    position: relative;
}
.pricing-table .pricing-content ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 10px 10px 0;
}
.pricing-header h4 {
    margin: 0;
    text-transform: uppercase;
}
.pricing-table .pricing-price {
    padding: 20px 0;
}
.pricing-table .pricing-price .price {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    color: #272727;
    display: inline-block;
}
.pricing-table .pricing-content ul li i {
    color: #337ab7;
}
.pricing-table .pricing-content ul li.uncheck i {
    color: #919191;
}
.pricing-footer {
    margin-top: 40px;
}
.pricing-footer .price-btn {
    background: #333;
    border: 2px solid #333;
    padding: 10px 30px;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.pricing-table.active-price {
    background: #fbfbfb;
}
.pricing-table:hover .pricing-footer .price-btn {
    background: #337ab7;
    border-color: #337ab7;
}

.pricing-table-default:hover .pricing-head .price span  {
	color: #fff;
}
.pricing-head .price span {
	color: #333;
	margin: 0;
	text-decoration: none;
}

/*
* ----------------------------------------------------------------------------------------
* 14. END OUR PRICING
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15. BLOG STYLE
* ----------------------------------------------------------------------------------------
*/
.single-blog {
    margin: 30px 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-blog:hover {
    box-shadow: 0px 7px 14px rgba(0, 0, 0, .2);
}
.blog-text {
    border: 1px solid #e9e9e9;
    padding: 20px;
}
.blog-text span {
    display: inline-block;
    margin: 15px 0;
}
.blog-text span.posted-on {
    color: #fff;
    padding: 10px 20px;
    margin-left: -20px;
    background: #337ab7;
    position: relative;
}
.blog-text span.comment,
.blog-text span.post-admin {
    float: right;
    padding: 10px 0;
}
.blog-text span a {
    color: #333;
    margin-right: 15px;
}
.blog-text span.comment a i,
.blog-text span.post-admin a i,
.blog-text span.category a i {
    color: #337ab7;
    padding-right: 5px;
}
.blog-text h4 {
	text-transform: uppercase;
	margin: 15px 0;
}
.blog-text p {
    margin-bottom: 15px;
}
.btn-blog-bg {
    float: right;
    color: #333;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-blog-bg:hover {
    color: #337ab7;
}
.blog-slider.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 1px solid #666;
    opacity: 1;
}
.blog-slider.owl-theme .owl-controls .owl-page.active span {
    border-color: #337ab7;
}
.blog-slider.owl-theme .owl-controls .owl-page span:before {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    margin: -3.5px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
}
.blog-slider.owl-theme .owl-controls .owl-page.active span:before {
    background: #337ab7 none repeat scroll 0 0;
}

/*
* ----------------------------------------------------------------------------------------
* 15. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 16. CALL TO ACTION STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action h3,
.call-to-action p {
    color: #333;
	margin-top: 0;
}
.call-to-action-btn {
	background: #337ab7;
	border: 2px solid #337ab7;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.call-to-action-btn:hover,.call-to-action-btn:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 16. END CALL TO ACTION STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 17. FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/* Footer top */

.footer-top {
    padding: 80px 0;
}
.footerbg-1 {
    background: #2e2e2e;}
.footerbg-2 {
    background: #222632;}
.footerbg-3{
    background: #252525;}
footer .section-title {
    margin-bottom: 45px;
}
footer .section-title a h1 {
    border: 3px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 13px 30px;
    color: #fff;
    text-transform: uppercase;
}
footer .about,
footer .quick-link-list,
footer .recent-photo,
footer .mailing-list {
    clear: both;
}
.widget .about p,
.widget .mailing-list p {
    color: #fff;
}
.widget .about p:not(:last-child) {
    margin-bottom: 30px;
}
footer .section-title h2 {
    color: #fff;
    font-size: 21px;
}
.widget .quick-link-list li {
    line-height: 30px;
}
.widget .quick-link-list li a {
    color: #eeeeee;
    text-transform: capitalize;
}
.widget .quick-link-list li a i {
    margin-right: 15px;
}
.widget .quick-link-list li a:hover {
    color: #337ab7;
}
.widget .recent-photo a {
    display: inline-block;
    height: 73px;
    width: 73px;
    margin: 0 0 8px 8px;
}
.widget .recent-photo a img {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.widget .recent-photo a:hover img {
    filter: grayscale(1) opacity(0.6);
    -webkit-filter: grayscale(1) opacity(0.6);
}
.widget .mailing-list form {
    margin-top: 30px;
}
.widget .mailing-list .form-group {
    margin-bottom: 30px;
    padding: 0;
}
.widget .mailing-list input.form-control {
    color: #fff;
    background-color: transparent;
    border: 1px solid #999;
    height: 45px;
    border-radius: 0;
}
.news-btn {
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.news-btn:hover,
.news-btn:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

/* footer address */
.footersingle-address h4 {
    color: #fff;
}
.footersingle-address p {
	margin-bottom: 10px !important;
}
.footersingle-address p i {
	padding-right: 10px;
	color: #337ab7;
}
.footersingle-address p a {
    color: #fff;
}

/* recentpost widget */
.singleRecpost {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	min-height: 100px;
	padding-left: 117px;
	position: relative;
	overflow: hidden;
}
.singleRecpost img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
.recTitle {
	line-height: 20px;
	margin: 0;
	font-size: 13px;
	font-weight: 400;
}
.recTitle a {
	color: #fff;
}
.singleRecpost p {
	margin-top: 5px;
}
/* Footer bottom */

footer .copyright {
    padding: 30px 0;
}
footer .copyright-text p {
    color: #fff;
}
footer .copyright-text p a:hover {
    color: #fff;
}
.footer-menu ul li {
    display: inline-block;
    position: relative;
}
.footer-menu ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 7px;
    width: 7px;
    background-color: #bebebe;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 19px;
    text-transform: uppercase;
    position: relative;
}
.footer-menu ul li a:hover {
    color: #337ab7;
}
/*
* ----------------------------------------------------------------------------------------
* 17. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 18. START SCROLL TO TOP
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. HOME2 STYLE
* ----------------------------------------------------------------------------------------
*/

/* singleimage */
.single-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-image-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.single-image:hover .single-image-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-image-details-table {
    display: table;
    height: 100%;
    width: 100%;
}
.single-image-details-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-image-details-image a {
    background: #fff;
    color: #333;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-image-details-image a:hover {
    background: #337ab7;
    color: #fff;
}


/* why chose us items */
.single-chose {
    margin-bottom: 30px;
    padding: 0 20px;
    float: left;
    width: 100%;
}
.single-chose .single-chose-icon,
.single-chose .single-chose-text {
    float: left;
}
.single-chose .single-chose-icon {
    width: 63px;
    height: 38px;
    line-height: 50px;
    background: #337ab7;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 800;
    margin: 0 20px 40px 0;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-chose:hover .single-chose-icon {
    background: #222;
}
.single-chose .single-chose-icon:after {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 35px 0 29px;
    border-color: #337ab7 transparent transparent transparent;
    content: '';
    bottom: -34px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-chose:hover .single-chose-icon:after {
    border-color: #222 transparent transparent transparent;
}
.single-chose .single-chose-text {
    width: 86%;
    position: relative;
}
.single-chose .single-chose-text:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #337ab7;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-chose:hover div.single-chose-text:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-chose-text h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.single-chose-text p {
    color: #fff;
    margin-bottom: 15px;
}
.why-c-sldier.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 0;
    position: relative;
    background: transparent;
    border: 1px solid #666;
    opacity: 1;
}
.why-c-sldier.owl-theme .owl-controls .owl-page.active span {
    border-color: #337ab7;
}
.why-c-sldier.owl-theme .owl-controls .owl-page span:before {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    margin: -3.5px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
}
.why-c-sldier.owl-theme .owl-controls .owl-page.active span:before {
    background: #337ab7 none repeat scroll 0 0;
}

/* promo style */
.promo-wrap {
	padding: 36px 0;
	margin: 25px 86px;
}
.promo-wrap h2 {
  margin: 0;
}
.promo-wrap p {
  margin: 20px 0;
}
.unstyled {
  line-height: 35px;
}
.promo-btn {
	background: #337ab7;
	border: 2px solid #337ab7;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.promo-btn:hover, .promo-btn:focus {
	background: #333;
	border-color: #333;
	color: #fff;
}
.promo-banner-con {
	padding: 138px 0;
}
.promo-banner-con a i:hover {
	box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 20px;
}
.promo-banner-con a i {
	background-color: #337ab7;
	color: #fff;
	font-size: 60px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.promo-banner-con p {color: #333;}



/* pricing table 2 style */

.pricing-table-default {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 0 0 50px;
}
.pricing-head {
    background-color: #f7f7f7;
    padding: 50px 0;
}
.pricing-head h3 {
    color: #313131;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}
.pricing-head .price {
    display: inline-block;
    line-height: 25px;
    color: #333;
    padding: 40px 0 0;
}
.pricing-head .price sup {
    font-size: 20px;
    top: 0;
}
.pricing-head .price-digit {
    font-size: 60px;
    font-weight: bold;
}
.pricing-detail {
    padding: 50px 25px 25px;
}
.pricing-list li {
    display: block;
    padding: 15px;
}
.pricing-list span {
	font-weight: 700;
}
.pricing-table-default .pricing-detail li:nth-child(2n+1) {
    background-color: #f7f7f7;
}
.pricing-table-default .btn {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    border: 1px solid #777;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: 0 100px;
}
.pricing-table-default .btn.focus, .pricing-table-default .btn:focus {
    background-color: #333;
    color: #fff;
}
.pricing-table-default,
.pricing-head,
.pricing-head .price,
.pricing-head h3,
.pricing-table-default .btn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pricing-table-default:hover {
    border-color: #337ab7;
}
.pricing-table-default:hover .pricing-head {
    background-color: #337ab7;
}
.pricing-table-default:hover .pricing-head h3,
.pricing-table-default:hover .pricing-head .price {
    color: #fff;
}
.pricing-table-default:hover .btn {
    background-color: #333;
    color: #fff;
}

/* footer social */
.footer-social ul li {
    display: inline-block;
    position: relative;
}
.footer-social ul li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
}
.footer-social ul li a:hover {
    color: #337ab7;
}

/*
* ----------------------------------------------------------------------------------------
* 18. END HOME2 STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 19. HOME3 STYLE
* ----------------------------------------------------------------------------------------
*/

/* slider style */
.slider-area,
.home-page-slider,
.home-page-slider div {
    height: 558px;
}
.home-page-slider div.single-slide-item-tablecell,
.home-page-slider div.single-slide-item-tablecell div {
    height: auto
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.slide-1 {
    background: url(../img/bg/slide-1.jpg) scroll 0 0;
    background-size: cover;
}
.slide-2 {
    background: url(../img/bg/slide-2.jpg) scroll 0 0;
    background-size: cover;
}
.slide-3 {
    background: url(../img/bg/slide-3.jpg) scroll 0 0;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-slide-item h2 {
    color: #f8f8f8;
    font-size: 40px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.single-slide-item p {
    color: #fff;
    margin: auto auto 30px;
    width: 70%;
}
.home-page-slider .carousel-indicators .active {
    background-color: #337ab7;
    border-color: #337ab7;
    margin: 0 1px;
}
.home-page-slider .carousel-indicators li {
	border-radius: 20px;
	height: 12px;
	width: 12px;
	margin: 10px 0 !important;
	padding: 10px 0;
	display: block;
}
.home-page-slider .carousel-indicators {
	z-index: 15;
	width: 100%;
	text-align: center;
	list-style: none;
	top: 41%;
	left: 121%;
}

/* animations */

.carousel-fade .carousel-inner .item .single-slide-item h2 {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(-2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .single-slide-item h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.carousel-fade .carousel-inner .item .single-slide-item p {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .single-slide-item p {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.carousel-fade .carousel-inner .item .slider-btn {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .slider-btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.carousel-fade .carousel-inner .item .seo-slider-btn {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .seo-slider-btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}
.carousel-fade .carousel-inner .item .slider-img {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .slider-img {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}


/* seo page slider */

.slider-area,
.home-page-slider-seo,
.home-page-slider-seo div {
    height: 558px;
}
.home-page-slider-seo div.single-slide-item-tablecell,
.home-page-slider-seo div.single-slide-item-tablecell div {
    height: auto
}
.home-page-slider-seo .carousel-indicators .active {
    background-color: #333;
    border-color: #333;
    margin: 0 1px;
}
.home-page-slider-seo .carousel-indicators li {
	height: 15px;
	width: 15px;
	margin: 10px 0 !important;
	padding: 0;
	border-radius: 0;
}
.home-page-slider-seo .single-slide-item-seo {
    position: relative;
}
.home-page-slider-seo .single-slide-item-seo:after {
    background: none;
}
.home-page-slider-seo .single-slide-item-seo p {
	margin: 0 0 30px;
	width: 95%;
}
.seo-slider-btn {
	background: #333;
	border: 2px solid #333;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.seo-slider-btn:hover, .seo-slider-btn:focus {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

/* abouts us */

P.drop-cap:first-letter {
    color: #337ab7;
    float: left;
    font-family: montserrat, sans-serif;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: 700;
}
/* skills */

.skill {
    overflow: hidden;
}
.skill {
    margin-bottom: 0;
    padding-top: 26px;
}
.skill .progress {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 3px;
    margin-bottom: 60px;
    overflow: visible;
    position: relative;
}
.skill .progress:last-child {
    margin-bottom: 0;
}
.skill .progress .lead {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #888;
    font-family: montserrat, sans-serif;
    position: absolute;
    top: -23px;
    z-index: 99;
}
.skill .progress-bar {
    background-color: #337ab7;
}
.skill .progress-bar span {
    background: #333 none repeat scroll 0 0;
    float: right;
    font-size: 11px;
    margin: -26px 10px 0 0;
    position: relative;
    padding: 0 5px;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.skill .progress-bar > span:before {
    border-top-color: #333;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
/*
* ----------------------------------------------------------------------------------------
* 19. END HOME3 STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 20. HOME4 STYLE
* ----------------------------------------------------------------------------------------
*/

/* our features style */
.single-feature {
    margin-bottom: 30px;
    padding: 0 40px;
}
.single-feature-border .single-feature {
    border-right: 1px solid #e9e9e9;
}
.single-feature-border .single-feature:last-child {
    border: none;
}
.single-feature .single-feature-icon,
.single-feature .single-feature-text {
    float: left;
}
.single-feature .single-feature-icon {
	margin-right: 15px;
}
.single-feature .single-feature-icon i {
	background: #337ab7;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 28px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
}
.single-feature .single-feature-text {
	width: 72%;
	position: relative;
}
.single-feature-text h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
}
.single-feature-text p {
    margin-bottom: 10px;
}
.single-feature:hover .single-feature-icon i {
    background: #222;
}
.single-feature:hover .single-feature-text p a {
    color: #222;
}
.single-feature .single-feature-text:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #337ab7;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.single-feature:hover div.single-feature-text:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/* promo style  2*/
.promo-wrap-2 {
	margin: 0 86px 25px 86px;
}
.promo-wrap-2 h2 {
  margin: 0;
}
.promo-wrap-2 p {
  margin: 20px 0;
}
.promo-wrap-2 .unstyled {
  line-height: 35px;
}

/* call to action style 2 */

.call-to-action-2 h3,
.call-to-action-2 p {
    color: #fff;
	margin-top: 0;
}
.call-to-action-btn-2 {
	background: #333;
	border: 2px solid #333;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px 40px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.call-to-action-btn-2:hover,.call-to-action-btn-2:focus {
	background: #fff;
	border-color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 20. END HOME4 STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 21. HOME5 STYLE
* ----------------------------------------------------------------------------------------
*/

/* text slider style */
.home-page-slider div.text-slide-item-tablecell,
.home-page-slider div.text-slide-item-tablecell div {
    height: auto;
}
.text-slide-item-table {
    display: table;
    text-align: left;
    width: 100%;
}
.text-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.text-slide-item {
    position: relative;
    z-index: 1;
}
.text-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.text-slide-item h2 {
    color: #f8f8f8;
    font-size: 40px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.text-slide-item p {
    color: #fff;
    margin: 0 0 30px;
    width: 70%;
}
/* animations */

.carousel-fade .carousel-inner .item .text-slide-item h2 {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(-2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .text-slide-item h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.carousel-fade .carousel-inner .item .text-slide-item p {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .text-slide-item p {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.carousel-fade .carousel-inner .item .slider-btn {
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px);
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -ms-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
    transition: all 1s ease .1s;
}
.carousel-fade .carousel-inner .item.active .slider-btn {
    -webkit-transform: translateY(-0px);
    -moz-transform: translateY(-0px);
    -ms-transform: translateY(-0px);
    -o-transform: translateY(-0px);
    transform: translateY(-0px);
}

.carousel-control.left {
	background-image: none;
	margin: 70px 0 0px 0;
}
.carousel-control.right {
	background-image: none;
	margin: 0px 0 70px 0;
}
.carousel-control {
	opacity: 1;
	top: 37%;
	right: 10% !important;
	left: auto;
	font-size: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #fff;
	color: #000;
}
.carousel-control:focus, .carousel-control:hover {
    background: #337ab7;
	color: #fff;
	opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/* about us 2 */

.about-single-one {
	background: #336ab7;
}
.about-single-two {
	background: #337ab7;
}
.about-single-three {
	background: #338ab7;
}
.about-single-four {
	background: #337ab7;
}
.about-single {
	transition: all 0.2s ease 0s;
	padding: 40px 20px;
}
.about-single i {
	border-radius: 100px;
	color: #fff;
	font-size: 35px;
	margin-bottom: 15px;
	transition: all 0.2s ease 0s;
	width: 80px;
}
.about-single h4 {
	font-weight: 600;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
} 
.about-single span {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 2px;
	margin: 15px 0 0;
	width: 54px;
	margin-bottom: 15px;
}
.about-single p {
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 21. END HOME5 STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 22. EXTRA HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/* header 3 styles */

.header-3 .mainmenu-area {
	background-color: transparent;
	padding: 36px 0;
}
.header-3 .navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 16px;
	font-weight: 700;
}
.header-3 .navbar-default .navbar-nav > .active > a, .header-3 .navbar-default .navbar-nav > .active > a:focus, .header-3 .navbar-default .navbar-nav > .active > a:hover {
	color: #337ab7 !important;
	background-color: transparent;
}
.header-3 .navbar-default .navbar-nav > li > a:focus, .header-3 .navbar-default .navbar-nav > li > a:hover {
	color: #337ab7 !important;
	background-color: transparent;
}
.header-3 .mainmenu-area.menu-animation {
	box-shadow: none;
	background-color: transparent;
}
.header-3 .logo-area.menu-animation {
	background-color: #fff;
}

/* header 4 styles */

.header-4 .mainmenu-area {
	background-color: transparent;
	padding: 36px 0;
}
.header-4 .navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 16px;
	font-weight: 700;
}
.header-4 .navbar-default .navbar-nav > .active > a, .header-4 .navbar-default .navbar-nav > .active > a:focus, .header-4 .navbar-default .navbar-nav > .active > a:hover {
	color: #337ab7 !important;
	background-color: transparent;
}
.header-4 .navbar-default .navbar-nav > li > a:focus, .header-4 .navbar-default .navbar-nav > li > a:hover {
	color: #337ab7 !important;
	background-color: transparent;
}
.header-4 .mainmenu-area.menu-animation {
	box-shadow: none;
	background-color: transparent;
}
.header-4 .logo-area.menu-animation {
	background-color: #fff;
}
.header-4 .top-area {
  background: #333;
}
.header-4 .top-area a {
  color: #fff;
}
.header-4 .social ul li:first-child {
	border-left: 1px solid #666;
}
.header-4 .social ul li {
	border-right: 1px solid #666;
}

/* header 5 styles */

.header-5 .top-area {
  background: #333;
}
.header-5 .top-area a {
  color: #fff;
}
.header-5 .social ul li:first-child {
	border-left: 1px solid #666;
}
.header-5 .social ul li {
	border-right: 1px solid #666;
}

/*
* ----------------------------------------------------------------------------------------
* 22. END EXTRA HEADER STYLE
* ----------------------------------------------------------------------------------------
*/





/*
* ----------------------------------------------------------------------------------------
* 23. CONTACT SECTION
* ----------------------------------------------------------------------------------------
*/

#map {
    height: 350px;
}
#gmap_canvas {
	width: 100%;
	height:  350px;
	border: none;
}
.contact-padding {
    padding: 68px 0;
}
.contact-back-image {
    background-size: cover;
    background-position: center center;
}
.address-time {
    font-size: 20px;
    margin-top: 240px;
}
.address-time h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0;
}
.address-time p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}
.address-time p span {
    padding-right: 39px;
}
.contact-title {
    padding: 40px;
}
.contact-title h5 {
    color: #337ab7;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.contact-title h2 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.contact-title .line {
    background: #93989B none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 15px 0;
    width: 70px;
    position: relative;
}
.contact-title p {
    color: #fff;
    margin: auto;
}
.single-address h4 {
    color: #fff;
}
.single-address p {
    color: #fff;
}
.single-address {
    padding: 0 40px 20px;
}
.single-address p a {
    color: #fff;
}
.contact {
    padding: 40px 0 0;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group i {
    position: absolute;
    right: 30px;
    top: 40%;
}
.form-control {
    border: 1px solid #e9e9e9;
    box-shadow: none;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.form-control:hover,
.form-control:focus {
    color: #333;
    border: 1px solid #337ab7;
    background: none;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
    background: transparent;
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}
.mb-0 {
    margin-bottom: 0
}
/*
* ----------------------------------------------------------------------------------------
* 23. END CONTACT SECTION
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 24. SHOP PAGES STYLES
* ----------------------------------------------------------------------------------------
*/
.single-product-wrap {margin-bottom: 30px}
.single-product {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.single-product:hover .single-product-details {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.single-product-details-table {
    display: table;
    height: 100%;
    width: 100%;
}
.single-product-details-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-product-details-image a {
    background: #fff;
    color: #333;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-details-image a:hover {
    background: #337ab7;
    color: #fff;
}

.single-product-description {
	padding: 20px;
	border: 1px solid #ddd;
}
.single-product-description h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 0;
}
.single-product-description a {
  color: #333;
}
.rating {
	color: #337ab7;
	margin-bottom: 10px;
}
.price span {
    color: #bebebe;
    margin-left: 10px;
    text-decoration: line-through;
}
.single-product-description a i {
	padding-right: 6px;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.sticker-new {
    background: url(../img/product/new.png) no-repeat;
    left: auto;
    right: 0;
}


/* product pagination style */

.paramin-pro-pagination .pagination {
	margin: 35px 0 0;
	border-radius: 0;
}
.paramin-pro-pagination .pagination > li > a, .paramin-pro-pagination .pagination > li > span {
	color: #666;
	background-color: #cacfd4;
	border-radius: 6px;
	margin: 6px;
}
.paramin-pro-pagination .pagination > .disabled > a, .paramin-pro-pagination .pagination > .disabled > a:focus, .paramin-pro-pagination .pagination > .disabled > a:hover, .paramin-pro-pagination .pagination > .disabled > span, .paramin-pro-pagination .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	background-color: #fff !important;
}
.paramin-pro-pagination .pagination > li > a.active {
	background-color: #337ab7;
	color: #fff;
}
.paramin-pro-pagination .pagination > li:last-child > a, .paramin-pro-pagination .pagination > li:last-child > span {
	background-color: #fff !important;
}


/*
* ----------------------------------------------------------------------------------------
* 24. END SHOP PAGES STYLES
* ---------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 25. PRODUCT DETAILS
* ---------------------------------------------------------------------------------------
*/
.sin-pro-image {
	margin-bottom: 30px;
}
.product-summary h2 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-summary .price {
    margin-bottom: 20px;
    color: #337ab7;
}
.product-summary .price span {
    color: #bebebe;
    margin-left: 10px;
    text-decoration: line-through;
}
.product-summary .description {
    margin-bottom: 20px;
}
.product-summary .rating {
    margin-bottom: 20px;
}
.quantity #demo_vertical {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    height: 39px;
    text-align: center;
    width: 60px;
}
.quantity {
    padding-left: 0;
}
.quantity .input-group {
    display: flex;
}
.quantity label {
    margin: 10px 0 0px 0;
    padding-left: 0;
    text-transform: uppercase;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
    background-color: #fff;
    border-color: #d4d4d4;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 27px;
}
.quantity .bootstrap-touchspin .btn {
    background-color: transparent;
    color: #8c8c8c;
    height: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 11px;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
    top: 8px;
}
.product-summary .button {
    position: relative;
}
.product-summary .btncart,
.total-price .btncart {
    padding: 8px 13px;
    display: inline-block;
    background-color: #333;
    border: 2px solid #333;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}
.share-buttons {
	margin: 35px 0;
}
.product-tabs {
    margin-top: 80px;
}
.tab-content {
	border: 1px solid #ddd;
	padding: 30px;
}
.product-tabs .nav.nav-tabs {
	margin-bottom: 50px;
}
.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:focus, .product-tabs .nav-tabs > li.active > a:hover {
	color: #333;
	font-weight: 700;
	border-bottom: 3px solid #337ab7;
}
.product-tabs .nav-tabs > li > a:focus, .product-tabs .nav-tabs > li > a:hover, .product-tabs .nav-tabs > li > a:active {
	color: #333;
	background-color: transparent;
	border: none;
}
.product-tabs .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 0;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}
.product-tabs .nav-tabs {
    width: 100%;
    background-color: #fdfcfc;
}
ul.tab-list {
	list-style: none;
	margin-top: 20px;
	line-height: 30px;
}
ul.tab-list li a {
	color: #888;
}
/* recent product */
.recentproduct h4 {
	text-transform: uppercase;
	margin: 10px 0;
}
.recentproduct .line {
	background: #93989B none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 10px 0 50px;
	width: 70px;
	position: relative;
}
.singlerecentproduct {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-left: 117px;
	position: relative;
	overflow: hidden;
	min-height: 140px;
}
.singlerecentproduct img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
.recpTitle {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 10px;
}
.recpTitle a {
	color: #333;
}
.singlerecentproduct p {
	margin-top: 5px;
}


/*
* ----------------------------------------------------------------------------------------
* 25. END PRODUCT DETAILS
* ---------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 26. CHEACKOUT
* ----------------------------------------------------------------------------------------
*/

.checkout-item .well {
	margin: 60px 0;
}
.well {
    background-color: #f8f8f8;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 15px 70px;
}
.well p {
    color: #282828;
}
.checkout-inner {
    position: relative;
}
.checkout-inner .form-group {
    padding-left: 0;
    position: relative;
}
.checkbox label:before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.checkbox label:after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
    top: 0;
}
#checkout .checkbox.form-group {
    margin: 30px 0;
}
input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}
.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}
#checkout .total-price {
    background-color: #fdfcfc;
    display: inline-block;
    width: 100%;
}
#checkout thead {
    background-color: #f8f8f8;
}
#checkout .table th {
    padding: 20px;
}
#checkout .table th {
    color: #282828;
    font-size: 15px;
    text-transform: uppercase;
}
#checkout .table td:first-child,
#checkout .table th:first-child {
    width: 80%;
}
#checkout .table td,
#checkout .table th {
    border: medium none;
    font-size: 13px;
    padding: 15px;
    text-transform: uppercase;
}
#checkout .table td:first-child {
    font-weight: bold;
}
#checkout .table tbody tr:first-child td {
    padding-top: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* 26. END CHEACKOUT
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 27. CART
* ----------------------------------------------------------------------------------------
*/

#cart table thead th {
    padding: 15px;
}
#cart table tbody td {
    border: medium none;
    padding: 30px 15px;
    vertical-align: middle;
}
#cart table thead th {
    background-color: #f8f8f8;
    border-bottom: 2px solid #fff;
    color: #282828;
    font-size: 13px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}
#cart .table thead th:first-child,
#cart table tbody tr td:first-child {
    padding-left: 70px;
}
#cart .table thead th:last-child,
#cart table tbody tr td:last-child {
    padding-right: 30px;
}
#cart .table tbody {
    background-color: #fdfcfc;
}
table td .serialno {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}
.table td h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}
.table td h5 a {
    color: #323232;
}
.table td.product-price,
.table td.product-total {
    color: #337ab7;
    font-size: 16px;
}
table td.option a {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}
#cart table {
    margin: 0;
}
#cart .button {
    background-color: #f8f8f8;
    padding: 10px 70px;
    margin-top: 2px;
}
#cart .button input.form-control {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    height: 40px;
}
#cart .cart-total {
    margin-top: 50px;
}
#cart table td.sub-total,
#cart table td.total {
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-total td.product-price {
    font-size: 13px;
}
#cart .cart-total table td {
    padding-bottom: 0;
    padding-top: 40px;
}
#cart .cart-total table tr:last-child td {
    padding-bottom: 40px;
}
#cart .cart-total table tbody tr td:first-child {
    width: 70%;
}
.aplycbtn,
.ttaklbtn,
.prochebtn {
    padding: 8px 13px;
    display: inline-block;
    background-color: #333;
    border: 2px solid #333;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.aplycbtn:hover,
.aplycbtn:focus,
.ttaklbtn:hover,
.ttaklbtn:focus,
.prochebtn:hover,
.prochebtn:focus {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 27. END CART
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 28. PORTFOLIO PAGES STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio .portfolio-filter-menu ul li:hover,
.portfolio .portfolio-filter-menu ul li.active,
.portfolio2 .portfolio-filter-menu ul li:hover,
.portfolio2 .portfolio-filter-menu ul li.active {
    color: #fff;
}
.portfolio .portfolio-filter-menu ul li,
.portfolio2 .portfolio-filter-menu ul li {
    color: #333;
}
.portfolio2 .single-portfolio {
    margin-bottom: 30px;
}
.project-content {
    margin-top: 40px;
}
.project-content h3 {
    margin-bottom: 20px;
}
.lead {
    font-size: 16px;
}
.project-widgets {
    margin-bottom: 40px;
}
.project-widgets:last-child {
    margin-bottom: 0;
}
.project-widget-title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
}
.project-widget-title span {
    background: #337ab7 none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin: 15px 0;
    width: 70px;
    position: relative;
}
.project-widgets ul {
    list-style: none;
    line-height: 30px;
}
.project-widgets ul li i {
    padding-right: 10px;
}
.portfoliolive-btn {
    padding: 10px 26px;
    margin-top: 20px;
    display: inline-block;
    background-color: #337ab7;
    border: 2px solid #337ab7;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.portfoliolive-btn:hover,
.portfoliolive-btn:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 28. END PORTFOLIO PAGES STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 29. FAQ
* ----------------------------------------------------------------------------------------
*/

#faq p {
    margin-bottom: 50px;
}
#faq #accordion {
    margin-top: 0;
    margin-bottom: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
}
#accordion .panel-heading {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
}
#accordion .panel-heading i {
    color: #5d5d5d;
    float: right;
}
#accordion a.accordion-toggle i {
    color: #fff;
    position: absolute;
    right: 15px;
}
#accordion a.accordion-toggle.collapsed i {
    color: #323232;
}
#accordion .panel-heading .panel-title {
    font-family: montserrat;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
#accordion a.accordion-toggle {
    background-color: #333;
    display: block;
    padding: 20px 40px;
    color: #fff;
}
#accordion .panel-collapse {
    border: medium none;
    box-shadow: none;
}
#accordion .panel-body {
    background-color: #fff;
    border: medium none;
    padding: 30px;
}
#accordion .panel-body p {
    color: #777;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
}
#accordion.panel-group .panel + .panel {
    margin-top: 1px;
}
#accordion a.accordion-toggle.collapsed {
    background-color: #f8f7f7;
    color: #323232;
}

.contact .well {
  padding: 20px;
  margin: 0 0 43px;
}
.contact .well p {
  margin: 0 !important;
}
/*
* ----------------------------------------------------------------------------------------
* 29. END FAQ
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 30. 404 PAGE
* ----------------------------------------------------------------------------------------
*/


.error-page-wrap h2 {
  color: #337ab7;
  letter-spacing: 12px;
  margin: 0 0 30px;
}
.error-page-wrap h1 {
  letter-spacing: 12px;
  margin: 0 0 30px;
}
.error-page-wrap p {
  color: #333;
  margin: 0 0 30px;
}
.error-page-wrap i {
	color: #337ab7;
	line-height: 30px;
}
.error-page-wrap p a {
	margin: 30px 0 30px;
	letter-spacing: 4px;
}
.error-btn {
	background: #337ab7;
	border: 2px solid #337ab7;
	color: #fff;
	font-family: montserrat, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.error-btn:hover, .error-btn:focus {
	background: #337ab7;
	border-color: #337ab7;
	color: #fff;
}
.error-page-wrap p i {
	background-color: #337ab7;
	color: #fff;
	padding: 16px 36px;
	border-radius: 4px;
	display: inline;
}

/*
* ----------------------------------------------------------------------------------------
* 30. 404 PAGE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 31. COMING SOON
* ----------------------------------------------------------------------------------------
*/
body.com-soom-body {
    background: #4E505C;}
.home-come {
    position: relative;
    height: 100vh;
}
.home-come:before {
    background: #4E505C;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.home-come h3 {
  color: #fff;
  letter-spacing: 10px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.home-come img {
  margin: 0 0 30px;
}
.home-come h1 {
  color: #fff;
  letter-spacing: 10px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.home-come span {
  color: #337ab7;
}
.home-come p {
  color: #fff;
}

.time-box {
    margin: 40px 0;
}
.time-number {
    font-size: 50px;
    width: 100%;
    display: inline-block;
}
.time-number .digit {
    line-height: 60px;
    display: inline-block;
    overflow: hidden;
    color: #337ab7;
    font-weight: 700;
}
.time-box span.time-name {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 31. END COMING SOON
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 32. BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.search-widget {
    position: relative;
}
.search-widget form [type="text"] {
    background: transparent;
}
.search-widget form [type="submit"] {
    width: 34px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: none;
    border: 0;
}
.sidebar-widgets {
    margin-bottom: 50px;
    overflow: hidden;
}
.sidebar-widgets:last-child {
    margin-bottom: 0;
}

.sidebar-widget-title {
    margin-bottom: 30px;
    position: relative;
}
.sidebar-widget-title h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    margin-left: 25px;
}
.sidebar-widget-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    background-color: #bebebe;
}
.singleRecpost-sidebar {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    min-height: 100px;
    padding-left: 117px;
    position: relative;
    overflow: hidden;
}
.singleRecpost-sidebar:last-child {border: none;}
.singleRecpost-sidebar img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}
.recTitle-sidebar {
    line-height: 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.singleRecpost-sidebar p {
    margin-top: 5px;
}
.recTitle-sidebar a {
    color: #333;
}
.sidebar-widgets ul {
    list-style: none;
    line-height: 50px;
}
.sidebar-widgets ul li {
    position: relative;
    border-bottom: 1px dashed #ddd;
}
.sidebar-widgets ul a {
    color: #777;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-widgets ul li .count {
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar-widgets ul a:hover {
    color: #337ab7;
}
.sidebar-widgets ul li:hover a {
    padding-left: 5px;
}
.tag-widget ul {
    list-style: none;
    float: left;
    width: 100%;
}
.tag-widget a {
    border: 1px solid #ddd;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.tag-widget a:hover {
    background: #337ab7;
    color: #fff !important;
}
.tag-widget ul li:hover a {
    padding: 0 10px;
}
.tag-widget ul li {
    border: none;
}
.tag-title {
    background-image: none;
    float: left;
    line-height: 18px;
    margin: 0 20px 0 0;
}
ul.tags {
    position: relative;
    overflow: hidden;
}
ul.tags li {
    display: inline;
    float: left;
}
ul.tags a {
    color: #666;
}
.postorder {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 30px 0;
}
.postorder .postorderpre i {
    padding-right: 10px;
}
.postorder .postordernex i {
    padding-left: 10px;
}
.postorder .postordernex {
    float: right;
}
.postorderpre,
.postordernex {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.postorderpre:hover,
.postorderpre:focus,
.postordernex:hover,
.postordernex:focus {
    color: #337ab7;
}
.adminbox-inner {
    min-height: 140px;
    padding-left: 130px;
    position: relative;
    padding-top: 20px;
}
.adminbox-inner img {
    position: absolute;
    left: 14px;
    top: 19px;
    width: 80px;
}
.adminbox-titke {
    font-size: 16px;
    margin: 0 0 20px;
}
.adminbox-titke a {
    color: #666;
}
.comments-area,
.comments-form {
    margin-bottom: 40px;
}
.comments-area {
    border: 1px solid #e9e9e9;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.comments-area ol {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.comments-list li {
    border-top: 1px solid #555;
    padding: 20px 8px 0 20px;
}
.comments-list li .comment-head {
    margin-bottom: 12px;
}
.comments-list li .reply-link {
    float: right;
}
.comments-list li .avatar {
    float: left;
    margin-right: 12px;
    border: 1px solid #555;
}
.comments-list li .avatar img {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.comments-list li .commenter {
    margin-top: 12px;
}
.comments-list li ol,
.comments-list li ul {
    margin-left: 104px;
}
.comments-form h3 {
    margin-bottom: 20px;
}
.comments-form input,
.comments-form textarea {
    background: transparent;
}
.btnblogcomment {
    padding: 10px 25px;
    display: inline-block;
    background-color: #337ab7;
    border: 2px solid #337ab7;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btnblogcomment:hover,
.btnblogcomment:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}
.tag-list,.postorder,.adminbox {
    margin-bottom: 40px;
}

/*
* ----------------------------------------------------------------------------------------
* 32. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 33. SEO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.ser-website {
	position: relative;
}
.ser-website form [type="text"] {
	background: transparent;
}
.ser-website form [type="submit"] {
	line-height: 34px;
	position: absolute;
	right: 8px;
	top: 8px;
	background: none;
	border: 0;
	background: #337ab7;
	color: #fff;
	bottom: 8px;
	padding: 0 40px;
}
.ser-website form .form-control {
	border: 10px solid #777;
	height: 70px;
	border-radius: 0;
	color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 33. END SEO PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 34. CONTRUCTION PAGE STYLE
* ----------------------------------------------------------------------------------------
*/







/*
* ----------------------------------------------------------------------------------------
* 32. END CONTRUCTION PAGE STYLE
* ----------------------------------------------------------------------------------------
*/