/**
=============================================================
[Main Stylesheet]

Template:     CarRefit
Version:      1.0
Created:      06.06.2017
Primary use:  Repair & Services HTML Template

@Author: icute_template

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
=============================================================



====================[Table of contents]======================

* Importing Styles
* Common Css Styles
* Main Header style
* Home Slider Styles
* Welcome Section
* Appointment Form Styles
* Widget Styles
* Social Icons Styles
* Service Section
* Feature Styles
* Gallery Styles
* Team Member Styles
* Blog Styles
* Footer Styles
* Accordion Styles
* Pricing Table
* Testimonials Styles
* Funfact Styles
* Inner Page Styles
* Contact Styles
* Map Styles
* Scroll To Top

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



/*
-----------------------------------------------------------------------
    Importing Styles
-----------------------------------------------------------------------
*/


@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);



@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(flaticon.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(jPushMenu.css);
@import url(jquery.fancybox.css);
@import url(animate.min.css);
@import url(../js/jquery-ui-1.11.4/jquery-ui.css);


/*
-----------------------------------------------------------------------
    Common Css Styles
-----------------------------------------------------------------------
*/

body {
	color: #454545;
	
	line-height: 1.857;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}

.wrapper {
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #199cdb;
	
	font-family: 'Lato', sans-serif;
	line-height: 1.1;
}

p {
	color: black;
	line-height: 1.757;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	letter-spacing:0.3px;
	font-weight:400;
	
	
	
}

a {
	color: #000000;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	max-width: 100%;
}

.width-full {
    width: 100%;
}


/*--- Theme Overlay Style ---*/

.theme-overlay {
    background-image: url(../images/photos/parallax-1.jpg);
	position: relative;
}

.theme-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.theme-overlay.overlay-black-deep:before {
    background-color: rgba(0, 0, 0, 0.85);
}

.theme-overlay.overlay-black:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.theme-overlay.overlay-white:before {
    background-color: rgba(255, 255, 255, 0.75);
}

.theme-overlay.overlay-white.style1:before {
    background-color: rgba(255, 255, 255, 0.85);
}

.theme-overlay.overlay-white-deep:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.theme-overlay h1,
.theme-overlay h2,
.theme-overlay h3,
.theme-overlay h4,
.theme-overlay h5,
.theme-overlay h6 {
	color: #fff;
}

.theme-overlay p {
	color:black;
}

.theme-overlay.overlay-white h1,
.theme-overlay.overlay-white h2,
.theme-overlay.overlay-white h3,
.theme-overlay.overlay-white h4,
.theme-overlay.overlay-white h5,
.theme-overlay.overlay-white h6 {
	color: #1c1c1c;
}

.theme-overlay.overlay-white p {
	color: #a4a4a4;
}

.layer-overlay {
	position: relative;
	z-index: 1;
}

.layer-overlay:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bg-img {
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.img-2 {
    background-image: url(../images/photos/parallax-1.png);
}

.img-3 {
    background-image: url(../images/photos/parallax-3.html);
}

.news-section {
    background: #3c3c3c url("../images/photos/parallax-1.png") no-repeat scroll center center;
    padding: 30px 0 0;
    position: relative;
}

.lh-22 {
	line-height: 22px;
}

.lh-26 {
	line-height: 26px;
}

.lh-32 {
	line-height: 32px;
}

.lts-0 {
	letter-spacing: 0;
}

.lts-1 {
	letter-spacing: 1px;
}

.ttu {
	text-transform: uppercase;
}

.ttc {
	text-transform: capitalize !important;
}

.ttl {
	text-transform: lowercase;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-b {
	font-weight: 700;
}

.fs-italic {
	font-style: italic;
}

.font-roboto {
	font-family: 'Lato', sans-serif;
}

.pagination-style > .active > a,
.pagination-style > .active > a:focus,
.pagination-style > .active > a:hover,
.pagination-style > .active > span,
.pagination-style > .active > span:focus,
.pagination-style > .active > span:hover {
    color: #fff;
}

/*--- Section Title Styles ---*/

.section-title {
	margin-bottom: 60px;
}

.section-title .icon {
	font-size: 44px;
	margin-bottom: 30px;
}

.section-title .title {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.section-title .sub-title {
    color: #989898;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 26px;
}

.sub-title.sub-title-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

.inner-title .title {
    color: #1e1e1e;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.inner-title1 .title {
    color: #1e1e1e;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 40px;
    margin-top: 0;
    text-transform: uppercase;
}

.inner-title1 .title span {
    color: #199cdb;
}

.preloader{
	background-color:#ffffff;
	background-image:url(../images/c.gif);
	background-position:center center;
	background-repeat:no-repeat;
	left:0px;
	position:fixed;
	top:0px;
	width:100%; height:100%;
	z-index:999999;
}

/*--- Line Styles ---*/

.line-bottom {
	position: relative;
}

.line-bottom::before {
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.line-bottom::after {
    background-color: #fff;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    width: 5px;
}

/*--- Line Styles1 ---*/

.line-bottom.style1::before {
    background-color: #199cdb;
    bottom: -20px;
    content: "";
    height: 2px;
    position: absolute;
    width: 80px;
}

.line-bottom.style1::after {
    background-color: #fff;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: 10px;
}

/*--- Line Styles2 ---*/

.line-bottom.style2::before {
    bottom: -20px;
    content: "";
    height: 2px;
    left: 528px;
    position: absolute;
    width: 80px;
}

.line-bottom.style2::after {
    background-color: #199cdb;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 530px;
    position: absolute;
    width: 25px;
}

/*--- Line Styles3 ---*/


.line-bottom.style3::before {
    background-color: #fff;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 157px;
    position: absolute;
    width: 100px;
}

.line-bottom.style3::after {
    background-color: #fff;
    border: 4px solid #199cdb;
    border-radius: 3px;
    bottom: -25px;
    content: "";
    height: 15px;
    left: 200px;
    outline: 2px solid #fff;
    position: absolute;
    width: 15px;
}

.line-bottom.style4::before {
    background-color: #199cdb;
    bottom: -10px;
    content: "";
    height: 2px;
    position: absolute;
    width: 80px;
}

.line-bottom.style4::after {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: 10px;
}



/*--- Flaticon Reset Styles ---*/

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
    line-height: 1.19;
}

/*--- Btn Styles ---*/

.btn-theme {
    border: 1px solid;
    border-radius: 4px;
     color: #1b9edd;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.67;
    padding: 15px 42px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	letter-spacing:1.5px;
}

.btn-theme.style1 {
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 65px;
    margin-right: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.fa fa-long-arrow-right {
    margin-left: 10px;
}
.btn-theme:hover,
.btn-theme.btn-black {
    background-color: #1e1e1e;
    border: 1px solid #fff;
    color: #fff;
}

.btn-theme.btn-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
}

.btn-theme:hover,
.btn-white {
    background-color: white;
    border: 2px solid #fffff;
    color:rgba(27, 158, 221, 0.96);
}

.btn-theme.btn-black:hover {
	border: 2px solid;
	color: #fff;
	 background-color: white;
}

.btn-sm {
	padding: 12px 38px;
}

.btn-xs {
	font-size: 11px;
	padding: 7px 15px;
}

.btn-round {
	border-radius: 5px;
}

/*--- Owl Carousel Styles ---*/

.owl-theme .owl-controls {
	margin-top: 15px;
	position: static;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-carousel .owl-controls .owl-prev,
.owl-carousel .owl-controls .owl-next {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
	display: inline-block;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
}

.owl-carousel .owl-controls .owl-prev {
    margin-right: 2px;
}

.owl-carousel .owl-controls .owl-next {
    margin-left: 2px;
}

/*--- Owl Column Styles ---*/

.owl-carousel.owl-column .owl-controls {
    display: none;
}

.owl-carousel.owl-column.owlnav-true .owl-controls {
    display: inline;
}

.owl-carousel.owl-column.owldots-true .owl-controls {
    display: inline;
}

.owl-carousel.owl-column .owl-controls .owl-nav,
.owl-carousel.owl-column .owl-controls .owl-dots {
    display: none !important;
}

.owl-carousel.owl-column.owlnav-true .owl-controls .owl-nav {
    display: block !important;
}

.owl-carousel.owl-column.owldots-true .owl-controls .owl-dots {
    display: block !important;
}

/*--- Owl Nav Style One ---*/

.owl-carousel.owlnav-true .owl-controls .owl-prev,
.owl-carousel.owlnav-true .owl-controls .owl-next {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    display: inline-block;
    margin: 0;
    padding: 4px 14px;
    text-align: center;
}

.owl-carousel.owlnav-true .owl-controls .owl-prev {
    margin-right: 2px;
}

.owl-carousel.owlnav-true .owl-controls .owl-next {
    margin-left: 2px;
}

/*--- Owl Nav Style Two ---*/

.owl-carousel.owlnav-true.owl-nav2 .owl-controls {
    display: inline;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    margin: 0;
    margin-top: -22px;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 50%;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owlnav-true.owl-nav2 .owl-nav .owl-next {
    right: 0;
}

/*--- Owl Nav Style Three ---*/

.owl-carousel.owlnav-true.owl-nav3 .owl-controls {
    display: inline;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    margin: 0;
    margin-top: -22px;
    opacity: 0;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owlnav-true.owl-nav3 .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav3:hover .owl-nav .owl-next  {
    opacity: 1;
}

/*--- Owl Nav Style Four ---*/

.owl-carousel.owlnav-true.owl-nav4 .owl-controls {
    display: inline;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    left: auto;
    padding: 0 10px;
    position: absolute;
    top: -60px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev {
    right: 30px;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next  {
    right: 0;
}

.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-prev i,
.owl-carousel.owlnav-true.owl-nav4 .owl-nav .owl-next i {
    font-size: 14px;
}

/*--- Owl Dots Style ---*/

.owl-carousel .owl-controls .owl-dots {
  text-align: center;
  display: inline-block;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel .owl-controls .owl-dots .owl-dot span {
    background-color: #fff;
    border: 5px solid;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 16px;
}

.owl-carousel .owl-controls .owl-dots .owl-dot:hover span,
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #1c1c1c;
}

/*--- Blockquote Style ---*/

.blockquote-style {
    border-left: 3px solid #c9c9c9;
    margin: 20px 0;
    padding: 30px;
}

.blockquote-style p {
    font-size: 16px;
    font-style: italic;
}

.blockquote-style1 {
    background-color: #f9f9f9;
    border-left: 5px solid #f2f2f2;
    margin: 20px 0;
    padding: 30px;
}

.blockquote-style1 p {
    font-size: 16px;
    font-style: italic;
}


/*--- Thumb Overlay effect ---*/

.thumb-caption {
    position: relative;
    overflow: hidden;
}

.overlay-effect {
    color: #fff;
    height: 100%;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
}

.box-effect-white .box-area:hover .overlay-effect {
    background-color: rgba(255, 255, 255, 0.75);
}

.box-area .overlay-effect.overlay-effect2 {
    opacity: 0;
}

.box-area:hover .overlay-effect.overlay-effect2 {
    opacity: 1;
}

.box-area .overlay-effect.overlay-effect3 {
    border-radius: 0 30px 30px 0;
    bottom: 0;
    height: auto;
    margin: 10px 0;
    opacity: 1;
    text-align: left;
    top: auto;
    width: auto;
}

.overlay-effect h1,
.overlay-effect h2,
.overlay-effect h3,
.overlay-effect h4,
.overlay-effect h5,
.overlay-effect h6,
.overlay-effect p {
    color: #fff;
    margin: 0;
}

/*--- Gallery Style ---*/

.portfolio .title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.portfolio .title span {
    color: #199cdb;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.portfolio .sub-title {
    color: #989898;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 26px;
}

.isotopeContainer .isotope-item {
    width: 25%;
}

.isotopeContainer .isotope-item img {
    max-width: 100%;
    width: 100%;
}


/* Isotop Filter Style */

.isotopeFilter {
    margin-bottom: 30px;
    text-align: center;
}

.isotopeFilter.style1{
    margin-bottom: 50px;
}

.isotopeFilter.filter-left {
    text-align: left;
}

.isotopeFilter.filter-right {
    text-align: right;
}

.isotopeFilter a {
    background-color: #f9f8f7;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    padding: 7px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	letter-spacing:1.5px;
}

.isotopeFilter a:hover,
.isotopeFilter a.current {
    color: #fff;
}

/* Isotop Colunm Style */

.isotopeContainer.isotop-colunm .isotope-item {
    width: 100%;
}

.isotopeContainer.isotop-colunm2 .isotope-item {
    width: 50%;
}

.isotopeContainer.isotop-colunm3 .isotope-item {
    width: 33.33%;
}

.isotopeContainer.isotop-colunm4 .isotope-item {
    width: 25%;
}

.isotopeContainer.isotop-colunm5 .isotope-item {
    width: 20%;
}

.isotopeContainer.isotop-colunm6 .isotope-item {
    width: 16.66%;
}

.isotopeContainer.isotop-colunm7 .isotope-item {
    width: 14.28%;
}

.isotopeContainer.isotop-colunm8 .isotope-item {
    width: 12.5%;
}

.isotopeContainer.isotop-colunm9 .isotope-item {
    width: 11.11%;
}

.isotopeContainer.isotop-colunm10 .isotope-item {
    width: 10%;
}

.isotopeContainer.isotop-colunm11 .isotope-item {
    width: 9.09%;
}

.isotopeContainer.isotop-colunm12 .isotope-item {
    width: 8.33%;
}

.isotopeContainer .isotope-item.w2-isotope {
    width: 50%;
}

/* Isotop Tiles Style */

.isotopeContainer.isotop-masonry.isotop-colunm3 .isotope-item.isotope-wide {
    width: 66.66%;
}

.isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
    width: 50%;
}

/* Isotop Gutter Style */

.isotopeContainer.isotop-gutter {
  margin: -5px -5px 0;
}

.isotopeContainer.isotop-gutter .isotope-item {
    padding: 5px;
}

.isotopeContainer.isotop-gutter-sm {
  margin: -2px -2px 0;
}

.isotopeContainer.isotop-gutter-sm .isotope-item {
    padding: 2px;
}

.isotopeContainer.isotop-gutter-lg {
  margin: -10px -10px 0;
}

.isotopeContainer.isotop-gutter-lg .isotope-item {
    padding: 10px;
}

/* Isotop Item Style */

.isotope-item .isotop-thumb {
    position: relative;
}

.isotope-item .isotop-thumb .isotop-overlay {
    background-color: rgba(255, 255, 255, 0.75);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; 
    width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay {
    opacity: 1;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons {
    position: absolute;
    text-align: center;
    top: calc(50% - 17px);
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
}

.isotope-item:hover .isotop-thumb .isotop-overlay .isotop-icons {
    transform: scale(1);
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a {
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 #ddd;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
    width: 35px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:nth-child(n+2) {
    margin-left: 10px;
}

.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a:hover {
    color: #fff;
}

/* Isotop Item Style */

.isotope-item.style1 .isotop-thumb {
    position: relative;
}

.isotope-item.style1 .isotop-thumb .isotop-overlay {
    background-color: rgba(0, 0, 0, 0.75);
    height: 25%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 75%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.4s ease-in-out; 
    width: 100%;
}

.isotope-item.style1:hover .isotop-thumb .isotop-overlay {
    opacity: 1;
}

.isotope-item.style1 .isotop-thumb .isotop-overlay .contant {
    padding: 10px 30px;
}

.isotope-item.style1 .isotop-thumb .isotop-overlay .contant h4 {
    color: #199cdb;
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
}

.isotope-item.style1 .isotop-thumb .isotop-overlay .contant p {
    color: #ddd;
    font-size: 12px;
    line-height: 17px;
    margin: 4px 0 0 0;
}

/* Isotop Item Hover Style */

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb {
    overflow: hidden;
}

.isotopeContainer.isotope-hover .isotope-item .isotop-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover .isotope-item:hover .isotop-thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

/* Isotop Item Hover Style1 */

.isotope-item.style1 .isotop-thumb {
    overflow: hidden;
}

.isotope-item.style1 .isotop-thumb img {
  display: block;
  height: auto;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.isotope-item.style1 .isotop-thumb:hover img {
  transform: scale(1.1, 1.1);
}


/* Isotop Item Hover Style 2 */

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb {
    overflow: hidden;
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.isotopeContainer.isotope-hover2 .isotope-item:hover .isotop-thumb img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.isotopeContainer.isotope-hover2 .isotope-item .isotop-thumb .isotop-overlay {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    width: auto;
    height: auto;
}

/* Responsive Style */
@media only screen and (max-width: 991px){

    .isotopeContainer.isotop-colunm .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm2 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm3 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm4 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm5 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm6 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm7 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm8 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm9 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm10 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm11 .isotope-item {
        width: 50%;
    }

    .isotopeContainer.isotop-colunm12 .isotope-item {
        width: 50%;
    }

    .isotopeContainer .isotope-item.w2-isotope {
        width: 50%;
    }
}
@media only screen and (max-width: 520px){

    .isotopeContainer.isotop-colunm .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm2 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm3 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm4 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm5 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm6 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm7 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm8 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm9 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm10 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm11 .isotope-item {
        width: 100%;
    }

    .isotopeContainer.isotop-colunm12 .isotope-item {
        width: 100%;
    }

    .isotopeContainer .isotope-item.w2-isotope {
        width: 100%;
    }

    .isotopeContainer.isotop-masonry.isotop-colunm4 .isotope-item.isotope-wide {
        width: 100%;
    }
}


/*--- Divider Style ---*/

.divider-post .title {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.divider-post .title span {
    color: #199cdb!important;
    letter-spacing: 0;
}

.divider-post .contant {
    padding: 0 20px 0 0;
}

/*--- Progress Bar Style ---*/

.progress-item {
    background-color: #eee;
    border-radius: 3px;
    display: block;
    height: 20px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.progress-item .progress-title {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
}

.progress-item .progress-title span {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 20px;
    min-width: 60px;
    padding: 0 15px;
    text-align: center;
}

.progress-item .bar-progress {
    background-color: #199cdb;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    height: 20px;
    overflow: visible !important;
    width: 0;
}

.progress-item .progress-percent {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}


.progress-two .progress-item .bar-progress {
    position: relative;
}

.progress-two .progress-item .progress-percent {
    color: #fff;
}

.progress-area.style1 {
    margin-bottom: 28px;
}
.progress-skills h1 {
    color: #199cdb;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}
.progress-area .bar-progress .contant {
    letter-spacing: 1px;
    line-height: 19px;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
}

.progress-three .progress-item .bar-progress {
    position: relative;
}

.progress-three .progress-item .progress-percent {
    background-color: #fff !important;
    border: 2px solid #199cdb;
    border-radius: 50%;
    color: #199cdb;
    font-size: 11px;
    font-weight: 600;
    height: 32px;
    line-height: 28px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 32px;
    z-index: 1;
}

.pgbtitle-top {
    margin-top: 30px;
}

.pgbtitle-top .progress-item {
    margin-bottom: 45px;
}

.pgbtitle-top .progress-item .progress-title {
    background-color: transparent;
    top: -30px;
}

.pgbtitle-top .progress-item .progress-title span {
    color: #000;
    line-height: 20px;
    min-width: auto;
    padding: 0;
}

.pgbpercent-top {
    margin-top: 30px;
}

.pgbpercent-top .progress-item {
    margin-bottom: 52px;
}

.pgbpercent-top .progress-item .progress-percent {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    right: 10px;
    top: -30px;
}

.pgb-large .progress-item {
    height: 35px;
}

.pgb-large .progress-item .progress-title span {
    font-size: 13px;
    line-height: 35px;
}

.pgbtitle-top.pgb-large .progress-item .progress-title span {
    line-height: 20px;
}

.pgb-large .progress-item .bar-progress {
    height: 35px;
}

.pgb-large .progress-item .progress-percent {
    font-size: 13px;
    line-height: 35px;
}

.pgb-large.pgbpercent-top .progress-item .progress-percent {
    font-size: 13px;
    line-height: 20px;
}

.progress-three.pgb-large .progress-item .progress-percent {
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 45px;
    z-index: 1;
}

.pgb-small .progress-item {
    height: 13px;
}

.pgb-small .progress-item .progress-title span {
    font-size: 10px;
    line-height: 13px;
    min-width: 45px;
}

.pgbtitle-top.pgb-small .progress-item .progress-title span {
    font-size: 13px;
    line-height: 13px;
    min-width: auto;
}

.pgb-small .progress-item .bar-progress {
    height: 13px;
}

.pgb-small .progress-item .progress-percent {
    font-size: 10px;
    line-height: 13px;
}

.pgb-small.pgbpercent-top .progress-item .progress-percent {
    font-size: 13px;
}

.progress-three.pgb-small .progress-item .progress-percent {
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    right: -20px;
    text-align: center;
    top: -7px;
    width: 25px;
    z-index: 1;
}

/*--- Content Vmiddle Style ---*/

.verticle-wrp {
    display: table;
    height: 100%;
}

.verticle-middle {
    display: table-cell;
    vertical-align: middle;
}

/*--- Boxed Layout Style ---*/

.boxed-layout-style {
    background-color: #aeaeae;
}

.boxed-layout-style .wrapper {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    max-width: 1200px;
}

.boxed-layout-style .container {
    padding: 0 15px;
}

.boxed-layout-style .mega-header {
    margin: 0 auto;
    max-width: 1200px;
}

.boxed-layout-style .mega-header .header-main.header-fixedtop {
    left: 0 !important;
    margin: 0 auto !important;
    max-width: 1200px;
    right: 0;
}

.wide-layout-style .mega-header .header-main.header-fixedtop {
    left: 0 !important;
    right: 0;
    width: 100% !important;
}

.boxed-layout-style .main-slider.ui-resizable {
    max-width:100% !important;
}

.boxed-layout-style .tp-banner-container {
  max-width: 100% !important;
  left: 0 !important;
  right: 0;
}

.boxed-layout-style .tp-banner-container .tp-leftarrow {
    left: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-rightarrow {
    right: 0 !important;
}

.boxed-layout-style .tp-banner-container .tp-bullets {
    margin-left: 0 !important;
}
.wide-layout-style .home-slider.ui-resizable {
    max-width:100% !important;
}

.wide-layout-style .tp-banner-container {
    max-width: auto;
    left: 0 !important;
    right: 0;
}


/*
-----------------------------------------------------------------------
    Switcher Menu style
-----------------------------------------------------------------------
*/

.menu-switcher {
    background-color: rgba(25, 156, 219, 0.95);
    left: -250px;
    padding: 15px 15px 40px;
    position: fixed;
    top: 30%;
    width: 250px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-switcher.switcher-show {
    left: 0;
}

.switcher-btn {
    background-color: rgba(25, 156, 219, 0.95);
    border: 2px solid #199cdb;
    border-radius: 0 50% 50% 0;
    color: #eee;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 15px 8px 13px;
    position: absolute;
    right: -47px;
}

a.switcher-btn:hover,
a.switcher-btn:active,
a.switcher-btn:focus {
    color: #fff;
}

.switcher-title {
    border-bottom: 1px solid #151515;
    color: #eee;
    margin-bottom: 25px;
    margin-right: 10px;
    padding-bottom: 12px;
    position: relative;
    text-align: right;
}

.switcher-title:after {
    border-bottom: 1px solid #43729c;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.menu-switcher .title {
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.menu-switcher ul {
    color: #fff;
    display: inline-block;
    text-align: center;
}

.menu-switcher ul li {
    color: #fff;
    display: inline-block;
}

.menu-switcher ul li a {
    color: #fff;
    cursor: pointer;
}

/* Switcher Color */

.switcher-color li {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    width: 20%;
}

.switcher-color li:last-child {
    margin-right: 0;
}

.switcher-color li:nth-child(4) {
    margin-right: 0 !important;
}

.switcher-color {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.switcher-color li a {
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    padding: 5px;
    width: 30px;
}

.switcher-color li a.scr-color1 {
    background-color: #199cdb;
}

.switcher-color li a.scr-color2 {
    background-color: #4e8008;
}

.switcher-color li a.scr-color3 {
    background-color: #33a30c;
}

.switcher-color li a.scr-color4 {
    background-color: #199cdb;
}

.switcher-color li a.scr-color5 {
    background-color: #007d00;
}

.switcher-color li a.scr-color6 {
    background-color: #c8bd08;
}

.switcher-color li a.scr-color7 {
    background-color: #b99507;
}

.switcher-color li a.scr-color8 {
    background-color: #b46b0b;
}

.switcher-color li a:hover,
.switcher-color li a:active,
.switcher-color li a:focus {
    color: #fff;
}

/* Switcher Laout Boxed & Wide */

.switcher-laout-boxed-wide li {
    float: left;
    margin-right: 10px;
}

.switcher-laout-boxed-wide li:last-child {
    margin-right: 0;
}

.switcher-laout-boxed-wide li a {
    background-color: #43729c;
    border-radius: 3px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    padding: 5px 15px;
    text-align: center;
}

/* Switcher Laout Bg Image */

.switcher-layout-bgimg li {
    color: #fff;
    line-height: 1;
    margin-right: 3px;
}

.switcher-layout-bgimg li:nth-child(6n+6) {
    margin-right: 0;
}

.switcher-layout-bgimg li a {
    display: inline-block;
    margin-bottom: 2px;
    width: 30px;    
}

.switcher-layout-bgimg li a img {
    height: 20px;
    width: 30px;    
}

.switcher-layout-bgimg li a.switcher-bgi-pattern {
    background-color: #eee;
    color: #199cdb;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 30px;
}

.solid-bgi-body {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
}

.pattern-bgi-body {
    background-attachment: fixed;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
}

.header-widget .widget-search {
    text-align: center;
}

.header-widget .widget-search input {
    height: 32px;
    padding-top: 0;
}

.header-widget .widget-search button {
    background-color: #ecebeb;
    border-color: #eee;
    font-size: 14px;
    height: 31px;
    width: 42px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.header-widget .widget-search button:hover {
    background-color: #1b9edd;
    border-color: #1b9edd;
}

.header-bar .widget-tags {
    margin-top: 0;
}

.header-bar .widget-tags a {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    height: 32px;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.mega-header .header-bar {
    background-color: #f7f7f7;
    padding: 7px 0 8px;
}

.mega-header .header-bar .social-icons {
    float: right;
    text-align: right;
}

.mega-header .header-bar .social-icons li {
    margin-right: 7px;
}

.mega-header .header-bar .social-icons li a {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    height: 32px;
    width: 32px;
}

.mega-header .header-bar .social-icons li:hover a,
.mega-header .header-bar .social-icons li a:hover {
    background-color: #1b9edd;
    border-color: #1b9edd;
}

.mega-header .header-bar .social-icons li a i {
    color: #afafaf;
    line-height: 30px;
}

.mega-header .header-bar .social-icons li a:hover i {
    color: #fff;
}

.mega-header .header-bar .side-toggle-menu {
    float: right;
    margin-left: 20px;
    position: relative;
}

.mega-header .header-bar .side-toggle-menu:before {
    background-color: #ecebeb;
    content: "";
    height: 52px;
    left: -12px;
    position: absolute;
    top: -7px;
    width: 1px;
}

.mega-header .header-bar .side-toggle-menu:after {
    background-color: #f7f7f7;
    content: "";
    height: 52px;
    left: -11px;
    position: absolute;
    top: -7px;
    width: 1px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn {
    background-color: transparent;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    color: #afafaf;
    height: 32px;
    line-height: 30px;
    padding-left: 0;
    position: inherit;
    text-align: center;
    top: 0;
    width: 32px;
}

.mega-header .header-bar .side-toggle-menu .side-menu-btn:hover {
    background-color: #1b9edd;
    color: #fff;
}
/*
-----------------------------------------------------------------------
    Side Toggle  Menu style
-----------------------------------------------------------------------
*/

.side-toggle-menu .cbp-spmenu {
    overflow: hidden;
}

.side-toggle-menu .side-menu-btn {
    background-color: rgba(25, 156, 219, 0.25);
    border-radius: 50% 0 0 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    height: 42px;
    left: auto;
    line-height: 42px;
    padding-left: 9px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 30%;
    width: 42px;
    z-index: 999;
}

.side-toggle-menu .side-menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.sidemenu-dropdown {
    cursor: pointer;
}

.sidemenu-dropdown-active {
    display: none;
}

.side-toggle-menu .cbp-spmenu a.logo {
    background-color: #1c1c1c;
}

.side-toggle-menu .cbp-spmenu:hover a.side-menu-btn-close {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close {
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    padding: 4px 12px;
}

.side-toggle-menu .cbp-spmenu a.side-menu-btn-close:hover {
    background-color: rgba(0, 0, 0, 0.55);
}


/*
-----------------------------------------------------------------------
    Main Header style
-----------------------------------------------------------------------
*/

.mega-header{
    
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;   
}

.mega-header .header-top{
    background: #fff;
    position: relative;
    padding: 25px 0 10px 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    
}

.mega-header .header-top .item-logo {
    position:relative;
    padding:0 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mega-header .logo img{
    left: 0px;
    position:relative;
    display:inline-block;
   
	margin-left:-40px;
    max-width:150%; 
	
}

.mega-header .header-top .search-form .form{
    position:relative;
    margin-top:25px;
    padding-left:30px;  
}

.mega-header .header-top .form input[type="text"],
.mega-header .header-top .form input[type="password"]{
    position:relative;
    display:block;
    width:100%;
    height:40px;
    line-height:24px;
    font-size:13px;
    padding:7px 50px 7px 15px;
    border:1px solid #ccc;
    background:#fff;
}

.mega-header .header-top .form select{
    position:relative;
    display:block;
    width:100%;
    height:40px;
    line-height:24px;
    font-size:13px;
    padding:7px 15px;
    border:1px solid #ccc;
    border-right:none;
    color:#888;
    background:#fff url(../images/icons/icon-down.html) center right no-repeat;
    cursor:pointer;
    -webkit-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    -moz-appearance:none;
}

.mega-header .header-top .form-group{
    position:relative;
    float:left;
    margin-bottom:10px; 
}

.mega-header .header-top .medium{
    width:150px;    
}

.mega-header .header-top .large{
    width:320px;    
}

.mega-header .header-top .user-links{
    position:relative;
    margin-top:25px;
}

.mega-header .header-top .user-links a{
    position:relative;
    text-transform:uppercase;
    font-size:13px;
    line-height:30px;
    padding:5px 0px;
    display:inline-block;
    margin:0px 5px;
    color:#565656;  
}

.mega-header .header-main {
    position:relative;
    padding:0px 0px;   
}

.mega-menu{
    position:relative;
    z-index:5;
}

.mega-menu .menuzord {
    background-color: transparent;
   
}

.menuzord-menu > li:hover > a {
    color: #fff;
}

.mega-menu .menuzord-menu > li > a {
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size:17px;
    line-height:60px;
    padding:12px 10px;
    outline: 0 none;
    text-decoration: none;
	letter-spacing:1.5px;
    
}

.mega-menu .menuzord-menu ul.dropdown,
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown li {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-top: none;
}

.mega-menu .menuzord-menu ul.dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.mega-menu .menuzord-menu ul.dropdown li a {
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size:16px;
    float: left;
    outline: 0 none;
    padding: 7px 15px;
    position: relative;
    transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    text-transform:capitalize;
    width: 100%;
	letter-spacing:0.5px;
}
.mega-menu .menuzord-menu li:hover a {
color: #e45a91;}
.mega-menu .menuzord-menu ul.dropdown li:hover a {
    color: #208ec3;
    padding: 6px 7px 7px 20px;
    margin-top: 1px;
}

.mega-menu .menuzord-menu ul.dropdown li a .indicator:after {
    transform: rotate(-90deg);
}
.mega-menu .menuzord-menu ul.dropdown {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-top: none;
}
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown {
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    border-top: none;
}
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown,
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown li {
    border-left: none !important;
    border-right: none !important;
}
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown {
    border-left:  1px solid rgba(255, 255, 255, 0.05) !important;
}
.mega-menu .menuzord-menu ul.dropdown li ul.dropdown {
    border-bottom: none !important;
}

.mega-menu .menuzord-menu ul.dropdown li:hover ul.dropdown li a {
    color: #fff;
}

.mega-menu .menuzord-menu ul.dropdown li ul.dropdown li:hover a {
    color: #fff;
    padding: 7px 7px 7px 25px;
}

.mega-menu .menuzord-menu li .indicator {
    margin-left: 25px;
    position: relative;
}

.mega-menu .menuzord-menu li .indicator:after {
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f107";
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    width: 10px;
    z-index: 5;
}

.header-main .appoint-inner{
    text-align:right !important;
}

.header-main .appoint-btn a {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	letter-spacing:1.5px;
}


/*--- Header Top Infos Styles ---*/

.header-top-infos > ul {
    display: inline-block;
    float: right;
}
.header-top-infos > ul > li {
    border-right: 1px solid #D3D3D3;
    float: left !important;
    display: inline-block;
    padding: 0 30px;
}
.header-top-infos > ul > li:last-child {
    border: none;
    padding-right: 5px;
}
.header-top-infos > ul > li:last-child {
    border: none;
}
.header-top-infos {
    font-size: 14px;
    line-height: 20px;
    color: #36404B;
    margin-top: 15px;
}
.header-top-infos p {
    margin-bottom: 5px;
}
.header-top-infos li div {
    display: inline-block;
}
.header-top-infos li div img {
    float: left !important;
    margin-right: 10px;
    margin-top: 5px;
}
.header-top-infos li div p {
    float: left;
}


/*
-----------------------------------------------------------------------
    Home Slider Styles
-----------------------------------------------------------------------
*/

.home-section {
	background-image: url(../images/home/1.html);
}

.home-section .home-content {
	height: 100%;
	min-height: 600px;
	padding-top: 12%;
	text-align: center;
	width: 50%;
}

.home-section .home-content .title {
	color: #fff;
	font-weight: 700;
	line-height: 65px;
	text-transform: uppercase;
}

.home-section .home-content span {
	color: #111;
}


.main-slider {
	position:relative;
	background:none;
	color:#1c1c1c;
}

.main-slider h1 {
	font-family: 'Lato', sans-serif;
	line-height:1.8em;
	font-size:52px;
}

.main-slider h2 {
	font-family: 'Lato', sans-serif;
	line-height:1.4em;
	font-size:48px;
}

.main-slider h3 {
	font-family: 'Lato', sans-serif;
	line-height:2em;
	font-size:32px;
}

.main-slider .slide-text {
	font-size:20px;
	font-style:italic;
	font-family: 'Lato', sans-serif;
}

.main-slider .slide-text p {
	color: #1c1c1c;
	font-size:24px;
	font-weight: 600;
}

.main-slider .slide-bg-theme {
	border-radius: 5px;
	color: #fff;
	font-size: 25px !important;
	padding: 6px 25px;
	text-transform: uppercase;
}

.main-slider .slide-bg-theme.slide-bg-black {
	background-color: #e11aaeba;
}

.main-slider .slide-psm {
	font-size: 18px !important;
	padding: 6px 22px;
}

.main-slider .btn-theme,
.main-slider .btn-theme.btn-black:hover {
	border: 1px solid;
	color: #fff;
}

.main-slider .btn-theme:hover,
.main-slider .btn-theme.btn-black {
	background-color: #1e1e1e;
	border: 1px solid #1e1e1e;
	color: #fff;
}

.main-slider .tp-banner .slotholder:after {
    
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.tp-bullets.preview4 .bullet {
	border-color:#202020 !important;	
}

.main-slider .tp-bullets.preview4 .bullet {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid !important;
  box-shadow: none;
  height: 6px !important;
  width: 6px !important;
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected {
  background: rgba(255, 255, 255, 1) !important;
  border: 5px solid rgba(0, 0, 0, 1) !important;
}


/*
-----------------------------------------------------------------------
    Welcome Section
-----------------------------------------------------------------------
*/

.welcome-content {
	position: relative;
}

.welcome-content .title {
    font-size: 36px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.welcome-content p {
	color: #00000;
	font-size: 16px;
	text-align:justify;
	font-weight:400;
	
}

.welcome-content .feature-list {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
	letter-spacing:0.5px;
}

.welcome-content .feature-list a {
    color: #199cdb!important;
    font-weight: 600;
}

.welcome-content .feature-list a:hover {
	color: #199cdb!important;
}

.welcome-content .feature-list a i {
	margin-right: 15px;
}

.welcome-content .welcome-feature {
	background-image: url(../images/welcome/1.html);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	min-height: 205px;
	padding: 45px 20px 45px 45px;
	position: relative;
}

.welcome-content .welcome-feature.img-2 {
	background-image: url(../images/welcome/2.jpg);
}

.welcome-content .welcome-feature:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.welcome-content .welcome-feature .icon {
	bottom: -30px;
	position: absolute;
	right: -25px;
	z-index: 0;
}

.welcome-content .welcome-feature .icon i {
	color: #fff;
	font-size: 100px;
}

.welcome-content .welcome-feature .content {
    border-left: 3px dashed #fff;
    border-top: 3px dashed #fff;
	min-height: 115px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}

.welcome-content .welcome-feature .content .title {
	color: #fff;
    font-size: 18px;
}

.welcome-content .welcome-feature .content .title span {
	color: #fff;
}

.welcome-content .welcome-feature .content ul li {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}

.welcome-content .welcome-feature .content ul li em {
	font-family: 'Lato', sans-serif;
}

/*
====================================================================
   13. Feature Style css start
====================================================================
*/

.car-feature-area {
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -60px;
    z-index: 985;
}

.car-feature-area .size {
    width: 33%;
}

.car-feature-area .inner-title {
    text-align: center;
}

.car-feature-box {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    margin-bottom: 80px;
    padding: 5px;
}

.car-feature-box .contant {
    padding: 15px 15px 20px;
}

.car-feature-box .contant h3 {
    margin: 5px 0 30px 0;
    text-align: center;
}

.car-feature-box.style1 {
    background-color: #199cdb;
    border: 1px solid #199cdb;
    margin-bottom: 0;
    padding: 10px 10px 25px;
}

.car-feature-box.style1 .title {
    margin: 0;
}
.car-feature-box.style1 .contant {
    padding: 0 15px;
}

.car-feature-box.style1 .contant p {
    color: #fff;
}

.car-feature-box.style1 .contant h5 {
    color: #fff;
}

.car-feature-box .contant .title a {
    text-transform: uppercase;
    font-weight: 600;
    color: #199cdb;
}

.car-feature-box:hover .contant .title a {
    color: #1e1e1e;
}

.car-feature-box:hover .contant .button a {
    background-color: #1e1e1e;
    border-color: #1e1ee1;
}

.car-feature-area .explore-area h2 {
    color: #199cdb;
    margin: 0;
}

.explore-area h2 {
    color: #199cdb;
    margin: 0;
}

.car-feature-area-vertical-line {
    background: #676767 none repeat scroll 0 0;
    float: left;
    height: 45px;
    width: 2px;
    margin-left: 6px;
}

.car-feature-area .explore-area {
    background-color: #199cdb;
    padding: 20px;
}

.cs-my-btn {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    color: #199cdb;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.cs-my-btn:hover {
    background: #199cdb none repeat scroll 0 0;
    color: #fff !important;
    transition: all 0.3s ease-in-out 0s;
}

.feature-area-vertical-line {
    background: #ddd none repeat scroll 0 0;
    float: left;
    height: 33px;
    margin-left: -8px;
    width: 2px;
}


/* con feature box Style */

.car-feature-box .thumb {
    position: relative;
    overflow: hidden;
}

.car-feature-box .thumb img {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.car-feature-box:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.car-feature-box .thumb .con-feature-overlay {
    background: rgba(25, 156, 219, .95);
    color: #FFF;
    opacity: 1;
    bottom: 0;
    position: absolute;
    padding: 10px 15px 0 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    width: 100%;
}

.car-feature-box:hover .thumb .con-feature-overlay {
    background: rgba(0, 0, 0, .5);
}

.car-feature-box .thumb .con-feature-overlay h3 {
    color: #fff;
    font-size: 21px;
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

/*con feature overlay*/

.car-feature-box .thumb .con-feature-overlay .icon-box {
    background-color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
    height: 50px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    top: -15px;
    border-radius: 5px 5px 0 0;
}

.car-feature-box:hover .thumb .con-feature-overlay .icon-box {
    background: rgba(255, 255, 255, .99);
    border-color: #fff;
}

.car-feature-box .thumb .con-feature-overlay .icon-box .icon {
    color: #199cdb;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.car-feature-box:hover .thumb .con-feature-overlay .icon-box .icon {
    color: #1c1c1c;
}

.car-feature-box .content {
    margin-bottom: 3px;
    margin-top: -5px;
    padding-left: 70px;
}

.car-feature-box .content h6 {
    color: #ddd;
    line-height: 24px;
    margin: 0;
}

/*
====================================================================
    13. Feature Style css End
====================================================================
*/


/*
====================================================================
   14. Service Style CSS start
====================================================================
*/

.service-area {
    padding: 0 0 80px 0;
    overflow: hidden;
}

.service-area .feature-box-2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    padding: 15px;
}

.service-area .feature-box-2:hover {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    transition: all 800ms ease 0s;
    -moz-transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
    -ms-transition:all 800ms ease;
    -o-transition:all 800ms ease;
}

.service-area .feature-box-2 p {
    transition: all 800ms ease 0s;
    -moz-transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
    -ms-transition:all 800ms ease;
    -o-transition:all 800ms ease;
}

.service-area .feature-box-2:hover p {
    color:#fff;
}

.service-area .feature-box-2 p a  {
    color: #838383;
    margin-left: 5px;
    transition: all 800ms ease 0s;
    -moz-transition:all 800ms ease;
    -webkit-transition:all 800ms ease;
    -ms-transition:all 800ms ease;
    -o-transition:all 800ms ease;
}

.service-area .feature-box-2:hover p a  {
    color:#199cdb;
}

.service-area .section-title h6 {
    color: #bbb;
    letter-spacing: 4px;
}

.service-area .inner-box .content h4 {
    color: #199cdb;
    letter-spacing: 1px;
}

.service-icon {
    margin-bottom: 40px;
}

.service-icon .icofont {
    font-size: 40px;
}

.service-icon .icon{
    position:relative;
}

.service-icon .inner-box{
    position: relative; 
    max-width: 500px;
    margin: 0 auto;
    padding-left: 60px; 
}

 .service-icon .icon{
    color: #199cdb;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 8px;
    transition: all 500ms ease 0s;
    width: 80px;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.service-icon .inner-box:hover .icon {
    top: 20px;
}

.service-area .con-icon-box {
    border: 2px solid #199cdb;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
    transition: all 500ms ease 0s;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.service-area .con-icon-box:hover {
    background-color: #199cdb;
    border: 2px solid #199cdb;
}

.service-area .con-icon-box .icon {
    color: #199cdb;
    font-size: 40px;
    line-height: normal;
    transition: color 0.3s ease 0s;
}

.service-area .con-icon-box:hover .icon {
    color: #fff;
}

.service-area .con-icon-box h1 {
    font-size: 34px;
    line-height: 46px;
    margin: 0;
}

.service-area .con-icon-box h1 a {
    color: #199cdb;
    text-transform: capitalize;
}

.service-area .con-icon-box:hover h1 a {
    color: #fff;
}

/* service Style */

.service-post .thumb {
    position: relative;
    overflow: hidden;
}

.service-post .thumb img {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.service-post:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.service-post .thumb .service-overlay {
    opacity: 0;
    bottom: -30%;
    position: absolute;
    width: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.service-post:hover .thumb .service-overlay {
    opacity: 1;
    background: rgba(25, 156, 219, .5);
    bottom: 0;
    color: #FFF;
}

.service-post .thumb .service-overlay .content {
    padding: 10px;
    text-align: center;
}

.service-post .thumb .service-overlay h4 {
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
}

.service-area .service-post::after {
    border-bottom: 3px solid #199cdb;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.service-area .service-post:hover::after {
    width: 100%;
}
/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/

.special-post {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 30px;
    position: relative;
}

.special-post:after {
    border-bottom: 3px solid;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.special-post:hover:after {
    width: 100%;
}

.special-post .content {
    padding: 25px 40px 25px 105px;
}

.special-post .content .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.special-post .content .btn-link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}

.special-post .content .btn-link:hover {
  color: #111;
}

.special-post .icon-box {
    background-color: #199cdb;
    border: 2px solid #199cdb;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    left: 20px;
    margin-top: 25px;
    position: absolute;
    text-align: center;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.special-post:hover .icon-box {
    background-color: #fff;
}

.special-post .icon-box .icon {
    color: #fff;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

.special-post .icon-box:hover .icon {
    color: #199cdb;

}

/*
====================================================================
    Service Style1 CSS Start
====================================================================
*/

.service-style1 {
    margin-bottom: 50px;
}

.service-style1 .thumb {
    position: relative;
    overflow: hidden;
}

.service-style1 .thumb img {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.service-style1:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.service-style1 .thumb .service-feature-overlay {
    background: rgba(25, 156, 219, .95);
    color: #FFF;
    opacity: 1;
    bottom: 0;
    position: absolute;
    padding: 0 0 0 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    width: 100%;
}

.service-style1:hover .thumb .service-feature-overlay {
    background: rgba(51, 51, 51, .75);
}

.service-style1 .thumb .service-feature-overlay .title {
    color: #fff;
    display: inline-block;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
}
.service-style1 .thumb .service-feature-overlay .icon-box {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 25px;
    height: 50px;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
}

.service-style1:hover .thumb .service-feature-overlay .icon-box {
    background: rgba(0, 0, 0, .15);
    border-color: #fff;
}

.service-style1 .thumb .service-feature-overlay .icon-box .icon {
    color: #199cdb;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-style1:hover .thumb .service-feature-overlay .icon-box .icon {
    color: #fff;
}

.service-style1 .service-feature-overlay .content {
    display: inline-block;
    line-height: 54px;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.service-style1 .contant {
    background-color: #f1f1f1;
    border-bottom: 5px solid #e3e3e3;
    padding: 15px 15px 10px 15px;
}

.service-post.style4 {
    margin-bottom: 80px!important;
}

.service-style1 .service-feature-overlay .icon {
    background-color: #333;
    float: right;
    font-size: 30px;
    margin: 0;
    padding: 0 15px;
}
/*
-----------------------------------------------------------------------
    Appointment Form Styles
-----------------------------------------------------------------------
*/

.appointment-form {
    background-color: #f7f7f7;
}

.appointment-form.style-one {
    margin-top: -25px;
}

.appointment-form .form-title {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 30px 20px;
    text-transform: uppercase;
}

.appointment-form.style1 .form-title {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    padding: 12px 20px;
    text-transform: uppercase;
}

.appointment-form .form-title i {
	font-size: 20px;
	margin-right: 20px;
}

.appointment-form form {
    padding: 20px;
}

.appointment-form.style1 form {
    padding: 20px 20px 0;
}

.appointment-form.style1 {
    background-color: #fff;
}

.appointment-form form .form-group {
	margin-bottom: 0;
}

.appointment-form form input {
	border: 1px solid #e9e9e9;
	color: #555;
	font-size: 15px;
	height: 38px;
	margin-bottom: 15px;
	padding: 0 15px 2px;
	width: 100%;
}

.appointment-form .form-group select {
	border: 1px solid #e9e9e9;
	color: #999999;
	font-weight: 500;
	margin-bottom: 15px;
	padding: 9px 12px;
	width: 100%;
	-moz-appearance: none;
}

.appointment-form form textarea {
	border: 1px solid #e9e9e9;
	color: #555;
	font-size: 15px;
	height: 100px;
	margin-bottom: 20px;
	padding: 0 15px 2px;
	width: 100%;
}

.appointment-form form .btn {
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	letter-spacing: 1px;
	padding: 9px 0;
}

.ui-widget-header {
	border: 1px solid;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid;
	color: #fff;
}


/*
-----------------------------------------------------------------------
    Widget Styles
-----------------------------------------------------------------------
*/

.iconbox-widget {
	position: relative;
}

.iconbox-widget .icon {
	left: 0;
	position: absolute;
	top: 4px;
}

.iconbox-widget .icon i {
    font-size: 33px;
    line-height: 36px;
}

.iconbox-widget .box-contenet {
	padding-left: 48px;
}

.iconbox-widget .box-contenet .title {
	margin-bottom: 8px;
	margin-top: 0;
}

.iconbox-widget .box-contenet .title a {
	color: #989898;
}

.iconbox-widget .box-contenet .sub-title {
	color: #989898;
}

.iconbox-widget .box-contenet .sub-title a {
	color: #989898;
	font-size:13px;
}

.header-top-widget {
	margin-top: 0;
}

.header-top-widget .header-widget {
	float: right;
}

.header-top-widget .header-widget .iconbox-widget {
	display: inline-block;
	margin-right: 60px;
}

.header-top-widget .header-widget .iconbox-widget:last-child {
	margin-right: 0;
}

.header-top-widget .header-widget .iconbox-widget .box-contenet .title {
	font-family: 'Lato', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
}

/*--- Widget Sidebar ---*/

.widget {
    margin-bottom: 30px;
}

.widget .widget-title {
    color: #199cdb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 36px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}

.widget .widget-title:before {
    background-color: #f7f7f7;
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 70px;
}

.widget .widget-title:after {
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
}

.widget-search input {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    height: 48px;
    outline: medium none;
    padding-left: 20px;
    padding-top: 3px;
    width: calc(100% - 58px);
}

.widget-search button {
    border: 1px solid;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 17px;
    height: 48px;
    line-height: 18px;
    margin-left: -5px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 58px;
}

.widget-links li a {
    color: black;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-transform: capitalize;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	font-family: 'Lato', sans-serif;
	font-weight:500;
}

.widget-links li a:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-news .widget-news-post {
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
}

.widget-news .widget-news-post:last-child {
    margin-bottom: 10px;
}

.widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.widget-news .widget-news-post .content {
    padding-left: 85px;
}

.widget-news .widget-news-post .content .title {
    display: inline-block;
    margin-bottom: 0;
    margin-top: -10px;
}

.widget-news .widget-news-post .content .title a {
    color: #a5a6a7;
}

.widget-news .widget-news-post .content .meta-date {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.widget-gallery {
    display: inline-block;
    margin-top: 15px;
}

.widget-gallery .widget-gallery-item {
    float: left;
    padding: 0 10px 10px 0;
    position: relative;
    width: 33.333%;
}

.widget-gallery .widget-gallery-item img {
    display: block;
    position: relative;
    width: 100%;
}

.widget-tags {
    display: inline-block;
    margin-top: 12px;
}

.widget-tags a {
    border: 1px solid #f2f2f2;
    color: #989898;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 3px 10px 0;
    padding: 4px 10px 5px;
    position: relative;
    text-transform: none;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	font-family: 'Lato', sans-serif;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-appointment {
    display: inline-block;
    margin-top: 15px;
}


/*
-----------------------------------------------------------------------
    Social Icons Styles
-----------------------------------------------------------------------
*/

.social-icons li {
	display: inline-block;
	margin-right: 20px;
}

.social-icons li:last-child {
	margin-right: 0;
}

.social-icons li a {
	border: 2px solid #fff;
	display: inline-block;
	height: 38px;
	text-align: center;
	width: 38px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.social-icons li a:hover {
	border: 2px solid;
}

.social-icons li a i {
	color: #fff;
	font-size: 17px;
	line-height: 38px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*--- Social Icons Theme Color ---*/

.social-icons.icons-theme li {
    margin-right: 2px;
}

.social-icons.icons-theme li a {
    border-radius: 4px;
    height: 34px;
    width: 34px;
}

.social-icons.icons-theme li a:hover {
    background-color: #199cdb;
    border-color: #199cdb;
}

.social-icons.icons-theme li a i {
    color: #fff;
    line-height: 31px;
}

.social-icons.icons-theme li a:hover i {
    color: #fff;
}


/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/

.service-thumb img {
	float: left;
	max-width: none;
}

.service-post {
	background-color: white;
	border: 1px solid #f2f2f2;
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 30px;
	position: relative;
}

.service-post:after {
	border-bottom: 3px solid;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-post:hover:after {
	width: 100%;
}

.service-post .thumb {
	margin-bottom: 25px;
}

.service-post .thumb img {
    width: 100%;
}

.service-post .content {
	padding: 10px;
}

.service-post .content .title {
	font-weight: 600;
	margin-top: 0;
}

.service-post .content .btn-link {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
}

.service-post .content .btn-link:hover {
  color: #111;
}

.service-post .icon-box {
	border: 2px solid;
	border-radius: 4px;
	font-size: 35px;
	height: 70px;
	left: 20px;
	position: absolute;
	text-align: center;
	width: 70px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.service-post:hover .icon-box {
	background-color: #fff
}

.service-post .icon-box .icon {
	color: #fff;
	line-height: 64px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;

}

/*
-----------------------------------------------------------------------
    Service Section
-----------------------------------------------------------------------
*/

.service-post.style1 {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-bottom: 3px solid #e9e9e9;
    margin-bottom: 50px;
    position: relative;
}

.service-post.style1:after {
    border-bottom: 3px solid #199cdb;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-post.style1:hover:after {
    width: 100%;
}

.service-post.style1 .content {
    padding: 30px 15px 30px 105px;
}

.service-post.style1 .content .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: capitalize;
}

.service-post.style1 .content p {
    line-height: 20px;
    margin: 0;
}

.service-post.style1 .content p a {
    margin-left: 5px;
}

.service-post.style1.style2 .content p a {
    color: #989898;
    margin: 0;
}

.service-post.style1 .icon-box {
    background-color: #fff;
    border: 2px solid #199cdb;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 33px;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.service-post.style1:hover .icon-box {
    background-color: #199cdb;
    border-color: #199cdb;
}

.service-post.style1 .icon-box .icon {
    color: #199cdb;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

.service-post.style1:hover .icon-box .icon {
    color: #fff;

}

/*--- Services Style Two ---*/

.services-style2 .service-post .icon-box {
    display: none;
}

.services-style2 .service-post .content {
    padding: 0 30px 25px;
}

/*--- Services Style Three ---*/

.services-style3 .service-post .thumb {
    display: none;
}

.services-style3 .service-post .content {
    padding: 25px 40px 25px 105px;
}

.services-style3 .service-post .icon-box {
    top: 27px;
}

.services-style3 .appointment-form > form {
    padding: 20px;
}

/*--- Service Post Details ---*/

.service-post-details .service-post .content .title-details {
    font-size: 28px;
}

.service-post-details .service-post.post-details {
    margin-bottom: 50px;
}

.service-post-details .service-post.post-details:hover:after {
    width: 0;
}


/*
-----------------------------------------------------------------------
    Feature Styles
-----------------------------------------------------------------------
*/

.feature-box {
	border: 1px solid #f1f1f1;
	margin-top: 20px;
	padding: 25px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.feature-box .content  {
	padding-left: 100px;
}

.feature-box .content .title {
	color: #1c1c1c;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .title {
	color: #fff;
}

.feature-box .content p {
	color: #989898;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content p {
	color: #eee;
}

.feature-box .content .btn-link {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .content .btn-link {
	color: #fff;
}

.feature-box .content .btn-link:hover {
	color: #111;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.feature-box .icon-box {
	border: 2px solid;
	border-radius: 50%;
	font-size: 35px;
	height: 70px;
	position: absolute;
	text-align: center;
	width: 70px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.feature-box:hover .icon-box {
	background-color: #fff;
	border-color: #fff;
}

.feature-box .icon-box .icon {
	color: #fff;
	line-height: 64px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*
-----------------------------------------------------------------------
    Feature Styles
-----------------------------------------------------------------------
*/

.feature-box-3 {
    position: relative;
    margin-top: 40px;
}

.feature-box-3 .content  {
    padding-left: 100px;
}

.feature-box-3 .content .title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box-3:hover .content .title {
    color: #199cdb;
}

.feature-box-3 .content p {
    color: #989898;
    line-height: 22px;
    margin-top: 7px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box-3 .icon-box {
    background-color: #199cdb;
    border-radius: 5px;
    font-size: 35px;
    height: 70px;
    position: absolute;
    text-align: center;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.feature-box-3:hover .icon-box {
    background-color: #199cdb;
    border-color: #199cdb;
}

.feature-box-3 .icon-box .icon {
    color: #fff;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


/*
-----------------------------------------------------------------------
    Gallery Styles
-----------------------------------------------------------------------
*/
.gallery-section {
    background: #3c3c3c url("../images/photos/parallax-1.png") no-repeat scroll center center;
    padding: 30px 0 0;
    position: relative;
}

.gallery-section .gallery-wrapper .gallery-post {
	padding: 0; 
}

.gallery-section .gallery-wrapper .gallery-post .thumb {
	position: relative;
	overflow: hidden;
}

.gallery-wrapper .gallery-post .thumb .overlay {
	outline: 1px solid #fff;
	outline-offset: -15px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transform: scale(0);
    -webkit-transform: scale(0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.gallery-wrapper .gallery-post .thumb:hover .overlay {
	transform: scale(1);
    -webkit-transform: scale(1);
}

.gallery-wrapper .gallery-post .overlay .icon {
	color: #fff;
	font-size: 30px;
	margin-left: 47%;
	margin-top: 35%;
	position: absolute;
	text-align: center;
}

.gallery-wrapper.owl-carousel.owlnav-true .owl-controls .owl-prev,
.gallery-wrapper.owl-carousel.owlnav-true .owl-controls .owl-next {
    background-color:white;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.gallery-wrapper.owl-carousel.owlnav-true .owl-controls .owl-prev:hover,
.gallery-wrapper.owl-carousel.owlnav-true .owl-controls .owl-next:hover {
    background-color: #1b9edd;
    color: #fff;
}


/*--- Gallery Slider Style ---*/

.gallery-section .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.gallery-carousel .owl-stage-outer {
	overflow: visible;
}


/*
-----------------------------------------------------------------------
    Team Member Styles
-----------------------------------------------------------------------
*/

.team-details .thumb {
    position: relative;
    overflow: hidden;
}

.team-details .thumb img {
    display: block;
    height: auto;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.team-details:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.team-details .thumb .content {
    bottom: 0;
    opacity: 0;
    bottom: -30%;
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px 50px!important;
    color: #FFF;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.team-details .thumb:hover .content {
    background: rgba(25, 156, 219, .9);
    bottom: 0;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    color: #FFF;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.team-details .thumb .content .title {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
}

.team-details .thumb .content .sub-title {
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 12px;
    float: right;
}

.team-details .view-profile {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.team-details .view-profile:hover {
    background-color: #fff;
    color: #199cdb;
}

.team-details .content .member-skill {
    text-align: center;
}

.team-details .content .member-skill ul li {
    padding: 0;
}

.team-details .content .member-skill ul li a {
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    height: 31px;
    margin-left: 5px;
    transition: all 0.2s ease-in-out 0s;
    width: 34px;
}

.team-details .content .member-skill ul li a:hover {
    background-color: #fff;
}

.team-details .content .member-skill ul li a .icon {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.team-details .content .member-skill ul li a:hover .icon {
    color: #199cdb;
}

.team-post {
	background-color: #f9f9f9;
    margin-bottom: 30px;
}

.team-post .thumb {
    position: relative;
    overflow: hidden;
}

.team-post .thumb img {
    width: 100%;
}

.team-post .thumb .overlay {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: -100%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.team-post:hover .thumb .overlay {
	top: 0;
}

.team-post .thumb .overlay a {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	left: 48%;
	padding: 4px 10px;
	position: absolute;
	top: 45%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a i {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.team-post .thumb .overlay a:hover i {
	color: #fff;
}

.team-post .content {
	padding: 25px;
}

.team-post .content .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 0;
}

.team-post .content .sub-title {
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
}

.team-post .content p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 20px;
}

.team-post .profile {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.team-post .profile:hover {
	background-color: #1c1c1c;
	color: #fff;
}

.team-post .profile .icon {
	margin-left: 5px;
	position: relative;
	top: 0;
}

.team-post .content .member-skill {
	float: right;
	text-align: center;
}

.team-post .content .member-skill ul li {
	padding: 0;
}

.team-post .content .member-skill ul li a {
	display: inline-block;
	height: 31px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 34px;
}

.team-post .content .member-skill ul li a:hover {
	background-color: #1c1c1c;
}

.team-post .content .member-skill ul li a .icon {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}


/*--- Team Style Two ---*/

.team-style2 .team-post .profile {
    font-size: 12px;
    padding: 2px 7px;
}

.team-style2 .team-post .profile .icon {
    display: none;
}

.team-style2 .team-post .content .member-skill ul li a {
    border-radius: 3px;
    height: 28px;
    width: 28px;
}

.team-style2 .team-post .content .member-skill ul li a .icon {
    font-size: 14px;
    line-height: 30px;
}

.team-style2 .team-post .thumb .overlay a {
    left: 45%;
}

/*--- Team Member Dtails ---*/

.team-member-details .content .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-member-details .content .occupation {
    color: #199cdb;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member-infos {
    margin-bottom: 30px;
    margin-top: 20px;
}

.team-member-infos li {
    border-bottom: 1px dotted #f7f7f7;
    padding: 4px 0;
}

.team-member-infos li span {
    color: #199cdb;
    font-weight: 600;
}

.team-member-infos li span:first-child {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    min-width: 100px;
    text-transform: uppercase;
}


/*
-----------------------------------------------------------------------
    Blog Styles
-----------------------------------------------------------------------
*/

.blog-post {
    margin-bottom: 30px;
}

.blog-post .blog-post-authore {
    color: #c9c9c9;
    display: inline-block;
    font-size: 14px;
}
.blog-post .meta-tag a {
    color: #c9c9c9;
    font-size: 14px;
    margin-right: 8px;
}

.blog-post .meta-tag .icon {
	font-size: 18px;
	margin-right: 10px;
}

.blog-post .thumb {
    position: relative;
    margin-bottom: 30px;
}

.blog-post .thumb img {
    width: 100%;
}

.blog-post .thumb .overlay {
	text-align: center;
}

.blog-post .thumb .overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
    -webkit-transform: scale(0);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.blog-post:hover .thumb .overlay {
	transform: scale(1);
    -webkit-transform: scale(1);
}

.blog-post .thumb .overlay .icon {
	color: #fff;
	font-size: 32px;
	left: 0;
	position: absolute;
	right: 0;
	top: 42%;
}

.blog-post .thumb .blog-post-date {
    background-color: rgba(25, 156, 219, 0.75);
    top: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    padding: 0 12px;
    position: absolute;
    text-transform: uppercase;
}

.blog-post .thumb .news-post-date {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    right: 0;
    padding: 0 12px;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.blog-post .content {
    display: inline-block;
}

.blog-post .content .title {
    color: #199cdb;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
}

.blog-post .content p {
	color: black;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:justify;
}

.blog-post .content .btn-link {
    color: #1b9edd;
    float: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-post .content .btn-link:hover {
    color: #199cdb;
}

.blog-post .content .social-icon {
    float: right;
    text-align: center;
}

.blog-post .content .social-icon ul li {
    padding: 0;
}

.blog-post .content .social-icon ul li a {
    display: inline-block;
    height: 31px;
    margin-right: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 34px;
}

.blog-post .content .social-icon ul li a:hover {
    color: #199cdb;
}

.blog-post .content .social-icon ul li a i:hover {
    color: #199cdb;
}

.blog-post .content .social-icon ul li a .icon {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.blog-post .content .social-icon.style1 ul li a .icon {
    color: #199cdb;
    font-size: 16px;
    line-height: 32px;
}

.blog-post .content .social-icon.style1 ul li a i:hover {
    color: #199cdb;
}

.blog-more {
    background-color: #1c1c1c;
    display: inline-block;
    padding: 5px 0 5px 10px;
    width: 100%;
}

.blog-more.style1 {
    background-color: rgba(204, 204, 204, 0.35);
    display: inline-block;
    padding: 5px 0 5px 10px;
    width: 100%;
}

/*--- Blog Details Style ---*/

.tag-category {
    display: inline-block;
    float: left;
}

.tag-category li {
    display: inline-block;
    font-size: 13px;
}

.tag-category li:first-child {
    color: #c9c9c9;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 5px;
}

.blog-social-share {
    display: inline-block;
    float: right;
}

.blog-social-share li {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
}

.blog-social-share li:first-child {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-left: 0;
    margin-right: 5px;
}

.blog-social-share li a {
    color: #c9c9c9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.blog-social-share li a:hover {
    color: #a9a9a9;
}

.blog-authore-box {
    background-color: #f9f9f9;
    border: 1px solid #f5f5f5;
    padding: 7px 7px 13px;
    position: relative;
}

.blog-authore-box .thumb {
    left: 7px;
    position: absolute;
    top: 7px;
}

.blog-authore-box .content {
    padding-left: 105px;
}

.blog-authore-box .content .name {
    color: #000;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.blog-authore-box .content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-authore-box .authore-meta {
    margin-bottom: 0;
}

.blog-authore-box .authore-meta li {
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
}

.blog-authore-box .authore-meta li a {
    color: #c9c9c9;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.comment-box {
    margin-bottom: 30px;
    position: relative;
}

.comment-box .thumb {
    left: 0;
    position: absolute;
    top: 8px;
}

.comment-box .thumb img {
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.comment-box .content {
    padding-left: 95px;
}

.comment-box .content .comment-info .name {
    color: #000;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 500;
    margin-top: 3px;
}

.comment-box .content .comment-info .comment-time {
    color: #c9c9c9;
    float: right;
    font-size: 12px;
    margin-right: 50px;
    position: relative;
}

.comment-box .content .comment-info .comment-time:before {
    background-color: #d9d9d9;
    bottom: 8px;
    content: "";
    height: 2px;
    left: -20px;
    position: absolute;
    width: 15px;
}

.comment-box .content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -3px;
}

.comment-box .content .reply-btn {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}

.comment-box .content .comment-like {
    color: #c9c9c9;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 8px;
}

.comment-box .content .comment-like a {
    color: #c9c9c9;
}

.comment-box .content .comment-like i {
    color: #c9c9c9;
}

.replybox-comment {
    margin-left: 100px;
}


/*
-----------------------------------------------------------------------
    Footer Styles
-----------------------------------------------------------------------
*/

.footer-section {
   background-image: url(../images/acvs/bg.jpg);
}

.footer-widget .footer-widget-title .widget-title {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 36px;
	margin-bottom: 35px;
	position: relative;
	text-transform: none;
	font-family: 'Lato', sans-serif;
}

.footer-widget .footer-widget-title .widget-title:after {
	bottom: -12px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 35px;
}

.footer-widget .footer-logo img {
	margin-bottom: 10px;
	margin-top: 20px;
	background:white;
	border-radius:5px;
}

.footer-widget .social-icons {
	margin-top: 20px;
}

.footer-widget .social-icons li {
	margin-right: 8px;
}

.footer-widget .social-icons li a {
    border: 1px solid;
    border-radius: 4px;
    height: 24px;
    line-height: 24px;
    width: 26px;
}

.footer-widget .social-icons li a:hover {
	background-color: #fff;
    border-color: #fff;
}

.footer-widget .social-icons li a i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    position: relative;
    top: -2px;
}

.footer-widget .social-icons li a:hover i {
	color: #a7a7a7;
}

.footer-widget .widget-links li {
	border-bottom: 1px dotted #474e56;
}

.footer-widget .widget-links li a {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	padding-left: 17px;
	position: relative;
	font-weight:300;
	letter-spacing:1.5px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-family: 'Lato', sans-serif;
}

.footer-widget .widget-links li a:before {
	content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
	left: 0;
    line-height: 1;
	position: absolute;
	top: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.footer-widget .widget-contact {
    margin-top: 15px;
}

.footer-widget .widget-contact p {
    border-bottom: 1px dotted #474e56;
    color: #eee;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.footer-widget .widget-contact p {
    border-bottom: 1px solid #474e56;
    color: #eee;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding-bottom: 10px;
	font-weight:300;
  font-family: 'Lato', sans-serif;
}

.footer-widget .widget-contact p i {
	color: #eee;
	margin-right: 8px;
}

.footer-widget .widget-news .widget-news-post {
    border-bottom: 1px dotted #474e56;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-widget .widget-news .widget-news-post:last-child {
    margin-bottom: 0;
}

.footer-widget .widget-news .widget-news-post .thumb {
    left: 0;
    position: absolute;
    top: 0;
}

.footer-widget .widget-news .widget-news-post .content .title a {
    color: #eee;
}

.footer-widget .widget-news .widget-news-post .content .meta-date {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

.footer-widget .widget-links .style1 {
    float: left;
    position: relative;
    margin-right: 60px;
}

.footer-widget .popular-tags a {
    background-color: #333;
    color: #f1f1f1;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin: 0 2px 5px 0;
    padding: 2px 10px;
    position: relative;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
}

.footer-widget .popular-tags a:hover {
    background-color: #199cdb;
    color: #FFF;
}

.footer-widget.widget-subscribe .input-group-btn .btn-default {
    border-color: #199cdb;
    color: #fff;
}

.footer-copyright {
    
}

.copy-right {
    color: #fff;
   font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
    
	font-size:18px;
}


/*
-----------------------------------------------------------------------
    Accordion Styles
-----------------------------------------------------------------------
*/

.accordion-style{
    position:relative;
}

.accordion-style .accordion-box {
    background-color: #f8f8f8;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px;
    padding: 12px;
    position: relative;
}

.accordion-style .accordion-box .acc-title{
    color:#1c1c1c;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    position:relative;
}

.accordion-style .accordion-box .acc-title.active{
    border-bottom: 1px dotted;
    margin-bottom:10px;
    padding-bottom: 10px;
}

.accordion-style .accordion-box .icon-outer {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -10px;
}

.accordion-style .accordion-box .icon-outer .icon {
    color: #a9a9a9;
    line-height: 38px;
    position: absolute;
    top: 10px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.accordion-style .accordion-box .icon-outer .icon-plus{
    opacity:0;
}

.accordion-style .accordion-box .icon-outer .icon-plus{
    opacity:1;
}

.accordion-style .accordion-box .active .icon-outer .icon-minus{
    opacity:1;
}

.accordion-style .accordion-box .active .icon-outer .icon-plus{
    opacity:0;
}

.accordion-style .accordion-box .acc-content{
    position:relative;
    display:none;   
}

.accordion-style .accordion-box .acc-content.current{
    display:block;  
}

.accordion-style .accordion-box .content{
    position:relative;
    font-size:13px; 
}

/*--- Accordion Style Two ---*/

.accordion-style.style-two .accordion-box .acc-title {
    font-size: 20px;
}

.accordion-style.style-two .accordion-box .content {
    font-size: 16px;
}

.accordion-style.style-two .accordion-box .acc-title.active {
  border-bottom-color: #a9a9a9;
}


/*
-----------------------------------------------------------------------
    Pricing Table
-----------------------------------------------------------------------
*/

.pricing-table {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list {
    padding: 15px 20px;
    position: relative;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
    top: 28px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list:hover .icon {
    color: #1c1c1c;
    top: 20px;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .pricing-value {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list:hover .pricing-value {
    color: #1c1c1c;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list .pricing-list-title {
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.pricing-table .pricing-content .pricing-list-content .pricing-list:hover .pricing-list-title {
    color: #1c1c1c;
}

.package-area h2 {
    color: #fff;
    margin: 0;
}

.pricing-list.style1 {
    background-color: #199cdb !important;
}

.pricing-list.style2 {
    background-color: #1396d5 !important;
}

.pricing-table .thumb {
    position: relative;
}

.pricing-table .thumb .pricing-post-date {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0 13px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

.pricing-button {
    border: 1px solid #eee;
    padding:40px 10px;
    text-align: center;
}

.package-area {
    background-color: #199cdb;
    padding: 20px;
}

/*
-----------------------------------------------------------------------
    Divider Styles
-----------------------------------------------------------------------
*/

.divider-post .thumb {
    position: relative;
}

.divider-post .thumb img {
    width: 100%;
}

.divider-post .thumb .overlay {
    text-align: center;
}

.divider-post .thumb .overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.divider-post:hover .thumb .overlay {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.video .play {
    color: #ffffff;
    display: block;
    font-size: 60px;
    font-weight: 400;
    height: 100%;
    left: 0;
    padding: 80px 100px;
    position: relative;
    text-align: center;
    top: 0;
    transition: all 500ms ease 0s;
    width: 100%;
}

.divider-post .thumb .overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 27px;
    letter-spacing: 1px;
}

/*
-----------------------------------------------------------------------
    Testimonials Styles
-----------------------------------------------------------------------
*/

.testimonial {
    margin-bottom: 25px;
    text-align: center;
}

.testimonial .title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.testimonial .title span {
    color: #199cdb;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.testimonial .sub-title {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 26px;
}

.testimonial-post {
	border-radius: 35px;
    margin-bottom: 0px;
	margin-top: 50px;
	padding: 0 25px 25px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.testimonial-post .thumb {
	margin-bottom: 20px;
	margin-top: -50px;
}

.testimonial-post .thumb img {
	border: 2px solid #f5f5f5;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.testimonial-post p {
	
	margin-bottom: 20px;
	margin-top: 15px;
	
}

.testimonial-post .testimonial-name {
    color: #199cdb;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.testimonial-post .sub-title {
	color: #fff!important;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: oblique;
    line-height: 23px;
	margin-bottom: 0;
}

.testimonial-post ul li {
	display: inline-block;
}

.testimonial-post ul li .icon {
    color: #199cdb!important;
    font-size: 13px;
}

.testimonial-post:hover ul li .icon {
    color: #199cdb!important;
    font-size: 13px;
}


/*
-----------------------------------------------------------------------
    Funfact Styles
-----------------------------------------------------------------------
*/

.funfact-post {
    margin: 0 20px;
    position: relative;
}

.funfact-post .icon {
    color: #eee;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.funfact-post:hover .icon {
	margin-top: -10px;
	margin-bottom: 20px;
}

.funfact-post .fact-count {
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 19px;
	margin-top: 0;
	position: relative;
}

.funfact-post .fact-count:after {
	border-bottom: 2px dotted #e1e1e1;
	bottom: -10px;
	content: "";
	left: 0;
	position: absolute;
	width: 50px;
}

.funfact-post .title {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
}

/*
-----------------------------------------------------------------------
    Funfact Styles1
-----------------------------------------------------------------------
*/
.funfact-post.style1 {
    margin: 45px 20px;
}

.funfact-post.style1 .icon {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.funfact-post.style1:hover .icon {
    margin-top: -10px;
    margin-bottom: 20px;
}

.funfact-post.style1 .fact-count {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 0;
    position: relative;
}

.funfact-post.style1 .fact-count:after {
    border-bottom: 2px dotted #199cdb;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
}

.funfact-post.style1 .title {
    color: #199cdb;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

/*
-----------------------------------------------------------------------
    Funfact Styles2
-----------------------------------------------------------------------
*/
.funfact-post.style2 {
    margin: 45px 20px;
}

.funfact-post.style2 .icon {
    color: #fff;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.funfact-post.style2:hover .icon {
    margin-top: -10px;
    margin-bottom: 20px;
}

.funfact-post.style2 .fact-count {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 0;
    position: relative;
}

.funfact-post.style2 .fact-count:after {
    border-bottom: 2px dotted #fff;
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
}

.funfact-post.style2 .title {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

/*
-----------------------------------------------------------------------
    Inner Page Styles
-----------------------------------------------------------------------
*/

.page-title {
    background-image: url(../images/acvs/bgg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0;
    position: relative;
}

.page-title:before {
    background:#a6c1c387;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-title-content {
    text-align: center;
}

.page-title-content .title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase;
}

.page-title-content .bread-crumb {
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.page-title-content .bread-crumb li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
}

.page-title-content .bread-crumb li:after {
    color: #fff;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: -15px;
    top: 7px;
}

.page-title-content .bread-crumb li:last-child:after {
    display: none;
}

.page-title-content .bread-crumb li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 7px 25px;
}

.page-title-content .bread-crumb li:last-child a {
    margin-left: 5px;
    padding-left: 13px;
    padding-right: 20px;
	letter-spacing:1.5px;
}


/*
-----------------------------------------------------------------------
    Contact Styles
-----------------------------------------------------------------------
*/

.contact-section{
    position:relative;
}

.contact-section .form-group{
    position:relative;
    margin-bottom:20px; 
}

.contact-section .form-group-inner{
    position:relative;
    display:table;
    width:100%;
    border:1px solid #d0d0d0;
    overflow:hidden;
    border-radius:3px;
    -ms-border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.contact-section .form-group .icon-box{
    position:relative;
    display:table-cell;
    vertical-align:middle;  
}

.contact-section .form-group .icon-box label{
    position:relative;
    display:inline-block;
    width:40px;
    line-height:40px;
    text-align:center;
    font-size:16px;
    color:#3d3d3d;
    margin:0px;
    background:#ffffff;
    border-right:1px solid #d0d0d0;
}

.contact-section .form-group label.error{
    display:none !important;    
}

.contact-section .form-group .field-outer{
    position:relative;
    display:table-cell;
    width:100%; 
    vertical-align:middle;
}

.contact-section .form-group-inner input[type="text"],
.contact-section .form-group-inner input[type="password"],
.contact-section .form-group-inner input[type="tel"],
.contact-section .form-group-inner input[type="email"],
.contact-section .form-group-inner select{
    border: none;
    position:relative;
    display:block;
    width:100%;
    line-height:22px;
    padding:9px 15px;
    color:#222222;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.contact-section .form-group input[type="text"].error,
.contact-section .form-group input[type="password"].error,
.contact-section .form-group input[type="tel"].error,
.contact-section .form-group input[type="email"].error,
.contact-section .form-group select.error,
.contact-section .form-group textarea.error{
    background:rgba(255,0,0,0.20);
}

.contact-section .form-group textarea {
    border: none;
    color: #222222;
    display: block;
    height: 205px;
    line-height: 22px;
    padding: 8px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 30px;
    position: relative;
    width: 100%;
}

.contact-section button {
    background: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
}

.contact-section button:hover {
    background: #1c1c1c;
    border: 1px solid #c9c9c9;
    color: #fff;
}

.contact-section button:after {
    background-color: #1c1c1c;
    bottom: -6px;
    content: "";
    height: 20px;
    position: absolute;
    right: -12px;
    transform: rotate(-38deg);
    -webkit-transform: rotate(-38deg);
    width: 40px;
}


/*--- Form Send Alert ---*/

form #success .alert button {
    border: medium none;
    color: #000;
    font-weight: 700;
    padding: 0;
    width: auto;
}

form #success .alert button:hover {
    background-color: transparent;
    color: #000;
}

form #success .alert button:after {
    display: none;
}



/*
-----------------------------------------------------------------------
    Map Styles
-----------------------------------------------------------------------
*/

.map-section {
    position:relative;
    padding:0;
    border:none;
}

.map-section .map-container{
    position:relative;
    width:100%;
    height:350px;   
}


/*
-----------------------------------------------------------------------
    Scroll To Top
-----------------------------------------------------------------------
*/

.scroll-to-top {
	border: none;
	border-radius: 50%;
	bottom: 15px;
	color: #fff;
	cursor: pointer;
	display: none;
	font-size: 14px;
	height: 38px;
	line-height: 36px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 38px;
	z-index: 100;
}

.scroll-to-top:hover {
    background: #fff;
}

.about p {
    margin-top: 0;
}

.funfact-bgc1 {
    background-color: #25a8e7;
}

.funfact-bgc2 {
    background-color: #20a3e2;
}

.funfact-bgc3 {
    background-color: #28abea;
}

.funfact-bgc4 {
    background-color: #21a4e3;
}

.img-style img {
    position: absolute;
    top: -97px;
}

.padding-0 {
    padding: 0;
}

.pr-0 {
    padding-right: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #199cdb;
  border-radius: 0;
  color: #fff;
}

.contact-info.Style1 .email-style {
    border: 1px dashed #ddd;
    padding: 15px 0 20px 0;
    text-align: center;
}

.contact-info.Style1 .email-style h2 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.contact-info.Style1 .call-style {
    
    text-align: center;
	
}

.contact-info.Style1 .call-style h2 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.nav.nav-pills {
  background-color: #eee;
}

.nav-pills > li {
  box-shadow: 3px 0 0 #ddd;
}

.nav-pills > li:last-child {
  box-shadow: 3px 0 0 #eee;
}

.nav > li > a {
    padding: 10px 17px;
}

.nav.nav-pills.themeStyle.ttu a {
    font-weight: 700;
    padding: 10px 10px!important;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:0.5px;
}

.nav-pills > li + li {
    margin-left: 8px;
}


/*
-----------------------------------------------------------------------
    About Section
-----------------------------------------------------------------------
*/

.about-details .icon-box {
    background-color: #199cdb;
    border: 2px solid #199cdb;
    border-radius: 5px;
    display: inline-block;
    height: 70px;
    transition: all 0.3s ease-in-out 0s;
    width: 70px;
}

.about-details:hover .icon-box {
    background-color: #fff;

}

.about-details .icon-box .icon {
    color: #fff;
    font-size: 50px;
}

.about-details:hover .icon-box .icon{
    color: #199cdb;
}

.about-details:hover .content .title{
    color: #1c1c1c!important;
}











.news-section .thumb .author-info {
    background-color: #3c3c3c;
    color: #FFF;
    opacity: 1;
    bottom: 0;
    position: absolute;
    padding: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    width: 50%;
}

.news-section .thumb .author-info .thumb {
    margin: 0;
}

.news-section .thumb .author-info .thumb img {
    border-radius: 50%;
}

.news-section .thumb .author-info .content .title {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 37px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
}

.news-section .thumb .author-info .content p {
    color: #aaa;
    font-size: 11px;
    line-height: 0;
    margin: 0 0 0 10px;
}








.blog-section .thumb .author-info {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    opacity: 1;
    bottom: 0;
    position: absolute;
    padding: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    width: 50%;
}

.blog-section .thumb .author-info .thumb {
    margin: 0;
}

.blog-section .thumb .author-info .thumb img {
    border-radius: 50%;
}

.blog-section .thumb .author-info .content .title {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 37px;
    margin: 0 0 0 10px;
    text-transform: capitalize;
}

.blog-section .thumb .author-info .content p {
    color: #eee;
    font-size: 11px;
    line-height: 0;
    margin: 0 0 0 10px;
}


.service-links .style1 {
    float: left;
    position: relative;
    margin-right: 100px;
}

.service-links li {
    margin-bottom: 10px;
	text-transform:lowercase;
}

.service-links li a {
    color: black;
    text-transform: none;
}


.service-links li a .fa.fa-arrow-circle-right {
    margin-right: 10px;
    color: #ddd;
}

.styleDesign {

    font-size: 0px;
    line-height: 0%;
    width: 500px;
    border-bottom: 20px solid #000;
    border-right: 20px solid #199cdb;
}

.car-feature {
    background-color: #199cdb;
    border-bottom: 5px solid #0c8fce;
    border-radius: 0;
    padding: 7px 15px;
}

.car-feature .title  {
    color: #fff!important;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    font-family: sans-serif;
    line-height: 26px;
    margin: 6px 0 5px 0;
    padding-left: 25px;
    position: relative;
}

.car-feature .title::after {
    color: #fff;
    content: "\f00c";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
}

/*
-----------------------------------------------------------------------
    Team Member Styles
-----------------------------------------------------------------------
*/

.team-style4 .team-post {
    background-color: #f9f9f9;
    margin-bottom: 56%;
    position: relative;
}

.team-style4 .team-post .content .title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 0;
    text-transform: uppercase;
}

.team-style4 .team-post .content .sub-title {
    color: #199cdb;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    position: absolute;
    right: 17px;
    text-align: right;
    top: 25px;
}

.team-style4 .team-post .content p {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    padding-top: 15px;
}

.team-style4 .team-post .thumb {
    position: relative;
    overflow: hidden;
}

.team-style4 .team-post .thumb img {
    width: 100%;
}

.team-style4 .team-post .thumb .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.team-style4 .team-post:hover .thumb .overlay {
    transform: scale(1);
}

.team-style4 .team-post .thumb .overlay a {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 48%;
    padding: 4px 10px;
    position: absolute;
    top: 45%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-style4 .team-post .thumb .overlay a:hover {
    background-color: #199cdb;
    border-color: #199cdb;
}

.team-style4 .team-post .thumb .overlay a i {
    color: #199cdb;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-style4 .team-post .thumb .overlay a:hover i {
    color: #fff;
}

.team-style4 .team-post .content {  
    background-color: #f7f7f7;
    box-shadow: 4px 31px 46px -57px rgba(221, 221, 221, 0.7);
    left: 0;
    margin-top: -55px;
    padding: 30px 25px 20px;
    position: absolute;
    right: 0px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-style4 .team-post:hover .content {
    box-shadow:  4px 31px 46px -57px rgba(221,221,NaN,0);
    outline: medium none;
}

.team-style4 .team-post .content .title {
    color: #1c1c1c !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    margin-top: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-style4 .team-post .content .title:hover {
    color: #199cdb !important;
}

.team-style4 .team-post .content .sub-title {
    color: #777;
    font-family: 'Josefin Slab', serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-style4 .team-post .content p {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.team-style4 .team-post .profile {
    background-color: #199cdb;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.team-style4 .team-post .profile:hover {
    background-color: #1c1c1c;
    color: #fff;
}

.team-style4 .team-post .profile .icon {
    margin-left: 5px;
    position: relative;
    bottom: 0;
}

.team-style4 .team-post .member-skill-box {
    background-color: #f7f7f7;
    padding: 5px 26px 5px 25px;
    position: absolute;
    bottom: 14%;
    left: -43%;
    border-radius: 0 20px 0 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.team-style4 .team-post:hover .member-skill-box {
    left: 0;
}

.team-style4 .team-post .member-skill-box .member-skill {
    float: right;
    text-align: center;
}

.team-style4 .team-post .member-skill-box .member-skill ul li {
    padding-right: 6px;
}

.team-style4 .team-post .member-skill-box .member-skill ul li a {
    background-color: #199cdb;
    display: inline-block;
    height: 31px;
    width: 34px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 34px;
}

.team-style4 .team-post .member-skill-box .member-skill ul li a:hover {
    background-color: #1c1c1c;
}

.team-style4 .team-post .member-skill-box .member-skill ul li a .icon {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.team-style4 .team-post .member-skill-box .member-skill .icon2 {
    color: #1c1c1c;
    font-size: 20px;
    line-height: 32px;
    margin-left: 15px;
    cursor: pointer;
}

.team-style4 .team-post .profile {
  float: left;
}


.service-style1 .contant .pricevalue {
    border: 1px solid #1e1e1e;
    border-radius: 0px;
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background-color: #1e1e1e;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.dd{
	-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;}

.service li a {
    color: #ffffff;
    text-transform: none;
}
.header-main{
	background:transparent;
}

.header-main.active {
    background: #208ec3;
	
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.header-main.active li > a{color:white ;}
.header-main.active li .indicator:after {
    color: #fff;
    
}
.header-main.active li > a:hover{color:color: #e45a91;};}

.go_pt1 {
    padding-top: 40px!important;
}

.ddd{
	margin-top:150px;
}


