/* Imported styles */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');



@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
@import url('bootstrap-select.min.css');

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);


@import url(../fonts/flaticon/flaticon.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);






/*==============================================
   Base Css
===============================================*/
html,
body { height: 100% }
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
h3 {
 
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}
/*
img {
	max-width: 100%;
    height: auto;
}
*/
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}



button{
  border: none;
}
.thm-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  border-left: 1px solid #43c3ea;
  border-right: 1px solid #43c3ea;
  border-top: 1px solid #43c3ea;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  border-radius: 3px;
  position: relative;
}
.thm-btn:hover{
  background: transparent;
}

.bg-1{
  background: #43c3ea;
  border-bottom: 2px solid #3cb4d8;
}

.bg-2{
  background: #2a3b5c; 
  border-bottom: 2px solid #152545;
}


.sec-title {
  margin-top: -2px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  margin: 0;
}


.sec-title-two {
  margin-top: -1px;
  padding-bottom: 50px;
  position: relative;
}
.sec-title-two h1{
  color: #3d3d3d;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;    
}
.sec-title-two .border {
  background: #ececec none repeat scroll 0 0;
  display: block;
  height: 1px;
  width: 70px;
  margin: 20px 0 0;
}



/*________________Preloader_______________ */

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



/* Update header Style */
@keyframes menu_sticky {

}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #2196f3;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: -1px 5px 11px #0a1327;
  -webkit-box-shadow: -1px 5px 11px #0a1327;
  box-shadow: -1px 5px 11px #0a1327;
}
.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #152545;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: 3px 1px 3px #0a1327;
  -webkit-box-shadow: 3px 1px 3px #0a1327;
  box-shadow: 3px 1px 3px #0a1327;
}



/* scroll to top styles */
.scroll-to-top {
  background: #43c3ea;
  border: 2px solid #43c3ea;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #43c3ea;
  color: #fff;
  background: #152545;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error{
  border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  color: #3d3d3d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  padding: 14px 0;
  transition: all 500ms ease 0s;
  width: 55px;
  font-family: 'Roboto', sans-serif;
  border-radius: 3px;
}
.post-pagination li.active a, .post-pagination li:hover a {
  background: #43c3ea;
  color: #fff;
  border: 1px solid #43c3ea;
}



/* Overlay styles */
.overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 3px solid #43c3ea;
  background-color: rgba(67,195,234,0.90);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.overlay .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}



/*==============================================
    Top bar Area Css
===============================================*/
.top-bar-area {
  background: #43c3ea none repeat scroll 0 0;
  padding: 7px 0 8px;
}
.top-bar-area .welcome p {
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 5px 0;
}

.top-bar-area .topinfo {
  position: relative;
  left: 100px;
}
.top-bar-area .topinfo .select-items {
  width: 230px;
  float: left;
}

.top-bar-area .topinfo .select-items .single-select-item.extras{
  width: 90px;
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select{
  width: 90px;    
}
.top-bar-area .topinfo .select-items .single-select-item.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;    
}


.top-bar-area .topinfo .select-items .single-select-item{
  width: 135px;
  float: left;
}
.top-bar-area .topinfo .select-items .single-select-item .bootstrap-select {
  width: 135px;
}
.top-bar-area .topinfo .select-items .single-select-item .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.top-bar-area .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -2px;
  vertical-align: middle;
  color: #152545;
}





.top-bar-area .rate {
  float: right;
  margin-right: 55px;
}
.top-bar-area .rate h6 {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
}




.top-social-links ul{
  float: right;
}
.top-social-links ul li {
  display: inline-block;
  margin: 0 0 0 15px;
  line-height: 34px;
}
.top-social-links ul li a i{
  color: #fff;
  font-size: 14px;
  transition: all 500ms ease;
}
.top-social-links ul li a:hover i{
  color: #152545;    
}


/*==============================================
    Header Area Css
===============================================*/
.header-area {
  padding: 36px 0 36px;
}
.header-contact-info ul {
  margin: 5px 0;
  overflow: hidden;
  margin-left: 100px;
}
.header-contact-info ul li {
  display: inline-block;
  float: left;
  margin-right: 45px;
  position: relative;
}
.header-contact-info ul li:last-child{
  margin-right: 0;
}
.header-contact-info ul li .iocn-holder{
  width: 48px;
}
.header-contact-info ul li .iocn-holder span::before {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  color: #152545;
  display: block;
  font-size: 15px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  width: 48px;
  transition: all 500ms ease;
}
.header-contact-info ul li .iocn-holder, .header-contact-info ul li .text-holder{
  display: table-cell;
  vertical-align: middle;
} 
.header-contact-info ul li .text-holder {
  padding-left: 15px;
}
.header-contact-info ul li .text-holder h5 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 0 5px;
}
.header-contact-info ul li .text-holder h6{
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.header-contact-info ul li:hover .iocn-holder span::before{
  border-color: #152545;
}



/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #152545;
}
.main-menu {
  float: left;
  position: relative;
}
.main-menu .navbar-collapse {
  padding: 0px
}
.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}
.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;

}


.mainmenu-area .quote a {
  background-image: url("../images/free-quatoe-bg.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: right;
  padding: 20px 35px;
  margin-top: -10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
}


.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  opacity: 1;
  padding: 15px 35px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li.dropdown > a {}
.main-menu .navigation > li.dropdown > a:after {}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
  color: #f3e721;
  opacity: 1;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 140%;
  width: 270px;
  padding: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  border-bottom: 2px solid #3cb4d8;
  transition: all 500ms ease;
}
.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #3eb9de;
  border-right: none;
}
.main-menu .navigation > li > ul > li:first-child{
  border: none;
}
.main-menu .navigation > li > ul > li > a {
  background: #43c3ea;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 15px 15px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}
.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  background-color: #3eb9de;
}


.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}

.main-menu .navigation > li > ul > li > ul{
}
.main-menu .navigation > li > ul li:hover ul {}

.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}


.customer-care {
  padding-left: 35px;
  position: relative;
  margin: 14px 0;
  margin-left: 70px;
}
.customer-care .icon-holder {
  position: absolute;
  top: 8px;
  left: 0;
}
.customer-care .icon-holder span:before{
  font-size: 35px;
  color: #43c3ea;
}
.customer-care .title-holder {}
.customer-care .title-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.customer-care .title-holder h4{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}


/* Search Box style   */
.top-search-box {
  position: relative;
}
.top-search-box button {
  background: #3eb9de;
  border: medium none;
  color: #ffffff;
  font-size: 15px;
  height: 70px;
  line-height: 68px;
  outline: medium none;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 70px;
  border: 2px solid #3eb9de;
}
.top-search-box button:hover {
  background: none;
}
.top-search-box button i.fa-search {
  position: relative;
  top: -2px;
}
.top-search-box .search-box {
  background: #3eb9de none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 140%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 280px;
  z-index: 999;
}
.top-search-box:hover .search-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top-search-box .search-box li form {
  position: relative;
}
.top-search-box .search-box li form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  display: block;
  font-weight: 300;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-search-box .search-box li form button {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #3eb9de;
  color: #152545;
  font-size: 13px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 500ms ease 0s;
  width: 45px;
}
.top-search-box .search-box li form input:focus {
  border: 1px solid #152545
}
.top-search-box .search-box li form input:focus + button, .top-search-box .search-box li form button:hover {
  background: #152545 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #152545;
}



/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #2e2e2e;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0 8px;
  text-transform: none;
}
.rev_slider_wrapper .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}
.rev_slider_wrapper .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}
.rev_slider_wrapper .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}



/*** 
=============================================
    Call to action Area style
=============================================
***/
.call-to-action-area {
  background: #ffffff;
  padding: 80px 0 40px;
}
.call-to-action-area .single-item {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 17px 19px 12px;
}
.call-to-action-area .single-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;   
}
.call-to-action-area .single-item .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;      
}
.call-to-action-area .single-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;   
}
.call-to-action-area .single-item a h5 {
  color: #3d3d3d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 16px;
  transition: all 500ms ease;
}
.call-to-action-area .single-item .text-holder {
  margin: 18px 0 0;
}
.call-to-action-area .single-item .text-holder p{
    
}

.call-to-action-area .single-item:hover a h5{
  color: #43c3ea;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}



/*** 
=============================================
    Categories Area style
=============================================
***/
.categories-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.categories-area::before {
  background: rgba(21, 37, 69, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.categories-area .sec-title h1{
    
}
.categories-area .single-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
  background: #ffffff;
  z-index: 1;
}
.categories-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.categories-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}

.categories-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
  background: #43c3ea;
}
.categories-area .single-item .icon-holder::before {
  color: #43c3ea;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-right: 0;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
}
.categories-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;  
}
.categories-area .single-item .icon-holder .icon-box .icon{
  display: table-cell;
  vertical-align: middle;
}
.categories-area .single-item .icon-holder span::before {
  color: #fff;
  display: block;
  font-size: 30px;
  text-align: center;
}
.categories-area .single-item .text-holder {
  padding-left: 30px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 12px;
}
.categories-area .single-item .text-holder h5{
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px;
  transition: all 500ms ease;
}
.categories-area .single-item .text-holder p{
  transition: all 500ms ease;    
}
.categories-area .single-item:hover .text-holder h5{
  color: #ffffff;
}
.categories-area .single-item:hover .text-holder p{
  color: #fff;    
}



/*** 
=============================================
    About Us Area style
=============================================
***/
.about-us-area {
  background: #fff;
  padding: 80px 0 70px;
}
.about-us-area .about-content{  }
.about-us-area .about-content ul {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.about-us-area .about-content ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  display: block;
}
.about-us-area .about-content .text-holder p {
  margin: 23px 0 13px;
}
.about-us-area .about-content .text-holder h3{
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about-us-area .about-content .text-holder h3:hover{
  text-shadow: 2px 1px 1px #222; 
}
.about-us-area .about-content .text-holder h3 span{
  color: #43c3ea;
}

.about-us-area .choose-us-content { }
.about-us-area .choose-us-content ul li {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
.about-us-area .choose-us-content ul li:last-child{
  padding-bottom: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder {
  position: absolute;
  top: 2px;
  left: 0;
}
.about-us-area .choose-us-content ul li .iocn-holder span:before{
  color: #43c3ea;
  font-size: 25px;
}
.about-us-area .choose-us-content ul li .text-holder {}
.about-us-area .choose-us-content ul li .text-holder h4 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 19px;
  text-transform: capitalize;
}
.about-us-area .choose-us-content ul li .text-holder p{
  line-height: 24px;    
}


/*** 
=============================================
    Fact counter Area style
=============================================
***/
.fact-counter-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.fact-counter-area::before {
  background: rgba(21, 37, 69, 0.95) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.fact-counter-area .single-item {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  height: 135px;
  width: 100%;
  display: block;
  padding: 24px 0;
  margin-bottom: 30px;
  position: relative;
}
.fact-counter-area .single-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  content: "";
  z-index: -1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.fact-counter-area .single-item:hover:before{
  height: 100%;
  opacity: 1;
}
.fact-counter-area .single-item h1 span{
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
}
.fact-counter-area .single-item h1 i {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  left: 3px;
  font-weight: 100;
  top: -3px;
}
.fact-counter-area .single-item .border {
  background: #43c3ea none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 12px 0 6px;
  width: 50px;
}
.fact-counter-area .single-item h3{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}



/*** 
=============================================
    Appoinment Area style
=============================================
***/
.appoinment-area {
  padding: 80px 0 50px;
}
.appoinment-area .products {}
.appoinment-area .products .single-product {
  overflow: hidden;
  display: block;
}
.appoinment-area .products .single-product ul {
  margin-left: -3px;
  margin-right: -3px;
  overflow: hidden;
}
.appoinment-area .products .single-product ul li {
  display: inline-block;
  float: left;
  margin: 0 3px 30px;
}
.appoinment-area .products .single-product ul li .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #f0f0f0;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(67, 195, 234, 0.9) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;    
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box .content {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  bottom: 7px;
  position: absolute;
  left: 15px;
}
.appoinment-area .products .single-product ul li .img-holder .overlay-box .box .content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.appoinment-area .products .single-product ul:hover li .img-holder .overlay-box{
  height: 100%;
  opacity: 1;    
}


.appoinment-area .appoinment {
  
}
.appoinment-area .appoinment .appoinment-form {
  border: 3px solid #f7f7f7;
  display: block;
  padding: 27px 17px;
}
.appoinment-area .appoinment .appoinment-form .margin {
  margin-left: -10px;
  margin-right: -10px;
}
.appoinment-area .appoinment .appoinment-form .margin .pd {
  padding-left: 10px;
  padding-right: 10px;
}
.appoinment-area .appoinment .appoinment-form .input-box {
  position: relative;
  margin-bottom: 20px;
}
.appoinment-area .appoinment .appoinment-form .input-box .icon-box {
  position: absolute;
  right: 15px;
  top: 7px;
}
.appoinment-area .appoinment .appoinment-form .input-box .icon-box i {
  color: #999999;
  font-size: 14px;
}
.appoinment-area .appoinment .appoinment-form .input-box input[type=text],
.appoinment-area .appoinment .appoinment-form .input-box textarea{
  width: 100%;
  border: 1px solid #ececec;
  height: 40px;
  display: block;
  padding: 0 15px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}
.appoinment-area .appoinment .appoinment-form .input-box textarea {
  height: 90px;
  padding: 10px 15px;
  margin-top: -7px;
}
.appoinment-area .appoinment .appoinment-form button {
  display: block;
  padding: 13px 20px 11px;
  border: none;
  border-bottom: 2px solid #3cb4d8;
  margin-top: 4px;
}

.appoinment-area .appoinment .appoinment-form .input-box input[type=text]:focus{
  border-color: #43c3ea;
}
.appoinment-area .appoinment .appoinment-form .input-box textarea:focus{
  border-color: #43c3ea;
}
.appoinment-area .appoinment .appoinment-form button:hover {
  background: #152545;
}

.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 34px;
  overflow: hidden;
  padding: 2px 15px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button span.ui-icon {
  display: block;
  float: right;
  height: 40px;
  position: relative;
  text-indent: 0;
  top: 0;
  width: 40px;
}
.appoinment-area .appoinment .appoinment-form .input-box .ui-selectmenu-button.ui-selectmenu-button span.ui-icon::before {
  color: #999999;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 16px;
  overflow: visible;
  position: absolute;
  top: 6px;
  right: 15px;
}


#ui-datepicker-div.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #777;
  color: #252525;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  border-radius: 0px;
  width: 270px;
  padding: 5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #43c3ea none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: all 500ms ease;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}


.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active{
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}





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

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

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

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

.section-title .sub-title {
    color: #333;
    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: 600px;
}

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

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

.section-title .icon, .section-title .title span {
    color: #51b8f1;
}
.eo_pb {
    padding-bottom: 50px!important;
}
.io_pt {
    padding-top: 40px!important;
}



.btn-theme {
  border: 1px solid;
  border-color: #2196f3;
  background-color: #2196f3;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 65px;
  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;
}

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

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

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

 .blog-post .thumb .blog-post-date {
    background-color: rgba(81, 184, 241, 0.8);
}

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

.blog-post {
	background-color: #f9f9f9;
	border: 2px solid #f5f5f5;
	border-bottom: 3px solid #e9e9e9;
	margin-bottom: 20px;
	padding-bottom: 5px;
}



.blog-post:after {
  border-bottom: 3px solid;
  bottom: 30px;
  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;
}
/*
.blog-post:after {
    border-bottom-color: #51b8f1;
    margin-left: 18px;
}

.blog-post:hover:after {
  width: 92%;
  margin-left: 18px;
}
*/

.blog-post .blog-post-authore {
    color: #c9c9c9;
    display: inline-block;
    font-size: 14px;
}

.blog-post .meta-tag {
  display: inline-block;
}

.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: 5px;
}

.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 {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    left: 5px;
    letter-spacing: 2px;
    outline: 1px dashed #e0e0e0;
    outline-offset: -5px;
    padding: 12px 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 78px;
}

.blog-post .thumb .blog-post-date span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.blog-post .content {
    display: inline-block;
    padding: 0 25px 25px;
}

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

.blog-post .content p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 10px;
}

.blog-post .content .btn-link {
  float: left;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

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












/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  /*
  background: #152545 none repeat scroll 0 0;
  */
  padding-bottom: 30px;
  padding-top: 80px;
}
.latest-blog-area .sec-title-two {
  padding-bottom: 45px;
}
.latest-blog-area .sec-title-two h1 {
}
.latest-blog-area .button {}
.latest-blog-area .button a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  position: relative;
  top: 4px;
  transition: all 500ms ease;
}
.latest-blog-area .button a:hover{
  color: #43c3ea;
}
.latest-blog-area .button a i{
  display: inline-block;
  padding-left: 5px;
}

.latest-blog-area .single-latest-blog {
  margin-bottom: 50px;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .img-holder{
  display: block;
  overflow: hidden;
  position: relative;     
}
.latest-blog-area .single-latest-blog .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;     
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(67, 195, 234, 0.9) none repeat scroll 0 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;        
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box{
  display: table;
  width: 100%;
  height: 100%;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;    
}
.latest-blog-area .single-latest-blog:hover .img-holder .overlay-box{
  height: 100%;
  opacity: 1;   
}
.latest-blog-area .single-latest-blog:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.latest-blog-area .single-latest-blog .img-holder .overlay-box .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}

.latest-blog-area .single-latest-blog .text-holder {
  border-left: 2px solid #132241;
  border-right: 2px solid #132241;
  border-bottom: 2px solid #132241;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 17px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
} 
.latest-blog-area .single-latest-blog .text-holder:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #ffffff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;
}
.latest-blog-area .single-latest-blog:hover .text-holder{
  border-color: #fff;
}
.latest-blog-area .single-latest-blog:hover .text-holder:before{
  height: 100%;
  opacity: 1;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info {
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 23px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li {
  display: inline-block;
  margin: 0 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li i{
  color: #43c3ea;
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a{
  color: #43c3ea;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .blog-title {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  transition: all 500ms ease 0s;
}

.latest-blog-area .single-latest-blog:hover .text-holder .blog-title{
  color: #3d3d3d;
  transition: all 500ms ease;
}
.latest-blog-area .single-latest-blog .text-holder .meta-info li a:hover{
  color: #152545;
}
.latest-blog-area .single-latest-blog:hover .text-holder .blog-title:hover{
  color: #43c3ea;
}


/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
  padding: 79px 0 80px;
}
.testimonial-area .sec-title h1{
  color: #3d3d3d;
}
.testimonial-carousel .single-item {

}
.testimonial-carousel .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  display: block;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 95px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .img-holder{
  background: #152545;
  border-color: #152545;
} 
.testimonial-carousel .single-item .text-holder {
  border: 1px solid #f7f7f7;
  margin-top: -48px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 74px;
  z-index: -1;
  padding-bottom: 23px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.testimonial-carousel .single-item:hover .text-holder{
  border-color: #e7e3e3;
}
.testimonial-carousel .single-item .text-holder h5 {
  color: #43c3ea;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.testimonial-carousel .single-item .text-holder p {}

.testimonial-carousel .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
 transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #152545;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0; 
  content: "";
  z-index: -1;    
}
.testimonial-carousel .single-item:hover .client-info{
  border-color: #152545;
}
.testimonial-carousel .single-item:hover .client-info:before{
  height: 100%;
  opacity: 1;
}

.testimonial-carousel .single-item .client-info .name h6 {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease;
}
.testimonial-carousel .single-item .client-info .name p {
  color: #43c3ea;
  margin: 0;
  transition: all 500ms ease;
}
.testimonial-carousel .single-item .client-info .rating-box p {
  background: #43c3ea none repeat scroll 0 0;
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  width: 50px;
}
.testimonial-carousel .single-item .client-info .rating-box p i{
  display: inline-block;
  padding-left: 3px;
}
.testimonial-carousel .single-item:hover .client-info .name h6{
  color: #ffffff;
}
.testimonial-carousel .single-item:hover .client-info .name p {
  color: #4d8cb2;    
}

.testimonial-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -44px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}
.testimonial-area .owl-theme .owl-nav .owl-prev:hover{
  background: #43c3ea;
}
.testimonial-area .owl-theme .owl-nav .owl-next:hover{
  background: #43c3ea;    
}
.testimonial-area .owl-theme .owl-nav div .fa:hover{
  color: #fff;    
}
.testimonial-area .owl-theme .owl-nav div .fa {
  color: #ececec;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}



/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
  background: #f7f7f7;
  padding-bottom: 50px;
  padding-top: 50px;
}
.brand-area .brand .owl-stage-outer{
  z-index:10;		
}
.brand-area .brand .single-item {
  border: 2px solid #eaeaea;
  height: 90px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}
.brand-area .brand .single-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 0px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.brand-area .brand .single-item:hover{
  border: 2px solid #43c3ea;
}
.brand-area .brand .single-item:hover img{
  opacity: .9;
}
.brand-area .owl-controls {
  display: none;
}









/*-- two-grids --*/
.two-grids{
  background:#0a9dbd;
  border-top:1px #ccc solid;
}
.w3_two_grid_left{
  padding:0;
}
.w3_two_grid_right{
  padding:3em 8em 3em 4em;
}
.w3_two_grid_right h3{
  font-size:2em;
  color:#fff;
  text-transform:capitalize;
}
.w3_two_grid_right p.w3layouts_dummy_para{
  margin:1em 0;
  color:#003743;
  line-height:2em;
}
.w3_two_grid_right1{
  padding-top:1.1em;
}
.w3_two_grid_right_grid1{
  width: 65px;
    height: 65px;
    border-radius: 50px;
    background:#f62b2b;
    text-align: center;
}
.w3_two_grid_right1:hover .w3_two_grid_right_grid1{
  background:#fff;
}
.w3_two_grid_right1:hover .w3_two_grid_right_grid1 i{
  color:#f62b2b;
}
.w3_two_grid_right_grid1 i{
  font-size: 1.3em;
    color: #fff;
    line-height: 3.1em;
}
.w3_two_grid_right_gridr h4{
  text-transform:capitalize;
  font-size:1.4em;
  color:#fff;
  margin:.5em 0 0;
}
.w3_two_grid_right_gridr p{
  color:#003743;
  line-height:2em;
}
/*-- //two-grids --*/



















/*

/* Row
-------------------------------------------------------------- */
.flat-row {
  clear: both;
    display: block;
    position: relative;
    padding: 70px 0;   
    background-color: #f7f7f7; 
}

.flat-row.nopad {
  padding: 0 0;
}

.flat-row.row-about {
  padding: 80px 0 90px;
}

.row-advantage {
  background-color: #f5f5f5;  
}

.flat-row.row-portfolio {
  padding: 100px 0 0;
}

.flat-row.row-our-team {
  background: #f5f5f5;
}

.flat-row.row-pricing {
  padding: 100px 0 90px;
}

.flat-row.row-pricing .title-section.desc {
  margin-bottom: 52px;
}

.flat-row.row-progress {
  padding: 127px 0 90px;
  background-color: #303030;
}

.flat-row.row-appointment .title-section {
  margin-bottom: 80px;
}

.flat-row.row-blog {
  background: #f8f8f8; 
}

.flat-bg-white {    
    margin-left: -56px;      
    width: 52%;
}

.flat-bg {
    margin-right: -65px;
    width: 55%;
}



/* Flat divider
-------------------------------------------------------------- */
.flat-divider {
  width: 100%;
  position: relative;
}

.flat-divider.d26px {
  height: 26px;
}

.flat-divider.d30px { 
  height: 30px;
}

.flat-divider.d6px {  
  height: 6px;
}

.flat-divider.d100px {  
  height: 100px;
}

.flat-divider.d103px {  
  height: 103px;
}


/* title-box
-------------------------------------------------------------- */
.title-box .sub-title,
.title-box .main-title {
  font-family: "Lato", sans-serif;
  color: #202020;
  text-transform: uppercase;
  position: relative;
}

.title-box .sub-title { 
  font-size: 14px;
  line-height: 22px;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 15px;  
  font-weight: 400;
}

.title-box .main-title {  
  font-size: 45px;
  line-height: 45px;  
  letter-spacing: .5px;
  margin-bottom: 44px;  
  font-weight: 900;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  width: 80px;
  background-color: #202020;
  content: "";
}

.title-box .main-title:after {
  width: 60px;
  top: 80px
}

.title-box .sub-title:after {
  width: 40px;
  top: 120px;
}


/* Button
-------------------------------------------------------------- */
.flat-button {  
  text-align: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-color: #202020;
    color: #202020;   
    z-index: 1;
    padding: 0 61px 0 24px;
    letter-spacing: 1.3px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.flat-button.button-background {
  background-color: #202020;
  color: #fff;
}

.flat-button.button-background:after {
  background-color: #414141;
}

.flat-button.button-background:hover {
  border-color: #00aeef;  
}

.flat-button.button-background:hover:before {
  background-color: #00aeef;
}

.flat-button.button-background:hover:after {
  background-color: #34c7fe;
}

.flat-button:after {
  position: absolute;
  right: 37px;
  top: 0;
  width: 1px;
  height: 100%; 
  background-color: #202020;
  content: "";
}

.flat-button:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: "";
  -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);  
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;  
}

.flat-button:hover,
.flat-button:hover i {
  color: #fff;
}

.flat-button:hover:after {
  background-color: #414141;
}

.flat-button:hover:before {   
  background: #202020;
  -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
} 

.flat-button i {
  font-size: 20px;  
  position: absolute;
  right: 9px;
  top: 9px;
}

.flat-button.border-white {
  border-color: #fff;
  color: #fff;
}

.flat-button.border-white:hover {
  border-color: #202020;
}

.flat-button.border-white:hover:after {
  background-color: #4b3e3e;
}

.flat-button.border-white:after {
  background-color: #fff;
}
/* Class for visualcomposer
-------------------------------------------------------------- */
.singleimages-border {
  position: relative;
  padding-left: 4px; 
}



























/*-- stats --*/
.stats{
  background: url(../images/7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree_stat{
  background:rgba(33, 33, 33, 0.72);
  padding:4em 0;
}
.wthree_stat_left {
    margin: 2.5em 0 0;
}
.wthree_stat_left h3{
  color:#fff !important;
}
.wthree_stat_left p{
  margin:1em 0 0;
  color:#fff;
  line-height:2em;
}
.wthree_stat_right ul li{
  padding:2em 1em;
  text-align:center;
  border:1px solid #fff;
  display:inline-block;
  width: 32%;
}
.wthree_stat_right ul li:nth-child(2){
  margin:0 .5em;
}
.wthree_stat_right1 i{
  font-size: 1.5em;
    color: #212121;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    line-height: 2.6em;
}
.wthree_stat_right1 h4{
  font-size:1.3em;
  color:#fff;
  margin:1em 0;
}
.wthree_stat_right1 p{
  font-size:2em;
  color:#fff;
  font-weight:500;
}
.w3layouts_newsletter{
  padding:3em 0;
  background:rgba(246, 43, 43, 0.85);
}
.w3layouts_newsletter_left{
  float:left;
}
.w3layouts_newsletter_right{
  float:right;
  width:50%;
}
.w3layouts_newsletter_left h3{
  font-size:2em;
  color:#fff;
  text-transform:capitalize;
}
.w3layouts_newsletter_right input[type="email"]{
  outline: none;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 74.2%;
}
.w3layouts_newsletter_right input[type="submit"]{
  outline: none;
    border: 1px solid #0993b2;
    padding: 10px 0;
    background: #0a9dbd;
    color: #fff;
    font-size: 14px;
    width: 25%;
    text-transform: uppercase;
}
.w3layouts_newsletter_right input[type="submit"]:hover{
  background:#fff;
  border: 1px solid #fff;
  color:#0993b2;
}
/*-- //stats --*/
/*-- footer --*/
.footer{
  padding:4em 0;
}
.w3_footer_grid h2{
  margin-bottom:1em;
}
.w3_footer_grid h2 a{
  font-size: 1em;
    color: #212121;
    text-decoration: none;
}
.w3_footer_grid h2 a span {
    color: #0a9dbd;
    display: inline-block;
    border: 3px solid;
    padding: 0 .2em;
}
.w3_footer_grid p{
  color:#999;
  line-height:2em;
}
.w3_footer_grid p a{
  color:#f62b2b;
  text-decoration:underline;
}
.w3_footer_grid p a:hover{
  color:#999;
}
.w3l_footer_grid {
  width:50px;
  height:50px;
  border-radius:30px;
  background:#212121;
  text-align:center;
}
.w3_footer_grid:hover .w3l_footer_grid {
  background:#0a9dbd;
}
.w3l_footer_grid i{
  font-size:1.8em;
  color:#fff;
  line-height:2em;
}
.w3_footer_grid h4{
  font-size: 1.2em;
    color: #0a9dbd;
    margin: 1em 0 .5em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.w3_footer_grid p span{
  display:block;
}
.w3_footer_grid img{
	width: 100%;
}
.copyright{
  padding:2em 0;
  background:#212121;
}
.w3ls_copyright_left{
  float:left;
}
.w3ls_copyright_left ul li{
  display:inline-block;
  margin-right:1em;
}
.w3ls_copyright_left ul li:last-child{
  margin-right:0;
}
.w3ls_copyright_left ul li a{
  text-transform:uppercase;
  font-weight:600;
  color:#fff;
  text-decoration:none;
}
.w3ls_copyright_left ul li a:hover,.w3ls_copyright_left ul li.active a{
  color:#05d2ff;
}
.w3ls_copyright_left p{
  margin-top:.5em;
  color:#999;
  line-height:2em;
}
.w3ls_copyright_left p a{
  color:#05d2ff;
  text-decoration:underline;
}
.w3ls_copyright_left p a:hover{
  color:#fff;
}
.w3ls_copyright_right{
  float:right;
  margin-top: 1em;
}
.w3ls_copyright_right ul li,.title li,.wthree_mail_social li{
  display:inline-block;
}
.w3ls_copyright_right ul li a,.w3agile_social_icons ul li a,.title li a,.wthree_mail_social li a{
  width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: .5em;
    font-size: 13px;
  background:#383838;
}
a.w3_agile_facebook:hover{
  background:#3b5998;
}
a.agile_twitter:hover{
  background:#1da1f2;
}
a.w3_agile_dribble:hover{
  background:#ea4c89;
}
a.w3_agile_vimeo:hover{
  background:#1ab7ea;
}
/*-- //footer --*/












/*
-----------------------------------------------------------------------
    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: #989898;
  font-size: 14px;
}

.welcome-content .welcome-box {
    border: 3px solid;
    padding: 25px 38px;
}

.welcome-content .welcome-box .title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 46px;
    margin-bottom: 45px;
    margin-top: 0;
    text-transform: capitalize;
}

.welcome-content .timetable-box {
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 30px;
}

.welcome-content .timetable-box .title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 25px 25px 0;
}

.welcome-content .timetable-box .title:before {
    bottom: -20px;
    content: "";
    height: 2px;
    left: 27px;
    position: absolute;
    width: 60px;
}

.welcome-content .timetable-box .title:after {
    background-color: #fff;
    bottom: -20px;
    content: "";
    height: 2px;
    left: 30px;
    position: absolute;
    width: 3px;
}

.welcome-content .timetable-box .timetable-list {
    margin-bottom: 30px;
    padding: 0 25px;
}

.welcome-content .timetable-box .timetable-list li {
    border-bottom: 1px dotted #ddd;
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 5px;
}

.welcome-content .timetable-box .timetable-list li span {
    float: right;
}

.welcome-content .timetable-box .overlay {
    border-radius: 0 0 20px 20px;
    padding: 17px 30px;
}

.welcome-content .timetable-box .overlay .text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 0;
}

.welcome-content .timetable-box .overlay .text span {
    color: #111;
    font-family: 'Roboto', sans-serif;
}

.welcome-content .timetable-box .overlay .btn-theme {
    border-radius: 20px;
    font-size: 12px;
    line-height: 40px;
    padding: 11px 20px;
}

.welcome-membar {
    margin-bottom: 30px;
}

.welcome-membar .thumb {
    position: relative;
}

.welcome-membar .thumb img {
    border-radius: 20px;
    width: 100%;
}

.welcome-membar .membar-info {
    border-radius: 0px 0px 20px 20px; 
    bottom: 0;
    left: 0;
    padding: 17px 25px 10px 25px;
    position: absolute;
    right: 0;
}

.welcome-membar .membar-info .membar-name {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center;
}

.welcome-membar .membar-info .doc-title {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.welcome-content .feature-list {
  font-family: "Lato",sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome-content .feature-list a:hover {
  color: #1c1c1c;
}

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

.welcome-content .welcome-feature {
  background-image: url(../images/welcome/1.jpg);
  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: 1px solid #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: #111;
}

.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: 'Raleway', sans-serif;
}




.gallery-wrapper .gallery-post .thumb:hover .overlay,
.team-post .thumb .overlay {
    background-color: rgba(81, 184, 241, 0.5);
}
.blog-post .thumb .overlay {
    background-color: rgba(81, 184, 241, 0.7);
}
.layer-overlay:before,
.welcome-content .timetable-box .overlay,
.welcome-membar .membar-info,
.blog-post .thumb .blog-post-date {
    background-color: rgba(81, 184, 241, 0.8);
}
.theme-overlay:before,
.isotope-item .isotop-thumb .isotop-overlay .isotop-icons a,
.service-pricing .content {
    background-color: rgba(81, 184, 241, 0.85);
}
.services-style4 .blog-post .icon-box {
    background-color: rgba(81, 184, 241, 0.92);
}
.welcome-content .welcome-feature::before {
    background-color: rgba(81, 184, 241, 0.95);
}
.theme-overlay.overlay-theme:before {
    background-color: rgba(81, 184, 241, 0.96);
}

/*--´óÍ¼--*/


/*Site Banner*/

.bj-1{background: url("../images/slides/11.jpg") center no-repeat;}
.bj-2{background: url("../images/slides/22.jpg") center no-repeat;}
.bj-3{background: url("../images/slides/33.jpg") center no-repeat;}
.bj-4{background: url("../images/slides/44.jpg") center no-repeat;}
.bj-5{background: url("../images/slides/55.jpg") center no-repeat;}


#site-banner {
  
  padding: 140px 0;
  position: relative;
  max-height: 280px;
  margin-bottom: 30px;
}

#site-banner:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
}

#site-banner h1 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
#site-banner .breadcrumb {
  background: none;
  color: #fff;
}
#site-banner .container {
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
#site-banner a {
  color: #fff;
}
#site-banner a:hover {
  color: #333;
}
#site-banner li {
  color: #fff;
}
#site-banner ol {
  margin-bottom: 0;
}

/*--´óÍ¼--*/



/*-------*/


/* Sidebar
-------------------------------------------------------------- */
.sidebar {
    margin-top: -2px;
	
	font: 14px/27px "Quattrocento Sans", sans-serif;
	font-weight: 300;
	background-color: #fff;		
	color: #646a7c;
}

.sidebar .widget h3{
	color: #FFFFFF;
	background-color: #1688d3;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 2em;
}
.sidebar .widget h3 a{
	color: #FFFFFF;
}
.sidebar .widget h3 a:hover{
	color: #151B45;
}

.sidebar .widget {
	margin-bottom: 47px;
	position: relative;
}

.widget ul  {padding: 0;
	padding: 0;
	margin: 0;
}

.widget ul li {
	position: relative;
	list-style: none;

}

.widget ul li:first-child {
	padding-top: 0;
}

.widget .widget-title {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 700;
	color: #182331;
	margin-bottom: 18px;
	
}




/* Widget-nav-menu */
.widget.widget-nav-menu {
	margin-bottom: 39px;	
}

.widget.widget-nav-menu ul li {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.widget.widget-nav-menu ul li:after {
	position: absolute;
	right: 13px;
	top: 10px;
	content: "\f0da";
	font-family: 'FontAwesome';
	color: #a8b0b2;
}

.widget.widget-nav-menu ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    z-index: -1;
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
	background: #1688d3;
}

.widget.widget-nav-menu ul li:hover:before {
	height: 100%;
	opacity: 100;
}

.widget.widget-nav-menu ul li.active {
	background-color: #1688d3;
}

.widget.widget-nav-menu ul li.active a {
	padding: 11px 0px 12px 25px;
}

.widget.widget-nav-menu ul li a {
	display: inline-block;
	padding: 7px 0px 7px 25px;
	width: 100%;
	color: #3c3a42;
	text-transform: capitalize;
}

.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li.active:after,
.widget.widget-nav-menu ul li:hover:after {
	color: #fff;
}

.widget-nav-menu.style2 ul li {
	background: #F4F6F8;
}
/*-------------------------------*/


	
.this-title-2{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	display: inline;
	background-color: #ffffff;
	margin-left: 15px;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.this-title-1 {
	margin-bottom: 15px;
	margin-top: 3px;
	padding-left: 30px;
	margin-left: 10px;
	background-image: url(../images/h2-bj.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	margin-right: 10px;
}
.neirong{
	border: 1px solid #dddddd;
	margin-top: 0px;
}
.neirong1{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 18px;
}



.about p a{color: #1c8bd4;}
.about p a:hover{
	color: #182b45;
	text-decoration: underline;
}

.top-img img{
	width: 100%;
}

.mei img{
	width: 97%;
	margin: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.mei1 img{
	width: 47%;
	margin: 1%;
	padding: 3px;
	border: 1px solid #CCCCCC;
	
}
