/*
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. CONTACT SECTION
	17. FOOTER STYLE
	18. START SCROLL TO TOP

=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 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;
}
.section-back-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.bg-gray {
    background-color: #f2f2f2;
}
.bg-blue {
    background-color: #337ab7;
}
.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;
}
/* 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*/
/*
* ----------------------------------------------------------------------------------------
* 02. END COMMON STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03. NAVIGATION STYLE 
* ----------------------------------------------------------------------------------------
*/

.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-area {
	padding: 40px 0;
}
.logo {
    text-transform: uppercase;
}
.logo a {
    color: #494949;
}
.logo h1 {
    border: 3px solid #494949;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 13px 15px;
}
.logo-area-right {
    float: right;
}
.logo-area-right ul li a {
    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: 10px 15px;
    margin: 10px 0;
}
.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: 15px;
    top: 33%;
}
.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;
}
/*
* ----------------------------------------------------------------------------------------
* 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 */

.dropdown-menu {
    background-color: transparent;
    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:hover {
    background: #337ab7 !important;
}
.dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 102%;
    visibility: visible;
}
.dropdown-menu .dropdown > .dropdown-menu {
    background-color: transparent;
    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;
    position: absolute;
    right: 10px;
    top: 22px;
}
/*
* ----------------------------------------------------------------------------------------
* 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;
}
.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;
}

/*END STATIC SLIDER*/


/* IMAGE 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%;
}
.carousel-indicators .active {
    background-color: #337ab7;
    border-color: #337ab7;
    margin: 0 1px;
}
.carousel-indicators li {
	border-radius: 20px;
	height: 12px;
	width: 12px;
	margin: 10px 0 !important;
	padding: 10px 0;
	display: block;
}
.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);
}


/* 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;
}


/* HOME YOUTUBE VIDEO */

.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: 40px;
	font-weight: 400;
}
.home-startup-text p {
	color: #fff !important;
	margin: 20px auto auto;
}
.startup-banner-con {
	padding: 140px 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: 700;
    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;
}
/*
* ----------------------------------------------------------------------------------------
* 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 p {
    margin: 10px 0 25px
}
.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;
}
/*
* ----------------------------------------------------------------------------------------
* 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;
}
/*
* ----------------------------------------------------------------------------------------
* 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: 700;
    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;
}
/*
* ----------------------------------------------------------------------------------------
* 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. CONTACT SECTION
* ----------------------------------------------------------------------------------------
*/

#map {
    height: 350px;
}
#gmap_canvas {
	width: 100%;
	height: 400px;
	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;
}
#contactFrom {
	padding: 110px 0 60px;
}
.contact {
    padding: 0 20px 30px 0px;
}
.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
}
/*
* ----------------------------------------------------------------------------------------
* 16. END CONTACT SECTION
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 17. FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/
/* Footer top */

.footer-top {
    padding: 80px 0;
    background: #2e2e2e;
}
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 bottom */

footer .copyright {
    background: #252525;
    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: 5px;
    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
* ----------------------------------------------------------------------------------------
*/

.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;
}
/*
* ----------------------------------------------------------------------------------------
* 18. END START SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/