/* ==============================
   1. Imported styles
   ============================== */
/**/


@import url(./bootstrap.min.css);
@import url(./font-awesome.min.css);
@import url(./menuzord.css);
@import url(./main.css);




/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: arial;
  color:#222222;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Poppins', sans-serif;
} 

ul {list-style-type: none;}

p {font-family: 'Hind', sans-serif;font-size: 16px;color: #848484;line-height: 26px; font-weight: 300;}
a {text-decoration: none; display: inline-block; outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Hind', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    /*overflow-x: hidden;
    min-width: 400px;*/
}
.sec-padd {
  padding: 70px 0;
}
.sec-padd-top {
  padding-top: 70px;
}
.sec-padd-bottom {
  padding-bottom: 70px;
}
.no-padd {
  padding: 0px;
}
.clear_fix { clear:both;}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}
.list_inline li {
  display: inline-block;
}
.social li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.social li a {
  color: #666;
  transition: .5s ease-in-out;
  font-family: arial;
}
.default_link {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #48c7ec;
  font-weight: 600;
}
.default_link:hover {
  color: #48c7ec;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.default_link i {
  margin-left: 3px;
  font-weight: 700;
  font-size: 18px;
}
.uppercase {
  text-transform: uppercase;
}
.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}


.row-5 {
  margin: 0 -5px;
}
.thm-color {
  color: #48c7ec;
}

.bold {
  font-weight: 700;
}
.s-bold {
  font-weight: 600;
}
.m-bold {
  font-weight: 600;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #b52626;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  /* border: 2px solid rgb(182,38,38); */
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  padding: 0 30px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
  /* border-radius: 3px; */
}
a.thm-btn:hover {
  background:  rgb(182,38,38);
  color:#fff;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:focus{
	color: #fff;
}
.anim-3 {
  transition: all 0.3s ease;
}
.anim-5 {
  transition: all 0.5s ease;
}


.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  font-size: 32px;
  text-transform: capitalize;
}
.section-title h3 {
  position: relative;
  font-size: 24px;
  text-transform: capitalize;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
}
.section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #48c7ec;
}
.section-title.center:before {
    left: 50%;
    margin-left: -25px;
}




.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    /* bottom: 30px; */
    bottom: 90px;
    right: 30px;
    z-index: 99;
    display: none;
    color: rgb(182,38,38);
    text-align: center;
    background: rgb(229,229,229);
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

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



/* ==============================
   icon
   ============================== */







/* ==============================
   2. header-style
   ============================== */

.top-bar {
  position: relative;
  background: rgb(245,245,245);
  line-height: 56px;

}

.top-bar select{
	border:0;
	background: rgb(245,245,245);
	outline: 0;
	color: #666;
	cursor: pointer;
	font-family: arial;
	font-size: 14px;
}
.top-bar select option{
	padding: 10px 20px;
	display: block;
}
.top-bar .top-bar-text li {
  color: #fff;
  margin-right: 20px;
  display: inline-block;
    color: #666 !important;
    font-size: 14px !important;
    font-family: arial;
}
.top-bar .top-bar-text li i {
    color: #48c7ec;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.top-bar ul{
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 15px !important;
}
.top-bar ul i{
	padding-right: 10px;
}

.top-bar .social li a:hover {
  color: #b52626;
  transition: .5s ease-in-out;

}

.top-bar .social li:last-child {
  padding-right: 0px;
}
select{
	display: inline-block !important;
	width: auto !important;
}

/*logo*/

.main-logo {
  margin: 28px 0  21px;
}

/*menu*/

.theme_menu .container {
  position: relative;
}

.theme_menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
}
.theme_menu .menu-column {
  padding-left: 0;
}

.theme_menu .menuzord {
  padding: 0;
}
.menuzord-menu > li.active{
	border-bottom: 3px solid rgb(182,38,38);
}
/*.current-menu-item,.current-menu-parent{ 
    border-bottom: 3px solid rgb(182,38,38) !important;
}
.current-menu-item>a,.current-menu-parent a{
	color: rgb(182,38,38) !important;	
}*/

.menuzord-menu > li{
	border-bottom: 3px solid #fff;
}
.menuzord-menu > li.current-menu-item,.menuzord-menu > li.current-menu-parent{
	border-bottom: 3px solid rgb(182,38,38);
}
.menuzord-menu > li.current-menu-item > a,.menuzord-menu > li.current-menu-parent > a{
	color: rgb(182,38,38);
}
/*.menuzord-menu > li.active a{
	color: rgb(182,38,38);	
}*/
.menuzord-menu > li:hover{
	border-bottom: 3px solid rgb(182,38,38);
}
.menuzord-menu > li:hover a{
	color: rgb(182,38,38);	
}
.menuzord-menu > li:hover .about-list li a {
	color: #333;
}
.menuzord-menu > li > a {
    padding: 40px 9px 34px 9px;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: arial;
}
.menuzord-menu > li:first-child a {
    padding-left: 0px;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
    padding: 0 15px;
    min-width: 130px;
    background:  rgb(230,230,230);
    border-top: 3px solid rgb(182,38,38);
}

.menuzord-menu ul.dropdown li a {
  padding: 10px 0 9px;
  color: #333;
  border-bottom: 1px solid #fff;
  transition: .5s ease-in-out;
  font-size: 14px;
}
.menuzord-menu ul.dropdown li:last-child a{
	border-bottom: 0;
}
.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0px;
    padding-right: 0px;
    color: rgb(182,38,38);
    transition: .5s ease-in-out;
    font-size: 14px;
}



/*megamenu*/



.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
  float: left;
}
.row-10 {
  margin: 0 -10px;
}
.megamenu .form-group {
  padding: 0 10px;
}
.megamenu .default-form {
  max-width: 410px;
  margin-bottom: 30px;
}
.megamenu .default-form.register-form {
  width: 405px;
  border: 1px solid #2f2f2f;
  padding: 10px 30px 24px;
  background: #252525;
}

.default-form.register-form .form-group {
  margin-bottom: 0;
}
.default-form.register-form .link {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.default-form.register-form .link .thm-color-2 {
  color: #848484;
}
.default-form.register-form .thm-color:hover,
.default-form.register-form .thm-color-2:hover {
  color: #48c7ec;
  transition: .5s ease;
}

.default-form.register-form .link_2 {
  position: relative;
}

.default-form.register-form .link_2.singn {
  padding-left: 25px;

}
.default-form.register-form .link_2 .fancy_video {
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  height: 15px;
  color: #222;
  background: #48c7ec;
  font-family: "FontAwesome";

}
.default-form.register-form .link_2 .fancy_video span {
  position: relative;right:-1px;
}

.hermes.tparrows{
	border: 0 !important;
}

.megamenu .default-form.register-form input[type="text"], 
.megamenu .default-form.register-form input[type="email"], 
.megamenu .default-form.register-form input[type="password"], 
.megamenu .default-form.register-form input[type="number"],
.megamenu .default-form.register-form select,
.megamenu .default-form.register-form textarea {
  border: 0px;
  border-bottom: 1px solid #2f2f2f;
  padding: 12px 0;
}

.megamenu .default-form h5 {
  color: #848484;
  font-size: 16px;
  margin: 0 0 12px;
}
.megamenu .default-form .thm-btn {
  width: auto;
  line-height: 38px;
}

.megamenu .default-form input[type="text"], 
.megamenu .default-form input[type="email"], 
.megamenu .default-form input[type="password"], 
.megamenu .default-form input[type="number"],
.megamenu .default-form select,
.megamenu .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 46px;
    color: #ababab;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #2f2f2f;
    padding: 12px 15px;
    background: #252525;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.megamenu .default-form .bootstrap-select {
    border: 1px solid #2f2f2f;
    background: #252525;
    color: #ababab;
    padding: 5px 0;
    font-size: 16px;
}
.megamenu .bootstrap-select>.dropdown-toggle:focus,
.megamenu .bootstrap-select>.dropdown-toggle:hover {
  color: #ababab;
}



.menuzord-menu > li > .megamenu {
  left: inherit;
  right: -0px !important;
  width: auto;
  padding: 40px 30px 10px;
  background: #222;
  border-top: 3px solid #48c7ec;
}

.menuzord-menu ul.megamenu-dropdown {
  min-width: 190px;
  border-right: 1px solid #3c3c3c;
  margin-right: 40px;
  margin-bottom: 30px;
}

.menuzord-menu ul.megamenu-dropdown li a {
    padding: 10px 0 9px;
    color: #848484;
    transition: .5s ease-in-out;
    font-size: 14px;
    width: 100%;
}

.menuzord-menu ul.megamenu-dropdown li a:hover {
  color: #48c7ec;
  transition: .5s ease;
}
/* ==============================
   slider
   ============================== */
		/* .bg-1 { */
      /* background: url(../img/banner/banner-1.jpg) no-repeat center center; */
				/* background-size: cover; */
				/* color: #fff; */
				/* text-align: right !important; */
			/* } */
			/* .bg-2 { */
				/* background: url(../img/banner/banner-2.jpg) no-repeat center center; */
				/* background-size: cover; */
				/* color: #fff; */
				/* text-align: right !important; */
			/* } */
			/* .bg-3 { */
				/* background: url(../img/banner/banner-3.jpg) no-repeat center center; */
				/* background-size: cover; */
				/* color: #fff; */
				/* text-align: right !important; */
			/* } */
			/* .bg-4 { */
				/* background: url(../img/banner/banner-4.jpg) no-repeat center center; */
				/* background-size: cover; */
				/* color: #fff; */
				/* text-align: right !important; */
			/* } */
			/*.swiper-slider-area .bg-4 h1,.swiper-slider-area .bg-4 p{
				color: #fff !important;
			}*/
			.swiper-slider-area .swiper-slide {
				padding: 280px 20%  !important;
				text-align: center;
				/* padding-bottom: 410px !important; */
				border: 0;
				height: 680px;
			}
			.bg-outter{
				width: 100%;
				position: relative;
			}
			.bg-outter:after,.banner-text-bg:after{
				content: "";
				display: block;
				clear: both;
			}
			.banner-text-bg{
        /* background: #b52626; */
        background: rgba(181,38,38,0.7);
				/* opacity: 0.9; */
				/* width: 45%; */
				padding: 20px;
				padding-right: 30px;
				position: absolute;
				right:-50px;
				top: -200px;
			}
			.banner-text-bg .slider-btn{
				background: #fff;
				color: #b52626;
			}
			.swiper-slider-area .swiper-slide h1 {
				color: #fff;
				font-size: 28px;
				font-family: arial;
				padding-bottom: 15px;
				margin: 0 !important;
			}
			.swiper-slider-area .swiper-slide a{
				margin-bottom: 20px
			}
			.swiper-slider-area .swiper-slide p {
				color: #fff;
				font-size: 14px;
				padding-bottom: 15px;
			}
			
			.swiper-slider-area {
				margin: 0 auto;
				position: relative;
				overflow: hidden;
				list-style: none;
				padding: 0;
				z-index: 1;
			}
			
			.swiper-slider-area .swiper-button-prev,
			.swiper-slider-area .swiper-button-next {
				background: none !important;
			}
			
			.swiper-slider-area .swiper-button-next:before {
				content: "\f105" !important;
				font-family: 'FontAwesome' !important;
			}
			
			.swiper-slider-area .swiper-button-prev:before {
				content: "\f104" !important;
				font-family: 'FontAwesome' !important;
			}
			
			.swiper-slider-area .swiper-button-next:before,
			.swiper-slider-area .swiper-button-prev:before {
				color: #fff !important;
				font-size: 40px !important;
				padding: 45px 15px !important;
				background: rgba(102, 102, 102, 0.6) !important;
				transition: all 0.5s !important;
			}
			
			.swiper-slider-area .swiper-button-prev {
				left: 0 !important;
			}
			
			.swiper-slider-area .swiper-button-next {
				right: 17px !important;
			}
			
			.swiper-slider-area .swiper-button-prev:hover:before {
				background: #b52626 !important;
			}
			
			.swiper-slider-area .swiper-button-next:hover:before {
				background: #b52626 !important;
			}
			
			.swiper-slider-area .swiper-slider-area .swiper-slide a {
				display: inline-block !important;
				background: #b52626 !important;
				color: #fff !important;
				padding: 15px 30px !important;
				text-decoration: none !important;
				margin: 0 10px !important;
				font-size: 16px !important;
				transition: all 0.3s !important;
			}
			
			.swiper-slider-area .swiper-slider-area .swiper-slide a:hover {
				color: #000 !important;
				background: #fff !important;
			}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 6px !important;
}
.swiper-pagination-bullet{
	width: 14px !important;
	height: 14px !important;
  border: 3px solid #fff !important;
  background: #fff !important;
	/* background: none !important; */
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	width: 14px !important;
	height: 14px !important;
  border: 3px solid rgb(182,38,38) !important;
  background: rgb(182,38,38) !important;
}
.swiper-pagination{
	line-height: 22px !important;
}
/*contant us*/
.section-padding {
    padding: 80px 0;
    padding-bottom: 0 !important;
}
.title{
	padding-bottom: 45px;
	text-transform: uppercase;
}
.about-content {
    margin: 15px 0 0;
}
.about-content p{
	margin: 0 0 15px;
}
.megamenu .contact-map {
  width: 330px;
}
.megamenu .home-google-map #menu-google-map {
  width: 100% !important;
  height: 240px !important;
}

.megamenu .author-details {
  background: #222;
  padding-top: 0;
}

.megamenu .author-details.style-2 .item {
  padding-left: 0;
}
.megamenu .author-details .item h5 {
  color: #fff;
}

.megamenu .author-details .item .content p i {
  font-family: "FontAwesome";
}

.slider-btn{
	margin: 0 8px;
}









/*=================== Cart And Search Option ===============*/

.theme_menu .right-column {
    position: absolute;
    right: 0;
    width: 220px;
}
.fast-inquiry{
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 9999;
}
.inquiry-icon{
	width: 58px;
	height: 58px;
	background: #b52626;
	border-radius: 4px;
	text-align: center;
	border: 2px solid #b52626;
	transition: all 0.8s;
	cursor: pointer;

}
.inquiry-icon:hover{
	background: #fff;
}
.inquiry-icon:hover i{
	color: #b52626;
}
.inquiry-icon{
	position: absolute;
	margin-left: -60px;
}
.inquiry-form{
	float: left;
	width: 375px;
}
.inquiry-form-head,.inquiry-form-body{
	width: 100%;
	padding: 0 15px;
}
.inquiry-form-head{
	background:#b52626; 
	border-radius: 4px;
}
.close-inquiry-form{
	position: absolute;
	right: 10px;
	top: 10px;
  cursor: pointer;
}
.close-inquiry-form i{
	color: #fff;
	font-size: 20px;
}
.inquiry-form-head p{
	text-align: center;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	padding: 15px 0;
}
.theme_menu .inquiry-form .contact-widget form .form-group input{
	height: auto;
	font-style: 15px;
}
.theme_menu .inquiry-form .contact-widget form .form-group textarea{
	font-style: 15px;
}
.inquiry-form-body{
	background: rgb(245,245,245);
	margin-top: -20px;
}
.inquiry-form-body .contact-widget{
	background: none !important;
	padding: 60px 15px 0px !important;
	padding-top: 25px !important;
}
.inquiry-form-body .contact-widget form .form-group input,.inquiry-form-body .contact-widget form .form-group textarea{
	border: 0 !important;
	background: #fff !important;
	color: rgb(102,102,102) !important;
}
.inquiry-form-body .contact-widget form .form-group .group-inner{
	margin-bottom: 15px;
}
.inquiry-form-body .contact-widget form .form-group button{
	text-transform: capitalize;
}
.inquiry-icon i{
	color: #fff;
	font-size: 32px;
	line-height: 58px;
	transition: all 0.8s;
}
.nav_side_content {
  margin-top: 33px;
  float: left;
  position: relative;
  left: 30px;
  top: -3px;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #48c7ec;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
}
.nav_side_content .search_option>button {
  width: 30px;
  height:40px;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: rgb(182,38,38);
    top: 70px;
}
.nav_side_content .search_option form input {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  width:100%;
  height:100%;
  background: transparent;
  color:#9e9e9e;
  border:1px solid #f7f7f7;
  padding: 0 47px 0 10px;
  font-size: 15px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
  right:5px;
  color:rgb(182,38,38);
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}

.theme_menu .link_btn {
  margin-top: 30px;
      margin-right: 8px;
}

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

.call-to-action-area .single-item:hover a h5{
  color: #43c3ea;
}
.call-to-action-area .single-item:hover .img-holder .overlay{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.call-to-action-area .single-item:hover .img-holder img {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
}
.call-to-action-area .single-item .img-holder .overlay .box .content a:hover i{
  background: #152545;
  color: #43c3ea;
}
/* Overlay styles */
.overlay{
  width: 100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform: scale(0);
  transform: scale(0);

  background-color: rgba(182,38,38,0.50);
  -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;    
}

.overlay a{
	color: rgb(182,38,38);
	padding: 5px 15px ;
	background: #fff;
	font-weight: bold;
	font-size: 12px;
	transition: all 0.3s;
	text-transform: capitalize;
}
.overlay a:hover{
	background: rgb(182,38,38);
	color: #FFFFFF;
}
.text-holder h5{
	/* padding: 0 20px; */
	font-size: 16px;
	color: #333;
	letter-spacing: 0.5px;
	line-height: 20px;
  font-family: arial;
  font-weight: normal;
  overflow: hidden;
  max-height: 40px;
}
.text-holder h5 a{
  color: #333;
}
.text-holder h5 a:hover{
  color: rgb(182,38,38);
}
/*** 

====================================================================
	banner
====================================================================

***/
h1.themes{
	color: #000 !important;
	text-transform: capitalize !important;
	font-size: 42px !important;
	font-family: arial !important;
}
.small_text{
	font-size: 16px;
	color: #666;
}
/*** 

====================================================================
	Call To Action
====================================================================

***/
.title h3{
	color: #333 !important;
	font-size: 30px !important;
	font-weight: bold !important;
}
.call-to-action{
	position:relative;
	padding:50px 0px 50px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.call-to-action:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(182,38,38);
}

.call-to-action .content-column{
	position:relative;
}

.call-to-action .content-column .inner-box{
	position:relative;
}

.call-to-action .content-column .inner-box .content{
	position:relative;
	padding-left:50px;
	margin-left:100px;
	border-left:2px solid #fff;
}

.call-to-action .content-column .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:-3px;
	color:#fff;
	font-size:60px;
	line-height:1em;
}

.call-to-action .content-column .inner-box h3{
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:1em;
	text-transform:uppercase;
}

.call-to-action .content-column .inner-box .text{
	color:#e6e6e6;
	font-size:14px;
	margin-top:10px;
}

.call-to-action .btn-column{
	margin-top:8px;
}
.icon-box:before{
	content: none;
}
.btn-get-inquiry {
    position: relative;
    padding: 6px 38px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
    color: rgb(182,38,38) !important;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid rgb(182,38,38) !important;
    font-family: 'Source Sans Pro', sans-serif;
}

/* Mainmenu fixed style */
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
.theme_menu.stricky-fixed {
  margin: 0;
  position: fixed;
  background: #fff;
  top:0;
  left:0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}

/*** 

====================================================================
	latest news
====================================================================

***/
.latest-news{
	padding: 80px 0 40px;
}
.news-introduction{
	padding: 25px 20px;
	background: rgb(245,245,245);
}
.news-introduction h3{
	font-size: 16px;
	margin-top: 0;
}
.news-introduction h3 a{
	color: rgb(101,101,101);
}
.news-introduction h3 a:hover{
	color: rgb(182,38,38);
}
.news-introduction p{
	font-size: 15px;
}
.news-introduction a.read-more{
	color: rgb(101,101,101);
	cursor: pointer;
	position: relative;
}
.news-introduction a.read-more:hover{
	color:rgb(182,38,38);
}
.news-introduction a.read-more:after{
	content: '\f178';
	font-family: 'FontAwesome';
	position: absolute;
	left: 90px;
	top: 1px;
}
/*** 
=============================================
    workmeate
=============================================
***/
.work-mate{
	padding: 50px 0;
}
.swiper-slide{
	border: 1px solid rgb(232,232,232);
}
.work-mate img{
	width: 100%;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:rgb(245,245,245);
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 30px;
}

.main-footer .footer-column{
	margin-bottom:30px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .about-widget,
.main-footer .links-widget,
.main-footer .twitter-widget{
	padding-top: 60px;
}

.main-footer .footer-column h4{
	font-size:14px;
	font-weight:800;
	color:#333;
	margin-bottom: 30px;
	text-transform:uppercase;
	font-family: arial;
}

.main-footer .about-widget .text{
	margin-bottom:10px;
	line-height:24px;
	color:#666;
	font-size:14px;
	margin-top:22px;
	font-family: arial;
}

/*Contact Widget*/

.main-footer .contact-widget{
	position:relative;
	background-color:rgb(229,229,229);
	padding:60px 40px 0px;
}

.contact-widget .social-icon-one{
	text-align:center;
}

.contact-widget form{
	position: relative;
}

.contact-widget form .form-group{
	position: relative;
}

.contact-widget form .form-group .group-inner{
	position: relative;
	margin-bottom:20px;
}

.contact-widget form .form-group input{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 24px;
	background: none;
	padding: 8px 10px;
	background-color:#ffffff;
}

.contact-widget form .form-group button{
    width: 100%;
	margin-top:10px;
	margin-bottom:15px;
}

/*Links Widget*/

.main-footer .links-widget .list li{
	margin-bottom:8px;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:2px 0px 2px 20px;
	color:rgb(102,102,102);
	font-size: 14px;
	text-transform:capitalize;	
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links-widget .list li a:before{
	content:'\f0da';
	position:absolute;
	left:0px;
	top:6px;
	line-height:15px;
	font-size:16px;
	font-family: 'FontAwesome';	
}
.main-footer .links-widget .navigation li a:before{
	content:'\f101';
	position:absolute;
	left:0px;
	top:6px;
	line-height:15px;
	font-size:16px;
	font-family: 'FontAwesome';
}
.main-footer .links-widget .list li a:hover{
	color:rgb(182,38,38);	
}

.main-footer a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*Twitter Widget*/

.main-footer .twitter-widget .feed{
	position:relative;
	font-size:15px;
	line-height:1.6em;
	margin-bottom:20px;
	padding-bottom:22px;
	padding-left:30px;
	border-bottom:1px solid #263350;
}

.main-footer .twitter-widget .feed .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#006bbb;
	font-size:20px;
	margin-top:2px;
}

.main-footer .twitter-widget .feed:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.main-footer .twitter-widget .feed .month{
	color:#6c9ecd;
	font-size:14px;
	font-weight:300;
}

.main-footer .twitter-widget .feed .month a{
	position:relative;
	color:#ffffff;
}

.main-footer .twitter-widget .feed .month a:hover{
	color:#ffd105;	
}

.main-footer .twitter-widget .feed .text{
	margin-bottom:0px;
	line-height:1.6em;
	font-weight:400;
	color:#ebebeb;
	font-size:14px;
}

/*Footer Bottom*/

.main-footer .footer-bottom{
	position:relative;
	margin-top:0;
	padding:15px 0px 12px;
	background-color:rgb(182,38,38);
}

.main-footer .footer-bottom .copyright{
	color: #ebebeb;
	font-size: 14px;
	margin-top:2px;
	font-weight: bold;
	font-family: arial;
}

.main-footer .footer-bottom ul{
	position:relative;
	text-align:right;
	margin: 0 !important;
}

.main-footer .footer-bottom ul li{
	position:relative;
	display:inline-block;
	padding:0px 10px;
	line-height:1em;
	border-right:1px solid #ffffff;
	font-weight: bold;
	font-family: arial;
}

.main-footer .footer-bottom ul li:last-child{
	border-right:0px;
}

.main-footer .footer-bottom ul li a{
	color:#ebebeb;
}

.main-footer .footer-bottom ul li a:hover{
	color:#333;	
}
.widget-content ul{
	padding-left: 0;
}
.contact-widget form .form-group button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.btn-style-one {
    position: relative;
    padding: 6px 38px;
    line-height: 24px;
    text-transform: uppercase;
    background: #ffd105;
    color: #172745 !important;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #ffd105 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.social-icon-one li {
    position: relative;
    margin-right: 16px;
    display: inline-block;
}
.social-icon-one li a{
	color: rgb(102,102,102) !important;
	font-size: 18px !important;
}
.social-icon-one li a:hover{
	color: rgb(182,38,38) !important;
}
.footer-readmore{
	display: block;
	position: relative;
	color: rgb(182,38,38);
	font-weight: 700;
}
.footer-readmore:after{
	content: '\f105';
    position: absolute;
    left: 141px;
    top: 4px;
    line-height: 15px;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.copyright{
	line-height:42px ;
}






/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h3 {
  background: rgba(0, 0, 0, 0) url("../img/slides/press-bg.png") no-repeat;
  background-size: contain;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 55px;
  line-height: 62px;
  margin: 14px 0 9px;
  font-weight: 700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin: 0 0 30px;
}
.rev_slider_wrapper .slide-content-box .button a{
  padding: 0px 22px;
  margin-right: 15px;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
  background: #fff;
  padding: 0px 35px;
  color: #222;
  border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}

.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;

}

















/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: cover;
}
.inner-banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.9);
    z-index: 0;
}

.inner-banner h3 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.inner-banner .box {
  position: relative;
  display: table;
  height: 330px;
  width: 100%;
  text-align: center;
}

.breadcumb-wrapper {
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper ul,
.breadcumb-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  color: #48c7ec;
}
.breadcumb-wrapper ul.link-list li a {
  color: #222;
  text-transform: capitalize;
  font-size: 18px;
  transition: .3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
  transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
  color: #fac012;
  margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
  text-transform: capitalize;
  font-weight: 400;
  color: #48c7ec;
  font-size: 18px;
}
.breadcumb-wrapper a.get-qoute i {
  margin-left: 7px;
  color: #222;
  margin-right: 7px;
  font-size: 14px;
}



/************************** 
* why-choose styles 
***************************/


.why-choose {
  position: relative;
}


.why-choose .img-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.why-choose .overlay-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -60px;
  transition: .3s ease-out;
  background: rgba(0, 0, 0, 0.75);
  transform: translate(0,100%);
}
.why-choose .item:hover .overlay-box {
  transition: .5s ease-in-out;
  top: 0px;
  transform: translate(0,0);
}

.why-choose .inner-box {
  position: relative;
  padding-left: 80px;
  padding-right: 21px;
  transition: 1s ease;
}
.why-choose .item:hover .inner-box {
  padding: 43px 21px 43px 80px;
  transition: .5s ease;
}

.why-choose .icon_box {
  position: absolute;
  width: 60px;
  height: 100%;
  text-align: center;
  background: #48c7ec;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 60px;
  color: #fff;
  transition: .5s ease;
}
.why-choose .icon_box span {
    font-size: 33px;
    line-height: 60px;
}

.why-choose .item:hover .icon_box span {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -20px;
    transition: .5s ease;
}

.why-choose .overlay-box .text {
  color: #fff;
}

.why-choose .overlay-box h4 {
  color: #fff;
  line-height: 60px;
  transition: .5s ease-in-out;
}
.why-choose .item:hover .overlay-box h4 {
  color: #48c7ec;
  transition: .5s ease-in-out;
}

.why-choose .overlay-box .text p {
  color: rgba(255, 255, 255, 0.06);
  transform: translate(0,100%);
  transition: 1s ease;
  opacity: 0;
}
.why-choose .item:hover .overlay-box .text p {
  transform: translate(0,0);
  transition: .5s ease;
  transition-delay: .3s;
  opacity: 1;
  color: #fff;
}



/************************** 
* default-blog styles 
***************************/
.blog-section {
}
.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}

.default-blog-news:hover {
  box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content{
  position:relative;
  padding: 30px 20px 0px;
  border: 1px solid #f4f4f4;
}

.default-blog-news .lower-content .text p{
  margin-bottom:20px; 
}

.default-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-bottom: 5px;
}

.default-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
}

.default-blog-news .lower-content h4 a:hover{
  color:#48c7ec;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom:10px;
}

/*large blog*/

.large-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}


.large-blog-news .lower-content{
  position:relative;
  padding: 25px 0px 0px;
}

.large-blog-news .lower-content .text p{
  margin-bottom:20px; 
}

.large-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-bottom: 10px;
}
.large-blog-news .lower-content h5 {
  text-transform: uppercase;
  color: #48c7ec;
  font-size: 14px;
  margin-bottom: 15px;
}


.large-blog-news .lower-content h4 a{
  color:#222;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 26px;
}

.large-blog-news .lower-content h4 a:hover{
  color:#48c7ec;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.large-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 15px;
}
.large-blog-news .lower-content .thm-btn {
  background: transparent;
  color: #48c7ec;
  border-color: #f4f4f4;
}
.large-blog-news .lower-content .thm-btn:hover {
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}


/*side-bar-blog*/

.blog-sidebar {
  position: relative;
  border-left: 1px solid #f4f4f4;
  padding-left: 30px;
}
.category-style-one {
  position: relative;
}
.category-style-one ul {
  margin-top:22px;
  margin-bottom: 35px;
  padding: 20px 30px;
  background: #f7f7f7;
}
.category-style-one ul li {border-bottom: 1px solid #eaeaea;margin: 0;}
.category-style-one ul li:last-child {
  border:none;
}
.category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 40px;
  display: block;
}
.category-style-one ul li a:hover {
  color: #48c7ec;
  transition: .5s ease;
}


/*post-thumb*/


.popular-post {
    position: relative;
}

.popular-post .item {
    position: relative;
    font-size: 14px;
    margin-bottom: 13px;
    min-height: 50px;
    padding: 0px 0px 20px 105px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}

.popular-post .item:last-child{
    border-bottom: 0px;
}
.popular-post .item .post-thumb{
    position:absolute;
    left:0px;
    top: 5px;
    width: 90px;
    height: 90px;
}

.popular-post .item .post-thumb img{
    width:100%;
    display:block;  
}


.popular-post .item .post-thumb a{
  position: relative;
}
.popular-post .item .post-thumb a:after {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}
.popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.popular-post .item a:hover{
  color: #48c7ec;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.popular-post .item h4{
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 17px;
    line-height: 26px;
    color:#333;
}
.popular-post .item h4 a{
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.recent-posts.post-thumb .post .post-info{
    font-size: 14px;
    font-weight:400;
    margin:0px;
    line-height:1.6em;
    color: #9c9c9c;
}
.popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}


.inner-title {
  position: relative;
  margin-bottom: 20px;
  margin-top: 45px;
}


.inner-title h4 {
  position: relative;
  font-size: 22px;
  color: #222;
}


/*archive*/

.sidebar-archive .bootstrap-select {
    background: #f7f7f7;
    color: #848484;
    padding: 10px 0;
    font-size: 16px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #48c7ec;
  color: #fff;
}
.sidebar-archive .form-control:focus {
  border-color: #48c7ec;
  box-shadow: none;
}


/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
}
.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;

}

.sidebar-intsgram ul li .inner-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 199, 236, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li:hover .inner-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}






/*pacebook feed*/

.facebook-feed {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.facebook-feed .img-box {
  position: relative;
}

.facebook-feed .overlay {
    position: absolute;
    margin: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.facebook-feed .inner-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}

.facebook-feed .inner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.facebook-feed .inner-box h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3px;
}
.facebook-feed .inner-box .like {
  color: #fff;
}

.facebook-feed .link a {
  color: #58606f;
  background: #fff;
  display: inline-block;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}
.facebook-feed .link a i.fb-icon {
  color: #fff;
  background: #39579b;
  font-size: 12px;
  padding: 2px 3px 0 4px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.facebook-feed .link a i.mail {
  color: #6a7081;
  margin-right: 6px;
}

.facebook-feed .like-people {
  background: #fff;
  margin: 20px 10px;
  padding: 10px;
}







/*single-blog*/




/*---------------- Author -------------*/

.single-blog-post .author {
  background-color:#ffffff;
  position:relative;
  margin-bottom: 2px;
}
.single-blog-post .author img {
  position:absolute;
}
.single-blog-post .author-comment {
  margin-left:340px;
  padding-left:30px;
}

.single-blog-post .author-comment .quote {
  font-size: 25px;
  color: #f1f1f1;
  margin-bottom: 15px;
}
.single-blog-post .author-comment h5 {
  font-weight: 600;
  margin: 16px 0 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.single-blog-post .author-comment p.a-title {
  color: #48c7ec;
  font-size: 16px;
}



/*share-box*/

.share-box {
  background: #ffffff;
  padding: 23px 0px 12px 0px;
  margin-bottom: 40px;
}
.share-box .tag-box span {
  font-size: 14px;
  color: #3F3E3E;
}
.share-box .tag-box a {
  color: #48c7ec;
  font-size: 16px;
  transition: .3s ease;
  line-height: 30px;
  text-transform: capitalize;
}
.share-box .tag-box a:hover {
  color: #48c7ec;
  transition: .3s ease;
}

.share-box .social-box span {
  color: #252525;
  margin-right: 13px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.share-box .social {
  display: inline-block;
  margin-bottom: 0;
  margin-left: -2.5px;
}
.share-box .social > li {
  padding-right: 0;
  margin: 0;
  padding-left: 0;
}
.share-box .social a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #BCBCBC;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eee;
  display: block;
  line-height: 41px;
  transition: all 0.5s ease;
}
.share-box .social a:hover {
  color: #ffffff;
  background: #48c7ec;
  border-color: #48c7ec;
}



.share-box .tag-box li {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}





.post-author{
  position:relative;
  color:#777777;
  margin-bottom:50px; 
}


.post-author .inner-box{
  position:relative;
  padding: 33px 35px 12px 155px;
  min-height:160px;
  background:#f4f4f4;
  margin-left: 23px;
}

.post-author .inner-box .author-thumb{
  position:absolute;
  left:35px;
  top:35px;
  width: 85px;
  height: 85px;
  border-radius:2px;
}

.post-author .inner-box .author-thumb img{
  display:block;
  width:100%; 
}

.post-author h4{
  position:relative;
  margin: 0px 0px 16px;
  font-size:18px;
  text-transform:capitalize;
  font-weight: 600;
  color: #252525;
}
.post-author ul li{
  margin: 0;
  margin-top: 10px;
}
.post-author ul li:hover a {
  color: #ab7442;
}


.news .blogList_single_post .post-author h4 .author-designation{
  position:relative;
  color:#a8c41b;
  font-style:italic;
  font-family:'Lato',sans-serif;
}

.post-author .text{
  line-height:1.8em;
  color:#777777;
}

.post-author .text a{
  color:#777777;
  text-decoration:underline;  
}

.post-author .text a:hover{
  color:#a8c41b;  
}




/*review-tab*/

.single-blog .product-review-tab {
  margin: 0 27px;
}
.product-review-tab .item_review_content {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
}
.product-review-tab .item_review_content .img_holder {
  position: absolute;
  left: 0;
  top: 0;
}
.product-review-tab .add_your_review {
  margin:81px 0 75px 0px;
}

.product-review-tab .add_your_review>span {
  display: block;
  margin: 36px 0 14px 0;
  color: #a2a2a2;
}
.product-review-tab .add_your_review ul,
.product-review-tab .add_your_review ul li {
  display: inline-block;
  color: #a2a2a2;
}
.product-review-tab .add_your_review ul.rating:hover li,
.product-review-tab .add_your_review ul.rating.active li{
  color: #48c7ec;
  transition: .5s ease;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul.rating li {
  font-size: 12px;
  margin-right: 3px;
  color:#d6d6d6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul.active li {
  color: #ab7442;
}
.news .blogList_single_post .post .product-review-tab .add_your_review ul:hover li{
  color: #ab7442;
}
.product-review-tab .add_your_review ul {
  line-height: 20px;
  border-right: 1px solid #d6d6d6;
  padding-right: 6px;
  margin-right: 5px;
}
.product-review-tab .add_your_review ul.fix_border {
  border:none;
}
.product-review-tab .add_your_review form {
  margin-top:31px;
}
.product-review-tab .add_your_review form label {
  color: #a2a2a2;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-review-tab .add_your_review form input {
  height:54px;
  padding: 0 15px 0 19px;
}
.product-review-tab .add_your_review form textarea {
  max-width: 100%;
  min-height: 165px;
  padding: 15px 17px 5px 19px;
}
.product-review-tab .add_your_review form input,
.product-review-tab .add_your_review form textarea {
    width:100%;
    border:1px solid #f0f0f0;
    margin-bottom: 30px;
    color:#9e9e9e;
    resize: none;
}

.news.single-blog .blogList_single_post .post ul li:before {
  display: none;
}
/************************** 
* team-mate
***************************/

.team-area{
  padding-top: 80px;
  padding-bottom: 40px;
}
.team-area ul{
	padding: 0;
	margin: 0;
}
.team-area .sec-title-two h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #333;
	margin-bottom: 60px;
}
.single-team-member {
  border-bottom: 3px solid #f7f7f7;
  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-team-member .img-holder .overlay-one {
  position:absolute;
  left:0px;
  top:-100%;
  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;
  background: rgba(181, 38, 38, 0.7);  
}
.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: #b52626;
  border-color: #b52626;
}
.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: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}
.single-team-member .text-holder span{
  color: #b52626;    
}
.single-team-member .text-holder .text{
  margin-top: 10px;    
}







/************************** 
* 11. Project styles 
***************************/
.latest-project {
  background: #ffffff;
}
.latest-project .section-title {
  margin-bottom: 37px;
}
.latest-project .text {
  margin-bottom: 15px;
}

.project-cta {
  background: #F7F7F7;
  padding: 30px 0;
}
.project-cta h3 {
  margin: 0;
  font-size: 26px;
  color: #333333;
  line-height: 50px;
}
.project-cta .thm-btn {
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  line-height: 50px;
}
.project-cta .thm-btn:hover {
  color: #fff;
  background: #0D0D0D;
  border-color: #0D0D0D;
}

.single-latest-project-carousel .img-box {
  position: relative;
  overflow: hidden;
}
.single-latest-project-carousel .img-box img {
  width: 100%;
}
.single-latest-project-carousel .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.single-latest-project-carousel .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-latest-project-carousel .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.single-latest-project-carousel .img-box .overlay .top {
  text-align: center;
}
.single-latest-project-carousel .img-box .overlay .top a {
  margin-bottom: 24%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 29px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: background .4s ease, border-color .4s ease;
  transition: background .4s ease, border-color .4s ease;
}
.single-latest-project-carousel .img-box .overlay .top a:hover {
}
.single-latest-project-carousel .img-box .overlay .bottom {
  background: #48c7ec;
  padding: 16px 20px;
  padding-right: 0;
}
.single-latest-project-carousel .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
}
.single-latest-project-carousel .img-box .overlay .bottom .title span {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 16px;
}
.single-latest-project-carousel .img-box .overlay .bottom a {
  color: #fff;
  width: 50px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #5E80BD;
  display: block;
  position: relative;
  text-align: center;
}
.single-latest-project-carousel .img-box .overlay .bottom a:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #2A5391;
  position: absolute;
  top: 0;
  left: -2px;
}
.single-latest-project-carousel:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.latest-project-carousel .owl-nav {
  margin: 0;
  padding: 0;
}
.latest-project-carousel .owl-nav [class*=owl-] {
  color: #999999;
  font-size: 24px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 0 5px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  position: absolute;
  bottom: 50%;
  margin: 0;
  margin-bottom: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: -20px;
  color: #fff;
  transition: .5s ease;
}
.latest-project-carousel .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background: rgba(72, 199, 236, 0.65);
  transition: .5s ease;
}
.latest-project-carousel .owl-nav .owl-next {
  right: 0;
}
.latest-project-carousel .owl-nav .owl-prev {
  left: 0;
}

.single-project-item h3 {
  margin: 0;
}
.single-project-item .img-box {
  position: relative;
  overflow: hidden;
}
.single-project-item .img-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(53, 99, 169, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
          transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.single-project-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-project-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.single-project-item .img-box .overlay .box .content ul.list-inline li a {
  width: 45px;
  height: 45px;
  color: #48c7ec;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.84);
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  -webkit-transition: background .4s ease, color .4s ease;
  transition: background .4s ease, color .4s ease;
}
.single-project-item .img-box .overlay .box .content ul.list-inline li a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
.single-project-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.single-project-item h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-family: "Montserrat-Regular", sans-serif;
}
.single-project-item h3:hover {
  color: #3563a9;
}
.single-project-item h3 a {
  color: inherit;
}
.single-project-item span {
  color: #999999;
  line-height: 24px;
}
.single-project-item .text-box {
  margin-top: 25px;
  padding-bottom: 23px;
}

.project-page .masonary-layout {
  margin-bottom: 20px;
}




/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section{
    position:relative;
    background: #222;
}

.testimonials-section .section-title h2 {
    color: #fff;
}


.testimonials-section .slide-item{
    position:relative;
    margin-top: 5px;
    padding: 30px;
    padding-right: 50px;
    background: #2a2a2a;
    transition: .5s ease;
}
.testimonials-section .slide-item:before {
    width: 50px;
    height: 50px;
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: white;
    background: linear-gradient(315deg, #222 45%, #333 50%, #333333 56%, #333 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.project-content.testimonials-section .slide-item{
    margin-bottom: 50px;
}
.padd-bottom-30{
  padding-bottom: 30px ;
}

.testimonials-section .slide-item:hover {
  transition: .5s ease;
}



.testimonials-section .quote {
    position: absolute;
    font-size: 30px;
    right: 30px;
    top: 38px;
    color: #333;
    transition: .5s ease;
}
.testimonials-section .slide-item:hover .quote {
  transition: .5s ease;
}

.testimonials-section .author{
    position:relative;
    padding: 15px 0px 0px 100px;
    margin-bottom: 43px;
    color:#c9c9c9;
    line-height:20px;
}

.testimonials-section .author .img-box {
    position:absolute;
    left:0px;
    top:0px;
}
.testimonials-section .author .img-box img {
    border-radius: 50%;
}


.testimonials-section .author h4 {
  position:relative;
  color: #ffffff;
  font-size: 20px;
}




.testimonials-section .author p {
    position:relative;
    color: #48c7ec;
}

.testimonials-section .slide-text{
  margin-top: 15px;
  margin-left: 0px;
}

.testimonials-section .slide-text p {
}


.testimonials-section .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;

}

/*nav*/
.testimonials-section .owl-carousel {
  position: inherit;
}
.testimonials-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
}

.testimonials-section .owl-theme .owl-nav [class*=owl-] {
    color: #999999;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    padding: 0 5px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.testimonials-section .owl-theme .owl-prev {
    float: left;
    width: 20%;
    text-align: center;
}
.testimonials-section .owl-theme .owl-prev i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #5a5a5a;
    transition: .5s ease;
}
.testimonials-section .owl-theme .owl-prev i:hover {
    color: #48c7ec;
    border-color: #48c7ec;
    transition: .5s ease;
}
.testimonials-section .owl-theme .owl-next {
    float: right;
    width: 20%;
    text-align: center;
}

.testimonials-section .owl-theme .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #5a5a5a;
    transition: .5s ease;
}
.testimonials-section .owl-theme .owl-next i:hover {
    color: #48c7ec;
    border-color: #48c7ec;
    transition: .5s ease;
}
/*** 

====================================================================
    news-whole-area
====================================================================

***/
.news-whole-area{
	padding: 80px 0;
}
.news-whole-area .news-detail-list h3{
	font-size: 16px;
	font-family: arial;
	color: #333333;
	font-weight: normal;
	transition: all 0.3s;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
  overflow: hidden;
}
.news-whole-area .single-news-list:hover h3{
	color: #b52626;
}
.news-whole-area .news-detail-list p{
	color: #666666;
	font-family: arial;
	font-size: 14px;
	line-height: 22px;
}
.single-news-list:after{
	content: "";
	display: block;
	clear: both;
}
.single-news-list{
	padding: 30px 0;
	border-bottom: 1px solid rgb(232,232,232);
	}
.news-img-list img{
	width: 100%;
}
.wp-pagenavi a,.wp-pagenavi span{
	padding: 3px 13px;
	background: rgb(232,232,232);
	font-size: 14px;
	font-family: arial;
	color: #666;
	display: inline-block;
	margin: 0 3px;
	transition:all 0.5s;
	border-radius: 3px;
}
.wp-pagenavi a:hover{
	background: #b52626;
	color: #fff;
}
.wp-pagenavi{
	margin-top: 30px;
}
.wp-pagenavi span{
	background: #b52626;
	color: #fff;
}
.news-detail-list .thm-btn{
	font-weight: normal;
	font-size: 14px;
	text-transform:none;
}
/*** 

====================================================================
    about-certificate
====================================================================

***/
.certificate-area{
	padding: 80px 0;
}
.certificate-desc h3{
	font-family: arial;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.certificate-desc p{
	font-family: arial;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.certificate-img img{
  max-height:240px;
	width: auto;
	border: 1px solid rgb(232,232,232);
}
.desc-align{
	align-items: center;
}
.ce-rosh:after{
	content: "";
	display: block;
	clear: both;
}
.bg-grey{
	background: rgb(245,245,245);
}
.single-culture:after{
	content: "";
	display: block;
	clear: both;
}
.single-culture-model{
	text-align: center;
}
.single-culture{
	padding-bottom: 60px;
	border-bottom: 1px solid rgb(232,232,232);
}
.brand-value{
	padding-top: 0 !important;
}
.single-brand-value{
	padding: 0 15px !important;
	margin-bottom: 20px;
}
.single-brand-value p{
	line-height: 24px;
	}
.single-brand-value h4{
	margin-bottom: 20px;
}
.single-brand-value:hover h4{
	color: #b52626;
}
.grand-img{
	text-align: center;
	width: 110px;
	height: 110px;
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 85px;
	transition: all 0.8s;
}
.grand-img-out{
	padding: 10px;
	border: 4px solid #b52626;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.single-brand-value:hover .grand-img{
	border: 2px solid #b52626;
}
/*** 

====================================================================
    page-slider-area
====================================================================

***/
.taxonomy-products-area{
	padding: 80px 0;
}
.taxonomy-products-left .news-search input[type="text"]{
	padding: 8px 8px;
}
.taxonomy-products-left .news-search input[type="submit"]{
	top: 9px;
}
.products-list{
	padding: 27px 20px;
	background: rgb(245,245,245);
	margin-top: 15px;
}
.products-list h3{
	font-family: arial;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 500;
}
.products-list>ul{
	padding: 0;
}
.products-list ul{
	margin: 0;
	padding: 0;
}
.news-whole-area .products-list>ul li ul{
	display: block;
}
.products-list>ul li ul{
	padding-left: 13px;
	display: none;
}
.products-list>ul li.current-cat ul,.products-list>ul li.current-cat-parent ul{
	display: block;
}
.products-list i{
	margin-right: 7px;
}
.products-list ul li a{
	color: #666666;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
}
.products-list ul li a:before{
	font-family:FontAwesome;
	content:"\f105";
	margin-right: 7px;
}
.products-list ul li:hover>a{
	color: #b52626;
}
.products-list .current-cat>a{
	color: #b52626;
}
.products-list .current-cat-parent>a{
	color: #b52626;
}
nav li ul li.current-menu-item a{
	color: rgb(182,38,38) !important;
}
.taxonomy-products-right h2{
	color: #333333;
	font-size: 18px;
	font-family: arial;
	padding-left: 15px;
}
.single-product-img{
	/* background: rgb(245,245,245); */
  border: 1px solid rgb(232,232,232);
  padding: 0px;	
}
.single-product-text{
  padding: 0px;
}
.single-product-img img{
	width: 100%;
}
.single-product-show h4 a{
	font-size: 16px;
	font-family: arial;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 2px;
	font-weight:600;
	height:40px;
	overflow: hidden;
}
.single-product-show h4 a{
  color: #333333;
}
.single-product-show h4 a:hover{
  color: #b52626;
}
.single-product-show span{
	color: #666666;
	font-size: 14px;
	font-family: arial;
}
.single-product-show a{
	color: #b52626 ;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 20px;
}
.single-product-show p{
	margin-bottom: 10px;
}
.taxonomy-products-right:after,.product-whole-list:after{
	content: "";
	display: block;
	clear: both;
}
.single-product{
	margin-bottom: 30px;
}
.taxonomy-products-area .wp-pagenavi{
	margin-top: 10px;
	padding-left: 10px;
}
.taxonomy-products-right h2{
	margin-bottom: 30px;
}
.call-to-action-area .wp-pagenavi{
	padding-left: 10px;
} 
/*** 

====================================================================
    single-product-area
====================================================================

***/
.single-product-area{
	padding: 80px 0;
}
.single-product-area .product-thumbs{
				width: 100%;
			}
.single-product-area .view .swiper-product-thumbs {width:100%; }
.single-product-area .view:hover .arrow{display: block;}
.single-product-area .view .arrow{display: none;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 10; }

.single-product-area .preview {width: 100%;margin-top: 20px;position: relative;}
.single-product-area .preview .swiper-slide {width: 25% !important;height: 100%;}
.single-product-area .swiper-slide{
	border: 0;
}
.single-product-area .slider-1{
				/*background: rgb(245,245,245);*/
				border: 1px solid rgb(232,232,232);
			}
.single-product-area .swiper-slide img{
	width: 100%;
}
.single-product-area .swiper-slide img:hover{
	cursor: pointer;
}
.single-product-area .slider-2{
				background: none;
				padding: 0 !important;
			}
.single-product-area .swiper-slide-active{
	border: 1px solid rgb(232,232,232);
}
.single-product-area .preview .swiper-wrapper{
	transform: none !important;
}
.swiper-product-thumbs {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.wd-36{
	width: 36.25%;
	padding: 0 15px;
	float: left;
}
.wd-63{
	width: 63.75%;
	padding: 0 15px;
	float: left;
}
.single-product-braf h1,.news-detail-message h1{
	color: #333333;
	font-size: 18px;
	font-family: arial;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.single-product-braf p{
	font-size: 14px;
	color: #525252;
	font-family: arial;
	padding-bottom: 5px;
	line-height: 24px;
}
.single-product-braf p span{
	font-size: 16px;
	color: #333;
}
.single-product-braf h4{
	font-size: 16px;
	color: #333333;
	font-family: arial;
	padding-bottom: 5px;
}
.single-product-braf{
	padding: 5px 0;
}
.single-product-braf .thm-btn{
	font-weight: normal;
	padding: 0 15px;
	text-transform: capitalize;
	display: inline-block;
}
.single-product-braf p.product-tag{
	color: #666666;
	font-family: arial;
	font-size: 16px;
	margin-top: 20px;
}
.single-product-braf .download{
	background: rgb(245,245,245);
	color: #666666;
	border: 2px solid rgb(245,245,245);
	margin-left: 30px;
	transition: all 0.8s;
}
.single-product-braf .download:hover{
	border: 2px solid #b52626;
	background: #fff;
	color: #b52626;
}
.single-product-details .nav-tabs>li{
	background: rgb(245,245,245);
	margin-left: 5px;
	border-bottom: 1px solid #ddd;
}
.single-product-details .nav-tabs>li a{
	color: #333333;
	font-family: arial;
	font-size: 16px;
}
.single-product-details .nav-tabs>li:first-child{
	margin-left: 0;
}
.single-product-details .nav-tabs>li.active{
	border-bottom: 1px solid #fff;
	z-index: 999;
}
.single-product-details .nav-tabs>li.active a{
	color: #b52626;
}
.single-product-details .nav-tabs>li>a{
	margin-right: 0;
}
.single-product-details .nav-tabs>li:hover{
	border-bottom: 1px solid #ddd;
}
.single-product-details .nav-tabs>li:hover a{
	border-bottom: 1px solid rgb(237,237,237);
		color: #b52626;
}
.single-product-details .nav-tabs>li.active:hover{
	border-bottom: 1px solid #fff;
}
.single-product-details .nav-tabs>li.active:hover a{
	border-bottom: 1px solid #fff;

}
.single-product-details .tab-content ul{
	margin: 0;
	padding-left: 50px;
}
.single-product-details .tab-content ul li{
	color: #666666;
	font-size: 15px;
	line-height: 24px;
	font-family: arial;
	position: relative;
}
.single-product-details .tab-content ul li:before{
	content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 50%;
	  padding-bottom: 5px;
    margin-right: 15px;
    position: absolute;
    left: -27px;
    top: 9px;
}
.single-product-details table{
	width: 100%;
	border: 1px solid #ddd;
}
.single-product-details table > tbody > tr > th{
	border: 1px;
	padding-left: 20px;
	border-right:  1px solid #ddd;
	font-size: 14px;
	color: #666666;
	font-family: arial;
	font-weight: normal;
}
.single-product-details table > tbody > tr > td{
	font-size: 14px;
	color: #666666;
	font-family: arial;
	font-weight: normal;
}
.single-product-details .tab-content #Section1,
.single-product-details .tab-content #Section2,
.single-product-details .tab-content #Section3{
	padding:35px 0 20px 20px;
}
.single-product-details table td{
	padding-left: 20px;
	border-right:  1px solid #ddd;
}
.colspan-center{
	text-align: center;
}
.single-product-details .tab-content table ul{
	padding: 0 ;
	margin: 0;
}
.single-product-details .tab-content table ul li:before{
	width: 0;
	height: 0;
}
.single-product-footer h3{
	font-size: 18px;
	color: #333333;
	font-family: arial;
	margin: 60px 0 30px;
	padding-left: 15px;
}
.single-related-product-img img{
	width: 100%;
}
.related-product-list h4{
	color: #333333;
	font-size: 16px;
	font-family: arial;
	text-align: center;
	font-weight: normal;
	padding: 0 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 34px;
}
.related-product-list h4 a{color: #333333;}
.related-product-list h4 a:hover{color: #b52626;}
.single-related-product{
	text-align: center;
	padding-bottom: 30px;
}
.single-related-product a{
	padding: 0 15px;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 30px;
}
.single-related-product{
	border: 1px solid rgb(232,232,232);
  margin-top: 20px;
  overflow: hidden;
}
.single-product-footer{
	padding-bottom: 80px;
}
.related-product-list:after{
	content: "";
	display: block;
	clear: both;
}
.leave-reply .leave-message{
	margin-top: 70px;
}
.leave-reply .leave-message input[type=submit]{
	margin-bottom: 0 !important;
}
.related-product-list p{
	padding-left: 15px;
}






.single-product-area a:hover,.single-product-area a:focus{
    outline: none;
    text-decoration: none;
}
.single-product-area .tab .nav-tabs{
    border: 1px solid #1fc1dd;
}
.single-product-area .tab .nav-tabs li{
    margin: 0;
}
.single-product-area .tab .nav-tabs li a{
    font-size: 14px;
    color: #999898;
    background: #fff;
    margin: 0;
    padding: 20px 25px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    position: relative;
}
.single-product-area .tab .nav-tabs li a:hover{
    border-top: none;
    border-bottom: none;
    border-right-color: #ddd;
}
.single-product-area .tab .nav-tabs li.active a,
.single-product-area .tab .nav-tabs li.active a:hover{
    color: #fff;
    border: none;
    background: #1fc1dd;
    border-right: 1px solid #ddd;
}
.single-product-area .tab .nav-tabs li.active a:before{
    content: "";
    width: 58%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.single-product-area .tab .nav-tabs li.active a:after{
    content: "";
    border-top: 10px solid #1fc1dd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 43%;
}
.single-product-area .tab .tab-content{
    font-size: 13px;
    color: #999898;
    line-height: 25px;
    background: #fff;
    padding: 20px;
    border: 1px solid #1fc1dd;
    border-top: none;
}
.single-product-area .tab .tab-content h3{
    font-size: 24px;
    color: #999898;
    margin-top: 0;
}
/*** 

====================================================================
    culture
====================================================================

***/
.enterprise-culture,.brand-value{
	padding: 80px 0;
}
.culture-main h3{
	font-family: arial;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}
.culture-main>p{
	font-family: arial;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin: 50px 0;
}
.single-culture .i-fa-icon{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.single-culture-model{
	padding: 60px 35px;
}
.bg-red{
	background: rgb(181,38,38);
}
.single-culture-model h4{
	color: #666666;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.single-culture-model p{
	color: #666666;
	font-family: arial;
	font-size: 14px;
	text-align: center;
}
.bg-red h4,.bg-red p{
	color: #fff;
}
/*** 

====================================================================
    about
====================================================================

***/
.page-slider-area{
	/* padding: 150px 0; */
	/* background: url(../img/banner/banner-1.png) center center; */
	/* background: url(../img/banner/banner-460.jpg) center center; */
	/* background-size: cover; */
	position:relative;
	overflow:hidden;
}
.page-slider-area .container { position:absolute; left:0; right:0; top:15%; }
.page-slider-area img { height:auto; max-width:1920px; }
.page-slider-area p{
	font-family: arial !important;
	font-weight: bold;
	color: #333333;
	font-size: 60px;
	text-align: center;
}
.page-slider-area h1{
	font-family: arial !important;
	font-weight: bold;
	color: #333333;
	font-size: 60px;
	/*text-align: center;*/
}
ol.breadcrumb{
	background: none;
	padding-left: 0;
	/*text-align: center;*/
}
ol.breadcrumb li a{
	color: #333333;
	font-size: 16px;
	font-family: arial;
}
.breadcrumb>li+li:before{
	color: #333;
}
.about-factory{
	padding: 80px 0;
}
.about-factory .about-company{
	padding-top: 110px;
}
.about-factory h3{
	font-size: 24px;
	color: #333;
	font-family: arial;
	margin-bottom: 50px;
	margin-top: 30px;
}
.about-factory h3 span{
	color: #b52626;
}
.about-factory p{
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
	letter-spacing: -0.1px;
}
.about-award{
	padding: 80px 0;
	background: url(../img/about/award.png);
	z-index: 100;
}
.single-award{
	padding: 20px 24px;
	background: #fff;
	position: relative;
}
.single-award span{
	font-size: 30px;
	color: #B52626;
	font-family: arial;
	font-weight: bold;
}
.single-award h4{
	font-family: arial;
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	margin: 10px 0;
}
.about-icon{
	position:absolute;
	padding: 25px 20px;
	right: 24px;
	top: 36px;
}
.icon-first .about-icon{
	background: url(../img/about/icon/1-2.png) no-repeat right;
}
.icon-first:hover .about-icon{
	background: url(../img/about/icon/1-1.png) no-repeat right;
}
.icon-second .about-icon{
	background: url(../img/about/icon/2-2.png) no-repeat right;
}
.icon-second:hover .about-icon{
	background: url(../img/about/icon/2-1.png) no-repeat right;
}
.icon-third .about-icon{
	background: url(../img/about/icon/3-2.png) no-repeat right;
}
.icon-third:hover .about-icon{
	background: url(../img/about/icon/3-1.png) no-repeat right;
}
.icon-forth .about-icon{
	background: url(../img/about/icon/4-2.png) no-repeat right;
}
.icon-forth:hover .about-icon{
	background: url(../img/about/icon/4-1.png) no-repeat right;
}
/*** 

====================================================================
    download
====================================================================

***/
.download-area{
	padding: 80px 0 60px;
}
.single-file-download{
	border: 1px solid rgb(232,232,232);
	padding: 15px 20px;
	position: relative;
	margin-bottom: 30px
}
.file-discribtion{
	padding-left: 50px;
}
.file-discribtion h4 a{
	font-family: arial;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	transition:color 0.8s;
}
.single-file-download:hover .file-discribtion h4 a{
	color: #b52626;
}
.file-discribtion p{
	font-family: arial;
	font-size: 14px;
	color: #666666;
}
.icon-file{
	position: absolute;
	top: 36px;
}
.icon-file i{
	font-size:36px;
	color: #7d7d7d;
	transition: color 0.8s;
}
.single-file-download:hover .icon-file i{
	color: #b52626;
}
/*** 

====================================================================
    download
====================================================================

***/
.contact-page-area{
	padding: 80px 0 60px;
}
.imformation{
	border: 1px solid rgb(232,232,232);
}
.imformation h3{
	padding: 20px;
	background: rgb(245,245,245);
	margin: 0;
	color: #333333;
	font-family: arial;
	font-size: 18px;
}
.imformation ul{
	padding: 0 20px;
	margin: 0;
}
.imformation ul li{
	padding: 18px 0;
	border-bottom: 1px solid rgb(232,232,232);
	color: #666666;
	font-size: 14px;
	font-family: arial;
	position: relative;
	padding-left: 45px;
	letter-spacing: 0.3px;
	line-height: 24px;
}
.imformation ul li:last-child{
	border-bottom: 0;
}
.imformation ul li span{
	color: #333;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 500;
}
.imformation ul li i{
	font-size: 20px;
	position: absolute;
	left: 0;
	color: #b52626;
	top: 50%;
	margin-top:-10px !important;
}
.contact-leave-message h3{
	font-family: arial;
	font-size: 20px;
	color: #333333;
	margin-bottom: 40px;
}
.sales-container{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sales-information,.contact-leave-message{
	margin-top: 120px !important;
}
.sales-information{
	padding-right: 0;
}
.sales-information h3{
	padding: 20px;
    background: rgb(245,245,245);
    margin: 0;
    color: #333333;
    font-family: arial;
    font-size: 18px;
}
.sales-img{
	width: 25%;
	float: left;
}
.sales-contact{
	width: 75%;
	float: left;
}
.sales-detail:after{
	content: "";
	clear: both;
	display: block;
}
.single-sales p{
	font-family: arial;
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
}
.sales-img img{
	width: 100%;
}
.sales-contact{
	padding: 0 15px;
	padding-right: 10px;
}
.sales-contact ul{
	padding-left: 0;
	margin: 0;
}
.sales-contact ul li i{
	color: #b52626;
	margin-right: 8px;
	font-size: 13px;
}
.sales-contact p{
	margin-bottom: 8px;
}
.sales-contact span{
	color: #666;
	font-size: 14px;
	font-family: arial;
}
.single-sales{
	padding: 13px 0;
	padding-left: 10px;
	border-bottom: 1px solid rgb(232,232,232);
	padding-bottom: 20px;
}
.sales-container .swiper-slide{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: 0;
}
.border-none{
	border-bottom: 0;
}
.border-sales{
	border: 1px solid rgb(232,232,232);
	position: relative;
}
.sales-information .swiper-pagination{
	right: 20px;
	top: 20px;
}
.sales-information .swiper-pagination-bullet{
	width: 8px !important;
	height: 8px !important;
	border: 1px solid #b52626 !important;
	margin: 0 5px;
	outline: none;
}
.sales-information .swiper-pagination-bullet-active{
	background: #b52626 !important;
}
/*** 

====================================================================
    download
====================================================================

***/
.news-detail-area{
	padding: 80px 0;
}
.detail-img img{
	width: 100%;
}
.detail-author ul{
	padding-left: 0;
}
.detail-author ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	font-family: arial;
	color: #999999;
}
.detail-author ul li i{
	margin-right: 8px;
}
.detail-content p{
	font-size: 14px;
	font-family: arial;
	color: #666666;
	line-height: 24px;
}
.detail-features h4,.related-news h4{
	font-family: arial;
	font-size: 18px;
	color: #333333;
}
.detail-features ul{
	padding-left: 0;
}
.detail-features ul li{
	color: #666666;
	font-size: 14px;
	font-family: arial;
	line-height: 28px;
}
.single-feature img{
	width: 100%;
	margin-bottom: 20px;
}
.features-imgs,.post-and-link{
	margin: 0 -15px;
}
.single-feature p{
	color: #666666;
	font-size: 14px;
	font-family: arial;
}
.features-imgs{
	margin-top:20px;
}
.features-imgs:after,.post-and-link:after,.leave-message form:after,.single-related-news:after{
	content: "";
	display: block;
	clear: both;
}
.next-post span{
	color: #b52626;
	font-family: arial;
	font-size: 14px;
}
.next-post p a{
	color: #666666;
	font-family: arial;
	font-size: 16px;
	padding-top: 5px;
}
.next-post p a:hover{
	color: #b52626;
}
.social-links ul{
	display: inline-block;
	padding-left: 20px;
}
.social-links ul li{
	display: inline-block;
	margin-right: 4px;
}
.post-and-link{
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(232,232,232);
}
.social-links span{
	font-size: 16px;
}
.social-links span i{
	margin-left: 10px;
	color: #666666;
}
.social-links ul li a{
	width: 35px;
	height: 35px;
	border: 1px solid rgb(232,232,232);
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: rgb(125,125,125);
	background: #fff;
	transition: all 0.8s;
}
.social-links ul li a:hover{
	border: 1px solid #b52626;
	background: #b52626;
	color: #fff;
}
.leave-message form{
	margin: 0 -15px;
}
.leave-message{
	margin-top: 60px
}
.leave-message p{
	margin-top: 30px;
	font-size: 16px;
	font-family: arial;
	color: #666666;
}
.leave-message textarea,.leave-message input{
	padding: 6px 20px !important;
	font-size: 14px;
	margin-bottom: 25px !important;
	height: 42PX;
}
.leave-message textarea{
	height: auto;
}
.leave-message input[type=submit]{
	background: #b52626;
	color: #fff;
	margin-left: 15px;
	padding: 10px 30px !important;
	border-radius: 4px;
}
.news-search{
	position: relative;
}
.news-search input[type="submit"]{
	position: absolute;
	right: -3px;
	top: 14px;
	width: 40px;
	height: 40px;
	background: url(../img/news/search-icon.png) no-repeat;
}
.news-search input[type="text"]{
	padding: 13px 8px;
	box-shadow: 0 0 0px 1000px white inset !important;
}
.related-news{
	margin: 30px -15px;
}
.image-and-overlay{
	position: relative;
	overflow: hidden;
}
.img-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 500ms ease;
    transition-delay: 0.10s;
    z-index: 2;
}
.image-and-overlay img{
	-webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}
.single-related-news:hover .image-and-overlay img{
	-webkit-transform:scale(1.1);
  	transform:scale(1.1);
}
.img-overlay-inner{
	width:101%;
    height:100%;
    display:table;
    background: rgba(0, 0, 0, 0.4);
}
.single-related-news:hover .img-overlay{
	opacity:1; 
}
.img-overlay-inner .content{
	display:table-cell;
    vertical-align:middle;
    text-align: center;
}
.img-overlay-inner .content a{
	color: rgb(180,38,38);
}
.related-news-desc p{
	font-size: 14px;
	font-family: arial;
	color: #666666;
	margin-bottom: 5px;
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.related-news-desc span{
	color: #b52626;
	font-size: 14px;
	font-family: arial;
}
.related-news-desc{
	padding-left: 0;
}
.single-related-news{
	margin-bottom: 25px
}
.related-news h4{
	padding: 0 15px;
	font-size: 16px;
	color: #333333;
	margin: 50px 0 30px;
}
.tags-ul-list ul{
	padding: 0;
}
.tags-ul-list{
	padding: 0 15px;
}
.tags-ul-list ul li{
	display: inline-block;
	padding: 5px 11px;
	background: none;
	border: 1px solid rgb(232,232,232);
	border-radius: 5px;
	transition: all 0.8s;
	margin-right: 5px;
	margin-bottom: 10px;
}
.tags-ul-list ul li a{
	color: #999;
}
.tags-ul-list ul li:hover{
	background: #b52626;
}
.tags-ul-list ul li:hover a{
	color: #fff;
}
.single-related-news-image{
	width:33.33333333%;
	float: left;
}
.related-news-desc{
	width:66.66666667%;
	float: left;
}
.news-detail-message{
	width: 73.9%;
}
.news-detail-tag{
	width: 26.1%;
}
/*** 

====================================================================
    client Section style
====================================================================

***/

.clients-section .section-title {
  margin-bottom: 10px;
}
.clients-section .tooltip-inner {
  background: #48c7ec;
}
.clients-section .tooltip.top .tooltip-arrow {
  border-top-color: #48c7ec;
}

.clients-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    padding-top: 40px;
}
.clients-section .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

.clients-section .owl-theme .owl-nav [class*=owl-] {
    color: #c5c5c5;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 40px;
    border: 2px solid #f7f7f7;
    line-height: 36px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.clients-section .owl-theme .owl-nav [class*=owl-]:hover {
    color: #48c7ec;
    border: 2px solid #48c7ec;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/*** 

====================================================================
  application
====================================================================

***/
.application-area{
	padding: 80px 0 30px;
}
.single-application-area{
	padding: 40px 0;
	border-bottom: 1px solid rgb(232,232,232);
}
.single-application-area:after{
	content: "";
	display: block;
	clear: both;
}
.application-desc-area h4{
	color: #333333;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}
.application-desc-area p{
	color: #666666;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
}

.application-img img{
	width: 100%;
}
.img-border{
  margin-bottom: 22px;
  border:1px solid rgb(232,232,232);
}
.img-border a{
  display: block;
  margin: 0 auto;
}
.img-border .img-app-pro{
  max-height:101px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.img-border img{
	/* border:1px solid rgb(232,232,232);  */
}
.img-border img:first-child{
	/* margin-bottom: 22px; */
}
.last-single-application-area{
	border: 0;
}
/*** 

====================================================================
    service Section style
====================================================================

***/

.service {
  background: #f7f7f7;
}

.service .item {
  position: relative;
  min-height: 366px;
  border-left: 1px solid #e8e8e8;
  overflow: hidden;
}
.service .item:last-child {
  border-right: 1px solid #e8e8e8;
}

.service .item .icon_box {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -39px;
}

.service .item .icon_box span {
  color: #48c7ec;
  font-size: 40px;
}

.service .item .icon_box h4 {
  font-size: 20px;
  margin-top: 12px;
}


.service .item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: #48c7ec;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.service .item:hover .overlay-box {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.service .item .overlay-box .icon_box {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    top: 0;
    margin-top: 70px;
    margin-bottom: 20px;
}
.service .item .overlay-box p,
.service .item .overlay-box .icon_box h4,
.service .item .overlay-box .default_link,
.service .item .overlay-box .icon_box span {
  color: #fff;
}

.service .item .overlay-box p {
  margin-bottom: 20px;
}







/*** 

====================================================================
    service-single Section style
====================================================================

***/

.service-catergory {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-catergory li {
  list-style: none;
  position: relative;
  background: #f7f7f7;
  padding: 14px 0;
  margin-bottom: 2px;
}
.service-catergory li:first-child {
  margin-bottom: 10px;
}
.service-catergory li .view-all-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #848484;
}
.service-catergory li.active {
  background: #48c7ec;
}
.service-catergory li.active a {
  color: #fff;
  border-color: #222;
}

.service-catergory li a {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 30px;
  border-left: 5px solid transparent;
  font-weight: 600;
  padding-left: 23px;
  transition: all 0.5s ease;
  position: relative;
}
.service-catergory li a:hover {
  color: #48c7ec;
}
.service-catergory li.active a:hover {
  color: #fff;
}
.service-single blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 18px;
    border-left: 5px solid #f7f7f7;
    font-style: italic;
    color: #48c7ec;
    font-family: "Poppins", sans-serif;
}


/*brochures*/

.brochures-lists {

}
.brochures-lists li {
    background: #fff;
    line-height: 52px;
    margin-bottom: 20px;
    color: #fff;
    height: 55px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.brochures-lists li:last-child {
    margin-bottom: 0px
}
.brochures-lists li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.brochures-lists li a span {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px 5px;
    position: relative;
    font-size: 17px;
    line-height: 25px;
}
.brochures-lists li a i::before {
    font-size: 18px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 18px;
    color: #ffffff;
}
.brochures-lists li {
  background: #48c7ec;
  transition: .5s ease;
}

.brochures .img-box {
  padding: 22px 0;
  border: 1px solid #f4f4f4;
}

.author-details.style-2 .item {
    padding: 20px 20px 20px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    background: transparent;
    margin: 0;
    padding: 15px 0;
}


/*growth-service*/

.growth-service .item {
  background: #f7f7f7;
  padding: 30px 0;
  border: 1px solid #eaeaea;
}
.growth-service .item span {
  color: #48c7ec;
  font-size: 48px;
  transition: .5s ease;
}
.growth-service .item h4 {
  font-size: 20px;
  margin-bottom: 5px;
  padding-top: 20px;
}

/*style-2*/

.growth-service.style-2 .item {
    background: #fff;
    padding: 45px 15px;
    border: none;
    transition: .5s ease
}
.growth-service.style-2 .item.active,
.growth-service.style-2 .item:hover {
  background-color: #48c7ec;
  transition: .5s ease
}
.growth-service.style-2 .item h4 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-top: 20px;
    transition: .5s ease;
}
.growth-service.style-2 .item span {
  font-size: 70px;
}
.growth-service.style-2 .item.active span,
.growth-service.style-2 .item:hover span,
.growth-service.style-2 .item.active h4,
.growth-service.style-2 .item:hover h4,
.growth-service.style-2 .item.active p,
.growth-service.style-2 .item:hover p {
  color: #fff;
  transition: .5s ease;
}
/*benifit*/
.benifit li {
    position: relative;
    color: #848484;
    padding-left: 20px;
    margin: 15px 0;
}

.benifit li:after {
    position: absolute;
    content: '';
    background: #48c7ec;
    height: 8px;
    width: 8px;
    left: 0;;
    top: 7px;
}

.benifit {margin-bottom: 10px;}

.service-single .accordion-box .accordion .acc-content {
  padding: 2px 0 8px;
}
.service-single .accordion {
  margin-bottom: 5px;
}

.default-form.service-form textarea {
    height: 226px;
}

/*** 

====================================================================
    about Section style
====================================================================

***/

.about-faq .link_btn .sign {
    display: inline-block;
    position: relative;
    left: 50px;
    top: 5px;
}



.accordion-box {
    border: 1px solid #f7f7f7;
}

.accordion {
    margin-bottom: 10px;
    position: relative;
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;  
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 0px 10px;
    margin: 0 30px;
    padding-right: 50px;
    border-top: 1px solid #f7f7f7;
}
.accordion .acc-btn p {
    color: #222;
    font-family: 'Poppins', sans-serif;
}
.accordion .acc-btn.active p {
    color: #48c7ec;
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}


.accordion .acc-btn .toggle-icon {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 24px;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #222;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}


.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #48c7ec;
    width: 100%;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
    opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    display: none;
    padding: 15px 0px 15px;
    margin: 0 30px;
}

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

.accordion-box .accordion .acc-content p {
    margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}

.single-faq-bg {
  position: relative;
}
.single-faq-bg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5000%;
    height: 100%;
    background: #f7f7f7;
    z-index: 0;
}




.about-faq .default-form input[type="text"], .about-faq .default-form input[type="email"], .about-faq .default-form input[type="password"], 
.about-faq .default-form input[type="number"], .about-faq .default-form select, .about-faq .default-form textarea {
    border-color: #eaeaea;
}

.about-faq .default-form-area {
  padding-left: 30px;
}
.about-faq .default-form-area h3 {
  margin-bottom: 38px;
  position: relative;
  font-weight: 400;
}

.accordion-box.style-2 .accordion .acc-content {
  padding: 10px 0;
}
.accordion-box.style-2 .accordion {
  margin-bottom: 5px;
}
/*** 

====================================================================
  contact-form
====================================================================

***/
.contact-page-area .wpcf7 .your-name,.contact-page-area .wpcf7 .your-email{
	width: 100%;
}
.contact-page-area .wpcf7 .your-email{
	margin-left: 0;
}
.contact-page-area .wpcf7 input[type="text"],.contact-page-area .wpcf7 input[type="email"],.contact-page-area .wpcf7 textarea{
	font-size: 14px;
/*	height: auto;*/
	color: #666;
	outline: none !important;
}

.contact-page-area .wpcf7 textarea{
	height: 157px;
}
.contact-page-area .leave-message input[type=submit]{
	margin-left: 0;
	padding: 10px 30px !important;
	line-height: 28px;
	margin: 0;
}
.detail-features .wpcf7 .your-name,.detail-features .wpcf7 .your-email{
	width: 100%;
}
.detail-features .wpcf7 input[type="text"], .detail-features .wpcf7 input[type="email"], .detail-features .wpcf7 textarea{
	font-size: 14px !important;
	font-family: arial !important;
	height: auto;
	color: #666;
}
.detail-features .wpcf7 .your-email{
	margin-left: 0
}
.detail-features .wpcf7 textarea{
	height: 98px;
}
.detail-features .leave-message input[type=submit]{
	margin-left: 0;
	padding: 10px 30px !important;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
}
.single-product-footer .wpcf7 .your-name,.single-product-footer .wpcf7 .your-email{
	width: 100%;
}
.single-product-footer .wpcf7 input[type="text"], .single-product-footer .wpcf7 input[type="email"], .single-product-footer .wpcf7 textarea{
	font-size: 14px !important;
	font-family: arial !important;
	height: auto;
	color: #666;
	background: #fff !important;
}
.single-product-footer .wpcf7 .your-email{
	margin-left: 0
}
.single-product-footer .wpcf7 textarea{
	height: 98px;
}
.single-product-footer .leave-message input[type=submit]{
	margin-left: 0;
	padding: 10px 30px !important;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
	margin-left: 15px;
}
footer .widget-content:after{
	content: "";
	display: block;
	clear: both;
}
footer .wpcf7 .your-name,footer .wpcf7 .your-email{
	width: 100%;
}
footer .wpcf7 .your-email{
	margin-left: 0
}
footer .wpcf7 input[type="text"], footer .wpcf7 input[type="email"], footer .wpcf7 textarea{
	font-size: 14px !important;
	font-family: arial !important;
	height: auto;
	color: #666;
	background: #fff !important;
	padding: 5px 15px;
}
footer .wpcf7 textarea{
	height: 70px;
}
.widget-content .col-md-12{
	padding: 0;
	margin-bottom: 20px;
}
footer .wpcf7 input[type="submit"]{
	width: 100%;
	background: #b52626;
	margin: 10px 0 -5px;
	font-weight: 600;
	text-transform: uppercase;
	height: 44px;
}
.main-footer .contact-widget{
	margin-bottom: 20px;
}
/*** 

====================================================================
  news
====================================================================

***/

.news-single{
	word-break: break-word;
	margin-bottom: 30px
}
.news-single .new-images img{
	width: 100% !important;
}
span.date:before{
	content: '\f073';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
span.author:before{
	content: '\f007';
	font-family: 'FontAwesome';
	margin-right: 10px;
}
.news-content h4{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: arial;
	font-size: 16px;
	color: #333;
	font-family: arial;
	font-weight: normal;
}
span.date,span.author{
	color: rgb(137,137,137);
	font-size: 14px;
	margin-right: 15px;
}
.news-content p{
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* autoprefixer: off*/
-webkit-box-orient: vertical;
/* autoprefixer: on*/

    margin: 10px 0;
    color: #666666;
    font-family: arial;
}
.new-images{
	padding: 0 !important;
}
.news-content h4{
	margin: 0 0 8px 0;
}
.about-company p{
	font-size: 14px;
	font-weight: 400;
	font-family: arial;
	letter-spacing: -0.3px;
	margin-top: 25px;
	font-family: arial;
	color: #666;
	line-height: 22px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.about-company p span{
	font-weight: 600;
	font-size: 16px;
}
.news-single a{
	color: #b52626;
	font-weight: 500;
	font-size: 14px;
}
/*** 

====================================================================
  application
====================================================================

***/
.application{
	padding: 80px 0;
	padding-bottom: 0;
	
}
.application-bg{
	/*background:url(../img/application/backgound-1.jpg);*/
	background: #f5f5f5;
}
.application-bg:after{
	content: "";
	display: block;
	clear: both;
}
.application h3{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: arial;
}
.application-desc{
	width: 27.1%;
	padding: 60px 80px 0;
	float: left;
/*	height: 590px;*/
	/*background:url(../img/application/backgound-1.jpg);*/
}
.application-desc p{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	font-family: arial;
	font-weight: 400;
}
.application-application-whole{
	width: 72.9%;
	float: left;
	background: #fff;
}
.swiper-application {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.single-application{
/*	padding: 160px 0 !important;	*/
	/*background: url(../img/application/app-1.jpg) no-repeat !important;
	background-size: cover !important;*/
	/*position: relative !important;*/
	border:0;
/*	height: 590px !important;*/
}
.whole-model{
	position: relative;
	overflow: hidden;
	/*height: 100%;*/
	height: 400px;
}
.whole-model img{
	width: 100%;
}
.application-application-whole .swiper-slide{
	padding: 0 !important;
}
.overlay-model{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all 500ms;
}
.grey-top-model{
				width: 100%;
				height: 100%;
				background: rgba(255,255,255,0.8);
				display: table;
			}
.single-application:hover .overlay-model{
				opacity: 1;
			}	
.application-article{
	display: table-cell;
/*    vertical-align: middle;*/
/*    text-align: center;*/
}	
.application-article p{
	color: #444;
	font-size: 15px;
	padding: 0 50px;
	padding-top: 50px;
	line-height: 24px;
}	
.application-content{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.4);
	transition: all 0.3s;
	padding: 150px 50px;
	color: #666 !important;
	letter-spacing: 0.7px;
}
.single-application:hover .application-content{
	display: block;

}
.application-content p{
    color:#666;
    font-size: 14px;
    font-family: arial;

}
.application-title{
	position: absolute;
/*	top: 500px;*/
	left: 0;
	right: 0;
	bottom: 0;
	background: #b52626;
	opacity: 0.8;
	line-height: 94px;
	padding-left: 20px;
	z-index: 9999;
	height: 90px;
}
.application-title a{
	color: #fff;
	font-family: arial;
/*	    font-weight: bold;*/
	    font-size: 16px;
}
.application-title a:hover{
	color: #fff !important;
}
.swiper-button-prev{
	left: 0 !important;
}
.swiper-button-next, .swiper-button-prev{
	background: none !important;
}
.swiper-button-next:before{
	content: "\f105" !important;
	font-family: 'FontAwesome' !important;
	color: #FFF;
	font-size: 25px;
	padding: 20px 25px;
	background: rgba(102,102,102,0.4);
	transition: all 0.9s;	
}
.swiper-button-prev:before{
	content: "\f104" !important;
	font-family: 'FontAwesome' !important;
	color: #FFF;
	font-size: 25px;
	padding: 20px 25px;
	background: rgba(102,102,102,0.4);
	transition: all 0.9s;	
}
.swiper-button-next:hover:before{
	background: #b52626;
	opacity: 1;
}
.swiper-button-prev:hover:before{
	background: #b52626;
	opacity: 1;
}
.swiper-button-next{
	right: 32px !important;
}
/*** 

====================================================================
  Fact Counter Section
====================================================================

***/

.fact-counter{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
}

.fact-counter:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0);
  opacity:0.80;
  z-index:0;
}

.fact-counter .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter .item {
  background: #f7f7f7;
  color: #222;
  padding: 17px 0 25px;
}

.fact-counter .column .icon span{
  position:relative;
  top:0px;
  font-size: 50px;
  position: absolute;
  line-height:70px;
  top: -5px;
  left: 0;
  margin-bottom:20px;
  color: #ab7442;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter .count-outer{
  position:relative;
  font-size: 36px;
  font-weight: 600;
  padding: 0px 10px 23px;
  font-family: 'Poppins', Sans-serif;
}
.fact-counter .count-outer:before {
    content: "";
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background: #48c7ec;
}

.fact-counter .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  font-family: "Hind", Sans-serif;
  color:#222;
}



/*** 

====================================================================
  google map Section
====================================================================

***/
.home-google-map #contact-google-map {
  width: 100%;
  height: 430px;
}
.home-google-map .gmnoprint {
    display: none;
}



/*** 

====================================================================
  contact Section
====================================================================

***/


.default-cinfo .icon_box {
  width: 40px;
}
.default-cinfo li + li {
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  padding-top: 12px;
}
.default-cinfo li .icon_box,
.default-cinfo li .text-box {
  display: table-cell;
  vertical-align: top;
}

.default-cinfo li .icon_box i {
  font-size: 20px;
  color: #48c7ec;
  position: relative;
  top: 7px;
}
.default-cinfo .accordion .acc-btn {
  background: #f7f7f7;
  padding: 14px 30px;
  margin: 0;
}

.default-cinfo .accordion-box {
  border: none;
}
.default-cinfo .accordion {
  border: 1px solid #f7f7f7;
}
.default-cinfo .accordion-box .accordion .acc-content b {
  color: #222;
  font-weight: 600;
}

/*form*/

.default-form {
  position: relative;
}


.default-form p {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 20px;
}
.default-form p span {
  color: #ab7442;
  font-size: 20px;
  font-weight: 600;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:55px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #f7f7f7;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 120px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #a2a2a2;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #48c7ec;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #48c7ec;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
}


.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
    color: #48c7ec;
    background: none;
    border: none;
    font-size: 18px;
}


/*author-details*/



.author-details {
  background: #f7f7f7;
  padding: 1px 20px;
}
.author-details .item {
  padding: 20px 20px 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  background: #fff;
  margin: 30px 0;
}
.author-details .item:last-child {
  border-bottom: 0px;
}
.author-details .item .img-box,
.author-details .item .content {
  display: table-cell;
  vertical-align: top;
}

.author-details .item .img-box{
  width: 67px;
}

.author-details .item .content{
  padding-left: 20px;
}

.author-details .item .content p {
  color: #9e9e9e;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
}
.author-details .item .content p i {
  color: #48c7ec;
  margin-right: 5px;
}

.author-details .item h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #272727;
}
.author-details .item .content h5 {
  color: #48c7ec;
  margin: 0;
}

/*** 

====================================================================
  service
====================================================================

***/

.breadcrumbs{
	padding: 21px 19px;
	background: rgb(239,239,239);
}
.breadcrumbs-content{
	padding: 0 10px;
	line-height: 25.5px;
}
.breadcrumbs-content a{
	margin:0 15px;
	color: rgb(137,137,137);
}
.breadcrumbs-content i{
	color: rgb(137,137,137);
}
.breadcrumbs-content a:hover{
	color: rgb(84,84,84);	
}
.breadcrumbs-content span{
	margin: 0 15px;
	color: rgb(84,84,84);
}
/*
----------------------------------------------------------------
						product-area
---------------------------------------------------------------- 
*/
.faq-content-area{
	padding: 80px 0;
}
.faq-content-area .panel{
	border: 1px solid rgb(232,232,232);
}
.panel-heading{
	background: rgb(245,245,245);
}
.panel-heading a.collapsed{
	background: #fff;
}
.product-area{
	background: #fff;
}
.faq-content-area .panel-heading{
	padding: 0;
}
.product-column{
	width: 25%;
	padding: 60px 30px 30px 0px;
    min-height: 1760px;
	position: relative;
}
.product-area .product-details{
	width: 75%;
	
}
.product-column-whole{
	position: absolute;
	background-color: #f9f9f9;
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-left: -500px;
    display: block;
}
.product-column-model{
	position: relative;
	margin-bottom: 35px;
}
.product-column-model h3{
	color: #161616;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 28px;
    line-height: 18px;
}
.product-column-model li{
	margin-bottom: 15px;
	line-height: 18px;
}
.product-column-model li a{
	font-size: 15px;
	color: #a3a3a3;
	cursor: pointer;
}
.product-column-model li a:hover{
	color: #ddb42c;
}
.product-details-model{
	padding: 60px 15px 30px 45px;
	width: 100%;
}
.product-image{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}
.product-image img{
	max-width: 100%;
	display: block;
	object-fit: cover;
}
.product-details-model h3{
	font-size: 27px;
    font-weight: 700;
    color: #181818;
    line-height: 32.4px;
    margin-bottom: 30px;
}
.product-details-model p{
	line-height: 1.7;
	color: #727272;
	font-size: 15px;
	margin-bottom: 50px;
}
.product-feature{
	width:60%;
	margin-bottom: 30px;
}

.faq {
	width: 100%;
	margin: 0 auto;
}

.panel {
	background-color: #fff;
}
.panel-heading {
	position: relative;
/*	padding: 20px 0 20px;*/
}
.panel-heading a {
	font-family: arial;
	display: block;
	text-decoration: none;
	padding-left: 75px;
	font-size: 16px;
	cursor: pointer;
	line-height: 16.8px;
	padding: 20px 0;
	position: relative;
	padding-left: 25px;
	color: #b52626;
}
.panel-heading a.collapsed{
	color: #333;
}
.panel-heading a:hover{
	color: #b52626;
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}
.panel-body {
	padding-left: 25px;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
}
.panel-body p {
	font-size: 15px;
	padding: 5px 0 15px;
	margin-bottom: 20px;
}
.accordion-toggle::after {
	content: "\f068";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	top: 17px;
	right: 40px;
	font-size: 15px;
	line-height: 20px;
	background: #b52626;
	font-weight: 100;
	padding: 2px 5px;
	position: absolute;
	color: #fff;
	border-radius:3px;
}
.accordion-toggle.collapsed:after {
	font-family: FontAwesome;
	content: "\f067";
	padding: 2px 5px;
	display: block;
	font-size: 15px;
	line-height: 20px;
	background: #b52626;
	font-weight: 100;
	color: #fff;
	border-radius: 3px;
}
.product-photo {
	width: 40%;
	padding-bottom: 20px;
}
.photo-column{
	width: 100%;
	padding: 0 15px 30px;
	overflow: hidden;
}
.photo-column img{
	max-width: 100%;
	display: block;
	object-fit: cover;
}
.product-details-model h4{
	font-size: 24px;
    font-weight: 700;
    color: #181818;
    padding-bottom: 30px;
}


/*** 

====================================================================
  consultation Section
====================================================================

***/



.consultation .default-form-area {
    background: #fff;
    padding: 40px 30px 10px;
    border: 1px solid #f4f4f4;
    max-width: 690px;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
}






/***
==============================
   8. Team Member styles
============================== 
***/


.our-team {
  position: relative;
  padding: 70px 0 20px;
}



.single-team-member h3,
.single-team-member p {
  margin: 0;
}
.single-team-member h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}


.single-team-member .img-box {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.07);
  display: inline-block;
  background: #f7f7f7;
}
.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}


.our-team .single-team-member {
  margin-bottom: 50px;
  text-align: center;
}
.single-team-member .author-info {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
}

.single-team-member a p {
  color: #48c7ec;
  transition: .5s ease;
}

.single-team-member .text {
  margin-top: 15px;

}
.single-team-member .text p {
  font-size: 16px;

}

.single-team-member .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(72, 199, 236, 0.9);
  width: 100%;
  transform: scale(0.7,0);
  transition: .5s ease-in-out;
}
.single-team-member:hover .img-box .overlay {
  transform: scale(1,1);
  transition: .5s ease-in-out;
}

.single-team-member .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.single-team-member .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -20%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}
.single-team-member:hover .social {
  top: 0;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: .3s;
}
.single-team-member .social li {
  padding: 0;
  margin: 0 3px;
}
.single-team-member .social li a {
  color: #ffffff;
  transition: color .4s ease;
  font-size: 14px;
}


.single-team-member .img-box .overlay ul li a {
  height: 42px;
  width: 42px;
  color: #fff;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  line-height: 44px;
  border: 1px solid #fff;
}
.single-team-member .img-box .overlay ul li:last-child a {
}

/*style-2*/

.our-team.style-2 .section-title h2 {
  color: #fff;
}


.our-team.style-2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(12, 20, 25, 0.95);
    z-index: 0;
}
.our-team.style-2 .container {
  position: relative;
}

.our-team.style-2 .single-team-member .author-info {
  border-color: #1a2228;
}
.our-team.style-2 .single-team-member h4 {
  color: #fff;
}




/***
==============================
   8. Team Member styles
============================== 
***/


.testimonials {
  position: relative;
  padding-bottom: 30px;
}



.single-testimonial h3,
.single-testimonial p {
  margin: 0;
}
.single-testimonial h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 6px;
}


.single-testimonial .img-box {
  position: relative;
}
.single-testimonial .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}


.testimonials .single-testimonial {
  margin-bottom: 40px;
  border: 1px solid #f4f4f4;
  padding: 30px 10px 26px;
  transition: .5s ease-in-out;
}

.testimonials .single-testimonial:hover {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
  transition: .5s ease-in-out;
}



.single-testimonial .author-info {
  overflow: hidden;
  border: 2px solid #f4f4f4;
  padding: 6px 0 9px;
  margin-top: 5px;
}

.single-testimonial p a {
  color: #48c7ec;
  transition: .5s ease;
}

.single-testimonial .text {
  margin-top: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.single-testimonial .text p {
  font-size: 16px;

}








/************************** 
* Project styles 
***************************/
.single-project {
  padding-bottom: 30px;
}
.single-project .img-box {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #eaeaea;
}
.single-project .img-box img {
  width: 100%;
}
.single-project .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  transition: .5s ease;
}
.single-project:hover .title h5 {
  color: #48c7ec;
  transition: .5s ease;
}

.single-project .img-box .overlay {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background: rgba(72, 199, 236, 0.9);
  padding: 5px;
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.single-project .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-project .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.single-project .img-box .overlay .top {
  text-align: center;
}
.single-project .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.single-project .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  transition: .4s ease;
}
.single-project .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.single-project .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.single-project .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
}
.single-project:hover .img-box .overlay {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 30px;
}
.post-filter li {
  padding: 0;
}

.post-filter li span {
  color: #848484;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #48c7ec;
  transition: .5s ease;
}


/*inform-list*/
.inform-list {
  background: #f7f7f7;
  padding: 23px 20px;
}
.inform-list li  {
  color: #848484;
  font-size: 16px;
  line-height: 43px;
}
.inform-list li span {
  color: #48c7ec;
  font-weight: 700;
}
.client-information .title {
  color: #48c7ec;
  margin: 10px 0;
}
.client-information .text {margin-bottom: 35px;}

/*contact-service*/

.service-contact {
  background: #48c7ec;
  padding: 30px;
  margin-top: 50px;
}
.service-contact h4 {
  color: #fff;
}
.service-contact p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0
}
.service-contact .thm-btn {
  background: #fff;
  line-height: 38px;
  padding: 0 15px;
  color: #48c7ec;
}
.service-contact .thm-btn:hover {
  background: #fff;
  color: #48c7ec;
}





/************************** 
* Cart Page styles 
***************************/
.cart-section {
  position: relative;
}
.cart-section ul {
  margin: 0;
  padding: 0;
}
.cart-section ul li {
  list-style: none;
}
.cart-section .thm-btn {
  line-height: 40px;
}
.cart-section .sec-pad {padding-bottom: 70px;}
.cart-section .sec-title.medium {
  padding-bottom: 25px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  border-radius: 7px;
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: normal;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 15px 10px;
  min-width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: yellow;
}

.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: black;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 85px;
  padding-top: 20px;
  text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  padding: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #222;
  text-transform: capitalize;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #48c7ec;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: yellow;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
  transition: .5s ease;
}

.cart-table tbody tr .remove-btn:hover {
  color: #48c7ec;
  transition: .5s ease;
}
.cart-table tbody tr .remove-btn span:before {
  font-size: 30px;
}
.cart-table tbody tr {
  border-bottom: 1px solid #F7F7F7;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  box-shadow: none;
  width: 100%;
  font-size: 20px;
  position: relative;
  color: #222;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9e9e9e;
  font-size: 14px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #48c7ec;
  border-radius: 50%;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  background: #f7f7f7;
  border-color: #f7f7f7;
  padding: 10.3px 10px;
}

.cart-section .cart-table .bootstrap-touchspin .input-group-btn-vertical i {
  color: #48c7ec;
  left: 6px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #fff;
  border: 1px solid #F7F7F7;
  border-right: 0;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid yellow;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 44px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px;
  margin-bottom: 25px;
}

.cart-section .totals-table {
  position: relative;
  border: 1px solid #f8f8f8;
}

.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 14.5px 15px;
  line-height: 24px;
  width: 50%;
}

.cart-section .totals-table .col-title {
  font-size: 14px;
  color: #222;
  border-right: 1px solid #f8f8f8;
  font-weight: 400;
}

.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #f8f8f8;
}

.cart-section .totals-table li:last-child {
  border-bottom: none;
}

.cart-section .update-cart-box {
  padding-top: 40px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select {
  width: 100%;
  outline: none;
}
.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  outline: none;
  border: 1px solid #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.cart-section .estimate-form .select-box .dropdown-menu > li > a {
  padding: 8px 15px;
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: green;
  transition: all .3s ease;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: red;
}
.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: red;
  font-size: 14px;
  line-height: 46px;
}

.cart-section .estimate-form h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}

.cart-section .cart-total h3 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 80px;
}

.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}

.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid yellow;
  outline: none;
  height: 43px;
  padding-left: 15px;
  font-family: "Roboto Slab", serif;
}

.cart-section .qty .input-group {
  width: 74px;
  background: #fff;
}

.cart-section .thm-btn.update-cart {
  border: 1px solid black;
  color: yellow;
  background-color: transparent;
}

.cart-table tbody tr td,
.cart-table tbody tr .remove-btn {
  color: #9e9e9e;
  font-weight: normal;
}

.cart-section .thm-btn.update-cart {
  color: #222;
  border-color: #F7F7F7;
  text-shadow: none;
  background: #f7f7f7;
}

.cart-section .apply-coupon .form-group input[type="text"] {
  border: 2px solid #F7F7F7;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-section .estimate-form input {
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .btn-group.bootstrap-select .btn {
  background: #fff;
  color: #9f9f9f;
  border-color: #F7F7F7;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  color: #9f9f9f;
}

.cart-table tbody tr .prod-column .column-box {
  margin-left: 15px;
}

.cart-section .thm-btn.update-cart:hover {
  background: #48c7ec;
  color: #fff;
}

.cart-table tbody tr td {
  padding: 10px 10px 10px;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  color: #999;
}

.cart-section .estimate-form .select-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
}





/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 100px;
  padding-top: 80px;
}
.checkout-area .exisitng-customer {
  border: 1px solid #f7f7f7;
  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: #48c7ec;
  content: "";
}
.checkout-area .exisitng-customer h5{
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}
.checkout-area .exisitng-customer h5 a{
  color: #48c7ec;
  display: inline-block;
  padding-left: 15px;
}

.checkout-area .coupon {
  border: 1px solid #f7f7f7;
  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: #48c7ec;
  content: "";
}
.checkout-area .coupon h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 300;  
}
.checkout-area .coupon h5 a {
  color: #48c7ec;
  display: inline-block;
  padding-left: 15px;
}


.checkout-area .form form .field-label {
  color: #222;
  font-family: "Poppins", Sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 8px;
}
.checkout-area .form form .field-input input[type="text"] {
  border: 2px solid #f7f7f7;
  color: #9a9a9a;
  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: 2px solid #48c7ec;
}
.checkout-area .create-acc .checkbox {
  margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
  color: #48c7ec;
  font-weight: 300;
  font-size: 16px;
}
.checkout-area .create-acc .checkbox input {
  margin-top: 3px;
}


.checkout-area .shipping-info input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 40px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
  border: 2px solid #f7f7f7;
  color: #9e9e9e;
  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: #48c7ec;
}

.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: #f7f7f7;
  color: #252525;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 400;
  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 #f7f7f7;
}
.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: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.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 .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none;
  color: #252525;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 34px;
  padding: 6px 0;
  text-align: center;
}
.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: #48c7ec;
  border-color: #48c7ec;
  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: #48c7ec;
  font-size: 16px;
  font-weight: 300;
}



.cart-total .sec-title-two {
  padding-bottom: 32px;
}
.cart-total-table {
  border: 2px solid #ebebeb
}
.cart-total-table li {
  border-bottom: 1px solid #ebebeb
}
.cart-total-table li:last-child {
  border-bottom: none
}
.cart-total-table li span.col.col-title {
  border-right: 1px solid #ebebeb;
  color: #272727;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col {
  color: #9a9a9a;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 18px;
  position: relative;
  width: 50%;
}
.cart-total-table li span.col b {
  color: #48c7ec;
  font-weight: 300;
  text-decoration: underline;
}


.cart-total .payment-options {
  background: #f7f7f7 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: 300;
  min-height: 20px;
  padding-left: 20px;
}
.cart-total .payment-options .option-block .checkbox label input {
  top: -1px;
}
.cart-total .payment-options .option-block .checkbox label span {
  color: #252525;
  padding-left: 10px;
}
.cart-total .payment-options .option-block .checkbox label span b {
  color: #48c7ec;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  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 {
}
.placeorder-button button:hover{
}






/*** 
=============================================
     shop style
=============================================
***/




.shop {
  position: relative;
  padding: 60px 0px 40px;
}

.shop .hover-effect {
  margin-bottom: 15px;
  padding-top: 10px;
  transition: .5s ease;
}
.shop .hover-effect:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: .5s ease-in-out;
}
.single-shop-item .img-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  transition: .5s ease;
  background: #f7f7f7;
  text-align: center;
}
.single-shop-item:hover .img-box {
  transition: .5s ease;
}
.single-shop-item .img-box .offer-box {
  position: absolute;
  top: 10px;
  left: 10px;
}
.single-shop-item .img-box .offer-box .inner {
  position: relative;
}
.single-shop-item .img-box .offer-box .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #ab7442;
  border-left: 35px solid #ab7442;
  border-right: 35px solid transparent;
}
.single-shop-item .img-box .offer-box .inner span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-45deg);
  line-height: 35px;
  transform-origin: 70% 35%;
}
.single-shop-item .text-box h3,
.single-shop-item .text-box p {
  margin: 0;
}
.single-shop-item .text-box h3 {
  font-size: 18px;
  line-height: 50px;
  color: #1F1F1F;
  margin-top: 10px;
}
.single-shop-item .text-box p {
  font-size: 20px;
  line-height: 24px;
}
.single-shop-item .text-box p i {
  font-size: 18px;
}
.single-shop-item .text-box p span {
  display: inline-block;
  vertical-align: top;
  color: #ab7442;
  font-size: 18px;
  font-weight: 400;
}
.single-shop-item .text-box p del {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
  vertical-align: super;
  display: inline-block;
  font-weight: normal;
}
.single-shop-item .text-box p del i {
  font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
  color: #ffffff;
  border-color: #fff;
}
.single-shop-item .thm-btn:hover {
  color: #48c7ec;
  background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
  background-color: rgba(255, 255, 255, 0.9);
}
.single-shop-item:hover .img-box .overlay .box .content ul li a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0);
}


.default-overlay-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  padding:10px;
  transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
  -moz-transition:all 700ms ease;
}

.default-overlay-outer .inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  text-align:center;
}

.default-overlay-outer .inner .content-layer{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  color:#ffffff;
}


.single-shop-item .default-overlay-outer{
  opacity:0;
  top:-100%;
  background: rgba(72, 199, 236, 0.9);
}

.single-shop-item:hover .default-overlay-outer{
  top:0;
  opacity:1;  
}

.single-shop-item .content-box{
  position:relative;
  padding: 20px 0px;
}

.single-shop-item .content-box h4{
  font-size: 14px;
  font-weight: 600;
  margin:0px 0px;
  line-height:1.4em;
  color: #252525;
  margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover{
  color:#b89b5e;  
}

.single-shop-item .content-box h4 a{
  color: #252525;
  text-transform: uppercase;
}

.single-shop-item .content-box .rating{
  font-size: 13px;
  color: #48c7ec;
  margin-bottom:15px;
  position: absolute;
  right: 5px;
  top: 14px;
}

.single-shop-item .content-box .item-price{
  font-size: 16px;
  font-weight: 400;
  color: #48c7ec;
  line-height:24px;
}
.single-shop-item .content-box .item-price del{
  color: #a2a2a2;
  margin-left: 7px;
  font-size: 15px;
}
.single-shop-item .content-box .item-price .strike-through{
  color:#999999;
  font-weight:normal;
  font-size:14px;
  padding-left:10px;
  line-height:20px;
  font-family:'Lato',sans-serif;
}


/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,.sidebar_styleTwo .theme_title{
  padding-bottom: 18px;
}
.sidebar_search {
  height: 54px;
  position: relative;
  margin-top: 10px;
}
.sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  background: #48c7ec;
  right:0;
  color:#fff;
}
.sidebar_categories {
  margin-top:60px;
}
.sidebar_categories ul {
  margin-top:22px;
  margin-bottom: 35px;
}
.sidebar_categories ul li {
  line-height: 48px;
  border-bottom: 1px solid #f1f1f1;
}
.sidebar_categories ul li:last-child {
  border:none;
}
.sidebar_categories ul li a {
  font-weight: normal;
  color: #9e9e9e;
  position: relative;
}
.sidebar_categories ul li a:hover {
}
.sidebar_categories ul li input[type="checkbox"] {
  float: right;
  position: relative;
  top: 14px;
}
.sidebar_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.sidebar_categories.archive ul li a:before {
    content: "\f00c";
}
.sidebar_categories ul li a:hover {
  color: #48c7ec;
}
.recent_news_sidebar .theme_title {
  margin-bottom: 40px;
}
.recent_news_sidebar {
  margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
  margin-bottom: 29px;
} 
.recent_news_sidebar .img_holder img {
  width:75px;
  height:75px;
  border-radius: 5px;
}
.recent_news_sidebar .post {
  padding-left: 26px;
  width: 72%;
  margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
  font-size: 16px;
  color:#272727;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
  font-size: 14px;
}
.recent_news_sidebar .post p a i {
  margin-right: 4px;
  font-size: 16px;
}

.recent_news_sidebar .img_holder {
  position: relative;
}
.recent_news_sidebar .img_holder .opacity {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transform: scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -ms-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
  display: table;
  width:100%;
  height:100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
  display: table-cell;
  vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
  display: block;
  width:45px;
  height:45px;
  margin:0 auto;
  line-height: 45px;
  border-radius: 50%;
  color:#fff;
  text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
  opacity: 1;
  visibility:visible;
  transform: scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
}

.sidebar_tags {
  margin:60px 0 -6px 0;
}
.sidebar_tags ul {
  margin-top: 10px;
  padding: 24px 0px;
}
.sidebar_tags ul li {
  display: inline-block;
  margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color:#9e9e9e;
  line-height: 32px;
  border: 1px solid #f1f1f1;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 0 14px;
}
.sidebar_tags ul li a:hover {
  color: #ffffff;
  background: #48c7ec;
}



.single-sidebar.price-ranger .ui-widget-content {
  background: #f7f7f7;
  border: none;
  height: 2px;
}
.single-sidebar.price-ranger .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #222;
  margin-left: -4px;
  outline: none;
  background: #48c7ec;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
  background: #252525;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}
.single-sidebar.price-ranger #slider-range {
  margin-top: 25px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
  margin-top: 20px;
  margin-bottom: 45px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
  display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
  width: 80px;
  border: none;
  border-radius: 0px;
  text-align: center;
  outline: none;
  line-height: 35px;
  font-size: 14px;
  margin-right: 37px;
  color: #ffffff;
  font-weight: 700;
  background: #48c7ec;
  text-transform: uppercase;
  border: 2px solid #48c7ec;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
  border: none;
  text-align: center;
  outline: none;
  width: 40px;
  color: #9c9c9c;
  font-weight: 400;
  text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
}
.single-sidebar.price-ranger .ranger-min-max-block span {
  color: #9c9c9c;
  font-weight: 400;
}
.best_sellers .theme_title {
  margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
  padding-left: 20px;
  margin-top:-3px;
}
.best_sellers .best_selling_item .text h6 {
  font-size: 16px;
  font-weight: 700;
  color:#272727;
}
.best_sellers .best_selling_item .text ul li {
  display: inline-block;
  margin-right:3px;
  font-size: 12px;
  margin-top: 10px;
  color: #48c7ec;
}
.best_sellers .best_selling_item .text span {
  display: block;
  margin-top: 10px;
  color: #48c7ec;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto';
}
.best_sellers .best_selling_item {
  margin:20px 0 20px 0;
  padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
  border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
  margin-top: 30px;
}
.sidebar_styleTwo .sidebar_tags {
  margin: 19px 0 51px 0;
}










/*** 
=============================================
    page_pagination style
=============================================
***/


. {
  text-align: center;
  padding-top: 20px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 55px;
  line-height: 55px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 2px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #48c7ec;
}




/*** 
=============================================
   Shop Single area  style
=============================================
***/
.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.product-content-box {
  margin-bottom: 106px;
}
.product-content-box .img-box {
  text-align: center;
}
.product-content-box .flexslider .slides img {
  width: auto;
  display: inline-block;
}
.product-content-box .flexslider {
  background: #f7f7f7 none repeat scroll 0 0;
  border: none;
  padding: 32px 0;
  border-radius: 0;
  margin: 0 50px 10px 0;
  position: relative;
  text-align: center;
}
.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
  display: none;
}
.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid #ab7442;
}
.product-content-box .flex-control-thumbs .flex-active:focus{
  outline: none;
}

.product-content-box .content-box {
  margin-left: -50px;
}
.product-content-box .content-box h3 {
  color: #222;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.product-content-box .content-box del {
  color: #a2a2a2;
  margin-left: 10px;
}
.product-content-box .content-box .review-box {
  margin: 0 0 10px;  
}
.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
  color: #48c7ec;
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: #48c7ec;
  font-size: 22px;
}
.product-content-box .content-box .text {
  margin: 0px 0 0;
  overflow: hidden;
  padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 18px;
  position: relative;
}
.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form input:focus{
  border-color: #48c7ec;
}
.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 178px;
  top: 37px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  margin-left: 6px;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover{
  background: #48c7ec;
  color: #fff;
}
.product-content-box .content-box .location-box form span {
  color: #48c7ec;
}


.product-content-box .content-box .addto-cart-box {
  
}
.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: #9e9e9e;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  margin-left: 25px;
}


.product-tab-box {
  padding: 30px;
  padding-top: 0;
  border: 1px solid #f4f4f4;
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-top: -50px;
  margin-bottom: 33px;
  position: relative;
  left: -31px;
}
.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  background: #f7f7f7;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}

.product-tab-box .tab-content {
  
}
.single-review-box {
  margin-bottom: 10px;
  padding-bottom: 32px;
  padding-left: 80px;
  position: relative;
}
.single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.single-review-box .text-holder {
  border: 1px solid #f4f4f4;
  padding: 20px;
}
.single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}


.single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}
.single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.single-review-box .text-holder .top .review-box ul li i {
  color: #48c7ec;
  font-size: 14px;
}
.single-review-box .text-holder .top .review-date {
  color: #ab7442;
  margin-top: -5px;
}

.single-review-box .text-holder .text p {
  margin: 0 0 15px;
}
.single-review-box .text-holder .text a.reply {
  color: #ab7442;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li{
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #ab7442;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}
.review-form {
  padding-top: 16px;
}
.review-form .sec-title-two {
  padding-bottom: 34px;
}
.review-form .add-rating-box {
  margin: 0 0 23px;
}
.review-form .add-rating-box .add-rating-title h4 {
  color: #292929;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.review-form .add-rating-box ul li {
  display: inline-block;
  margin: 0 0px;
  border-right: 1px solid #e5e5e5;
  padding: 0 11px;
}
.review-form .add-rating-box ul li:last-child{
  margin-right: 0;
}
.review-form .add-rating-box ul li a i {
  color: #ddd;
  margin-right: 3px;
  transition: all 500ms ease;
  font-size: 14px;
}
.review-form .add-rating-box ul li.active a i,
.review-form .add-rating-box ul li a:hover i{
  color: #48c7ec;
}

.review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}

.review-form .add-rating-box ul li:hover a i{
  opacity: 1;
}
.review-form form input[type="text"]:focus{
  border-color: #48c7ec;
}
.review-form form textarea:focus{
  border-color: #48c7ec;
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}
.related-product .single-product-item {
  margin-bottom: 0;
}


.product-review-tab .add_your_review .review-title h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
}

.tab-title-h4 h4 {
  color: #3d3d3d;
  font-size: 20px;
  margin-bottom: 40px;
}





/* ==============================
   5. Our Services styles
   ============================== */
.our-services {
  padding: 70px 0 15px;
}
.our-services.style-2 {
}

.our-services .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}
.our-services .single-our-service {
  margin-bottom: 56px;
}

.our-services .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}
.our-services .single-our-service:hover h4 {
  color: #48c7ec;
  transition: .5s ease;

}
.our-services .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}
.our-services .single-our-service .text-box {
  border: 1px solid #f1f1f1;
  border-top: 0px;
  padding: 5px 20px 30px;
}

.our-services .single-our-service-caption-box {
  padding-top: 40px;
}
.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}
.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}
.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}
.our-services .single-our-service .img-box {
  overflow: hidden;
}
.our-services .single-our-service .img-box img {
  transform: scale(1);
  transition: .5s ease-in-out;
}
.our-services .single-our-service:hover .img-box img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.our-services .single-our-service .img-box a {
  position: relative;
  display: block;
}

.our-services .single-our-service .img-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.9);
    left: 0;
    top: 0;
    transform: scale(0,1);
    transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
    transform: scale(1,1);
    transition: .5s ease;
}

.our-services .single-our-service .thm-btn {
  background: transparent;
  color: #48c7ec;
  border-color: #848484;
}
.our-services .single-our-service .thm-btn:hover {
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}




/*** 

====================================================================
  awards Section
====================================================================

***/


.awards {
  position: relative;
  background: #48c7ec;
  padding: 60px 0 40px;
}
.awards:after {
  position: absolute;
  content: "";
  background: #1cc1db;
  width: 1px;
  top: 50px;
  bottom: 50px;
  left: 50%;
}
.awards .container {
  position: relative;
}

.awards h2 {
  font-size: 32px;
  color: #fff;
}
.awards p {
  color: #fff;
  margin: 30px 0 45px;
}
.awards .award-logo {
  margin: 0 0;
}
.awards .service-list {
}
.awards .service-list li {
  display: inline-block;
  color: #fff;
  width: 32%;
  font-size: 16px;
  padding-left: 30px;
}
.awards .service-list li a {
  color: #fff;
}


.awards .service-list li i {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 25px;
}





/*** 

====================================================================
  Login / Register Section
====================================================================

***/

.register-section{
  position:relative;
}

.register-section .sec-title{
  margin-bottom:30px; 
}

.register-section .sec-title h2{
  font-size:28px;
  padding-bottom:5px;
  font-weight:600;  
}

.register-section .form-column{
  margin-bottom:80px; 
}

.styled-form{
  position:relative;  
}

.styled-form .form-group{
  position:relative;
  margin-bottom:25px;
  font-size:14px;
  color:#9e9e9e;  
}

.checkout-section .styled-form .form-group{
  position:relative;
  margin-bottom:20px; 
}

.styled-form .form-group .check-box{
  line-height:24px;
  font-size:15px;
  font-weight:normal;
  padding-top:5px;
  color:#1f1f1f;
}

.styled-form .form-group .check-box label{
  position:relative;
  top:-1px;
  font-weight:normal;
  padding:0px;
  font-size:15px;
  cursor:pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label{
  cursor:pointer;
  font-weight:400;
}
.styled-form .pull-left input {
  display: inline-block;
}
.styled-form .form-group .thm-btn {
  line-height: 44px;
}
.styled-form .form-group .adon-icon{
  position:absolute;
  top:50%;
  margin-top:-10px;
  right:10px;
  width:20px;
  height:20px;
  line-height:20px;
  font-size:15px;
  color:#999999;
  z-index:2;
}

.styled-form .form-group .field-label{
  display:block;
  color:#1f1f1f;
  text-transform:capitalize;
  font-size:16px;
  margin-bottom:7px;
  font-weight:400;
}

.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
  position:relative;
  display:block;
  width:100%;
  background:#ffffff;
  line-height:30px;
  padding:8px 20px;
  height:48px;
  border:1px solid #e0e0e0;
  border-radius:3px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
  line-height:26px;
  height:44px;  
}

.styled-form select{
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor:pointer;
}

.styled-form select option{
  text-indent:20px; 
}

.styled-form textarea{
  resize:none;
  height:110px; 
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
  border-color:#b2dd4c; 
}

.styled-form .form-group .theme-btn{
  min-width:150px;
  text-align:center;
  padding:10px 30px;  
}

.styled-form .forgot{
  font-size:14px; 
}

.social-links-two a{
  position:relative;
  display:inline-block;
  font-size:14px;
  width:42px;
  height:42px;
  line-height:42px;
  text-align:center;
  color:#ffffff;
  background:#b2dd4c;
  margin:0px 0px 0px 15px;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.social-links-two a:hover{
  opacity:0.80;
}

.social-links-two .facebook{
  background:#3b5998; 
}

.social-links-two .twitter{
  background:#33ccfe; 
}

.social-links-two .google-plus{
  background:#dd4b39; 
}




/*** 
=============================================
    two-column style
=============================================
***/



.two-column {
  position: relative;
}
.two-column .img-box {
  position: relative;
  padding-right: 24px;
  margin-bottom: 20px;
  float: left;
}
.two-column .content {
  position: relative;
  float: left;
}

.two-column .content h4 {
  font-size: 20px;
}
.two-column .content .date {
  color: #48c7ec;
  margin-bottom: 18px;
  margin-top: 5px;
}


.two-column .owl-controls {
    text-align: center;
    display: block;
    position: relative;
    bottom: 0px;
    margin-top: 14px;
}


.two-column .owl-dots .owl-dot {
    display: inline-block;
}
.two-column .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ff9a00;
    border-radius: 50%;
    display: block;
    height: 10px;
    background: #f4f4f4;
    width: 10px;
    margin: 5px 7px;
    transition: .5s ease;
}
.two-column .owl-dots .owl-dot.active span,
.two-column .owl-dots .owl-dot:hover span {
    background-color: #48c7ec;
    transition: .5s ease;
}





/*subscribe*/

.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe h2 {
  color: #fff;
  font-size: 32px;
}
.subscribe p {
  color: #fff;
  font-size: 18px;
  margin: 22px 0 36px;
}

.subscribe-form input {
    position: relative;
    width: 74%;
    display: inline-block;
    margin-right: 6px;
    padding: 10px 15px 8px;
    padding-left: 40px;
    border: 1px solid #48c7ec;
}
.subscribe-form {
  position: relative;
}
.subscribe-form span {
  position: absolute;
  left: 15px;top: 15px;
  color: #48c7ec;
  font-size: 20px;
}





/* ==============================
   5. Our Services styles
   ============================== */
.three-column.bg {
  background: #f7f7f7;
  padding-bottom: 14px;
}


.three-column .separet {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 40px;
  top: -10px;
}

.three-column .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}
.three-column .single-our-service {
  margin-bottom: 56px;
}

.three-column .single-our-service h4 {
  margin-top: 17px;
  margin-bottom: 11px;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: .5s ease;
}
.three-column .single-our-service:hover h4 {
  color: #48c7ec;
  transition: .5s ease;

}
.three-column .single-our-service .img-box {
  position: relative;
  max-width: 370px;
}
.three-column .single-our-service .img-box .count {
  background: #48c7ec;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  padding: 5px 24px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.three-column .single-our-service .text-box {
  border-top: 0px;
  padding: 20px 0px 0px;
}

.three-column .single-our-service-caption-box {
  padding-top: 40px;
}
.three-column .single-our-service-caption-box .img-box,
.three-column .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.three-column .single-our-service-caption-box .img-box {
  width: 120px;
}
.three-column .single-our-service-caption-box .content-box {
  padding-left: 20px;
}
.three-column.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 60px;
  padding-top: 60px;
}
.three-column .single-our-service .img-box {
}
.three-column .single-our-service .img-box img {
  transition: .5s ease-in-out;
}
.three-column .single-our-service:hover .img-box img {
  transition: .5s ease-in-out;
}

.three-column .single-our-service .img-box a {
  position: relative;
  display: block;
}


.three-column .single-our-service .thm-btn {
  background: transparent;
  color: #48c7ec;
  border-color: #848484;
}
.three-column .single-our-service .thm-btn:hover {
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	https://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls {
	z-index:100000;
	position:fixed;
	bottom:0px; width:100%;
	height:auto;
	background:rgba(0,0,0,0.6);
	padding:10px;
	box-sizing: border-box;
}

.debugtimeline {
	width:100%;
	height:10px;
	position:relative;
	display:block;
	margin-bottom:3px;	
	display:none;
	white-space: nowrap;	
	box-sizing: border-box;
}

.debugtimeline:hover {
	height:15px;

}

.the_timeline_tester {
	background:#e74c3c;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:0;	
}


.debugtimeline.tl_slide .the_timeline_tester {
	background:#f39c12;	
}

.debugtimeline.tl_frame .the_timeline_tester {
	background:#3498db;	
}

.debugtimline_txt {
	color:#fff;
	font-weight: 400;
	font-size:7px;
	position:absolute;	
	left:10px;
	top:0px;
	white-space: nowrap;
	line-height: 10px;
}


.rtl {	direction: rtl;}
@font-face {
  font-family: 'revicons';
  src: url('../fonts/revicons/revicons90c6.eot?5510888');
  src: url('../fonts/revicons/revicons90c6.eot?5510888#iefix') format('embedded-opentype'),
       url('../fonts/revicons/revicons90c6.woff?5510888') format('woff'),
       url('../fonts/revicons/revicons90c6.ttf?5510888') format('truetype'),
       url('../fonts/revicons/revicons90c6.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* '' */
.revicon-pencil-1:before { content: '\e831'; } /* '' */
.revicon-picture-1:before { content: '\e803'; } /* '' */
.revicon-cancel:before { content: '\e80a'; } /* '' */
.revicon-info-circled:before { content: '\e80f'; } /* '' */
.revicon-trash:before { content: '\e801'; } /* '' */
.revicon-left-dir:before { content: '\e817'; } /* '' */
.revicon-right-dir:before { content: '\e818'; } /* '' */
.revicon-down-open:before { content: '\e83b'; } /* '' */
.revicon-left-open:before { content: '\e819'; } /* '' */
.revicon-right-open:before { content: '\e81a'; } /* '' */
.revicon-angle-left:before { content: '\e820'; } /* '' */
.revicon-angle-right:before { content: '\e81d'; } /* '' */
.revicon-left-big:before { content: '\e81f'; } /* '' */
.revicon-right-big:before { content: '\e81e'; } /* '' */
.revicon-magic:before { content: '\e807'; } /* '' */
.revicon-picture:before { content: '\e800'; } /* '' */
.revicon-export:before { content: '\e80b'; } /* '' */
.revicon-cog:before { content: '\e832'; } /* '' */
.revicon-login:before { content: '\e833'; } /* '' */
.revicon-logout:before { content: '\e834'; } /* '' */
.revicon-video:before { content: '\e805'; } /* '' */
.revicon-arrow-combo:before { content: '\e827'; } /* '' */
.revicon-left-open-1:before { content: '\e82a'; } /* '' */
.revicon-right-open-1:before { content: '\e82b'; } /* '' */
.revicon-left-open-mini:before { content: '\e822'; } /* '' */
.revicon-right-open-mini:before { content: '\e823'; } /* '' */
.revicon-left-open-big:before { content: '\e824'; } /* '' */
.revicon-right-open-big:before { content: '\e825'; } /* '' */
.revicon-left:before { content: '\e836'; } /* '' */
.revicon-right:before { content: '\e826'; } /* '' */
.revicon-ccw:before { content: '\e808'; } /* '' */
.revicon-arrows-ccw:before { content: '\e806'; } /* '' */
.revicon-palette:before { content: '\e829'; } /* '' */
.revicon-list-add:before { content: '\e80c'; } /* '' */
.revicon-doc:before { content: '\e809'; } /* '' */
.revicon-left-open-outline:before { content: '\e82e'; } /* '' */
.revicon-left-open-2:before { content: '\e82c'; } /* '' */
.revicon-right-open-outline:before { content: '\e82f'; } /* '' */
.revicon-right-open-2:before { content: '\e82d'; } /* '' */
.revicon-equalizer:before { content: '\e83a'; } /* '' */
.revicon-layers-alt:before { content: '\e804'; } /* '' */
.revicon-popup:before { content: '\e828'; } /* '' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { 	overflow:hidden !important;}
.group_ov_hidden 	{	overflow:hidden}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

.tp-svg-layer svg {	width:100%; height:100%;position: relative;vertical-align: top}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(closedhand.html), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;	
}

.tp-caption.tp-layer-selectable {
	-moz-user-select: all;
	-khtml-user-select: all;
	-webkit-user-select: all;
	-o-user-select: all;	
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
	max-width: none !important
}

.tp-element-background 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0;}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
.rev_row_zone					{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; }

.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_middle 			{	top:50%; -webit-transform:translateY(-50%);transform:translateY(-50%);}
.rev_row_zone_bottom 			{	bottom:0px;}

.rev_column .tp-parallax-wrap  { vertical-align: top }

.rev_slider .tp-caption.rev_row 	{
	display:table;
	position:relative;
	width:100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height:auto !important;
}

.rev_column {	
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;	
}

.rev_column_inner {
	box-sizing: border-box;
	display: block;
	position: relative;
	width:100% !important;
	height:auto !important;
}

.rev_column_bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0px solid transparent;
}



.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap 			{	text-align: inherit; }
.rev_column_inner .tp-mask-wrap 			{	display: inline-block;}


.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap { position: relative !important; left:auto !important; top:auto !important; line-height: 0px;}

.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column { vertical-align: top; }

.rev_break_columns { display: block !important }
.rev_break_columns .tp-parallax-wrap.rev_column  { display:block !important; width:100% !important; }


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:101; top:0px;left:0px;
	/*pointer-events:none;*/

}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo audio,
.fullscreenvideo audio
.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}

.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button { display:none !important;}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo audio 		{	object-fit:contain !important;}
.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo audio 		{	object-fit:cover !important;}
.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(to bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; vertical-align: middle;}

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}
.rs-background-video-layer audio::-webkit-media-controls { display:none !important;}

.tp-audio-html5 .tp-video-controls {	opacity: 1 !important; visibility: visible !important}

.disabled_lc .tp-video-play-button { display:none !important; }
.disabled_lc .tp-video-play-button { display:none !important; }

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background-image:url(../assets/loader.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #ff0000;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }



/***************************
	- KEN BURNS FIXES -
***************************/

body.rtl .tp-kbimg {left: 0 !important}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

/* #RESET CSS */

.wp-caption {max-width: 100%;}

.wp-caption-text{}

.sticky {}

.gallery-caption{}

.bypostauthor{}

.alignright {}

.alignleft{}

.aligncenter {}

img.aligncenter {

  margin-left: auto;

  margin-right: auto !important;

  display: block;

  clear: both;

  margin-top: 5px;

  width: auto !important;

}
.post-password-form input[type="submit"]{
	border: none;
	padding: 5px 10px;
	vertical-align: bottom;
	margin-bottom: 7px;
}
input[type="submit"]{
	border: none;
	padding: 5px 10px;
}
.blog-list{
	padding: 0px;
}
.breadcrumb > .active {
    color: #C3C3C3 !important;
}
.aligncenter {

  margin-left: auto;

  margin-right: auto;

  display: block;

  clear: both;

}

img.alignleft {

  margin: 5px 20px 20px 0;

  float: left;

  width: auto !important;

}

.alignleft {

  margin: 5px 10px 20px 0;

  float: left;

}

img.alignright {

  margin: 5px 0 20px 20px;

  float: right;

  width: auto !important;

}

.alignright {

  margin: 5px 0 20px 20px;

  float: right;

}

.transparent {

  z-index:1;

  display:block;

  padding:100px 0;

  position:relative;

}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

pre, img{max-width: 100%; height: auto;}

.textwidget img{
  height: auto;
}
.btn{
  color: #fff;
  background: #ff8606;
  border-radius: 0px !important;
}
.btn-default{color: inherit;}

.widget_calendar table, .widget select{
  width: 100%;
}
.widget select{
  padding: 10px 5px;
	border: 1px solid #cacaca;
	border-right: 0px;
}
.widget select:before{
	content: "dc";
	width: 40px;
	height: 40px;
	background: #900;
	position: absolute;
	top: 0px;
	right: 0px;
}
.widget_calendar table td,
.widget_calendar table th{
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd;
}
.rsswidget{
  color: #07c5ac;
}
.recentcomments > a{
  font-style: italic;
}
.nav-links{
	display: table;
	padding: 15px 0px;
	width: 100%;
}
.nav-previous{
	float: left;
}
.nav-next{
	float: right;
}
/* ============
   1 = Global
   ============ */
body {font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 16px; line-height: 1.4; color: #5A5A5A; position: relative; -webkit-font-smoothing: antialiased; background: #fff; margin:0;}
body.login-page {background:url(images/login_page_bg.html);}

iframe {margin: 0 0 0px; border:0; width:100%;}
code { text-shadow: 0 1px white; line-height:1.3; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-weight:normal; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; background: #F5F2F0;display: block; padding: 12px; margin: 8px 0; color:#303038; border: 0; border-radius:6px;}
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif; font-weight: 700; color: #5A5A5A; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 12px; margin-top: 12px;  }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; }
h1 { font-size: 44px; }
h2 { font-size: 34px; }
h3 { font-size: 27px; }
h4 { font-size: 23px; }
h5 { font-size: 17px; }
h6 { font-size: 14px; }
a { color: #b86662; text-decoration: none; line-height: inherit; }
a:hover { color: #333; text-decoration: none;}
p { font-family: inherit; font-weight: normal; line-height: 1.45; margin-bottom: 17px; font-size: 17px;}
hr { border: solid #eff0f4; border-width: 1px 0 0; clear: both; margin: 21px 0; height: 0; }
hr.small { border: double #37485c; border-width: 4px 0 0; clear: both;margin:0 auto; margin-top:30px; margin-bottom:20px; height: 0; max-width:150px; }
.spacing-30 {padding-bottom:30px;}
.spacing-top-50 {padding-bottom:50px;}
.spacing-top-15 {padding-top:15px;}

/* ==================
   2 = Standard Forms
   ================== */
form { margin: 0; padding:0;}
.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0.4px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }
label { color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 32px; line-height: 31px; }
a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }
span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #e8e8e8ccc; }
.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; }
.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { background-color: white; border: 1px solid #dedede !important; font-family: inherit; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #666; display: block; margin: 0; padding: 6px;  width: 100%; border-radius: 4px; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #f6f6f6; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }
textarea { height: auto; }
select { background-color: white; font-family: inherit; border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; color: #666; display: block; margin: 0; padding: 6px;  width: 100%; border-radius: 4px;  }
.search-form input[type="text"]{ border: none !important;}
#top {
    position: fixed;
	bottom: 50px;
	right: 20px;
	background-color: rgb(255, 153, 0);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	opacity: 0;
	z-index: 500;
	border-radius: 3px;
	color: #fff;
}
#top.animate {
    opacity: 1;
}
#top, .button, .vc_button, .button2, button, input[type="reset"], input[type="submit"], input[type="button"], textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], .slider .controls, .slider .slider-bullets span, .social-links a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
ol, ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

div.row {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.full-width img {
    width: auto;
    max-width: none !important;
}
.full-width{
	margin-bottom: 0px !important;
}
#wrap{
	overflow: hidden;
}
div.row.full-width{
	width: 100%;
	max-width: none;
}
div.row.full-width .col-md-12{
	padding: 0px;
}
/*-----------------------------------------------------------------------------------*/
/* Iconbox
/*-----------------------------------------------------------------------------------*/
.iconbox{
	margin: 0 0 22px 0;
}

.iconbox p:last-child{
	margin: 0;
}

.iconbox h4{
	margin: 0 0 10px 0;
}
.wpb_content_element.iconbox{
	margin-bottom: 15px !important;
}
.wpb_content_element.iconbox p{
	margin-bottom: 5px !important;
}

.iconbox i.boxicon{
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.08s ease-in;
       -moz-transition: all 0.08s ease-in;
        -ms-transition: all 0.08s ease-in;
         -o-transition: all 0.08s ease-in;
            transition: all 0.08s ease-in;
}

/* Accent Color */
.iconbox-style-1.icon-color-accent i.boxicon,
.iconbox-style-2.icon-color-accent i.boxicon,
.iconbox-style-3.icon-color-accent i.boxicon,
.iconbox-style-8.icon-color-accent i.boxicon,
.iconbox-style-9.icon-color-accent i.boxicon{
	color: #09bda2 !important;
}

.iconbox-style-4.icon-color-accent i.boxicon,
.iconbox-style-5.icon-color-accent i.boxicon,
.iconbox-style-6.icon-color-accent i.boxicon,
.iconbox-style-7.icon-color-accent i.boxicon,
.flip .icon-color-accent.card .back{
	background: #40aafa;
	color: #ffffff;
}

/* Greyscale Color */
.iconbox-style-1.icon-color-greyscale i.boxicon,
.iconbox-style-2.icon-color-greyscale i.boxicon,
.iconbox-style-3.icon-color-greyscale i.boxicon,
.iconbox-style-8.icon-color-greyscale i.boxicon,
.iconbox-style-9.icon-color-greyscale i.boxicon{
	color: #999999;
}

.iconbox-style-4.icon-color-greyscale i.boxicon,
.iconbox-style-5.icon-color-greyscale i.boxicon,
.iconbox-style-6.icon-color-greyscale i.boxicon{
	background: #f1f1f1;
	color: #999999;
}

.iconbox-style-7.icon-color-greyscale i.boxicon{
	background: #262626;
	color: #ffffff;
}


.flip .icon-color-greyscale.card .back{
	background: #262626;
	color: #ffffff;
}

/* Greyscale Color + Light Text */
.color-light .iconbox-style-1.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-2.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-3.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-8.icon-color-greyscale i.boxicon,
.color-light .iconbox-style-9.icon-color-greyscale i.boxicon{
	color: #ffffff !important;
}

.iconbox-style-4.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-5.icon-color-greyscale.color-light i.boxicon,
.iconbox-style-6.icon-color-greyscale.color-light i.boxicon{
	background: #ffffff;
	color: #999999;
}

/* Style 1 /--------------------------------------------------------- */

.iconbox-style-1 i.boxicon{
	font-size: 28px;
	margin-bottom: -6px;
	float: left;
	width: 40px;
}

.iconbox-style-1 .iconimg{
	margin-right: 10px;
}

.iconbox-style-1 i.boxicon[class*="sl-"]{
	font-weight: 400;
	font-size: 26px;
}

.iconbox-style-1.animation-iconappear{
	overflow: hidden;
}

.iconbox-style-1.animation-iconappear h3 span{
	overflow: hidden;
	display: block;
}

.iconbox-style-1.animation-iconappear h3{
	position: relative;
	left:-40px;
	-webkit-transition: all 0.16s ease;
       -moz-transition: all 0.16s ease;
        -ms-transition: all 0.16s ease;
         -o-transition: all 0.16s ease;
            transition: all 0.16s ease;
}

.iconbox-style-1.animation-iconappear:hover h3{
	left: 0;
}

/* Style 2 /--------------------------------------------------------- */


/* Style 3 /--------------------------------------------------------- */

.iconbox-style-3{
	text-align: center;
}

.iconbox-style-3 i.boxicon{
	font-size:52px;
	text-align: center;
	display: inline-block;
	line-height: 52px;
	margin-bottom: 30px;
}

.iconbox-style-3 .iconimg{
	margin-bottom: 16px;
}



/*
.single-project-item.mix {
    display: none;
}
*/
.single-project-item {
    margin-bottom: 30px;
    transition: none;
}
.single-project-item .img-wrap {
    position: relative;
    overflow: hidden;
}
.single-project-item .img-wrap {
    background: #06B0FA;
}
.single-project-item .img-wrap:hover img {
    opacity: .3;
}

.single-project-item .img-wrap:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


.single-project-item .img-wrap .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}
.single-project-item .img-wrap .content .box {
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-item .img-wrap .content .box-holder {
    display: table-cell;
    vertical-align: bottom;    
}
.single-project-item .img-wrap .content .box-holder h3 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.single-project-item .img-wrap .content .box-holder p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-top: 5px;
    line-height: 18px;
}
.single-project-item .img-wrap .content .box-holder ul {
    margin-top: 10px;
}
.single-project-item .img-wrap .content .box-holder ul li {
    display: inline;
}
.single-project-item .img-wrap .content .box-holder ul li a {
    display: inline-block;
    font-size: 18px;
    color: #1E2432;
    background: #E3960A;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
}
.single-project-item .img-wrap .content .box-holder ul li a:hover {
    background: #1E2432;
    color: #E3960A;
}
.single-project-item .img-wrap .content .box-holder a:hover {
    color: #fff;
}
.single-project-item .img-wrap .content .box-holder a {
    color: #fff;
}
.mfp-wrap{
	background: rgba(0,0,0, 0.5) !important;
	z-index: 999999;
}
.mfp-close {
    color: #fff !important;
    position: absolute !important;
    width: 100%;
    font-size: 48px !important;
    margin-top: 82px !important;
    z-index: 1000 !important;
}
.project-view {
    padding: 151px 0 80px 0;
color: #d2d2d2;
}
.single-project-item .img-wrap .content .box-holder p,
.single-project-item .img-wrap .content .box-holder ul,
.single-project-item .img-wrap .content .box-holder h3 {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    opacity: 0;
    transition: all 0.35s ease;
}
.single-project-item:hover .img-wrap .content .box-holder p,
.single-project-item:hover .img-wrap .content .box-holder ul,
.single-project-item:hover .img-wrap .content .box-holder h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: all 0.35s ease .3s;
}

.single-project-item.masonary-item {
    height: 245px;
    overflow: hidden;
}
.single-project-item.masonary-item.height-1 {
    height: 520px;
}
.single-project-item.width-1 {
    width: 25%;
    padding: 0 15px;
}
.single-project-item.width-2 {
    width: 50%;
    padding: 0 15px;
}
.single-project-item.masonary-item .img-wrap .content .box-holder {
    vertical-align: middle;
    text-align: center;
}
.single-project-item.style-v4 {
    width: 20%;
    float: left;
    margin-bottom: 0;
}



/**
* Emergency Customization Project V1 Styles.
**/

#emergency.project-v1 {
    background: #fff url(../img/emergency/bg.html) top right no-repeat;
    background-size: cover;
}
/**
* Projects Version Two Styles.
**/

#project-version-two {
  padding: 59px 0 50px;
}
#project-version-two .gallery-filter {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 50px;
  display: inline-block;
}
#project-version-two .gallery-filter li {
    display: inline;
}
#project-version-two .gallery-filter li:first-child span{
	margin-left:0;
}
#project-version-two .gallery-filter li:last-child span{
	margin-right:0;	
}
#project-version-two .gallery-filter li span {
  color: #242424;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  margin: 0 18px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#project-version-two .gallery-filter li.active span::before {
  background: #12aef8 none repeat scroll 0 0;
  bottom: -3px;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#project-version-two .gallery-filter li.active span,
#project-version-two .gallery-filter li:hover span {
    color: #12AEF8;
}
#project-version-two .masonary-gallery {
    position: relative;
    padding: 0;
}

/**
* Projects Version one Styles.
**/

#project-version-one {
  padding-bottom: 80px;
  padding-top: 59px;
}
#project-version-one .container{
	width: 100%;
}
#project-version-one .row{
	width: 100%;
}

/*
#project-version-one .gallery-filter {
  border-bottom: 1px solid #e2e2e2;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  }
#project-version-one .gallery-filter li {
    display: inline;
}
#project-version-one .gallery-filter li:first-child a {
	margin-left: 0;}
#project-version-one .gallery-filter li:last-child a {
	margin-right: 0;}
#project-version-one .gallery-filter li a {
  color: #242424;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
#project-version-one .gallery-filter li a.selected::before {
  background: #12aef8 none repeat scroll 0 0;
  bottom: -3px;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#project-version-one .gallery-filter li a.selected,
#project-version-one .gallery-filter li a:hover {
    color: #12AEF8;
}
*/
	.vc_button{
		font-weight: 500;
		text-transform: uppercase;
		color: #fff;
		background: #07c5ac;
		position: relative;
		line-height: 40px;
		border-radius: 3px;
		margin-bottom: 27px;
		font-size: 14px;
		margin-top: 40px;
		padding: 0px 27px;
	}
	.vc_button.medium {
		padding:9px 27px 9px 27px;
		font-size: 16px;
		line-height: 40px;
		margin-bottom: 5px!important;
	}

	.vc_button.small {
		padding:10px 22px 10px 22px;
		font-size:12px;
		line-height:18px;
	}

	.vc_button.large {
		padding:16px 36px 16px 36px;
		font-size:18px;
		line-height: 22px;
	}

.blocquote{
	border-left: 4px solid #cacaca;
	padding: 25px;
}

/* contact form */

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea{
	background: none;
border: 1px solid #dedede !important;
border-radius: 0px;
box-shadow: none;
padding: 6px 15px;
font-size: 16px;
color: #dedede;
height: 42px;
box-shadow: none !important;
}
.wpcf7 p{
	display: inline-block;
	width: 100%;
}
.wpcf7 textarea{
	height: 120px;
}
.wpcf7  .your-name, .wpcf7 .your-email{
	width: 49%;
	float: left;
}
.wpcf7 .your-email{
	margin-left: 15px;
}
.wpcf7 .your-subject{
display: block;
}
.wpcf7  .wpcf7-submit{
font-weight: 500;
text-transform: uppercase;
color: #fff;
display: inline-block;
background: #07c5ac;
position: relative;
line-height: 40px;
border-radius: 3px;
margin-bottom: 27px;
font-size: 14px;
margin-top: 20px;
padding: 0px 27px;
border: none;
}
.wpcf7 input[type="text"]:focus,.wpcf7 input[type="email"]:focus,.wpcf7 textarea:focus{
	border: 1px solid #71b8ec !important;
}
.wpcf7-response-output{
	border: none!important;
}

/* search form */

.blog-list #searchform .form-wrap{
	float: left;
	width: 80%;
}
.blog-list #searchform .form-wrap input{
	border: 1px solid #cacaca !important;
	border-radius: 0px;
}
.headline{
	line-height: 1.8;
	margin: 0 0 20px 0;
}
.custom_head{
	position: relative;
	display: inline-block;
}
.custom_head h1{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
}
.custom_head p{
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	margin-top: -13px;
}
.custom_head:after{
	content: "";display: block;height: 5px;width: 60px;background: #e84c3d;position: absolute;margin-bottom: 11px;top: 60px;right: 0px;

}

.fontweight-inherit{ font-weight: 400;}
.fontweight-300{ font-weight: 300;}
.fontweight-400{ font-weight: 400;}
.fontweight-500{ font-weight: 500;}
.fontweight-600{ font-weight: 600;}
.fontweight-700{ font-weight: 700;}
.fontweight-800{ font-weight: 800;}
.fontweight-900{ font-weight: 900;}

.fontsize-inherit{ font-size: inherit; }
.fontsize-xs{ font-size: 14px; }
.fontsize-s{ font-size: 16px; }
.fontsize-m{ font-size: 20px; }
.fontsize-l{ font-size: 24px; }
.fontsize-xl{ font-size: 28px; }
.fontsize-xxl{ font-size: 34px; }
.fontsize-xxxl{ font-size: 42px; }
.fontsize-xxxxl{ font-size: 52px; }
.fontsize-xxxxxl{ font-size: 60px; }
.superlarge{ font-size: 100px; }

.btn_ex_large{padding: 15px 35px 15px 35px;}

.transform-inherit{ text-transform: inherit; }
.transform-uppercase{ text-transform: uppercase; }

.align-left{ text-align: left; }
.align-center{ text-align: center; }
.align-right{ text-align: right; }
.bottom-line:after{content: "";display: block;height: 2px;width: 60px;background: #40aafa;position: relative;margin: auto;margin-bottom: 51px; top: 12px;}
.bottom-line-left:after{content: "";display: block;height: 2px;width: 60px;background: #40aafa;position: relative;margin-bottom: 51px; top: 12px;}
.lh-inherit{ }
.lh-12{ line-height: 1.2 !important; }
.lh-13{ line-height: 1.3 !important; }
.lh-14{ line-height: 1.4 !important; }
.lh-15{ line-height: 1.5 !important; }
.lh-16{ line-height: 1.6 !important; }
.lh-17{ line-height: 1.7 !important; }
.lh-18{ line-height: 1.8 !important; }
.lh-19{ line-height: 1.9 !important; }
.lh-20{ line-height: 2.0 !important; }

.ls-1{ letter-spacing: 1px; }
.ls-2{ letter-spacing: 2px; }

.lowercase{ text-transform: none !important; }

table > tbody > tr > td, .table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table > tbody > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    padding: 8px;
line-height: 1.42857143;
vertical-align: top;
}


ol.commentlist img.avatar, ol.pingbacklist img.avatar {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #f2f2f2;
}
ol.commentlist>li, ol.commentlist>li .children{
	list-style-type: none;
border-bottom: 1px solid #f3f3f3;
margin: 25px 0px;
position: relative;
}
ol.commentlist, ol.pingbacklist, .commentspagination, .nocomments, #addcomments {
    padding: 0;
}
.comment-body a.comment-reply-link {
   	float: right;
	padding: 3px 5px;
	border-radius: 3px;
	position: absolute;
	right: 0px;
	top: 10px;
}
@media (max-width: 1219px) {
	.application-desc{
		padding: 60px 40px 0px;
	}
	.right-column{
		display: none;
	}
	.menuzord-menu > li > a{
		padding: 40px 9px 34px 9px !important;
	}
	.text-holder h5 a{
		height: 60px;
	}
}
@media (max-width: 991px) {
	/*.page-slider-area img { height:200px; }*/
	.menuzord-menu > li > a{
		padding: 12px 20px !important;
	}
  .news-detail-message,.news-detail-tag{
  	width: 100%;
  }
  .wd-36,.wd-63{
  	width: 100%;
  }
  .accordion-toggle::after{
  	top: 15px;
    right: 10px;
  }
  .main-footer .about-widget, .main-footer .links-widget, .main-footer .twitter-widget {
    padding-top: 20px;
}
.top-bar{
	display: none;
}
/*.top-bar-text{
	display: none;
}
.top-bar .social li:last-child{
	display: none;
}*/
.fast-inquiry{
  /* top: 85px; */
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 23px !important;
}
.swiper-slider-area .swiper-slide{
	padding: 0 !important;
	padding: 140px 20% !important;
	padding-bottom:115px !important;
	height: 312px;
}
.swiper-slider-area .swiper-slide img { max-width:1920px; height: 312px;  }
.theme_menu .link_btn {
    display: none !important;}
.inquiry-icon{
	top: 70px;
}
.nav_side_content .search_option form {
    right: -40px !important;
    top: 54px !important;
}
.swiper-slider-area .swiper-slide h1{
	font-size: 24px;
}
.swiper-slider-area .swiper-slide a{
	display: none;
}
/*.fast-inquiry,.inquiry-form{
	width: 100%;
}*/

/*banner*/
/* .bg-1 { */
  /* background: url(../img/banner/mobile-banner1.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-2 { */
  /* background: url(../img/banner/mobile-banner2.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-3 { */
  /* background: url(../img/banner/mobile-banner3.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-4 { */
  /* background: url(../img/banner/mobile-banner4.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
.banner-text-bg { top:-100px; }


}
@media (max-width: 767px){
	.swiper-slider-area .swiper-slide h1{
		font-size: 22px;
  }
  .call-to-action-area{
    padding: 30px 0 15px;
  }
  .title{
    padding-bottom: 20px;
  }
  .title h3{
    font-size: 20px !important;
    font-weight: normal !important;
  }
  .application h3{
    font-size: 20px !important;
    font-weight: normal !important;
  }
  .section-padding{
    padding: 30px 0 0px;
  }
  .application{
    padding: 30px 0 0;
  }
  .img-holder,.text-holder,.text-holder h5{
    padding: 0px;
  }
  /* .page-slider-area{ */
    /* padding: 50px 0; */
  /* } */
  .page-slider-area p{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
  }
  ol.breadcrumb{
    padding: 0;
    text-align: left;
  }
  ol.breadcrumb li a{
    font-size: 14px;
  }
  .single-product-details .nav-tabs>li a{
    font-size: 12px;
    padding: 10px;
  }
  .single-related-product-img{
    padding: 15px;
  }
  .single-related-product{
    padding: 0px;
  }
  .related-product-list h4{
    font-size: 12px;
    padding: 0px;
    overflow: auto;
    height: auto;
    text-align: left;
    
  }
  .single-related-product a{
    line-height: 20px;
  }
  .related-product-list .thm-btn{
    display: none;
  }
  .single-product-show{
    overflow: hidden;
    font-size: 12px;
  }
  .single-product-show h4 a{
    margin-top:10px;
  }
  .single-product-show h4{
    margin: 0px;
    font-size: 14px;
  }
  .single-product-text{
    padding: 10px 0 0 15px;
  }
  .single-product-area,.taxonomy-products-area{
    padding: 30px 0;
  }
  .page-slider-area h1{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
  }
  .taxonomy-products-left{
    display: none;
  }
  .banner-text-bg{
    right: auto;
    background: rgba(181, 38, 38, 0.6);
    text-align: center;
  }
  .swiper-slider-area .swiper-slide h1{
    font-weight: normal;
  }
  .swiper-slider-area .swiper-slide p {
    padding: 0;
  }
  .news-content h4{
    margin-top: 15px;
  }
  .about-factory,.team-area {
    padding: 20px 0;
  }
  .about-factory h3,.team-area .sec-title-two h3{
    margin: 15px 0 20px;
    font-size: 20px;
  }
  .about-factory .about-company{
    padding-top:20px; 
  }
  /*banner*/
/* .bg-1 { */
  /* background: url(../img/banner/mobile-banner1.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-2 { */
  /* background: url(../img/banner/mobile-banner2.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-3 { */
  /* background: url(../img/banner/mobile-banner3.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-4 { */
  /* background: url(../img/banner/mobile-banner4.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
}
@media (max-width: 575px){
	.application-desc p{
		display: none;
	}
	.application-desc{
		padding:20px 50px;
	}
	.whole-model{
		height: 440px;
		overflow: hidden;
  }
  .call-to-action-area{
    padding: 30px 0 15px;
  }
  .title{
    padding-bottom: 20px;
  }
  .title h3{
    font-size: 20px !important;
    font-weight: normal !important;
  }
  .application h3{
    font-size: 20px !important;
    font-weight: normal !important;
  }
  .section-padding{
    padding: 30px 0 0px;
  }
  .application{
    padding: 30px 0 0;
  }
  .img-holder,.text-holder,.text-holder h5{
    padding: 0px;
  }
  /* .page-slider-area{ */
    /* padding: 50px 0; */
  /* } */
  .page-slider-area p{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
  }
  ol.breadcrumb{
    padding: 0;
    text-align: left;
  }
  ol.breadcrumb li a{
    font-size: 14px;
  }
  .single-product-details .nav-tabs>li a{
    font-size: 12px;
    padding: 10px;
  }
  .single-related-product-img{
    padding: 15px;
  }
  .single-related-product{
    padding: 0px;
  }
  .related-product-list h4{
    font-size: 12px;
    padding: 0px;
    overflow: auto;
    height: auto;
    text-align: left;
    
  }
  .single-related-product a{
    line-height: 20px;
  }
  .related-product-list .thm-btn{
    display: none;
  }
  .single-product-show{
    overflow: hidden;
    font-size: 12px;
  }
  .single-product-show h4 a{
    margin-top:10px;
  }
  .single-product-show h4{
    margin: 0px;
    font-size: 14px;
  }
  .single-product-text{
    padding: 10px 0 0 15px;
  }
  .single-product-area,.taxonomy-products-area{
    padding: 30px 0;
  }
  .page-slider-area h1{
    text-align: left;
    font-size: 26px;
    font-weight: normal;
  }
  .taxonomy-products-left{
    display: none;
  }
  .news-content h4{
    margin-top: 15px;
  }
  .scroll-top{
   bottom:-200px;
  }
  .about-factory,.team-area{
    padding: 20px 0;
  }
  .about-factory h3,.team-area .sec-title-two h3{
    margin: 15px 0 20px;
    font-size: 20px;
  }
  .about-factory .about-company{
    padding-top:20px; 
  }
  /*banner*/
/* .bg-1 { */
  /* background: url(../img/banner/mobile-banner1.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-2 { */
  /* background: url(../img/banner/mobile-banner2.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-3 { */
  /* background: url(../img/banner/mobile-banner3.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
/* .bg-4 { */
  /* background: url(../img/banner/mobile-banner4.jpg) no-repeat center center; */
  /* background-size: cover; */
  /* color: #fff; */
  /* text-align: right !important; */
/* } */
}

@media (max-width: 981px){
.page-slider-area .container { 
  position:absolute; left:0; right:0; top:35%; }
.page-slider-area img { 
   width: 100%;
  height: auto;
  max-width: auto;
   }
}
.beianhao{
  color: #fff;
}

.tab-content>.tab-pane * {
    font-family: Arial !important;
}
.xzform_x {
    /*position: relative;*/
  }
.xz-form-message.success {
    /*position: absolute;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 75%;
    /*display: flex;*/
    text-align: center;
    align-items: center;
    padding: 4rem;
    background: rgba(255, 255, 255, 0.8);
    color: #298e29f8;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    box-shadow: 0 0.5rem 3rem -0.5rem rgba(0, 0, 0, 0.3);
}