<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">







@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: #999999;

  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;

}













button{

  border: none;

}

.thm-btn {

  color: #ffffff;

  font-size: 14px;

  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;



  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: normal;

  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_______________ */











/* Update header Style */

@keyframes menu_sticky {



}

.mainmenu-area.stricky-fixed {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10000;

  background: #152545;

  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);

}

.mainmenu-area.stricky-fixed {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10000;

  background: #152545;



}







/* 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 #f0f0f0;

  color: #3d3d3d;

  display: block;

  font-size: 18px;

  font-weight: 700;

  height: 47px;

  transition: all 500ms ease 0s;

  width: 47px;

  font-family: 'Roboto', sans-serif;

  border-radius: 30px;

}

.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);

  background-color:rgba(67, 195, 234, 0.85);

  -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: #152545 none repeat scroll 0 0;

  padding: 7px 0 8px;

}

.top-bar-area .welcome p {

  color: #ffffff;

  font-size: 12px;

  line-height: 24px;

  margin: 5px 0;

}

.top-bar-area .welcome p a{

  color: #ffffff;

}



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

}

.top-bar-area .rate h6, .top-bar-area .rate h6 a {

  color: #ffffff;

  font-size: 12px;

  font-weight: 400;

  line-height: 34px;

}

.top-bar-area .rate h6 a:hover {

	color: #3eb9de;}



.top-social-links {

  margin-right: 16px;

}

.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: #ffffff;

  font-size: 14px;

  transition: all 500ms ease;

}

.top-social-links ul li a:hover i{

  color: #3eb9de;    

}





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

    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;

  border-right: 1px solid #1f3155;

}

.main-menu .navigation li:first-child{

  border-left: 1px solid #1f3155;

}

.main-menu .navigation li a {

  color: #ffffff;

  display: block;

  font-size: 14px;

  font-weight: 700;

  line-height: 30px;

  opacity: 1;

  padding: 20px 28px 20px;

  position: relative;

  text-transform: uppercase;

  transition: all 500ms ease 0s;

}

.main-menu .navigation &gt; li.dropdown &gt; a {}

.main-menu .navigation &gt; li.dropdown &gt; a:after {}

.main-menu .navigation &gt; li:hover &gt; a, 

.main-menu .navigation &gt; li.current &gt; a {

  color: #43c3ea;

  opacity: 1;

}

.main-menu .navigation &gt; li &gt; ul {

  position: absolute;

  left: 29px;

  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 &gt; li:hover &gt; ul {

  top: 100%;

  opacity: 1;

  visibility: visible;

}

.main-menu .navigation &gt; li &gt; ul &gt; li {

  float: none;

  margin: 0;

  padding: 0;

  position: relative;

  width: 100%;

  border-top: 1px solid #3eb9de;

  border-right: none;

}

.main-menu .navigation &gt; li &gt; ul &gt; li:first-child{

  border: none;

}

.main-menu .navigation &gt; li &gt; ul &gt; li &gt; 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 &gt; li &gt; ul &gt; li:hover &gt; a {

  color: #fff;

  background-color: #3eb9de;

}





.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:after{}

.main-menu .navigation &gt; li &gt; ul &gt; li.dropdown:hover &gt; a:after{}



.main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul{

}

.main-menu .navigation &gt; li &gt; ul li:hover ul {}



.main-menu .navigation &gt; li &gt; ul &gt; li ul li {}

.main-menu .navigation &gt; li &gt; ul &gt; li ul li:first-child{}

.main-menu .navigation &gt; li &gt; ul &gt; li ul li a{ }

.main-menu .navigation &gt; li &gt; ul &gt; li  &gt; ul &gt; li:hover &gt; a{}



.main-menu .navbar-collapse &gt; 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;

}

.cz{

  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: 1px;font-size: 20px;

}

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

  z-index: 999;

}

.top-search-box:hover .search-box {

  top: 186%;

  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-left: 1px solid #ddd;

	border-bottom: 0;

	border-right: 0;

	border-top: 0;

  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 {

}

.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;

}













/*** 

=============================================

    Call to action Area style

=============================================

***/

.call-to-action-area {

  background: #ffffff;

  padding: 80px 0 40px;

}

.call-to-action-area .single-item {

  margin-bottom: 30px;

}

.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%;border: 1px #eee solid      

}



.call-to-action-area .single-item .img-holder .overlay .box .content a i {

  height: 50px;

  width: 50px;

  border-radius: 50%;

  border: 2px solid #fff;

  color: #fff;

  font-size: 16px;

  line-height: 45px;

  transition: all 500ms ease;margin: 0 8px;

}

.call-to-action-area .single-item a h5 {

  color: #111;

  font-size: 15px;

  text-transform: uppercase;

  margin:10px 0 2px 0 ;

  transition: all 500ms ease;

}

.call-to-action-area .single-item .text-holder {

  margin: 18px 0 0;

}

.call-to-action-area .single-item .text-holder h3{

  color: black;font-size: 18px; font-weight: 900;padding-bottom: 20px

}



.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.1);

  transform:scale(1.1);

}

.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{

 background: #152545;

  border-color: #152545;

}







/*** 

=============================================

    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 #f0f0f0;

  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;

}







/*** 

=============================================

    Latest blog Area style

=============================================

***/

.latest-blog-area {

  padding-bottom: 30px;

  padding-top: 80px;

}

.latest-blog-area .sec-title-two {

  padding-bottom: 45px;

}

.latest-blog-area .sec-title-two h1 {

  color: #ffffff;

}

.latest-blog-area .button {}

.latest-blog-area .button a {

  color: #ffffff;

  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.5) 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;background-color: rgba(21, 37, 69, 0.4)

} 

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

  margin-left: -8px;

  margin-right: -8px;

  padding-top: 15px;

}

.latest-blog-area .single-latest-blog .text-holder .meta-info li {

  display: inline-block;

  margin: 0 8px;color: #43c3ea;

}

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

  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: 16px;

  line-height: 20px;

  padding: 0 0 5px 0;

  transition: all 500ms ease 0s;

}

.slt{height: calc(1vw * 45);max-height: 200px; overflow: hidden;width: 100%;background-position:center center!important; background-size:cover!important;position:relative}

.slt2{height: calc(1vw * 45);max-height: 102px; overflow: hidden;width: 99.9%;background-position:center center!important; background-size:cover!important;position:relative}

.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: 10px 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 #f0f0f0;

  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 #f0f0f0;

  padding-left: 25px;

  padding-right: 25px;

  padding-top: 35px;

  z-index: -1;

  padding-bottom: 28px;

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

}

.testimonial-carousel .single-item:hover .text-holder{

  border-color: #e2e2e2;

}

.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: #f9f9f9 none repeat scroll 0 0;

  display: block;

  overflow: hidden;

  padding: 15px 15px 15px;

  text-align: left;

  border-left: 1px solid #f0f0f0;

  border-bottom: 1px solid #f0f0f0;

  border-right: 1px solid #f0f0f0;

  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{width: 74%;}

.testimonial-carousel .single-item .client-info .name h6 {

  color: #3d3d3d;

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  margin: 0 0 3px;

  transition: all 700ms ease;overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap;

}

.testimonial-carousel .single-item .client-info .name h6 a{

  color: #3d3d3d;

  font-size: 14px;

  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 .name p a{

  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: 10px;

  height: 20px;

  line-height: 20px;

  margin: 0;

  text-align: center;

  width: 60px;

}

.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 h6 a{

  color: #ffffff;

}

.testimonial-carousel .single-item:hover .client-info .name p {

  color: #4d8cb2;    

}

.testimonial-carousel .single-item:hover .client-info .name p a{

  color: #43c3ea;    

}









.testimonial-carousel .single-item .client-info .name2{width: 100%;min-height: 61px}

.testimonial-carousel .single-item .client-info .name2 h6 {

  color: #3d3d3d;

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  margin: 0 0 3px;

  transition: all 700ms ease;



}

.testimonial-carousel .single-item .client-info .name2 h6 a{

  color: #3d3d3d;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  margin: 0 0 3px;

  transition: all 700ms ease;

}

.testimonial-carousel .single-item .client-info .name2 p {

  color: #43c3ea;

  margin: 0;

  transition: all 500ms ease;

}

.testimonial-carousel .single-item .client-info .name2 p a{

  color: #43c3ea;

  margin: 0;

  transition: all 500ms ease;

}



.testimonial-carousel .single-item:hover .client-info .name2 h6{

  color: #ffffff;

}

.testimonial-carousel .single-item:hover .client-info .name2 h6 a{

  color: #ffffff;

}

.testimonial-carousel .single-item:hover .client-info .name2 p {

  color: #4d8cb2;    

}

.testimonial-carousel .single-item:hover .client-info .name2 p a{

  color: #43c3ea;    

}













.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 #f0f0f0;

  display: block;

  height: 40px;

  left: -44px;

  position: absolute;

  top: -40px;

  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 #f0f0f0;

  display: block;

  height: 40px;

  position: absolute;

  right: -44px;

  top: -40px;

  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: #f0f0f0;

  padding-bottom: 50px;

  padding-top: 50px;

}

.brand-area .brand .owl-stage-outer{

  z-index:10;		

}

.brand-area .brand .single-item {

  border: 1px solid #eaeaea;

  height: 60px;

  -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: 1px solid #43c3ea;

}

.brand-area .brand .single-item:hover img{

  opacity: .9;

}

.brand-area .owl-controls {

  display: none;

}







/*** 

=============================================

    Footer area style

=============================================

***/



.footer-area {

	background: #152545 none repeat scroll 0 0;

	padding-top: 20px;

	overflow: hidden;

}

.footer-area2 {

	background: #13213e none repeat scroll 0 0;

	padding-top: 20px;

	overflow: hidden;

}

.single-footer-widget .footer-logo {

  padding: 35px 0 23px 0;

}

.single-footer-widget .repairplus-info {

  overflow: hidden;

}

.single-footer-widget .repairplus-info p {

  margin: 0 0 32px;

  color: #c1c1c1;

  font-size: 14px;

  font-weight: 400;

  line-height: 26px;

}

.single-footer-widget .repairplus-info p.top{

  margin-bottom: 15px;

}

.single-footer-widget .repairplus-info .button a {

  padding: 17px 25px 15px;

  border-left: 2px solid #43c3ea;

  border-right: 2px solid #43c3ea;

  border-top: 2px solid #43c3ea;

  border-bottom: 2px solid #43c3ea;    

}

.single-footer-widget .repairplus-info .button a:hover{

  background: transparent;

  color: #fff;

}





.footer-area .footer-widget {

  display: block;

  padding-left: 30px;

  padding-top: 40px;

  position: relative;

  padding-bottom: 30px;



}

.footer-area .footer-widget::before {



  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 1000%;

  z-index: -1;

}

.single-footer-widget .title {

  padding-bottom: 25px;

  margin-top: -4px;

}

.single-footer-widget .title h3 {

  color: #ffffff;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

}





.single-footer-widget .services-list{ }

.single-footer-widget .services-list li{

  margin-bottom: 5px;  

  padding-left: 15px;

  position: relative;

}

.single-footer-widget .services-list li:before{

  content: "\f0da";

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #c1c1c1;

  font-size: 16px;

  position: absolute;

  top: 1px;

  left: 0; 

  transition: all 500ms ease;

}

.single-footer-widget .services-list li a{

  color: #c1c1c1;

  font-size: 14px;

  font-weight: 400;

  transition: all 700ms ease;

}

.single-footer-widget .tz3 li a{

  color: #c1c1c1;

  font-size: 13px;

  font-weight: 400;

  transition: all 700ms ease;

}

.single-footer-widget .services-list li:hover:before{

  color: #43c3ea;    

}

.single-footer-widget .services-list li:hover a{

  color: #43c3ea;

  text-decoration: underline;

}







.single-footer-widget.subscribe-form-widget {

  margin-left: 30px;

  padding-right: 10px;

}

.single-footer-widget .subscribe-form {

  overflow: hidden;

}

.single-footer-widget .subscribe-form p {

  color: #c1c1c1;

  margin: 0 0 12px;

  font-size: 14px;

  font-weight: 400;

}

.single-footer-widget .subscribe-form form {

  position: relative;  

}

.single-footer-widget .subscribe-form form input[type="text"] {

  background: #152545;

  border: 1px solid #172849;

  color: #c1c1c1;

  display: block;

  font-size: 14px;

  font-weight: 400;

  height: 42px;

  padding-left: 10px;

  padding-right: 5px;

  position: relative;

  transition: all 500ms ease 0s;

  width: 210px;

}

.single-footer-widget .subscribe-form form button {

  background: #152545;

  color: #4d8cb2;

  display: block;

  height: 42px;

  padding: 5px 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 0;

  transition: all 500ms ease 0s;

  width: 36px;

  border: 1px solid #172849;

}

.single-footer-widget .subscribe-form form input[type=text]:focus {

  border: 1px solid #43c3ea;

  background: #fff;

  color: #1b1b1b;

}

.single-footer-widget .subscribe-form form input[type=text]:focus + button, 

.single-footer-widget .subscribe-form form button:hover {

  background: #43c3ea none repeat scroll 0 0;

  color: #1b1b1b;

  border-color: #43c3ea;

}

.single-footer-widget .subscribe-form h4 {

  border-bottom: 1px solid #26344e;

  color: #546075;

  font-size: 14px;

  font-style: italic;

  font-weight: 400;

  line-height: 26px;

  margin: 14px 0 20px;

  padding-bottom: 15px;

}

.single-footer-widget .footer-social-links {

  overflow: hidden;

}

.single-footer-widget .footer-social-links ul li {

  display: inline-block;

  float: left;

  margin-right: 20px;

}

.single-footer-widget .footer-social-links ul li:last-child {

  margin-right: 0px;

}

.single-footer-widget .footer-social-links ul li a {}

.single-footer-widget .footer-social-links ul li a i {

  color: #c1c1c1;

  font-size: 16px;

  transition: all 500ms ease;

}

.single-footer-widget .footer-social-links ul li a:hover i {

  color: #43c3ea;    

}





.single-footer-widget.contact-info-widget {

  margin-left: -10px;

}

.single-footer-widget .footer-contact-info {}

.single-footer-widget .footer-contact-info li {

  position: relative;

  padding-left: 35px;

  margin-bottom: 12px;

}

.single-footer-widget .footer-contact-info li:last-child{

  margin-bottom: 0;

}

.single-footer-widget .footer-contact-info li .icon-holder {

  position: absolute;

  top: 0;

  left: 0;

}

.single-footer-widget .footer-contact-info li .icon-holder span:before{

  color: #43c3ea;

  font-size: 15px;

}



.single-footer-widget .footer-contact-info li .text-holder {

  

}

.single-footer-widget .footer-contact-info li .text-holder h5 {

  color: #c1c1c1;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

}

.single-footer-widget .footer-contact-info li .text-holder h5 span {

  text-transform: uppercase;

  font-weight: 500;

}



.footer-bottom {

  overflow: hidden;

  padding: 5px 0 18px;

}

.footer-bottom .copyright-text{}

.footer-bottom .copyright-text p {

  color: #c1c1c1;

  font-size: 12px;

}

.footer-bottom .copyright-text p a {

  color: #c1c1c1; 

  transition: all 500ms ease;

}

.footer-bottom .copyright-text p a:hover{

  color: #fff;

}





.footer-bottom .payment-method {}

.footer-bottom .payment-method ul {

  margin-left: -5px;

  margin-right: -5px;

}

.footer-bottom .payment-method ul li {

  display: inline-block;

  float: left;

  margin: 0 5px;pull-right

}

.footer-bottom .payment-method ul li a i {

  font-size: 32px;

  transition: all 500ms ease;

  color: #c1c1c1;

}

.footer-bottom .payment-method ul li a:hover i {

  color: #43c3ea;

}







/*** 

=============================================

    Breadcrumb area style

=============================================

***/

.breadcrumb-area {

  background: #f0f0f0 none repeat scroll 0 0;

  height: 155px;

  padding-top: 55px;

}

.breadcrumb-area h1 {

  color: #3d3d3d;

  font-size: 40px;

  font-weight: 700;

  text-transform: capitalize;

}







/*** 

=============================================

    Breadcrumb botton area style

=============================================

***/

.breadcrumb-botton-area {

  border-bottom: 1px solid #f0f0f0;

  padding: 13px 0 7px;

  background-color: #f0f0f0

}

.breadcrumb-botton-area .left { }

.breadcrumb-botton-area .left ul {

  overflow: hidden;

  display: inline-block;

  margin-left: -2px;

  margin-right: -2px;

}

.breadcrumb-botton-area .left ul li{

  display: inline-block;

  margin: 0 2px;

  color: #43c3ea;

  font-size: 14px;



}

.breadcrumb-botton-area .left ul li a{

  color: #3d3d3d;

  transition: all 500ms ease;

}

.breadcrumb-botton-area .left .crumb{

  padding: 0 3px

}

.breadcrumb-botton-area .left ul a{

  color: #3d3d3d;

  transition: all 500ms ease;

}

.breadcrumb-botton-area .left ul li a:hover{

  color: #43c3ea;    

}

.breadcrumb-botton-area .left ul a:hover{

  color: #43c3ea;    

}

.breadcrumb-botton-area .right {}

.breadcrumb-botton-area .right a {

  color: #43c3ea;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  transition: all 500ms ease;

}

.breadcrumb-botton-area .right a i {

  display: inline-block;

  padding-right: 10px;

}

.breadcrumb-botton-area .right a:hover{

  color: #152545;    

}







/*** 

=============================================

    Blog Area style

=============================================

***/

#blog-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

#blog-area .blog-post {

  border-right: 1px solid #f0f0f0;

  margin-bottom: -80px;

  padding-bottom: 80px;

  margin-right: -25px;

  padding-right: 25px;

  margin-top: -107px;

  padding-top: 80px;

}





.blog-with-sidebar-area .blog-post .single-blog-item {

  border-bottom: 1px solid #f0f0f0;

  margin-bottom: 20px;

  padding-bottom: 48px;

}

.single-blog-item {

  overflow: hidden;

}

.single-blog-item .img-holder {

  overflow: hidden;

  position: relative;

  overflow: hidden;

}

.single-blog-item .img-holder img {

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

  width: 100%;      

}

.single-blog-item .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: 55px;

  line-height: 55px;

  transition: all 500ms ease 0s;

  width: 55px;

}

.single-blog-item:hover .img-holder .overlay{

  -webkit-transform: scale(1);

  transform: scale(1);    

}

.single-blog-item:hover .img-holder img{

  -webkit-transform:scale(1.3);

  transform:scale(1.3);    

} 

.single-blog-item .overlay .box .content a:hover i{

  background: #152545;

  color: #43c3ea;

}





.single-blog-item .text-holder {

  padding-left: 70px;

  position: relative;

}

.single-blog-item .text-holder .date-box {

  left: 0;

  position: absolute;

  top: 30px;

}

.single-blog-item .text-holder .date-box h4 {

  background: #43c3ea none repeat scroll 0 0;

  color: #ffffff;

  display: block;

  font-size:26px;

  font-weight: 700;

  height: 70px;

  line-height: 23px;

  padding: 15px 15px 0 15px;

  text-align: center;

  width: 70px;

}

.single-blog-item .text-holder .date-box h4 span{

  font-size: 12px;

  font-weight: 700;

  margin:-15px ;

  text-align: center;

}

.single-blog-item .text-holder .text-box {

  margin-left: 20px;

  padding-top: 23px;

}

.single-blog-item .text-holder .text-box .blog-title {

  color: #3d3d3d;

  font-size: 20px;

  font-weight: 700;

  line-height: 28px;

  margin: 0 0 6px;

  text-transform: uppercase;

  transition: all 500ms ease 0s;

}

.single-blog-item .text-holder .text-box .blog-title:hover{

  color: #43c3ea;

}



.single-blog-item .text-holder .text-box .meta-info {

  margin-left: -8px;

  margin-right: -8px;

  overflow: hidden;

  margin-bottom: 16px;

}

.single-blog-item .text-holder .text-box .meta-info li{

  display: inline-block;

  margin: 0 8px;

}

.single-blog-item .text-holder .text-box .meta-info li a{

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  text-transform: capitalize;

  transition: all 500ms ease;

}

.single-blog-item .text-holder .text-box .meta-info li a:hover{

  color: #43c3ea;    

}

.single-blog-item .text-holder .text-box .meta-info li i{

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  display: inline-block;

  padding-right: 8px;

}

.single-blog-item .text-holder .text-box .text {

  overflow: hidden;

}

.single-blog-item .text-holder .text-box .text p{

  margin: 0;

}

.single-blog-item .text-holder .text-box .text .bottom {

  overflow: hidden;

  margin-top: 18px;

}

.single-blog-item .text-holder .text-box .text .bottom .readmore a {

  color: #3d3d3d;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  transition: all 500ms ease;

}

.single-blog-item .text-holder .text-box .text .bottom .readmore a:hover{

  color: #43c3ea;

}

.single-blog-item .text-holder .text-box .text .bottom .readmore a i {

  display: inline-block;

  padding-left: 7px;

  font-size: 15px;

}















.single-blog-item .text-holder .text-box2 {

  padding-top: 6px;

}

.single-blog-item .text-holder .text-box2 .blog-title {

  color: #3d3d3d;

  font-size: 18px;

  font-weight: 700;

  line-height: 22px;

  margin: 10px 0 6px;

  text-transform: uppercase;

  transition: all 500ms ease 0s;

}

.single-blog-item .text-holder .text-box2 .blog-title:hover{

  color: #43c3ea;

}



.single-blog-item .text-holder .text-box2 .text {

  overflow: hidden;margin-bottom: -36px

}

.single-blog-item .text-holder .text-box2 .text p{

  margin: 0;line-height: 20px;

}













.sidebar-wrapper {

  padding-left: 20px;

}

.sidebar-wrapper .single-sidebar {

  overflow: hidden;

  margin-bottom: 60px;

  position: relative;

}

.sidebar-wrapper .single-sidebar .sidebar-title {

  overflow: hidden;

  padding-bottom: 36px;

  margin-top: 4px;

}

.sidebar-wrapper .single-sidebar .sidebar-title h1 {

  color: #3d3d3d;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

}



.sidebar-wrapper .single-sidebar form.search-form {

  position: relative

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {

  background: #fff;

  border: 1px solid #f0f0f0;

  color: #999999;

  display: block;

  font-size: 14px;

  font-weight: 500;

  height: 50px;

  letter-spacing: 1px;

  padding-left: 15px;

  padding-right: 55px;

  position: relative;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;

  width: 100%;

}

.sidebar-wrapper .single-sidebar .search-form button {

  background: #43c3ea none repeat scroll 0 0;

  border: medium none;

  color: #fff;

  display: block;

  height: 50px;

  padding: 11px 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 0;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;

  width: 50px;

}

.sidebar-wrapper .single-sidebar .search-form button i {

  font-size: 14px

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {

  border: 1px solid #152545;

  background: #3eb9de;

  color: #fff;

}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 

.sidebar-wrapper .single-sidebar .search-form button:hover {

    background: #152545 none repeat scroll 0 0;

    color: #fff;

}





.single-sidebar .categories {

  margin-top: -7px;

}

.single-sidebar .categories li:first-child {

border-top: 1px solid #f0f0f0!important;

}

.single-sidebar .categories li:last-child {

  margin-bottom: 0;

}

.single-sidebar .categories li a {

  color: #999999;

  transition: all 500ms ease;

  font-size: 14px;

  font-weight: 400;

  position: relative;display: block;

  border-bottom: 1px solid #f0f0f0;

  padding: 12px 0 12px 25px

}

.single-sidebar .categories li a:before{

  content: "\f192";

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #999999;

  font-size: 16px;

  position: absolute;

  top: 13px;

  left: 1px;

  transition: all 500ms ease;

}

.single-sidebar .categories li a span i {

  display: inline-block;

  font-size: 16px;

  position: relative;

}





.single-sidebar .categories li a:hover{

  color: #57a9d9;background-color: #f9f9f9

}

.single-sidebar .categories li a:hover:before{

  color: #57a9d9;      

}



.single-sidebar .recent-post {

  margin-top: -6px;

}

.single-sidebar .recent-post li {

  margin-bottom: 14px;

  position: relative;

  border-bottom: 1px solid #f0f0f0;

  padding-bottom: 17px;

}

.single-sidebar .recent-post li:last-child{

  margin-bottom: 0;

}

.single-sidebar .recent-post li a .post-title {

  color: #333;

  font-size: 14px;

  font-weight: 400;

  line-height: 18px;

  transition: all 500ms ease;

  margin: 0 0 10px;

}

.single-sidebar .recent-post li a .post-title:hover{

  color: #43c3ea;

}

.single-sidebar .recent-post li .post-date{

  color: #999999;

  font-size: 12px;

  font-weight: 400;

}

.single-sidebar .recent-post li .post-date i{

  display: inline-block;

  padding-right: 3px;

  font-size: 14px;

}







.single-sidebar .blog-archive {

  margin-top: -8px;    

}

.single-sidebar .blog-archive li {

  border-bottom: 1px solid #f0f0f0;

  margin-bottom: 12px;

  padding-bottom: 13px;  

}

.single-sidebar .blog-archive li:last-child {

  margin-bottom: 0;

}

.single-sidebar .blog-archive li a {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  padding-left: 25px;

  position: relative;

  transition: all 500ms ease;

}

.single-sidebar .blog-archive li a:before{

  content: "\f00c";

  font-family: FontAwesome;

  color: #999999;

  font-size: 16px;

  position: absolute;

  top: -2px;

  left: 0;  

  transition: all 500ms ease;

}

.single-sidebar .blog-archive li a:hover{

  color: #43c3ea;

}

.single-sidebar .blog-archive li a:hover:before{

  color: #43c3ea;

}





.single-sidebar .popular-tag {

  margin-left: -3px;

  margin-right: -3px;

  margin-top: -5px;

}

.single-sidebar.popular-tag .sidebar-title {

  padding-bottom: 41px;

}

.single-sidebar .popular-tag li {

  display: inline-block;

  margin: 0 3px 10px;

}

.single-sidebar .popular-tag li a {

  border: 1px solid #ececec;

  color: #999999;

  display: block;

  font-size: 14px;

  font-weight: 400;

  padding: 2px 10px 2px;

  transition: all 500ms ease 0s;

}

.single-sidebar .popular-tag li a:hover{

  background: #43c3ea;

  border-color: #43c3ea;

  color: #fff;

}

.single-sidebar.facebook {

  margin-top: -10px;

}







/*** 

=============================================

    Blog Single Area style

=============================================

***/

.blog-single-area .single-blog-item:hover .img-holder img {

  transform: none;    

}

.blog-single-area .single-blog-item .text-holder .text-box .blog-title:hover{

  color: #3d3d3d;

}

.blog-single-area .single-blog-item .text-holder {

  padding-left: 90px;

  position: relative;

}

.blog-single-area .single-blog-item .text-holder .text-box {

  margin-left: 0px;

  padding-top: 23px;

}







.blog-single-area .single-blog-item .text-holder p.mar-bottom {

  margin-bottom: 13px;

}



.blog-single-area .middle-content-box {

  margin: 30px 0 33px;

  overflow: hidden;

}

.blog-single-area .middle-content-box .img-holder {

  width: 340px;

}

.blog-single-area .middle-content-box .img-holder,

.blog-single-area .middle-content-box .text-holder{

  display: table-cell;

  vertical-align: top;

}

.blog-single-area .middle-content-box .text-holder {

  padding-left: 30px; 

  position: relative;

}

.blog-single-area .middle-content-box .text-holder:before{

  content: "\f10d";

  font-family: FontAwesome;

  font-style: normal;

  font-weight: normal;

  text-decoration: inherit;

  color: #f1f1f1;

  font-size: 24px;

  padding-right: ;

  position: absolute;

  top: -3px;

  left: 30px;    

}

.blog-single-area .middle-content-box .text-holder {

  padding-left: 30px;

  padding-top: 32px;

  position: relative;

}

.blog-single-area .middle-content-box .text-holder h3 {

  color: #3d3d3d;

  font-size: 18px;

  font-weight: 700;

  margin: 20px 0 7px;

}

.blog-single-area .middle-content-box .text-holder h5 {

  color: #43c3ea;

  font-size: 14px;

  font-weight: 400;

  margin: 0;

}





.blog-single-area .bottom-content-box {

  border-bottom: 1px solid #f0f0f0;

  padding-bottom: 21px;

}





.blog-single-area .tag-social-share-box {

  overflow: hidden;

  padding-bottom: 24px;

  padding-top: 25px;

}

.blog-single-area .tag-social-share-box .tag p {

  color: #43c3ea;

  margin: 0;

  font-size: 14px;

  font-weight: 400;

}

.blog-single-area .tag-social-share-box .tag p span {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  font-family: 'Roboto', sans-serif;

}



.blog-single-area .tag-social-share-box .social-share {

  

}

.blog-single-area .tag-social-share-box .social-share h5 {

  color: #3d3d3d;

  display: inline-block;

  float: left;

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

  position: relative;

  top: 7px;

}

.blog-single-area .tag-social-share-box .social-share i {

  padding-left: 10px;

  display: inline-block;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links {

  display: inline-block;

  float: left;

  margin-left: -3px;

  margin-right: -3px;

  padding-left: 20px;

  position: relative;

  top: -6px;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {

  display: inline-block;

  margin: 0 3px;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {

  border: 2px solid #f0f0f0;

  border-radius: 50%;

  color: #999999;

  font-size: 14px;

  height: 40px;

  line-height: 36px;

  padding: 0;

  text-align: center;

  transition: all 500ms ease 0s;

  width: 40px;

}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i{

  background: #43c3ea;

  border-color: #43c3ea;

  color: #fff;

}





.blog-single-area .author-box {

  background: #f0f0f0 none repeat scroll 0 0;

  display: block;

  padding: 30px 30px 22px;

  position: relative;

}

.blog-single-area .author-box .img-holder{

  width: 85px;

}

.blog-single-area .author-box .img-holder,

.blog-single-area .author-box .text-holder{

  display: table-cell;

  vertical-align: top;

}

.blog-single-area .author-box .text-holder {

  padding-left: 30px;

}

.blog-single-area .author-box .text-holder h3 {

  color: #252525;

  font-size: 20px;

  font-weight: 500;

  margin: -2px 0 14px;

  text-transform: capitalize;

}

.blog-single-area .author-box .text-holder p{

 

}



.blog-single-area .author-box .text-holder .social-link {

  margin-left: -6px;

  margin-right: -6px;

  overflow: hidden;

}

.blog-single-area .author-box .text-holder .social-link li{

  display: inline-block;

  margin: 0 6px;

}

.blog-single-area .author-box .text-holder .social-link li a i{

  color: #999999;

  font-size: 14px;

  transition: all 500ms ease;

}

.blog-single-area .author-box .text-holder .social-link li a:hover i{

  color: #43c3ea;

}





.blog-single-area .comment-box {

  overflow: hidden;

  padding-bottom: 35px;

  padding-top: 75px;

}

.blog-single-area .comment-box .title{

  padding-bottom: 35px;

}

.blog-single-area .comment-box .title h3 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.blog-single-area .comment-box .single-comment-box {

  padding-left: 60px;

  position: relative;

  margin-bottom: 30px;

}

.blog-single-area .comment-box .single-comment-box .img-holder {

  left: 0;

  position: absolute;

  top: 0;

}



.blog-single-area .comment-box .single-comment-box .text-holder {

  border: 1px solid #f0f0f0;

  margin-left: 20px;

  padding: 15px 20px 5px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top {

  overflow: hidden;

  padding-bottom: 8px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {

  position: relative;

  top: -3px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {

  margin-left: -0.5px;

  margin-right: -0.5px;

  overflow: hidden;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {

  display: inline-block;

  margin: 0 0.5px;

}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {

  color: #43c3ea;

  font-size: 14px;

}





.blog-single-area .add-comment-box {

  overflow: hidden;

}

.blog-single-area .add-comment-box .title {

  padding-bottom: 30px;

}

.blog-single-area .add-comment-box .title h3 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;  

}

.blog-single-area .add-comment-box .add-rating-box {

  padding-bottom: 17px;

}

.blog-single-area .add-comment-box .add-rating-box h4 {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  margin: 0 0 3px;

}

.blog-single-area .add-comment-box .add-rating-box ul {

  

}

.blog-single-area .add-comment-box .add-rating-box ul li {

  border-right: 1px solid #ebebeb;

  display: inline-block;

  line-height: 20px;

  margin-right: 6px;

  padding-right: 10px;

}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child{

  border-right: none;

  margin-right: 0;

  padding-right: 0;

}

.blog-single-area .add-comment-box .add-rating-box ul li a i{

  color: #d6d6d6;

  font-size: 12px;

}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i{

  color: #43c3ea;

  transition: all 500ms ease;

}



.blog-single-area .add-comment-box .add-comment-form {}

.blog-single-area .add-comment-box .add-comment-form .field-label {

  color: #999999;

  display: block;

  font-size: 14px;

  font-weight: 400;

  padding: 0 0 2px;

}

.blog-single-area .add-comment-box .add-comment-form input[type="text"],

.blog-single-area .add-comment-box .add-comment-form textarea{

  background: #fff none repeat scroll 0 0;

  border: 1px solid #ececec;

  display: block;

  font-size: 14px;

  font-weight: 400;

  height: 50px;

  padding: 0 15px;

  width: 100%;  

  margin-bottom: 12px;

  transition: all 500ms ease;

}

.blog-single-area .add-comment-box .add-comment-form textarea {

  height: 100px;

  padding: 10px 15px;

  margin-bottom: 30px;

}

.blog-single-area .add-comment-box .add-comment-form button {

  padding: 18px 40px 15px;

}

.blog-single-area .add-comment-box .add-comment-form input[type="text"]:focus{

  border-color: #43c3ea;    

}

.blog-single-area .add-comment-box .add-comment-form textarea:focus{

  border-color: #43c3ea;       

}

.blog-single-area .add-comment-box .add-comment-form button:hover{

  background: #152545;

  color: #fff;

  border-top-color: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

}







/*** 

=============================================

    Contact Area style

=============================================

***/

.contact-area {

  padding-bottom: 70px;

  padding-top: 80px;

}

.contact-area .title{

  padding-bottom: 34px;

  margin-top: -4px;

}

.contact-area .title h2{

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.contact-area .accordion-box {}

.contact-area .accordion-box .accordion {

  margin-bottom: 10px;

  position: relative;

  background: #fff;

}

.contact-area .accordion-box .accordion .accord-btn {

  background: #f0f0f0 none repeat scroll 0 0;

  cursor: pointer;

  height: 50px;

  line-height: 18px;

  padding: 11px 20px 12px;

  position: relative;

  transition: all 500ms ease;

}

.contact-area .accordion-box .accordion .accord-btn h4 {

  color: #3d3d3d;

  font-size: 18px;

  font-weight: 700;

  line-height: 28px;

  transition: all 500ms ease;

  text-transform: none;

  text-transform: capitalize;

}

.contact-area .accordion-box .accordion .accord-btn::after {

  background: #252525 none repeat scroll 0 0;

  border-radius: 2px;

  color: #fff;

  content:'\f054';

  font-family: "FontAwesome";

  font-size: 12px;

  font-weight: 100;

  height: 20px;

  line-height: 22px;

  margin-top: -15px;

  position: absolute;

  right: 20px;

  text-align: center;

  top: 29.5px;

  width: 20px;

  transition: all 500ms ease;

}



.contact-area .accordion-box .accordion .accord-btn.active {

  background: #152545 none repeat scroll 0 0;

}

.contact-area .accordion-box .accordion .accord-btn.active:after{

  content:'\f078';

  color: #fff;

  background: #43c3ea;

}

.contact-area .accordion-box .accordion .accord-btn.active h4{

  color: #fff;

}

.contact-area .accordion-box .accordion .accord-content {

  border: 1px solid #152545;

  display: none;

  padding: 22px 30px 23px;

  position: relative;

}

.contact-area .accordion-box .accordion .accord-content.collapsed{

	display:block;	

}



.contact-area .contact-info-list {

  margin-left: -10px;

}

.contact-area .contact-info-list li {

  border-bottom: 1px solid #f0f0f0;

  margin-bottom: 13px;

  padding-bottom: 13px;

  padding-left: 35px;

  position: relative;

}

.contact-area .contact-info-list li:last-child{

  margin-bottom: 0;

  padding-bottom: 0;

  border-bottom: 0px solid;

}

.contact-area .contact-info-list li .icon-holder {

  position: absolute;

  top: 0;

  left: 0;

}

.contact-area .contact-info-list li .icon-holder span:before{

  color: #43c3ea;

  font-size: 15px;

}

.contact-area .contact-info-list li .text-holder {}

.contact-area .contact-info-list li .text-holder h5 {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  line-height: 24px;

}

.contact-area .contact-info-list li .text-holder h5 span {

  text-transform: uppercase;

  font-weight: 500;

  color: #3d3d3d;

}



.contact-area .contact-form {

  

}

.contact-area .contact-form form input[type="text"],

.contact-area .contact-form form input[type="email"],

.contact-area .contact-form form textarea{

  border: 1px solid #ececec;

  color: #999999;

  display: block;

  font-size: 14px;

  height: 50px;

  margin-bottom: 30px;

  padding: 0 20px;

  width: 100%;

  transition: all 500ms ease;

}

.contact-area .contact-form form textarea{

  height: 170px;

  margin-bottom: 40px;

  padding: 10px 20px;

}

.contact-area .contact-form form input[type="text"]:focus{

  border-color: #43c3ea;        

}

.contact-area .contact-form form input[type="email"]:focus{

  border-color: #43c3ea;        

}

.contact-area .contact-form form textarea:focus{

  border-color: #43c3ea;    

}

.contact-area .contact-form form button{

  width: 100%;

  padding: 17px 0 16px;

}

.contact-area .contact-form form button:hover{

  background: #152545;

  border-top-color: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  

}







/*** 

=============================================

    Google map Area style

=============================================

***/

.google-map-area {

  position: relative;

}

#contact-google-map {

  height: 550px;

  width: 100%;

}







/*** 

=============================================

    Video Gallery Area style

=============================================

***/

.video-gallery-area{

  padding-top: 80px;

  padding-bottom: 80px;

}

.video-gallery-area .text-holder {

  color:#666

}

.video-gallery-area .text-holder h2 {

  color: #43c3ea;

  font-size: 30px;

  font-weight: 400;

  line-height: 40px;

  margin: -7px 0 22px;

}

.video-gallery-area .text-holder .top-text {

  margin: 0 0 15px;font-size: 15px;text-align: justify

}

.video-gallery-area .text-holder .bottom-text {

  margin: 0 0 30px;

  position: relative;font-size: 15px;text-align: justify

}







.video-gallery-area .video-gallery {

  width: 100%;

  height: auto;

  text-align: center;

  position: relative;

  overflow: hidden;

}

.video-gallery-area .video-gallery img {

  transform: scale(1);

  transition: all 0.5s ease 0s;

  width: 100%;

}

.video-gallery-area .video-gallery .overlay-gallery {

  background-color: transparent;

  bottom: 0;

  height: 100%;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 100%;

  transition: all 500ms ease;

}

.video-gallery-area .video-gallery .overlay-gallery .icon-holder{

  display: table;

  height: 100%;

  width: 100%;    

}

.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon{

  display: table-cell;

  vertical-align: middle;    

}

.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a img{

  width: auto;

  transform: scale(1);

  transition: all 0.5s ease 0s;

}



.video-gallery-area .video-gallery:hover .overlay-gallery {

  background-color: rgba(67, 195, 235, 0.70);

}

.video-gallery-area .video-gallery:hover img {

  transform: scale(1.1);

}

.video-gallery-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img{

  transform: scale(1.1);

}



.video-gallery-area .text-holder .bottom-text .certified-logo {

  opacity: 0.06;

  position: absolute;

  right: 65px;

  top: 30px;

  z-index: -1;

}







/*** 

=============================================

    Core Value Area style

=============================================

***/

.core-value-area {

  background: #f0f0f0;

  padding-top: 60px;

}

.core-value-area .img-holder {}

.core-value-area .img-holder img {

  margin-left: 30px;

  width: auto;

}



.core-value-area .text-holder {}

.core-value-area .text-holder .single-item {

  padding-left: 25px;

  position: relative;

  padding-bottom: 40px;

}

.core-value-area .text-holder .single-item .icon-box {

  width: 25px;

  position: absolute;

  top: -1px;

  left: 0;

}

.core-value-area .text-holder .single-item .icon-box span:before{

  color: #43c3ea;

  font-size: 20px;

}

.core-value-area .text-holder .single-item .text-box {

  padding-left: 20px;

}

.core-value-area .text-holder .single-item .text-box h3 {

  color: #252525;

  font-size: 18px;

  font-weight: 700;

  text-transform: capitalize;

  margin: 0 0 14px;

}







/*** 

=============================================

    Working Process Area style

=============================================

***/

.working-process-area {

  background-attachment: fixed;

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  padding-bottom: 63px;

  padding-top: 80px;

  position: relative;

  z-index: 1;

}

.working-process-area::before {

  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.working-process-area .single-iten .img-box {

  border-radius: 50%;

  height: 180px;

  margin: 0 auto;

  position: relative;

  width: 180px;

  border: 2px dashed #3c3735;

  padding: 8px;

  transition: all 500ms ease;

}

.working-process-area .single-iten .img-box .count{

  position: absolute;

  top: 13px;

  left: -5px;

  background: #43c3ea;

  height: 45px;

  width: 45px;

  border-radius: 50%;

}

.working-process-area .single-iten .img-box .count h3{

  color: #ffffff;

  font-size: 18px;

  font-weight: 400;

  line-height: 45px;

}

.working-process-area .single-iten .text-box {

  margin: 22px 0 0;

}

.working-process-area .single-iten .text-box h3 {

  color: #f3f3f3;

  font-size: 18px;

  font-weight: 700;

  margin: 0 0 9px;

}

.working-process-area .single-iten .text-box p {

  color: #ffffff;

}

.working-process-area .single-iten:hover .img-box {

  border: 2px dashed #43c3ea;

}













.team-area{

  padding-top: 10px;

  padding-bottom: 40px;

}

.single-team-member {

  border-bottom: 3px solid #f0f0f0;

  margin-bottom: 40px;

  padding-bottom: 15px;

}

.single-team-member .img-holder {

  position: relative;

  overflow: hidden;

  display: block;

}

.single-team-member .img-holder img{

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

  width: 100%;       

}

.single-team-member:hover .img-holder img {

  -webkit-transform:scale(1.1);

  transform:scale(1.1);

}









.single-blog-item .img-holder .overlay-one {

  position:absolute;

  left:0px;

  top:0%;

  width:100%;

  height:100%;

  padding:0px;

  color:#ffffff;

  opacity:0;

  transition: all 500ms ease;

  transition-delay: 0.10s;

  z-index: 2;

}

.single-blog-item .img-holder .overlay-one .overlay-inner {

  width:100%;

  height:100%;

  display:table;

  border: 4px #43c3ea solid;  

}

.single-blog-item .img-holder .overlay-one .overlay-inner .content {

  display:table-cell;

  vertical-align:middle;

  text-align: center;

}

.single-blog-item:hover .img-holder .overlay-one {

  top:0px;

  opacity:1; 

}









.single-team-member .img-holder .overlay-one {

  position:absolute;

  left:0px;

  top:0%;

  width:100%;

  height:100%;

  padding:0px;

  color:#ffffff;

  opacity:0;

  transition: all 500ms ease;

  transition-delay: 0.10s;

  z-index: 2;

}

.single-team-member .img-holder .overlay-one .overlay-inner {

  width:100%;

  height:100%;

  display:table;

  border: 4px #43c3ea solid;  

}

.single-team-member .img-holder .overlay-one .overlay-inner .content {

  display:table-cell;

  vertical-align:middle;

  text-align: center;

}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul{

    

}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li{

  display: inline-block;

  margin: 0 5.5px;

}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a i{

  height: 40px;

  width: 40px;

  border-radius: 50%;

  border: 1px solid #fff;

  color: #fff;

  font-size: 14px;

  line-height: 38px;

  transition: all 500ms ease;

}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a:hover i{

  background: #152545;

  border-color: #152545;

}

.single-team-member .img-holder .phone {

  background: rgba(0, 0, 0, 0) url("../images/team/phone-bg.png") no-repeat scroll 0 0 / 100% 100%;

  bottom: 0;

  display: inline-block;

  font-size: 14px;

  height: 55px;

  left: -100%;

  line-height: 30px;

  opacity: 0;

  padding: 21px 10px;

  position: absolute;

  transition: all 500ms ease 0.5s;

  width: 55px;

  z-index: 2;

}

.single-team-member .img-holder .phone a span:before {

  color: #fff;

  font-size: 18px;

}



.single-team-member:hover .img-holder .overlay-one {

  top:0px;

  opacity:1; 

}

.single-team-member:hover .img-holder .phone  {

  left: 0;

  opacity: 1;

}



.single-team-member .text-holder {

  margin: 28px 0 0;

}

.single-team-member .text-holder h3{

  color: #444;

  font-size: 18px;

  font-weight: 700;

  margin: 0 0 5px;

	overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap

}

.single-team-member .text-holder h3:hover{

  color: #000;

}

.single-team-member .text-holder span{

  color: #43c3ea;

}

.single-team-member .text-holder span a{

  color: #43c3ea;    

}

.single-team-member .text-holder .text{

  margin-top: 10px; min-height: 66px

}

.single-team-member .text-holder .text p{

  line-height: 22px;color: #A8A8A8

}













/*** 

=============================================

   Faq Single Area style

=============================================

***/

.faq-single-area {

  overflow: hidden;

}

.faq-single-area .accordion-box {

  padding-top: 80px;

}

.faq-single-area .accordion-box .accordion {

  margin-bottom: 17px;

  position: relative;

  background: #fff;

}

.faq-single-area .accordion-box .accordion .accord-btn {

  background: #ffffff none repeat scroll 0 0;

  border: 1px solid #ececec;

  cursor: pointer;

  line-height: 18px;

  padding: 11px 20px 12px;

  position: relative;

  transition: all 500ms ease;

}

.faq-single-area .accordion-box .accordion .accord-btn h4 {

  color: #3d3d3d;

  font-size: 18px;

  font-weight: 700;

  line-height: 32px;

  transition: all 500ms ease;

  text-transform: none;

}

.faq-single-area .accordion-box .accordion .accord-btn::after {

  color: #999999;

  content:'\f18e';

  font-family: "FontAwesome";

  font-size: 18px;

  font-weight: 300;

  line-height: 22px;

  margin-top: -10px;

  position: absolute;

  right: 20px;

  top: 50%;

  transition: all 500ms ease 0s;

}

.faq-single-area .accordion-box .accordion .accord-btn.active {

  background: #43c3ea none repeat scroll 0 0;

  border-color: #43c3ea;

}

.faq-single-area .accordion-box .accordion .accord-btn.active:after{

  content:'\f01a';

  color: #ffffff;

}

.faq-single-area .accordion-box .accordion .accord-btn.active h4{

  color: #ffffff;

}

.faq-single-area .accordion-box .accordion .accord-content {

  border-top: medium none;

  display: none;

  padding: 17px 20px 1px;

  position: relative;

}

.faq-single-area .accordion-box .accordion .accord-content.collapsed{

	display:block;	

}

.faq-single-area .accordion-box .accordion .accord-content p {

  color: #9a9a9a;

  line-height: 26px;

  margin: 0;

}





.faq-single-area .question-form {

  padding-bottom: 80px;

  padding-left: 30px;

  padding-top: 80px;

  position: relative;

}

.faq-single-area .question-form:before{

  background: #f0f0f0 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 1000%;

  z-index: -1;    

}

.faq-single-area .question-form .sec-title-two {

  padding-bottom: 30px;

}

.faq-single-area .question-form form input[type="text"],

.faq-single-area .question-form form textarea{

  background: #f0f0f0 none repeat scroll 0 0;

  border: medium none;

  display: block;

  height: 50px;

  margin-bottom: 30px;

  padding: 0 20px;

  width: 100%;

  transition: all 500ms ease;

  border: 1px solid #e2e2e2;

}

.faq-single-area .question-form form input[type="text"]:focus{

  border: 1px solid #43c3ea;    

}

.faq-single-area .question-form form textarea:focus{

  border: 1px solid #43c3ea;    

}

.faq-single-area .question-form form textarea{

  height: 130px;

  padding: 15px 20px;

}

.faq-single-area .question-form form button {

  margin: 10px 0 0;

  padding: 18px 40px 15px;

}

.faq-single-area .question-form form button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}







/*** 

=============================================

   Faq Content Area style

=============================================

***/

.faq-content-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

.faq-content-area .faq-content {

  background: #f0f0f0 none repeat scroll 0 0;

  display: block;

  padding: 50px 40px 20px;

}

.faq-content-area .faq-content .single-item {

  background: #ffffff none repeat scroll 0 0;

  display: block;

  padding: 46px 28px 22px;

  margin-bottom: 30px;

  -webkit-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);

  -moz-box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);

  box-shadow: 0px 3px 8px -1px rgba(216,214,214,1);

  transition: all 500ms ease;

}

.faq-content-area .faq-content .single-item:hover {

  -webkit-box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);

  -moz-box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);

  box-shadow: 0px 3px 8px -1px rgba(67,195,234,1);

}

.faq-content-area .faq-content .single-item .title {

  margin: 0 0 19px;

  position: relative;

  z-index: 1;

}

.faq-content-area .faq-content .single-item .title::before {

  background: rgba(0, 0, 0, 0) url("../images/resources/q.png") repeat scroll 0 0;

  content: "";

  height: 62px;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: -16px;

  width: 45px;

  z-index: -1;

}

.faq-content-area .faq-content .single-item .title h3 {

  color: #272727;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  z-index: 5;

}



.faq-content-area .faq-content .single-item .text {}

.faq-content-area .faq-content .single-item .text p {

  margin: 0 0 14px;

}

.faq-content-area .faq-content .single-item .text a {

  color: #3d3d3d;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  transition: all 500ms ease;

}

.faq-content-area .faq-content .single-item .text a i{

  display: inline-block;

  padding-left: 5px;

}

.faq-content-area .faq-content .single-item:hover .text a{

  color: #43c3ea;

} 







/*** 

=============================================

   Faq Content Area style

=============================================

***/

.testimonial-section{

  padding: 80px 0 30px;    

}

.testimonial-section .single-testimonial-item{

  margin-bottom: 50px;

}

.testimonial-section .single-testimonial-item .text-holder {

  border: 2px solid #f0f0f0;

  display: block;

  padding: 17px 18px 20px;

  position: relative;

  transition: all 500ms ease;

}

.testimonial-section .single-testimonial-item .text-holder::before {

  border-left: 20px solid #f0f0f0;

  border-right: 16px solid transparent;

  border-top: 16px solid transparent;

  bottom: -27px;

  content: "";

  height: 15px;

  left: 0;

  position: absolute;

  transform: rotate(88deg);

  width: 15px;

  transition: all 500ms ease;

}

.testimonial-section .single-testimonial-item .text-holder p {

  font-size: 16px;

  font-style: italic;

  line-height: 26px;

  margin: 0;

}

.testimonial-section .single-testimonial-item .client-info {

  margin-top: 30px;

}

.testimonial-section .single-testimonial-item .client-info .img-box {

  border: 2px solid transparent;

  width: 60px;

  transition: all 500ms ease;

}

.testimonial-section .single-testimonial-item .client-info .img-box,

.testimonial-section .single-testimonial-item .client-info .title-box{

  display: table-cell;

  vertical-align: top;

}

.testimonial-section .single-testimonial-item .client-info .title-box {

  padding-left: 20px;

}

.testimonial-section .single-testimonial-item .client-info .title-box h4 {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 700;

  text-transform: uppercase;

  margin: 0 0 4px;

}

.testimonial-section .single-testimonial-item .client-info .title-box p {

  color: #43c3ea;

  margin: 0;

}



.testimonial-section .single-testimonial-item:hover .text-holder {

 border-color: #43c3ea;    

}

.testimonial-section .single-testimonial-item:hover .text-holder::before {

 border-left-color: #43c3ea;       

}

.testimonial-section .single-testimonial-item:hover .client-info .img-box{

  border-color: #43c3ea;  

} 







/*** 

=============================================

   Pricing Plan One Area style

=============================================

***/

.pricing-plan-one-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

.pricing-plan-one-area .sec-title-two {

  padding-bottom: 43px;

}

.pricing-plan-one-area .sec-title-two .border {

  display: inline-block;

  height: 1px;

  margin: 20px 0 0;

}

.pricing-plan-one-area .single-pricing-box {

  

}

.pricing-plan-one-area .single-pricing-box .pricing-plan {

  

}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top {

  background: #43c3ea none repeat scroll 0 0;

  display: block;

  padding: 19px 0;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-top h3 {

  color: #ffffff;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan {

  overflow-x: auto;

  position: relative;

  width: 100%;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan table {

  min-width: 450px;

  width: 100%;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading {

  background: #f0f0f0 none repeat scroll 0 0;

  width: 100%;  

}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr{}

.pricing-plan-one-area .single-pricing-box .pricing-plan .table-heading tr th {

  border: 1px solid #ffffff;

  color: #3d3d3d;

  font-size: 18px;

  font-weight: 700;

  padding: 13px 20px 14px;

  text-transform: capitalize;

}





.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(odd) {

  background: #fff;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr:nth-of-type(even) {

  background: #fff;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr{}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td {

  min-width: 110px;

  padding: 14px 20px 15px;

  border: 1px solid #f0f0f0;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h5 {

  color: #999999;

  font-size: 16px;

  font-weight: 700;

}

.pricing-plan-one-area .single-pricing-box .pricing-plan tbody tr td h6 {

  color: #999999;

  font-size: 16px;

  font-weight: 400;

  padding-left: 12px;

}







/*** 

=============================================

   Pricing Plan Two Area style

=============================================

***/

.pricing-plan-two-area {

  padding-bottom: 80px;  

}

.pricing-plan-two-area .sec-title-two {

  padding-bottom: 40px;

}

.pricing-plan-two-area .sec-title-two .border {

  display: inline-block;

  height: 1px;

  margin: 20px 0 0;

}

.pricing-plan-two-area .pricing-plan-two {

  border-top: 1px solid #f0f0f0;

  padding-top: 80px;

}

.pricing-plan-two-area .pricing-plan-two .pricing-plan .title{

  padding-bottom: 30px;

}

.pricing-plan-two-area .pricing-plan-two .pricing-plan .title h2 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

}



.pricing-plan-two-area .pricing-plan-two .pricing-plan .single-pricing-plan table {

  min-width: 220px;

  width: 100%;

  overflow-x: auto;

  position: relative;

}

.pricing-plan-two-area .pricing-plan table .table-heading {

  

}

.pricing-plan-two-area .pricing-plan table .table-heading tr {

  

}

.pricing-plan-two-area .pricing-plan table .table-heading tr th {

  border-bottom: 2px solid #f0f0f0;

  color: #3d3d3d;

  font-family: "Roboto",sans-serif;

  font-size: 16px;

  font-weight: 700;

  padding: 0 0 12px;

  text-transform: uppercase;

}





.pricing-plan-two-area .pricing-plan table tbody tr:nth-of-type(odd) {

  background: #fff;

}

.pricing-plan-two-area .pricing-plan table tbody tr:nth-of-type(even) {

  background: #fff;

}

.pricing-plan-two-area .pricing-plan table tbody tr{}

.pricing-plan-two-area .pricing-plan table tbody tr td {

  min-width: 110px;

  padding: 14px 0px 15px;

  border-bottom: 1px solid #f0f0f0;

}

.pricing-plan-two-area .pricing-plan table tbody tr td h5 {

  color: #999999;

  font-size: 16px;

  font-weight: 400;

}

.pricing-plan-two-area .pricing-plan table tbody tr td h5 span{

  float: right;

}







/*** 

=============================================

   Service Single Area style

=============================================

***/

#service-single-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

#service-single-area .service-single-sidebar {}

#service-single-area .service-single-sidebar .service-lists {

  display: block;

}

#service-single-area .service-single-sidebar .service-lists .allservice{

  margin-bottom: 10px;

}

#service-single-area .service-single-sidebar .service-lists .allservice a {

  background: #f0f0f0 none repeat scroll 0 0;

  color: #3d3d3d;

  display: block;

  font-size: 14px;

  font-weight: 700;

  padding: 16px 20px 16px;

  text-transform: uppercase;

}

#service-single-area .service-single-sidebar .service-lists .allservice a i {

  color: #999999;

  float: right;

  font-size: 18px;

  margin: 4px 0;

  transition: all 500ms ease;

}



#service-single-area .service-single-sidebar .service-lists li{

  border-bottom: 1px solid #ffffff;

  position: relative;

}

#service-single-area .service-single-sidebar .service-lists li a {

  background: #f0f0f0 none repeat scroll 0 0;

  display: block;

  padding: 16px 20px 16px;

  color: #3d3d3d;

  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;

  position: relative;

  transition: all 500ms ease;

  transition-delay: 0.10s;

}

#service-single-area .service-single-sidebar .service-lists li a::before {

  background: #43c3ea none repeat scroll 0 0;

  content: "";

  height: 30px;

  left: 0;

  position: absolute;

  top: 14px;

  width: 0px;

  z-index: 1;

  transition: all 500ms ease;

  transition-delay: 0.5s;

}

#service-single-area .service-single-sidebar .service-lists li a:hover,

#service-single-area .service-single-sidebar .service-lists li.active a{

  background: #152545; 

  color: #ffffff;

}

#service-single-area .service-single-sidebar .service-lists li a:hover::before,

#service-single-area .service-single-sidebar .service-lists li.active a::before{

  width: 5px;  

}

#service-single-area .service-single-sidebar .service-lists .allservice a:hover i{

  color: #fff;

}



#service-single-area .service-single-sidebar .repair-time {

  background: rgba(0, 0, 0, 0) url("../images/services/service-single/repair-time-bg.jpg") no-repeat scroll 0 0 / cover ;

  min-height: 170px;

  padding-left: 30px;

  padding-top: 23px;

  position: relative;

  z-index: 1;

  margin-top: 50px;

}

#service-single-area .service-single-sidebar .repair-time:before{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #152545;

  opacity: .90;

  content: "";

  z-index: -1; 

}

#service-single-area .service-single-sidebar .repair-time h3 {

  color: #ffffff;

  font-size: 20px;

  font-weight: 700;

  line-height: 28px;

  margin: 0 0 18px;

  text-transform: uppercase;

}

#service-single-area .service-single-sidebar .repair-time a {

  border-left: 2px solid #43c3ea;

  border-right: 2px solid #43c3ea;

  border-top: 2px solid #43c3ea;

  border-bottom: 2px solid #43c3ea;    

  padding: 14px 19px 13px;

}

#service-single-area .service-single-sidebar .repair-time a:hover{

  color: #fff;

}





#service-single-area .service-single-content {}

#service-single-area .service-single-content .top-content {}

#service-single-area .service-single-content .top-content .img-holder {

  margin-right: -55px;

}

#service-single-area .service-single-content .top-content .img-holder img {}

#service-single-area .service-single-content .top-content .text-holder {

  margin-left: 55px;

}



#service-single-area .service-single-content .title {

  padding-bottom: 29px;  

}

#service-single-area .service-single-content .title h2 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  line-height: 28px;

  text-transform: uppercase;

  margin-top: -4px;

}





#service-single-area .service-single-content .middle-content {

  padding-top: 60px;  

}

#service-single-area .service-single-content .middle-content .text-holder {

  margin-right: 25px;

}

#service-single-area .service-single-content .middle-content .img-holder {

  display: block;

  margin-left: -25px;

  margin-top: 60px;

  overflow: hidden;

  position: relative;

}

#service-single-area .service-single-content .middle-content .img-holder .button {

  bottom: 15px;

  left: 15px;

  position: absolute;

}

#service-single-area .service-single-content .middle-content .img-holder .button a {

  background: #43c3ea none repeat scroll 0 0;

  color: #ffffff;

  display: block;

  font-size: 14px;

  font-weight: 700;

  height: 26px;

  line-height: 24px;

  text-align: center;

  text-transform: uppercase;

  width: 80px;

}





#service-single-area .service-single-content .bottom-content {

  padding-top: 13px;  

}

#service-single-area .service-single-content .bottom-content .text-holder {

  margin-left: 25px;

  margin-top: -7px;

}

#service-single-area .service-single-content .bottom-content .img-holder {

  display: block;

  margin-right: -25px;

  overflow: hidden;

  position: relative;

}

#service-single-area .service-single-content .bottom-content .img-holder .button {

  bottom: 15px;

  left: 15px;

  position: absolute;

}

#service-single-area .service-single-content .bottom-content .img-holder .button a {

  background: #43c3ea none repeat scroll 0 0;

  color: #ffffff;

  display: block;

  font-size: 14px;

  font-weight: 700;

  height: 26px;

  line-height: 24px;

  text-align: center;

  text-transform: uppercase;

  width: 80px;

}







/*** 

=============================================

    Not found area style

=============================================

***/

.not-found-area {

  background: #f0f0f0 none repeat scroll 0 0;

  padding-bottom: 100px;

  padding-top: 72px;

}

.not-found-content h1 {

  color: #152545;

  font-size: 150px;

  font-weight: 700;

  margin: 0 0 7px;

  text-shadow: 1px 4px 5px #222;

}

.not-found-content h3 {

  color: #3d3d3d;

  font-size: 20px;

  font-weight: 400;

  margin: 0 0 20px;

  text-transform: uppercase;

}

.not-found-content p {

  font-size: 18px;

  margin: 0 0 42px;

}



.not-found-content .search-form {

  width: 432px;

  position: relative;

  margin: 0 auto;

}

.not-found-content .search-form input[type="text"] {

  background: #fff;

  border: 1px solid #f1f1f1;

  color: #9a9a9a;

  display: inline-block;

  font-size: 16px;

  font-weight: 300;

  height: 55px;

  letter-spacing: 1px;

  padding-left: 20px;

  padding-right: 60px;

  position: relative;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;

  width: 432px;

}

.not-found-content .search-form button {

  background: #43c3ea none repeat scroll 0 0;

  border: medium none;

  color: #fff;

  display: inline-block;

  height: 55px;

  padding: 11px 0;

  position: absolute;

  right: 0;

  text-align: center;

  top: 0;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;

  width: 55px;

}

.not-found-content .search-form button i {

    font-size: 14px

}

.not-found-content .search-form input[type="text"]:focus {

  border: 1px solid #0f192c;

  background: #152545;

  color: #fff;

}

.not-found-content .search-form input[type="text"]:focus + button, 

.not-found-content .search-form button:hover {

  background: #0a152b none repeat scroll 0 0;

  color: #fff;

}







/*** 

=============================================

    Checkout Area style

=============================================

***/

.checkout-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

.checkout-area .sec-title-two {

  padding-bottom: 30px;

}

.checkout-area .sec-title-two h2 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}



.checkout-area .exisitng-customer {

  background: #f0f0f0;

  display: block;

  padding: 20px 28px 21px;

  position: relative;

  margin-bottom: 20px;

}

.checkout-area .exisitng-customer:before{

  position: absolute;

  top: 0;

  left: 0;

  width: 2px;

  height: 100%;

  background: #43c3ea;

  content: "";

}

.checkout-area .exisitng-customer h5{

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;

}

.checkout-area .exisitng-customer h5 a{

  color: #43c3ea;

  display: inline-block;

  padding-left: 15px;

}



.checkout-area .coupon {

  background: #f0f0f0;

  display: block;

  padding: 20px 28px 21px;

  position: relative; 

  margin-bottom: 60px;

}

.checkout-area .coupon:before {

  position: absolute;

  top: 0;

  left: 0;

  width: 2px;

  height: 100%;

  background: #43c3ea;

  content: "";  

}

.checkout-area .coupon h5 {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;  

}

.checkout-area .coupon h5 a {

  color: #43c3ea;

  display: inline-block;

  padding-left: 15px;  

}





.checkout-area .form form .field-label {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;

  margin: -3px 0 3px;

  text-transform: capitalize;

  font-family: 'Roboto', sans-serif;

}

.checkout-area .form form .field-input input[type="text"] {

  border: 1px solid #ececec;

  color: #3d3d3d;

  display: block;

  font-size: 16px;

  height: 48px;

  margin-bottom: 25px;

  padding: 0 15px;

  width: 100%;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

}

.checkout-area .form form .field-input input[type="text"]:focus{

  border: 1px solid #43c3ea;

}

.checkout-area .create-acc .checkbox {

  margin: 7px 0 0;

}

.checkout-area .create-acc .checkbox label {

  color: #43c3ea;

  font-weight: 400;

  font-size: 16px;

}

.checkout-area .create-acc .checkbox input {

  margin-top: 7px;

}





.checkout-area .shipping-info input[type="checkbox"] {

  cursor: pointer;

  display: inline-block;

  margin: 0 0 0 40px;

  position: relative;

  top: 0px;

  vertical-align: middle;

}

.checkout-area .form form .field-input textarea {

  border: 1px solid #ececec;

  color: #3d3d3d;

  display: block;

  font-size: 16px;

  height: 124px;

  margin-bottom: 28px;

  padding: 10px 15px;

  width: 100%;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

}

.checkout-area .form form .field-input textarea:focus{

  border-color: #43c3ea;

}





.checkout-area .bottom {

  padding-top: 70px

}

.checkout-area .table .sec-title-two {

  padding-bottom: 32px;

}

.checkout-area .table {

  overflow-x: auto;

  position: relative;

  width: 100%;

  margin-bottom: 0;

}

.checkout-area .table .cart-table {

  min-width: auto;

  width: 100%;

}

.checkout-area .table .cart-table .cart-header {

  background: #f0f0f0;

  color: #3d3d3d;

  font-size: 16px;

  position: relative;

  text-transform: uppercase;

  width: 100%;

  font-weight: 700;

}

.checkout-area .table .cart-table thead tr th {

  font-weight: 700;

  line-height: 24px;

  min-width: 110px;

  padding: 19px 30px 17px;

}

.checkout-area .table .cart-table thead tr th.product-column {

  padding-left: 30px;

  text-align: left;

}



.checkout-area .table .cart-table tbody tr {

  border-bottom: 1px solid #f0f0f0;

}

.checkout-area .table .cart-table tbody tr td {

    vertical-align: middle

}

.checkout-area .table .cart-table tbody tr td {

  min-width: 110px;

  padding: 25px 30px;

}



.checkout-area .table .cart-table tbody tr .product-column .column-box {

  min-height: 70px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {

  width: 70px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {

  display: block;

  max-width: 100%;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb, 

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{

  display: table-cell;

  vertical-align: middle;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title{

  padding-left: 20px;

}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {

  color: #252525;

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

}



.checkout-area .table .cart-table tbody tr .qty {

  padding-right: 30px;

  width: 130px;

}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {

  float: right;

  width: 70px;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

  border-radius: 0

}

.checkout-area .table .cart-table tbody tr .qty .btn-default {

  background-color: #43c3ea;

  border-color: #29abd2;

  color: #fff;

}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

  border-radius: 0;

  margin-top: -2px;

}

.checkout-area .table .cart-table tbody tr td.price {

  color: #43c3ea;

  font-size: 18px;

  font-weight: 400;

}







.cart-total .sec-title-two {

  padding-bottom: 32px;

}

.cart-total-table {

  border: 2px solid #f0f0f0

}

.cart-total-table li {

  border-bottom: 1px solid #f0f0f0

}

.cart-total-table li:last-child {

  border-bottom: none

}

.cart-total-table li span.col.col-title {

  border-right: 1px solid #f0f0f0;

  color: #3d3d3d;

  display: block;

  float: left;

  font-size: 16px;

  font-weight: 700;

  line-height: 28px;

  padding: 10px 18px;

  position: relative;

  width: 50%;

  font-family: 'Roboto', sans-serif;

}

.cart-total-table li span.col {

  color: #999999;

  display: block;

  float: left;

  font-size: 16px;

  font-weight: 400;

  line-height: 28px;

  padding: 10px 18px;

  position: relative;

  width: 50%;

  font-family: 'Roboto', sans-serif;

}

.cart-total-table li span.col b {

  color: #43c3ea;

  font-weight: 300;

  text-decoration: underline;

}





.cart-total-table2 {

  border-top: 1px solid #f0f0f0;

  border-left: 1px solid #f0f0f0;

  border-right: 1px solid #f0f0f0;

}

.cart-total-table2 li {

  border-bottom: 1px solid #f0f0f0

}



.cart-total-table2 li span.col.col-title {



  color: #3d3d3d;

  display: block;

  float: left;

  font-size: 16px;

  line-height: 28px;

  padding: 10px 18px;

  position: relative;

  width: 100%;

}



.cart-total-table2 li span.col b {

  color: #43c3ea;

  font-weight: 300;

  text-decoration: underline;

}











.cart-total .payment-options {

  background: #f0f0f0 none repeat scroll 0 0;

  margin-top: 30px;

  overflow: hidden;

  padding: 23px 20px 35px;

}

.cart-total .payment-options .option-block {

  margin-bottom: 14px

}



.cart-total .payment-options .option-block .checkbox {

  margin: 0 0 5px;

}

.cart-total .payment-options .option-block .checkbox label {

  font-weight: 700;

  min-height: 20px;

  padding-left: 20px;

}

.cart-total .payment-options .option-block .checkbox label input {

  position: relative;

  top: 1px;

}

.cart-total .payment-options .option-block .checkbox label span {

  color: #3d3d3d;

  font-size: 16px;

  padding-left: 10px;

  font-family: 'Roboto', sans-serif;

}

.cart-total .payment-options .option-block .checkbox label span b {

  color: #43c3ea;

  display: inline-block;

  font-size: 14px;

  font-weight: 400;

  padding-left: 25px;

  text-decoration: underline;

}

.cart-total .payment-options .option-block .text{

  padding-left: 30px;

}

.cart-total .payment-options .option-block .text p {

  margin: 0;

  line-height: 28px;

}

.placeorder-button button {

  margin: 20px 0 0;

  padding: 18px 38px 15px;

}

.placeorder-button button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}







/*** 

=============================================

    Login Register Area style

=============================================

***/

.login-register-area {

  padding-bottom: 83px;

  padding-top: 79px;

}

.login-register-area .form .sec-title {

  padding-bottom: 30px;

}

.login-register-area .form .sec-title h1{

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.login-register-area .form .input-field {

  position: relative;

}

.login-register-area .form .input-field input[type="text"] {

  border: 2px solid #f4f4f4;

  color: #999999;

  font-size: 14px;

  height: 50px;

  margin-bottom: 30px;

  padding-left: 15px;

  padding-right: 50px;

  width: 100%;

  transition: all 700ms ease 0s;

}

.login-register-area .form .input-field .icon-holder {

  position: absolute;

  right: 20px;

  top: 11px;

}

.login-register-area .form .input-field .icon-holder i {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

}

.login-register-area .form button {

  margin-top: 10px;

  padding: 18px 38px 15px;

}

.login-register-area .form button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}

.login-register-area .form .remember-text {

  margin-top: 19px;

}

.login-register-area .form .remember-text .checkbox label {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;

}

.login-register-area .form .remember-text .checkbox input {

  margin-top: 7px;

}





.login-register-area .form .social-icon {

  float: right;

  margin-right: -8px;

  margin-top: 15px;

  position: relative;

}

.login-register-area .form .social-icon .login-with {

  display: inline-block;

  left: -100px;

  position: absolute;

  top: 8px;

}

.login-register-area .form .social-icon li {

  display: inline-block;

  margin: 0 8px;

}

.login-register-area .form .social-icon li a i {

  background: #3b5998 none repeat scroll 0 0;

  border-radius: 50%;

  color: #fff;

  display: block;

  font-size: 14px;

  font-weight: 100;

  height: 40px;

  line-height: 24px;

  padding: 8px 0;

  text-align: center;

  transition: all 700ms ease 0s;

  width: 40px;

}

.login-register-area .form .social-icon li a i.twitter {

  background: #33ccfe none repeat scroll 0 0;

}

.login-register-area .form .social-icon li a i.gplus {

  background: #dd4b39 none repeat scroll 0 0;

}

.login-register-area .form a.forgot-password {

  color: #43c3ea;

  float: right;

  font-weight: 700;

  margin: 20px 0 0;

}

.login-register-area .form h6 {

  color: #797979;

  float: left;

  font-size: 14px;

  margin: 26px 0 0 -45px;

}



.login-register-area .form .input-field input[type="text"]:focus{

  border: 2px solid #43c3ea;    

}



.login-register-area .form .social-icon li a:hover i{

  background: #18387b;   

}

.login-register-area .form .social-icon li a:hover i.twitter{

  background: #12addf;    

}

.login-register-area .form .social-icon li a:hover i.gplus{

    background: #c62d1a;

}







/*** 

=============================================

   Cart area  style

=============================================

***/

.cart-area {

  padding-bottom: 80px;

  padding-top: 80px;

}

.cart-area .table-outer {

  overflow-x: auto;

  position: relative;

  width: 100%;

}

.cart-area .cart-table {

  min-width: 1024px;

  width: 100%;

}

.cart-area .cart-table .cart-header {

  background: #f0f0f0;

  color: #3d3d3d;

  font-family: 'Montserrat', sans-serif;

  font-size: 16px;

  font-weight: 700;

  position: relative;

  text-transform: capitalize;

  width: 100%;

}

.cart-area .cart-table thead tr th {

  font-weight: 700;

  line-height: 24px;

  min-width: 110px;

  padding: 20px 25px;

}

.cart-area .cart-table thead tr th.prod-column {

  padding-left: 30px;

  text-align: left;

}

.cart-area .cart-table thead tr th.availability {

  padding: 0 40px

}





.cart-area .cart-table tbody tr {

  border-bottom: 1px solid #f0f0f0;

}

.cart-area .cart-table tbody tr td {}

.cart-area .cart-table tbody tr td {

  color: #999999;

  font-family: "Montserrat",sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  min-width: 100px;

  padding: 27.5px 25px;

}

.cart-area .cart-table tbody tr .prod-column .column-box {

  min-height: 70px;

  position: relative;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {

  width: 70px;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {

  display: block;

  max-width: 100%;

}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb, 

.cart-area .cart-table tbody tr .prod-column .column-box .title{

  display: table-cell;

  vertical-align: middle;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title{

  padding-left: 20px;

}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {

  color: #252525;

  font-size: 16px;

  font-weight: 700;

  text-transform: capitalize;

}



.cart-area .cart-table tbody tr .qty {

  padding-right: 25px;

  width: 120px;

}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}



.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

  border-radius: 0;

  margin-left: 0;

  padding: 11px;

}

.cart-area .cart-table tbody tr .qty .btn-default {

  background-color: #43c3ea;

  border-color: #29abd2;

  color: #fff;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

  border-radius: 0;

  margin-left: 0;

  margin-top: -1px;

  padding: 10px;

}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {

  font-size: 9px;

  left: 6px;

  top: 6px;

}



.cart-area .cart-table tbody tr td.unit-price {

  padding-left: 40px;

  padding-right: 20px;

}

.cart-area .cart-table tbody .available-info {

  color: #999999;

  font-size: 16px;

  font-weight: 400;

  line-height: 20px;

  padding-left: 50px;

  position: relative;

}

.cart-area .cart-table tbody .available-info .icon {

  background: #43c3ea none repeat scroll 0 0;

  border-radius: 50%;

  color: #ffffff;

  font-size: 18px;

  height: 40px;

  left: 0;

  line-height: 40px;

  position: absolute;

  text-align: center;

  top: 0px;

  width: 40px;

}



.cart-area .cart-table tbody tr td.price {

  color: #999999;

  font-size: 18px;

  font-weight: 400;

}

.cart-area .cart-table tbody tr .sub-total {

  color: #43c3ea;

  font-weight: 400;

  font-size: 18px;

}

.cart-area .cart-table tbody tr td .remove{ }

.cart-area .cart-table tbody tr td .remove .checkbox label {

  color: #999999;

  font-size: 16px;

  font-weight: 400;

}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {

  display: inline-block;

  position: relative;

  top: 1px;

}





.cart-middle {

    padding-top: 30px

}

.cart-middle .apply-coupon {

    padding-left: 245px;

    position: relative;

}

.cart-middle .apply-coupon input[type="text"] {

  border: 2px solid #f0f0f0;

  color: #9e9e9e;

  font-size: 14px;

  font-weight: 400;

  height: 50px;

  left: 0;

  padding: 0 15px;

  position: absolute;

  text-transform: capitalize;

  top: 0;

  transition: all 500ms ease 0s;

  width: 225px;

}

.cart-middle .apply-coupon input[type="text"]:focus {

  border: 2px solid #43c3ea

}

.cart-middle .apply-coupon .apply-coupon-button button {

  padding: 18px 38px 15px;

}

.cart-middle .apply-coupon .apply-coupon-button button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}

.cart-middle .update-cart button {

  padding: 18px 38px 15px;

}

.cart-middle .update-cart button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}





.cart-bottom {

  overflow: hidden;

  padding-top: 76px;

}

.cart-bottom .sec-title-two {

  padding-bottom: 35px;

}

.cart-bottom .sec-title-two h2{

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {

  background: none

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {

  margin-top: 0;

  position: absolute;

  right: 0;

  top: 0;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {

  border-left: 2px solid #f0f0f0;

  display: block;

  float: right;

  height: 41px;

  position: relative;

  text-indent: 0;

  top: 0;

  width: 43px;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {

  color: #9b9b9b;

  content: "\f107";

  font-family: FontAwesome;

  font-size: 20px;

  overflow: visible;

  position: absolute;

  right: 14px;

  top: 6px;

}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {

  display: block;

  line-height: 18px;

  overflow: hidden;

  padding: 12px 17px;

  text-align: left;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.cart-bottom .calculate-shipping input[type="text"] {

  border: 2px solid #f0f0f0;

  color: #9e9e9e;

  display: block;

  font-size: 14px;

  height: 45px;

  padding: 0 18px;

  width: 100%;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

}

.cart-bottom .calculate-shipping input[type="text"]:focus {

  border: 2px solid #43c3ea

}

.cart-bottom .calculate-shipping button {

  margin-top: 30px;

  background: #f0f0f0;

  border: none;

  padding: 18px 38px 15px;

  color: #3d3d3d;

}

.cart-bottom .calculate-shipping button:hover {

  background: #152545;

  color: #fff;

}

.cart-bottom button.checkout-btn{

  padding: 18px 38px 15px; 

  margin-top: 30px;

}

.cart-bottom button.checkout-btn:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}









/*** 

=============================================

   Shop area  style

=============================================

***/

#shop-area{

  padding-top: 80px;

  padding-bottom: 80px;

}

#shop-area .shop-content {

  border-right: 1px solid #f0f0f0;

  margin-bottom: -80px;

  margin-right: -26px;

  margin-top: -80px;

  padding-bottom: 80px;

  padding-right: 25px;

  padding-top: 80px;min-height: 1570px

}

.single-product-item{

  background: #f0f0f0;

  margin-bottom: 40px;

  transition: all 0.7s ease;

}

.single-product-item:hover{

-webkit-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);

-moz-box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);

box-shadow: 0px 3px 4px -1px rgba(220,217,217,1);    

}

.single-product-item .img-holder{

  display: block;

  overflow: hidden;

  position: relative;

  border: 1px solid #f0f0f0;

}

.single-product-item .img-holder img{

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

  width: 100%;        

}

.single-product-item .img-holder .overlay-box {

  background: rgba(21, 37, 69, 0.9) none repeat scroll 0 0;

  height: 0;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  transition: all 700ms ease;

  width: 100%;

}

.single-product-item .img-holder .overlay-box .box {

  display: table;

  height: 100%;

  width: 100%;

}

.single-product-item .img-holder .overlay-box .box .content {

  display: table-cell;

  text-align: center;

  vertical-align: middle;

}

.single-product-item .img-holder .overlay-box .box .content a {

  padding: 13px 25px 13px; 

  border: none;

  transition: all 500ms ease;

  transition-delay: 0.15s;

}

.single-product-item .img-holder .overlay-box .box .content a:hover {

  background: #17a9d5;

  color: #fff;

}



.single-product-item:hover .img-holder .overlay-box{

  height: 100%;

  opacity: 1;    

}

.single-product-item:hover .img-holder img{

  -webkit-transform:scale(1.1);

  transform:scale(1.1);    

}



.single-product-item .title-holder {

  padding: 13px 15px 10px;

}

.tzz{min-height:94px;}

.tzz h5{font-size: 14px!important}

.single-product-item .title-holder .top {

  padding-bottom: 7px;  

}



.single-product-item .title-holder .top .product-title a h5 {

  color: #3d3d3d;

  font-size: 15px;

  font-weight:600;

  margin: 6px 5px 0 0;

  text-transform: uppercase;

  transition: all 500ms ease;



}

.single-product-item .title-holder h4 {

  font-size: 14px;

  margin: 5px 0 0;

  text-transform: uppercase;

  transition: all 500ms ease;

}



.single-product-item .title-holder .top .product-title a:hover h5 {

  color: #43c3ea;    

}

.xh{margin: 0 0 6px 0}

.xh a{color: #fff; background-color: #43c3ea; font-size: 12px;padding: 2px 7px}

.review-box {}

.review-box ul {

  margin-left: -1px;

  margin-right: -1px;

}

.review-box ul li {

  display: inline-block;

  margin: 0 1px;

}

.review-box ul li i {

  color: #43c3ea;

  font-size: 12px;

}

#shop-area .post-pagination {

  border-top: 1px solid #f0f0f0;

  padding-top: 40px;

}

#shop-area .shop-content .showing-result-shorting {

  padding-bottom: 40px;

}

.showing-result-shorting .showing p {

  line-height: 50px;

  margin: 0;

  color: #3d3d3d;

  font-size: 20px;

  font-weight: 900;

}

.showing-result-shorting .shorting .ui-selectmenu-button span.ui-selectmenu-text {

  display: block;

  font-weight: 400;

  overflow: hidden;

  padding: 0;

  text-align: left;

}

.showing-result-shorting .shorting .ui-selectmenu-button.ui-selectmenu-button span.ui-icon::before {

  color: #999999;

  font-family: FontAwesome;

  font-size: 18px;

  overflow: visible;

  position: absolute;

  right: 0;

  top: 5px;

}



.single-sidebar .price-ranger{ }

.single-sidebar .price-ranger .ui-widget-content {

  background: #f0f0f0;

  border: none;

  height: 2px;

}

.single-sidebar .price-ranger .ui-slider-handle {

  background: #43c3ea none repeat scroll 0 0;

  border: 2px solid #152545;

  border-radius: 50%;

  height: 10px;

  margin-left: -4px;

  outline: medium none;

  width: 10px;

  cursor: pointer;

}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {

  top: -5px;

}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {

  background: #000;

}

.single-sidebar .price-ranger #slider-range {

  margin-left: 3px;

  margin-right: 5px;

  margin-top: 0;

}

.single-sidebar .price-ranger .ranger-min-max-block {

  margin-bottom: 7px;

  margin-top: 29px;

}

.single-sidebar .price-ranger .ranger-min-max-block input {

  display: inline-block;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {

  float: left;

  margin-right: 20px;

  padding: 10px 0 8px;

  text-align: center;

  width: 80px;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {

  border: medium none;

  color: #343434;

  font-size: 16px;

  font-weight: 400;

  outline: medium none;

  text-align: right;

  width: 40px;

}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {

  color: #343434;

  font-weight: 400;

  font-size: 16px;

}



.sidebar-wrapper .single-sidebar .latest-product {}

.sidebar-wrapper .single-sidebar .latest-product li {

  border-bottom: 1px solid #f0f0f0;

  margin-bottom: 25px;

  overflow: hidden;

  padding-bottom: 53px;

  padding-left: 70px;

  position: relative;

}

.sidebar-wrapper .single-sidebar .latest-product li:last-child {

  border-bottom: 1px solid #f0f0f0;

  margin-bottom: 0px;

  padding-left: 70px;

  position: relative;

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder{

  display: block;

  overflow: hidden;

  position: absolute;  

  width: 70px;

  min-height: 70px;

  top: 0;

  left: 0;border: 1px #f0f0f0 solid

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder img{

  transition: all 0.7s ease 0s;

  width: 100%;  

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a i {

  color: #ffffff;

  display: inline-block;

  font-size: 16px; 

  transition: all 500ms ease;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder {

  padding-left: 20px;  

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder a h4 {

  color: #252525;

  font-size: 15px;

  font-weight: 700;

  text-transform: capitalize;

  margin: 0 0 10px;

  transition: all 500ms ease;

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {

  color: #43c3ea;

  font-size: 14px;

  font-weight: 400;

  text-transform: capitalize; 

}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {

  display: inline-block;

  margin: 0 1px;

  position: static;

  padding: 0;

  border: none;

}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay{

  -webkit-transform: scale(1);

  transform: scale(1);

}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {

  -webkit-transform:scale(1.3);

  transform:scale(1.3);

}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay .box .content a:hover i{

  color: #152545;

}

.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4{

  color: #43c3ea;

}









/*** 

=============================================

   Single Shop Area style

=============================================

***/

.cp{

  border-right: 1px solid #f0f0f0;

}

.single-shop-content .img-holder {

  margin-right: 50px;

}

.single-shop-content .content-box {

  margin-left: -50px;

}

.single-shop-content .content-box h2 {

  color: #3d3d3d;

  font-size: 24px;

  font-weight: 700;

  margin: 0 0 8px;

  text-transform: uppercase;

}

.single-shop-content .content-box .review-box {

  margin: 0 0 10px;  

}

.single-shop-content .content-box .review-box ul {}

.single-shop-content .content-box .review-box ul li {}

.single-shop-content .content-box .review-box ul li i {

  color: #43c3ea;

}

.single-shop-content .content-box span.price {

  color: #43c3ea;

  font-size: 18px;

  font-weight: 600;

}

.single-shop-content .content-box span.price .before-rate {

  color: #9a9a9a;

  display: inline-block;

  font-size: 18px;

  font-weight: 300;

  padding-left: 10px;

  position: relative;

  top: -1px;

}

.single-shop-content .content-box .text {

  overflow: hidden;

  padding: 25px 0 9px;

}

.single-shop-content .content-box .text p {

  color: #3d3d3d;

  font-size: 14px;

}

.single-shop-content .content-box .text p::before {

  color: #43c3ea;

  content: "\f00c";

  font-family: FontAwesome;padding-right: 5px

}

.single-shop-content .content-box .location-box {

  margin: 4px 0 20px;

}

.single-shop-content .content-box .location-box p {

  color: #3d3d3d;

  font-size: 16px;

  margin: 0 0 12px;

}

.single-shop-content .content-box .location-box form input {

  border: 2px solid #f0f0f0;

  height: 40px;

  padding-left: 10px;

  padding-right: 10px;

  width: 170px;

  transition: all 500ms ease;

  margin: 0 0 10px;

}

.single-shop-content .content-box .location-box form input:focus{

  border-color: #43c3ea;

}

.single-shop-content .content-box .location-box form button {

  background: #f0f0f0 none repeat scroll 0 0;

  border: medium none;

  color: #252525;

  font-size: 14px;

  font-weight: 700;

  height: 40px;

  margin-left: 6px;

  padding: 0;

  text-align: center;

  text-transform: uppercase;

  transition: all 500ms ease 0s;

  width: 95px;

}

.single-shop-content .content-box .location-box form button:hover{

  background: #43c3ea;

}

.single-shop-content .content-box .location-box form span {

  color: #43c3ea;

}

.single-shop-content .content-box .addto-cart-box {}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {

  float: left;

  width: 70px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

  border-radius: 0

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

  border-radius: 0;

  margin-top: -2px;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical &gt; .btn {

  display: block;

  float: none;

  margin-left: -1px;

  max-width: 100%;

  padding: 12px 12px;

  position: relative;

  width: 100%;

}

.single-shop-content .content-box .addto-cart-box .btn-default {

  background-color: #efefef;

  border-color: #efefef;

  color: #9e9e9e;

}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {

  color: #9e9e9e;

  font-weight: normal;

  left: 8px;

  position: absolute;

  top: 7px;

}

.single-shop-content .content-box .addto-cart-box button.addtocart {

  height: 50px;

  width: 170px;

  line-height: 30px;

  margin-left: 25px;

}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover{

  background: #152545; 

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}







.product-tab-box {

  border: 1px solid #ececec;

  border-top: none;

  border-right: none;

  border-left: none;

  overflow: hidden; 

  margin-top: 80px;

}

.product-tab-box .tab-menu {

  border-bottom: 1px solid #ececec;

  margin-bottom: 30px;

}

.product-tab-box .tab-menu li {

  display: inline-block;

  float: left;

  margin-bottom: -1px;

  margin-right: 3px;

}

.product-tab-box .tab-menu li a {

  background: #f0f0f0;

  border-top: 1px solid #ececec;

  border-left: 1px solid #ececec;

  border-right: 1px solid #ececec;

  border-bottom: 1px solid transparent;

  border-radius: 0;

  display: block;

  margin-right: 1px;

  padding: 15px 30px 13px;

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 700;



  background: #f0f0f0;

  transition: all 500ms ease;

}

.product-tab-box .tab-menu li.active a, 

.product-tab-box .tab-menu li:hover a{

  background: #ffffff;

  color: #43c3ea;

  border-left-color: #ececec;

  border-top-color: #ececec;

  border-right-color: #ececec;

 

}



.product-tab-box .tab-content {

  border-left: 1px solid #ececec;

  border-right: 1px solid #ececec;

  margin-top: -30px;

  padding: 30px 30px 40px;

}

.product-tab-box .tab-content .review-box {

  

}

.product-tab-box .tab-content .review-box .sec-title-two {

  margin-top: 3px;

  padding-bottom: 22px;

}

.product-tab-box .tab-content .review-box .sec-title-two h3 {

  color: #3d3d3d;

  font-size: 24px;

  font-weight: 700;

  text-transform: uppercase;

}

.product-tab-box .tab-content .review-box .single-review-box {

  margin-bottom: 30px;

  padding-left: 60px;

  position: relative;

}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {

  left: 0;

  position: absolute;

  top: 0;

}





.product-tab-box .tab-content .review-box .single-review-box .text-holder {

  border: 1px solid #ececec;

  margin-left: 20px;

  padding: 17px 20px 12px;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {

  margin: 0 0 10px;

  overflow: hidden;

}



.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {

  color: #3d3d3d;

  font-size: 16px;

  font-weight: 400;

  margin: 0;

  text-transform: capitalize;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {

  margin-top: -2px;

  padding-left: 0px;

  position: relative;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {

  display: inline-block;

  margin-right: 1px;

}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {

  color: #43c3ea;

  font-size: 14px;

}



.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {

  margin: 0;

}







.product-tab-box .tab-content .review-form {

  padding-top: 30px;

}

.product-tab-box .tab-content .review-form .sec-title-two {

  padding-bottom: 34px;

}

.product-tab-box .tab-content .review-form .sec-title-two h3 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.product-tab-box .tab-content .review-form .add-rating-box {

  margin: 0 0 20px;

}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {

  color: #999999;

  font-size: 16px;

  font-weight: 400;

  margin: 0 0 10px;

  text-transform: none;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li {

  border-right: 1px solid #ebebeb;

  display: inline-block;

  line-height: 20px;

  margin-right: 10px;

  padding-right: 10px;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{

  margin-right: 0px;

  padding-right: 0px;

  border-right: 0px solid #ebebeb;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {

  color: #d6d6d6;

  font-size: 12px;

  line-height: 20px;

  margin-right: 1px;

  opacity: 0.9;

  transition: all 500ms ease 0s;

}

.product-tab-box .tab-content .review-form form .field-label p {

  color: #999999;

  font-size: 14px;

  font-weight: 400;

  margin: 0 0 3px;

}

.product-tab-box .tab-content .review-form form input[type="text"], 

.product-tab-box .tab-content .review-form form textarea {

  background: #fff;

  height: 50px;

  width: 100%;

  border: 1px solid #ececec;

  color: #252525;

  font-size: 14px;

  padding: 0 15px;

  margin-bottom: 20px;

  transition: all 500ms ease;

}

.product-tab-box .tab-content .review-form form textarea {

  height: 110px;

  padding: 10px 15px;

  margin-bottom: 25px;

}

.product-tab-box .tab-content .review-form form button {

  padding: 15px 30px 13px;

}

.product-tab-box .tab-content .review-form form button:hover{

  background: #152545;

  border-left-color: #152545;

  border-right-color: #152545;

  border-top-color: #152545;

}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{

  opacity: 1;

  color: #43c3ea;

}

.product-tab-box .tab-content .review-form form input[type="text"]:focus{

  border-color: #43c3ea;

}

.product-tab-box .tab-content .review-form form textarea:focus{

  border-color: #43c3ea;  

}





.related-product {

  padding-top: 80px;

}

.related-product .sec-title-two {

  padding-bottom: 34px;

}

.related-product .sec-title-two h3 {

  color: #3d3d3d;

  font-size: 28px;

  font-weight: 700;

  text-transform: capitalize;

}

.related-product .single-product-item {

  margin-bottom: 0;

}

















/**

 * Header

 */

.header {

  position: relative;

  z-index: 5;

}



.header-toparea {

  background: #101010;

  color: #ffffff;

  padding: 5px 0;

}



.header-topinfo ul {

  padding-left: 0;

  margin-bottom: 0;

  margin-left: -15px;

}



.header-topinfo ul li {

  list-style: none;

  display: inline-block;

  font-size: 14px;

  padding: 2px 15px;

  font-weight: 600;

  border-right: 1px solid #ffffff;

}



.header-topinfo ul li:last-child {

  border-right: none;

}



.header-topinfo ul li i {

  margin-right: 10px;

  font-size: 18px;

}



.header-topinfo ul li a {

  color: #ffffff;

  font-weight: 400;

}



.header-topinfo ul li a:hover {

  opacity: 0.8;

}



.header-topbutton {

  text-align: right;

}



.header-topbutton .tm-button {

  height: 40px;

  line-height: 38px;

  padding: 0 25px;

}



.header-topbutton .tm-button:hover {

  background: #0075b7;

  color: #ffffff;

  border-color: #0075b7;

}



.header-bottomarea {

  background: #ffffff;

  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);

  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15);

  z-index: 3;

  position: relative;

}



.header-bottominner {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

}



.header-bottominner .tm-navigation {

  text-align: right;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

}



.header-logo a {

  display: inline-block;

}



.header-icons {

  padding-left: 15px;

}



.header-icons ul {

  padding-left: 0;

  margin-bottom: 0;

}



.header-icons ul li {

  list-style: none;

  display: inline-block;

  margin: 0 4px;

}



.header-icons ul li:first-child {

  margin-left: 0;

}



.header-icons ul li:last-child {

  margin-right: 0;

}



.header-icons ul li a {

  display: inline-block;

  color: #373737;

  border: 1px solid #333333;

  border-radius: 100px;

  font-size: 20px;

  height: 35px;

  width: 35px;

  text-align: center;

  line-height: 1;

}



.header-icons ul li a i {

  line-height: 33px;

}



.header-icons ul li a:hover {

  background: #0075b7;

  border-color: #0075b7;

  color: #ffffff;

}



.header-searchbox {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background: #ffffff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  z-index: -1;

  overflow: hidden;

  -webkit-transition: all 0.4s ease-in-out 0s;

  -o-transition: all 0.4s ease-in-out 0s;

  transition: all 0.4s ease-in-out 0s;

}



.header-searchbox .search-close {

  padding: 0;

  font-size: 18px;

  border: none;

  cursor: pointer;

  height: 35px;

  width: 35px;

  border: 1px solid #d2d2d5;

  border-radius: 1000px;

  line-height: 1;

  text-align: center;

  color: #666666;

  display: inline-block;

  vertical-align: middle;

}



.header-searchbox .search-close i {

  line-height: 33px;

  vertical-align: middle;

}



.header-searchbox .search-close:hover {

  color: #0075b7;

  border-color: #0075b7;

}



.header-searchbox.is-visible {

  z-index: 1;

}



.header-searchinner {

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  margin-top: -25px;

  opacity: 0;

  visibility: hidden;

  -webkit-transform: translateY(-100%);

  -ms-transform: translateY(-100%);

  transform: translateY(-100%);

  -webkit-transition: all 0.4s ease-in-out 0s;

  -o-transition: all 0.4s ease-in-out 0s;

  transition: all 0.4s ease-in-out 0s;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.header-searchform {

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

}



.header-searchform input {

  height: 45px;

  border: none;

  padding: 0;

  font-size: 16px;

}



.header-searchbox.is-visible .header-searchinner {

  opacity: 1;

  visibility: visible;

  -webkit-transform: translateY(0);

  -ms-transform: translateY(0);

  transform: translateY(0);

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-topinfo ul {

    margin-left: 0;

  }

  .header-topinfo ul li {

    padding: 0;

    display: block;

    border-right: none;

  }

  .header-logo {

    padding: 15px 0;

  }

  .header-icons {

    padding-right: 49px;

  }

  .header-searchbox.is-visible {

    z-index: 3;

  }

}



@media only screen and (max-width: 767px) {

  .header-topinfo ul {

    margin-left: 0;

  }

  .header-topinfo ul li {

    padding: 0;

    display: block;

    border-right: none;

  }

  .header-logo {

    padding: 15px 0;

  }

  .header-icons {

    padding-right: 49px;

  }

  .header-searchbox.is-visible {

    z-index: 3;

  }

}



@media only screen and (max-width: 575px) {

  .header-topinfo {

    text-align: center;

  }

  .header-topbutton {

    margin: 5px 0;

    text-align: center;

  }

.post-pagination li {

    margin: 0;

}

.post-pagination li a {

  font-size: 16px;

  height: 40px;

  width: 40px;line-height: 2.4

}

}



@media screen and (min-width: 481px) and (max-width: 992px){

        .header-mobilemenu .mean-container a.meanmenu-reveal {



  margin-top: -64px!important;



}

    }







@media only screen and (max-width: 480px) {

  .header-logo {

    max-width: 130px;

    padding: 15px 0;

  }

}



.header-mobilemenu .mean-container .mean-nav {

  margin-top: 0;

}



.header-mobilemenu .mean-container .mean-bar {

  min-height: 0;

  padding: 0;

  z-index: 2;

}



.header-mobilemenu .mean-container a.meanmenu-reveal {

  color: #373737;

  font-size: 21px !important;

  padding: 0;

  text-indent: 0;

  z-index: 99;

  margin-top: -60px;

  height: 33px;

  width: 33px;

  border: 1px solid #333333;

  border-radius: 1000px;

  line-height: 35px;

  text-align: center;

}



.header-mobilemenu .mean-container .mean-nav {

  background: #0075b7;

  position: absolute;

  left: 0;

  top: 100%;

  right: 0;

  width: 100%;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul {

  max-height: 500px;

  overflow-y: auto;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li a {

  padding: 7px 5%;

  border-top: 1px solid rgba(255, 255, 255, 0.2);

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li a.mean-expand {

  padding: 3px 6px !important;

  height: 32px;

  line-height: 32px;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li a.mean-expand:hover {

  background: rgba(255, 255, 255, 0.1);

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li li a {

  opacity: 1;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li ul li a {

  padding: 7px 10%;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li ul ul li a {

  padding: 7px 15%;

}



.header-mobilemenu .mean-container .mean-nav &gt; ul li ul ul ul li a {

  padding: 7px 20%;

}



.header.sticky-active .header-bottomarea {

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  z-index: 99;

  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);

  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);

  -webkit-animation: slideInDown 0.5s ease-in-out 0s 1 both;

  animation: slideInDown 0.5s ease-in-out 0s 1 both;

}



/**

 * Navigation

 */

.tm-navigation ul {

  margin-bottom: 0;

  padding-left: 0;

  font-size: 0;

}



.tm-navigation ul li {

  display: inline-block;

  list-style: none;

  font-size: 16px;

  position: relative;

}



.tm-navigation ul li a {

  display: inline-block;

  font-size: 16px;

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  padding: 34px 20px;

  color: #333;

}



.tm-navigation ul li:hover &gt; a {

  color: #0075b7;

}



/* Dropdown Menu */

.tm-navigation .tm-navigation-dropdown &gt; a::after {

  content: "\f107";

  font-family: 'FontAwesome';

  font-size: 18px;

  padding-left: 3px;

  vertical-align: middle;

}



.tm-navigation .tm-navigation-dropdown ul {

  position: absolute;

  text-align: left;

  padding: 10px 0;

  left: 100%;

  top: 0;

  width: 250px;

  background: #ffffff;

  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

  visibility: hidden;

  border-top: 4px solid #0188da;

  opacity: 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 0 0;

  -ms-transform-origin: 0 0;

  transform-origin: 0 0;

  z-index: -1;

  border-radius: 0 0 3px 3px;

  -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;

  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;

  -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;

  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s;

  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;

}



.tm-navigation .tm-navigation-dropdown ul li {

  display: block;

  padding: 0 15px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}



.tm-navigation .tm-navigation-dropdown ul li a {

  padding: 10px 0;

  line-height: 1.3;

  display: block;

  font-weight: 400;

  font-size: 14px;

  color: #444444;

  border-bottom: 1px #eee solid

}



.tm-navigation .tm-navigation-dropdown ul li:last-child a {

  border-bottom:0

}



.tm-navigation .tm-navigation-dropdown ul li.has-child::after {

  content: "";

  clear: both;

  display: table;

}



.tm-navigation .tm-navigation-dropdown ul li.has-child &gt; a::after {

  content: "\f105";

  font-family: 'FontAwesome';

  font-size: 18px;

  float: right;

}



.tm-navigation .tm-navigation-dropdown ul li:hover &gt; a {

  color: #0075b7;

}



.tm-navigation .tm-navigation-dropdown ul li:hover &gt; ul {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);

  z-index: 1;

}



.tm-navigation .tm-navigation-dropdown &gt; ul {

  left: 0;

  top: 100%;

}



.tm-navigation .tm-navigation-dropdown:hover &gt; ul {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);

  z-index: 9;

}



.tm-navigation .tm-navigation-dropdown.overflow-element ul {

  left: auto;

  right: 100%;

}



.tm-navigation .tm-navigation-dropdown.overflow-element &gt; ul {

  left: auto;

  right: 0;

}



.tm-navigation .tm-navigation-megamenu {

  position: inherit !important;

}



.tm-navigation .tm-navigation-megamenu &gt; a::after {

  content: "\f107";

  font-family: 'FontAwesome';

  font-size: 18px;

  padding-left: 3px;

  vertical-align: middle;

}



.tm-navigation .tm-navigation-megamenu &gt; ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: absolute;

  text-align: left;

  left: 0;

  top: 100%;

  width: 100%;

  background: #ffffff;

  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);

  border-top: 4px solid #0188da;

  border-radius: 0 0 3px 3px;

  padding: 15px;

  visibility: hidden;

  opacity: 0;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: 0 0;

  -ms-transform-origin: 0 0;

  transform-origin: 0 0;

  z-index: -1;

  -webkit-transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;

  transition: visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;

  -o-transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;

  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s;

  transition: transform 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s, z-index 0s, -webkit-transform 0.2s ease-in-out 0s;

}



.tm-navigation .tm-navigation-megamenu &gt; ul &gt; li {

  display: block;

  width: 100%;

  margin: 15px 0;

  padding: 0 20px;

}



.tm-navigation .tm-navigation-megamenu &gt; ul &gt; li:not(:last-child) {

  border-right: 1px solid #d2d2d5;

}



.tm-navigation .tm-navigation-megamenu &gt; ul &gt; li &gt; a {

  display: block;

  color: #0075b7;

  border-bottom: 1px solid #0075b7;

  padding: 0;

  padding-bottom: 5px;

  margin-bottom: 15px;

  text-transform: uppercase;

  letter-spacing: 1px;

  font-size: 14px;

  font-weight: 700;

}

.tm-navigation .tz4 &gt; ul &gt; li &gt; a {

  line-height: 1.1

}



.tm-navigation .tm-navigation-megamenu &gt; ul ul li {

  display: block;

}



.tm-navigation .tm-navigation-megamenu &gt; ul ul li a {

  padding: 5px 0;

  line-height: 1.3;

  display: block;

  font-weight: 400;

  font-size: 12px;

  color: #444444;

}



.tm-navigation .tm-navigation-megamenu &gt; ul ul li a:hover {

  color: #0075b7;

}



.tm-navigation .tm-navigation-megamenu:hover &gt; ul {

  visibility: visible;

  opacity: 1;

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);

  z-index: 9;

}







@media only screen and (max-width: 1200px) {

.tm-navigation ul li a {font-size: 14px;}	

}















/a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}











/* Common CSS */

.fn-section-header {

    margin-bottom: 50px;

}

.section-title {

    text-transform: uppercase;

	color: #43c3ea;

	font-weight: bold;

}

.section-title h2{

}

.section-title span{

}

.section-padding {

    padding: 60px 0;

}

.inner-padding{padding-top: 60px;

}

.no-padding {

    padding: 0;

}

.no-margin {

    margin: 0;

}

.relative {

    position: relative;

}



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

   3.0 - CAROSEL SECTION

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

#fn-home-carousel {

    overflow: hidden;

    position: relative;

}

#fn-home-carousel img {

    width: 100%;

    background-size: cover;

}

.carousel-fade .carousel-inner .item {

    max-height: 550px;

    opacity: .8;

    -webkit-transition-property: opacity;

    -moz-transition-property: opacity;

    -o-transition-property: opacity;

    transition-property: opacity;

}



.carousel-fade .carousel-inner .active {

    opacity: 1

}

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

    left: 0;

    opacity: 0;

    z-index: 1;

}

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

    opacity: 1

}

.carousel-fade .carousel-inner .item:after {

    background: rgba(15, 15, 0, 0.55) none repeat scroll 0 0;

    bottom: 0;

    content: "";

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

}

.carousel-fade .carousel-control {

    z-index: 20

}

/* Caption style

/* ------------------------------ */

#fn-home-carousel .carousel-caption {

    position: absolute;

    top: 50%;

    margin-top: -165px;

    left: 0;

    right: 0;

    text-align: center;

    z-index: 15;

    color: #fff;

    bottom: inherit;

}

#fn-home-carousel .carousel-caption h1 {

    color: #FFFFFF;

    font-size: 75px;

    line-height: 80px;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 0px;

    margin-bottom: 40px;

}

#fn-home-carousel .carousel-caption h1 span {

    font-weight: 900;

    color: #66CCFF;

}

#fn-home-carousel .carousel-caption p {

    color: #FFFFFF;

    font-size: 25px;

    margin-bottom: 70px;

}

#fn-home-carousel .carousel-caption .btn {

    font-size: 20px;

    line-height: 18px;

    font-weight: 300;

    color: #fff;

    background-color: #43c3ea;

    border-radius: 30px;

    padding: 20px 58px;

	border:2px solid #43c3ea;

	text-transform:uppercase;

}

#fn-home-carousel .carousel-caption .btn:hover {

    background: #ffffff;

    color: #43c3ea;

	border:2px solid #43c3ea;

}

/* Next and previous button

/* ------------------------------ */

#fn-home-carousel &gt; .item-prev {

    position: absolute;

    left: 40px;

    top: 50%;

    margin-top: -25px;

    z-index: 100;

    opacity: 0;

    -webkit-transition: all 400ms;

    -moz-transition: all 400ms;

    -o-transition: all 400ms;

    transition: all 400ms;

}

#fn-home-carousel &gt; .item-next {

    position: absolute;

    right: 40px;

    top: 50%;

    margin-top: -25px;

    z-index: 100;

    opacity: 0;

    -webkit-transition: all 400ms;

    -moz-transition: all 400ms;

    -o-transition: all 400ms;

    transition: all 400ms;

}

#fn-home-carousel:hover .item-prev,

#fn-home-carousel:hover .item-next {

    opacity: 1;

}

#fn-home-carousel &gt; .item-prev i,

#fn-home-carousel &gt; .item-next i {

    width: 50px;

    height: 50px;

    line-height: 50px;

    font-size: 40px;

    color: #ffffff;

    text-align: center;

    background-color: #43c3ea;

}

#fn-home-carousel &gt; .item-prev i:hover,

#fn-home-carousel &gt; .item-next i:hover {

    background-color: #ffffff;

	color: #222222;

}

.verticle-line {

    position: absolute;

    top: -150px;

    height: 200px;

    width: 1px;

    content: "";

    background-color: #FFFFFF;

    left: 0;

    right: 0;

    margin: 0 auto;

}

/* Text animation delay

/* ------------------------------ */

.delay-1 {

    -webkit-animation-delay: 300ms;

    -moz-animation-delay: 300ms;

    animation-delay: 300ms;

}

.delay-2 {

    -webkit-animation-delay: 600ms;

    -moz-animation-delay: 600ms;

    animation-delay: 600ms;

}

.delay-3 {

    -webkit-animation-delay: 1200ms;

    -moz-animation-delay: 1200ms;

    animation-delay: 1200ms;

}

.delay-4 {

    -webkit-animation-delay: 1500ms;

    -moz-animation-delay: 1500ms;

    animation-delay: 1500ms;

}

.r1{margin-top: 3px}

.r1 a{color: #c1c1c1;font-size: 12px}

.r1 a:hover{color: #fff}

.xr{margin-top: -17px}

.subscribe-form a{border: 1px #59657a solid;color: #cecece;padding: 6px 20px;}

.subscribe-form a:hover{border: 1px #43c3ea solid;color: #43c3ea;}

































*,

*:after,

*:before {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    padding: 0;

    margin: 0;

}



::selection {

    background: transparent; 

}



::-moz-selection {

    background: transparent; 

}







/* DEMO 5 */



.wrapper-dropdown-5 {

    /* Size &amp; position */

    position: relative;

    margin: 0 auto;

    padding: 11px 15px;



    /* Styles */

    background: #fff;

	border: 1px #f0f0f0 solid;

    cursor: pointer;

    outline: none;

    -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;z-index:1;

}



.wrapper-dropdown-5:after { /* Little arrow */

    content: "";

    width: 0;

    height: 0;

    position: absolute;

    top: 50%;

    right: 15px;

    margin-top: -3px;

    border-width: 6px 6px 0 6px;

    border-style: solid;

    border-color: #999 transparent;

}



.wrapper-dropdown-5 .dropdown {

    /* Size &amp; position */

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;



    /* Styles */

    background: #fff;

    border-radius: 0 0 5px 5px;

    border: 1px solid rgba(0,0,0,0.1);

    border-top: none;

    border-bottom: none;

    list-style: none;

    -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;



    /* Hiding */

    max-height: 0;

    overflow: hidden;

}



.wrapper-dropdown-5 .dropdown li {

    

}

.wrapper-dropdown-5 .dropdown li:hover {

    background-color: #f9f9f9

}



.wrapper-dropdown-5 .dropdown li a {

    display: block;

    text-decoration: none;

    color: #333;

    padding: 9px 0;

    transition: all 0.3s ease-out;

    border-bottom: 1px solid #f0f0f0;padding:9px 14px ;font-family:Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif"

}





.wrapper-dropdown-5 .dropdown li:last-of-type a {

    border: none;

}



.wrapper-dropdown-5 .dropdown li i {

    margin-right: 5px;

    color: inherit;

    vertical-align: middle;

}



/* Hover state */



.wrapper-dropdown-5 .dropdown li:hover a {

    color: #57a9d9;

}



/* Active state */



.wrapper-dropdown-5.active {

    background: #43c3ea;

    box-shadow: none;

    border-bottom: none;

    color: white;

}



.wrapper-dropdown-5.active:after {

    border-color: #fff transparent;

}



.wrapper-dropdown-5.active .dropdown {

    border-bottom: 1px solid rgba(0,0,0,0.1);

    max-height: 800px;

}















.cpnr{padding: 60px 0 30px 0}













.shop-content .text-box .blog-title  {

  color:#333;font-weight: 900

}

.shop-content .text-box .text  p{

  color:#666;text-indent: 2em;line-height: 28px;font-size: 15px

}

.shop-content .text-box .text  p img{

  margin:8px 0 8px -2em;

}

.shop-content .text-box .meta-info {

  overflow: hidden;

	margin: 10px -8px 45px -8px

}

.shop-content .text-box .meta-info li{

  display: inline-block;

  margin: 0 8px;

  font-size: 12px;

}

.shop-content .text-box .meta-info li i{

  color: #999999;

  font-size: 12px;

  font-weight: 400;

  display: inline-block;

  padding-right: 8px;

}



.pages{text-align: center;margin: 2% 0 5% 0}

.pages a{

	display: inline-block;

	width: 45px;

	height: 45px;

	border: 1px #ebebeb solid;

	border-radius: 45px;

	text-align: center;

	line-height: 45px;

	font-family: Arial;

	font-size: 19px;

	margin: 0 4px;

	text-decoration: none;

	color: #666;

	font-weight: 600

}

.pages a:hover,.pages .page-on{

	background-color: #43c3ea;

	color: #fff;border: 0

}

.xg{max-width: 400px;}



















.single-team-member2 {

  border-bottom: 3px solid #f0f0f0;

  margin-bottom: 40px;

  padding-bottom: 15px;

}

.single-team-member2 .img-holder {

  position: relative;

  overflow: hidden;

  display: block;

}

.single-team-member2 .img-holder img{

  -webkit-transition: all 0.7s ease;

  transition: all 0.7s ease;

  width: 100%;

 border: 1px #f0f0f0 solid

}

.single-team-member2:hover .img-holder img {

  -webkit-transform:scale(1.1);

  transform:scale(1.1);

}

.single-team-member2 .img-holder .overlay-one {

  position:absolute;

  left:0px;

  top:0%;

  width:100%;

  height:100%;

  padding:0px;

  color:#ffffff;

  opacity:0;

  transition: all 500ms ease;

  transition-delay: 0.10s;

  z-index: 2;

}

.single-team-member2 .img-holder .overlay-one .overlay-inner {

  width:100%;

  height:100%;

  display:table;

   background: rgba(67, 195, 234, 0.9);  

}

.single-team-member2 .img-holder .overlay-one .overlay-inner .content {

  display:table-cell;

  vertical-align:middle;

  text-align: center;

}

.single-team-member2 .img-holder .overlay-one .overlay-inner .content ul{

    

}

.single-team-member2 .img-holder .overlay-one .overlay-inner .content ul li{

  display: inline-block;

  margin: 0 5.5px;

}

.single-team-member2 .img-holder .overlay-one .overlay-inner .content ul li a i{

  height: 50px;

  width: 50px;

  border-radius: 50%;

  border: 2px solid #fff;

  color: #fff;

  font-size: 16px;

  line-height: 45px;

  transition: all 500ms ease;

}

.single-team-member2 .img-holder .overlay-one .overlay-inner .content ul li a:hover i{

  background: #152545;

  border-color: #152545;

}



.single-team-member2:hover .img-holder .overlay-one {

  top:0px;

  opacity:1; 

}

.single-team-member2:hover .img-holder .phone  {

  left: 0;

  opacity: 1;

}



.single-team-member2 .text-holder {

  margin: 28px 0 0;

}

.single-team-member2 .text-holder h3{

  color: #444;

  font-size: 18px;

  font-weight: 700;

  margin: 0 0 5px;

	overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap

}

.single-team-member2 .text-holder h3:hover{

  color: #000;

}

.single-team-member2 .text-holder span{

  color: #43c3ea;

}

.single-team-member2 .text-holder span a{

  color: #43c3ea;    

}

.single-team-member2 .text-holder .text{

  margin-top: 10px; min-height: 66px

}

.single-team-member2 .text-holder .text p{

  line-height: 22px;color: #A8A8A8;

}



@media screen and (min-width:992px) and (max-width:1200px) {

.single-product-item .title-holder .top .product-title a h5 {

  font-size: 12px;

	}

	

}

@media screen and (min-width:480px)  and (max-width:1200px) {

	.testimonial-carousel .single-item .client-info .name{width: 100%;text-align: center}

	.testimonial-carousel .single-item .client-info .rating-box p{display: none}

}









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

.testimonial-area .owl-theme .owl-nav .owl-prev {

  left: -16px;border-radius:5px 0 0 5px;top: -55px;

}

.testimonial-area .owl-theme .owl-nav .owl-next {

  right: -16px;border-radius:0 5px 5px 0;top: -55px;

}

	

#shop-area .shop-content {

  border-right:0;

  margin-right: 0;

  padding-right: 0px;

  padding-bottom: 30px;

  padding-top: 50px;

}

.shop-content .text-box .blog-title  {

  color:#333;font-weight: 900;font-size: 20px

}

.product-tab-box .tab-content {padding:10px;}

}

#allmap img {max-width: 10000%;}</pre></body></html>