* {
	margin: 0;padding: 0;
}
a {text-decoration: none;}
img {
	max-width: 100%;
	height: auto;
}
.blue_button {display: block;margin-top: 25px;}
.blue_button a{
	color: #FFFFFF;
	background: rgb(0, 107, 166);;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 35px;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 600;
	border-radius: 30px;
}
.title-img-col {
	margin-bottom: -50px;
}
/*-- typogrampy --*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Jost", sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 {
	font-size: 54px;
	color: #ffffff;
	line-height: 60px;
	text-align: left;
	font-family: 'jost';
}
h2 {
	font-size: 36px;
	color: #222222;
	line-height: 46px;
	text-align: left;

}
h3 {
	font-size: 24px;
	color: #222222;
}
.c-white {color: #fff;}
/*-- End typogrampy --*/

body {
	font: 400 15px/26px "Poppins", sans-serif;
  	color: #777777;
}
header {
	background: rgba(21, 21, 21, 0.2) none repeat scroll 0 0;
	z-index: 9;
  	position: relative;
}
.logo-col {
	margin: 20px 0;
}
.logo-col img {
	max-width: 185px;
}
.banner-sec {

}
.banner-sec .blue_button a {
	background: rgb(0, 107, 166);
}
/*-- menu css --*/
.navbar .nav-link, .navbar-nav .menu-item a {
	font-family: "Poppins" ;
  font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 33px;
	padding-left: 15px !important;
	padding-right: 15px !important;
	text-transform: capitalize;
	color: #fff;
	display: block;
}
.navbar .nav-link a {
color: #fff !important;}
.menu-col {
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-nav .nav-link.active, .navbar-nav .menu-item.current_page_item a,  .navbar-nav .nav-link.show, .navbar-nav .menu-item a, .navbar-nav .menu-item.current_page_item a{
	color: #fff;
}
.navbar .nav-link.menu-button {
	padding: 10px 35px !important;
	border-radius: 50px;
	margin-left: 55px;
	letter-spacing: 0.5px;
	color: #252525 !important;
	background: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.menu-button {
	padding: 10px 35px !important;
	border-radius: 50px;
	margin-left: 55px;
	letter-spacing: 0.5px;
	color: #252525 !important;
	background: #fff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #fff !important;
	border-bottom: 2px solid #fff;
}
/*-- End menu css --*/

.curve-top {
	margin-top: -245px;
	padding-top: 246px;
	background: url('../images/curve-top.png') no-repeat center !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}
.curve-bottom {
	margin-top: 0px;
	padding-top: 230px;
	padding-bottom: 0;
	background: url('../images/curve-bottom.png') no-repeat center !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}
/*-- Benfit section CSS --*/
.benfit-sec {
	margin: -225px 0 0 0;
	padding-top: 220px;
	padding-bottom: 260px;
	background-color: #f5f7fb !important;
}
.benfit-box .img-col img {
	max-width: 60px;
}
.benfit-box {
	margin-top: 30px;
}
.benfit-sec h2, .benfit-sec h3 {
	color: #3d404f;
}
/*-- End  Benfit section CSS --*/

/*-- Facility sec CSS --*/
.facility-sec {
	background: #fff;
}
.facility-sec h2 {
	font-size: 48px;
	color: #3d404f;
}
.facility-sec #nav-tab {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.facility-sec #nav-tab .nav-link  {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: .5px solid #eaeaea;
	color: #606060;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
  visibility: visible;
  padding: 30px 0;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.facility-sec #nav-tab .nav-link img {
	max-height: 50px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.facility-sec #nav-tab .nav-link h5 {
	color: #4DB0E1;
	font-size: 18px;
	font-weight: normal;
}
.facility-sec #nav-tab .nav-link.active {
	background: linear-gradient(90deg, #006BA6 0%, #4DB0E1 100%) !important;
}
.facility-sec #nav-tab .nav-link.active h5{
	color: #fff;
}
.facility-sec #nav-tab .nav-link:nth-of-type(2n+1) {
	background: #fafafa;
}

/*-- End Facility sec CSS --*/

/*-- Services section --*/
.services-sec {
	margin: -225px 0 0;
	padding: 250px 0;
}
.services-sec h2, .services-sec p {
	text-align: center;
	color: #fff;
}
.services-box {
	color: #fff;
	overflow: hidden;
	padding-bottom: 20px !important;
	padding: 30px 30px 15px 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	border-radius: 14px;
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 0;
}
.services-box h3 {
	color: #666;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}

.services-box p {
	color: #7c7c7c;
}
.services-icon {
	max-width: 90px;
}
.services-sec .blue_button {
	text-align: center;
}
.services-sec .blue_button {
	align-items: center;
	justify-content: center;
}
/*-- End Services section --*/
/*-- Product section Css --*/
.product-sec h2, .product-sec p {
	text-align: center;
}
.product-col {
	position: relative;
	background: #F2F2F2;
	border-radius: 10px;
	overflow: hidden;
	margin: 50px 0 0;
}
.product-content {
	padding: 30px 30px 20px;
}
.product-content h3 {
	margin-top: 0 !important;
	padding: 0;
	font-size: 22px !important;
	color: #000;
	margin-bottom: 0 !important;
	padding-bottom: 10px !important;
}
.details-container  {
	width: 100%;
  padding-bottom: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #777;
	font-weight: 400;
  visibility: visible;
}
.product-content .details-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.product-content .details-item.price {
	color: rgba(0,0,0,.3);
}
.product-content .price span {
	padding: 0;
	line-height: 22px;
	color: #606060 !important;
	font-weight: 500;
	font-size: 17px;
}
.product-content  a {
	background: 0 0;
	color: #3d404f;
	font-weight: 400;
	text-decoration: none;
	transition: all 250ms ease;
	margin: 0 !important;
	color: #111;
  webkit-transition: all 300ms ease;
  -khtml-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product-content .star-rating {
	float: right !important;
	margin-top: 13px !important;
	font-size: 14px !important;
	margin: 0 auto;
  display: block !important;
  overflow: hidden;
  position: relative;
}


/*-- product toltip css --*/
.product-col .overlay-components {
	background-color: #fff;
	padding: 15px 0;
	width: 35px;
	text-align: center;
	position: absolute;
	display: grid;
	z-index: 2;
	right: 15px;
	top: 15px;
	font-size: 15px;
  line-height: 25px;
  color: #777777;
  font-weight: 400;
  z-index: 0;
}
.product-col .component.add-to-cart {
	display: block !important;
  width: auto;
	border-radius: 5px;
	max-width: 92%;
	position: relative;
}


.product-col .component.add-to-cart, .product-col .component.wishlist, .product-col .component.compare, .product-col .component.quick-view {
	display: block !important;
	float: left;
	width: auto;
	border-radius: 5px;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: #777777;
  font-weight: 400;
}

.product-col .button {
	border: 0;
	color: #208BBF !important;
	background: #fff !important;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	display: inline-block;
	margin: 0 auto !important;
	text-transform: capitalize;
	font-size: 18px !important;
	height: 40px;
	line-height: 40px;
	padding: 0 !important;
	position: absolute;
	left: 0;
	right: 0;
	max-width: 130px;
	text-align: center;
}
.product-col .button[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.product-col .overlay-components .button {
  width: 100%;
}
.product-col li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.product-col .woocommerce-product-list-header img {
	margin: 0;
	-webkit-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.component .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}

.product-col .button[data-tooltip]::before {
	position: absolute;
	bottom: 15%;
	left: -341%;
	padding: 8px 10px;
	width: 116px;
	-moz-border-radius: 3px;
	border-radius: 6px;
	background-color: hsla(0, 0%, 20%, 0.83);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
	text-transform: none;
	line-height: 1.2;
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	opacity: 0;
}
.product-col .button[data-tooltip]::after {
	position: absolute;
	top: 35%;
	right: 96%;
	width: 0;
	border-top: 5px solid #000;
	border-left: 5px solid hsla(0, 0%, 20%, 0.83);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
	transition: all 250ms ease-in-out 0s;
	-webkit-transition: all 250ms ease-in-out 0s;
	opacity: 0;
}
.product-col .yith-wcwl-add-to-wishlist {
	margin-top: 0px;
}
.product-col .show {
	display: block !important;
}
.product-col .hide {
	display: none !important;
}
.product-col .button:hover[data-tooltip]::before, .product-col .button:hover[data-tooltip]::after  {
	opacity: 1;
}
/*-- End Services section --*/

/*-- Review CSS --*/
.review-sec {
	margin: -225px 0 0 0;
	padding-top: 220px;
	padding-bottom: 260px;
	background-color: #f5f7fb !important;
}

/*-- testimonial slider css --*/
/* .owl-carousel .item {
    height: 10rem;
    background: #f04124;
    display: flex;
    justify-content: center;
    align-items: center; font-size:70px; color:#fff;
}*/
.testimonial-slider .owl-carousel .item {
	text-align: left;
	background: #fff;
	padding: 35px 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.065);
	border-radius: 11px;
	margin: 25px auto;
	display: table;
	width: 90%;
}
.testimonial_item {
	text-align: left;
	background: #fff;
	padding: 50px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.065);
	border-radius: 11px;
	margin: 25px 0;
}
.testimonial-slider h4 {
	font-size: 24px;
	color: #222222;
}
.testimonial-slider p {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 26px;
	color: #3d404f;
  	color: rgba(37,37,37,.5)
}
.testimonial-img {
	border-radius: 50%;
	overflow: hidden;
	transform: none;
	width: 70px;
	margin: 0 auto;
}
.testimonial-img img {
	display: block;
}
.testimonial-slider .testimonial-info h4 {
	clear: both;
	background: #fff;
	margin: 0;
	font-size: 22px;
	margin-top: 10px;
	color: #222222;
}
.testimonial-slider .testimonial-info {
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	padding-top: 5px;
	letter-spacing: .5px;
}


.testimonial-slider .owl-dots {
	text-align: center;
}
.testimonial-slider .owl-carousel button.owl-dot {
	background: #D9D9D9;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	border-radius: 50px;
}
.owl-carousel button.owl-dot.active {
	background: #4DB0E1;
}
/*-- End testimonial slider css --*/

/*-- End Review CSS --*/


/*-- Member section CSS --*/

.members-sec {
	background: #fff;
	margin: 0 0 -45px;
	padding: 0 0 60px;
}
.members-sec .title-img-col img {
	max-width: 53%;
	width: 100%;
}
.members-sec .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.t-member-col h4 a {
	color: #222;
}

.t-member-col h4{
	color: #222;
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.t-member-col p{
	color: #4DB0E1;
}
.members-sec .owl-nav .owl-prev {
	position: absolute;
	left: calc(0% - 50px);
	top: calc(50% - 50px);
	background: rgb(0, 107, 166) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.members-sec .owl-nav .owl-prev span {
	font-size: 30px;
	color: #fff;
}
.members-sec .owl-nav .owl-next {
	position: absolute;
	right: calc(0% - 50px);
	top: calc(50% - 50px);
	background: rgb(0, 107, 166) !important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.members-sec .owl-nav .owl-next span {
	font-size: 30px;
	color: #fff;
}
/*-- End Member sectio CSS --*/

/*-- Subscribe section CSS --*/

.subscribe-sec {
	margin: -230px 0 0;
	padding: 230px 0 300px;
}
.subscribe-sec .title-img-col img {
	max-width: 53%;
}
.subscribe-sec h2, .subscribe-sec p {
	text-align: center;
	color: #fff;
}
.newsletter {
	position: relative;
	margin: 25px auto 0;
	max-width: 600px;
}
.newsletter input[type="email"]::placeholder {
	color: rgba(0,0,0,.5);
}
.newsletter input[type="email"] {
	border-radius: 35px;
	height: 70px;
	font-size: 15px;
	border: 0;
	float: left;
	padding: 25px;
	width: 100%;
	font-weight: 400;
	outline: 0;
}
.newsletter button.rippler {
	position: absolute;
	top: 8px;
	padding: 15px 28px;
	border-radius: 35px;
	right: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	display: block;
	border: 0;
	outline: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	background: rgb(0, 107, 166);
}
/*-- End Subscribe section CSS --*/


/*-- News section --*/
.news-sec {
	margin: -225px 0 0;
	padding: 250px 0 0;
}
.news-sec .title-img-col img {
	max-width: 33%;
}
.news-sec h2 {
	text-align: center;
}
.blog-box {
	color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 30px 0 0;
}
.blog-box h3 {
	color: #666;
	font-weight: 700;
	line-height: 32px;
}
.blog-box p {
	color: #7c7c7c;
}
.blog-date {
	text-align: left;
	color: #4DB0E1;
	margin: 20px 0 -6px;
}
.blog-link a {
	color: #222;
}
.blog-link a .fa {
	color: #4DB0E1;
}
.news-sec .blue_button {
	align-items: center;
	justify-content: center;
}
/*-- End  News section --*/

/*-- Partner section --*/
.partner-sec {
	padding: 80px 0 0;
}
.partner-sec .title-img-col img {
	max-width: 48%;
}
.partner-sec h2 {
	text-align: center;
}
.partners-logos {
	margin: 30px 0 0;
}
.partners-logos img {
	max-height: 54px;
	width: auto;
	margin:20px 15px 0;
	display: inline-block;
	opacity: .3;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	cursor: pointer;
	filter: grayscale(1);
}
.partners-logos img:hover {
	opacity: 1;
}
/*-- End partner section --*/
/*-- Footer CSS --*/

.footer-sec {
	padding: 220px 0 0px;
}
.footer-sec h3 {
	font-size: 20px;
	color: #fff;
	margin: 20px 0 20px;
}
.footer-sec p{
	color: #fff;
}
.footer-sec ul {
	padding: 0;
	margin: 0;
}
.footer-sec ul li {
	list-style: none;
	margin: 5px 0 0;
}
.footer-sec ul li a {
	color: #fff;
}
.footer-sec p {
	margin: 0;
}
footer .newsletter input[type="email"] {
	border-radius: 35px;
	height: 45px;
	font-size: 15px;
	border: 0 none;
	float: left;
	padding: 10px 20px;
	width: 100%;
	font-weight: 400;
	outline: 0;
	color: #666;
	margin-bottom: 5px;
}
footer .newsletter  {
	position: relative;
}
footer .newsletter button.rippler {
	position: absolute;
	top: 5px;
	padding: 5px;
	border-radius: 35px;
	right: 6px;
	/* color: #fff; */
	font-size: 16px;
	font-weight: 400;
	box-shadow: none;
	display: block;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
	/* transition: all 300ms ease; */
	-webkit-transition: all 300ms ease;
	color: transparent;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 6px;
	background: #4DB0E1;
}
footer .newsletter button.rippler::after {
	content: '\f1d8';
	font-family: 'fontawesome';
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	position: absolute;
	top: 3.5px;
	right: 3.5px;
	color: #fff;
}
.sidebar-social-networks {
	display: block ruby;
}
.social-links {
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}
.social-links > li {
	display: inline-table;
	height: 30px;
	margin-bottom: 5px;
	width: 30px;
	line-height: 1;
}
.social-links a {
	background: transparent;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	padding: 0;
	line-height: 30px;
	color: #fff !important;
	width: 30px;
	height: 30px;
	font-size: 18px;
	margin: 0;
	border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links a:hover {
	background: #4DB0E1;
}
.ft-bottom-strip {
	margin: 70px 0 0;
	padding: 0 0 20px;
}
.mt-image-list-image-holder {
	float: left;
	margin-right: 20px;
}
/*-- End Footer CSS --*/


/*-- Contact page CSS --*/

.inner-curve-bottom {
	margin-top: -75px;
	padding-top: 55px;
	background: url('../images/banner-bottom.png') no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-size: cover;
	padding-bottom: 55px;
}
.inner-banner-sec .col-md-12 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-banner-sec h1 {
	font-size: 50px;
	font-weight: 600;
}
.list-item{
	display: flex;
	align-items: center;
	margin:30px 0 0;
}
.list-item-img {
	width: 75px;
	height: 75px;
	background: #38A9E0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
	font-size:30px;
	color:#ffffff;
}
.list-item-content {
	margin: 17px 0 0;
}
.list-item-hd {
	font-size: 16px;
	line-height:16px;
	font-weight:700;
	color: #606060;
	margin-bottom: 5px;
  margin-top: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.list-item-text {
	font-size: 16px;
	line-height:26px;
	font-weight:400;
	color: #3d404f;
}
.cont-form-box {
	box-shadow: 0 0 20px rgba(0,0,0,.07);
	border-radius: 26px;
	height: 500px;
	text-align: center;
  	padding: 30px;
  	margin: 0 0 0 25px;
}
/*-- End Contact page CSS --*/

/*-- About Us page CSS --*/
.skill-row {
	margin-top: 100px;
	margin-bottom: 90px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom:50px;
	padding-left: 40px;
	background-color: #f7f8fa;
	border-radius: 15px;
}
.skill-row .stats-head {
	padding-top: 5px;
	padding-right: 10px;
	text-align: center;
}
.skill-row .skill_image {
	max-height: 55px;
}
.stats-content.percentage {
	text-align: center;
	margin-top: 20px;
}
.stats-content .skill-count {
	color: #3d404f;
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
}
.stats-content p {
	font-size: 17px;
	color: #3d404f;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0 0;
}
.about-img-col img {
	max-width: 500px;
	width: 100%;
}
.about-icon-col img {
	max-width: 60px;
}
/*-- End About Us page CSS --*/

/*-- Services-sec-inner --*/

.services-sec-inner {
	margin: 100px 0 0;
	padding: 50px 0 150px;
}
/*-- end Services-sec-inner --*/

/*-- blog-section --*/
.blog-section {
	margin: 100px 0 0;
}
.blog-section a {color: #4DB0E1;}
.blog-aside-list h3 {
	color: #3d404f !important;
	font-weight: 500;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	font-size: 19px !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}
.blog-aside-list ul {
	list-style: outside none none;
	padding-left: 0;
	overflow: hidden;
}
.blog-aside-list ul li {
	font-size: 14px;
  color: #666;
  border-top: 1px dashed #ccc;
  padding: 8px 0 8px;
}
.blog-aside-list ul li:first-child {
	border: 0;
}
.blog-aside-list ul li a{
	 color: #666;
}
.blog-content blockquote {
	background: none repeat scroll 0 0 #fff;
	border-left: 5px solid;
	color: #3d404f;
	font-size: 15px;
	font-weight: 300;
	margin: 30px 0;
	padding: 25px;
	position: relative;
	border-radius: 5px;
	border-color: #3d404f;
	box-shadow: 0 0 20px rgba(67,73,89,.1);
	-webkit-box-shadow: 0 0 20px rgba(67,73,89,.1);
	-ms-box-shadow: 0 0 20px rgba(67,73,89,.1);
	-moz-box-shadow: 0 0 20px rgba(67,73,89,.1);
}
.single-blog-img {
	margin: 0 0 20px;
}
.single-blog-img img {
	border-radius: 10px;
}
.blog-tags-list .tagcloud a{
	font-size: 14px !important;
	color: #666 !important;
	background: #f2f2f2 !important;
	display: block;
	float: left;
	font-weight: 400;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px 15px;
	text-decoration: none;
	border-radius: 25px;
	transition: all 300ms ease-in-out 0ms;
	-o-transition: all 300ms ease-in-out 0ms;
	-moz-transition: all 300ms ease-in-out 0ms;
	-webkit-transition: all 300ms ease-in-out 0ms;
	-ms-transition: all 300ms ease-in-out 0ms;
}
/*-- end blog-section --*/


/*-- Product page CSS --*/
.product-description {
	padding: 0 0 0 30px;
}
/*** OVERRIDES ***/

.cloudzoom-zoom-inside {
  cursor: zoom-in;
  z-index: 1;
}
.thumbelina {
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.thumbelina li {
	display: inline-block !important;
}
.thumbelina li img, .thumbelina li img:hover {
  height: 100px;
  border: none;
}
.thumbelina-but.vert {
  line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
  position: relative;
  width: 100%;
  height:100px;
  background-color: #fff;
  margin-top: 20px;
  z-index: 2;
}
#thumbnails a {
  width: 100%;
  display: inline-block;
  text-align: center;
}
/* Prevent FOUC */
#thumbnails ul {
  visibility: hidden;
}
#thumbnails ul.thumbelina {
  visibility: visible;
}
#product-image {
  position: relative;
  display: inline-block;
  line-height: 0;
}

#zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fadeout 0.5s; /* Sync with JS */
  background: url('../images/product-1.jpg') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: zoom-out;
  display: none;
  opacity: 0;
  z-index: 1;
}

.fullscreen {
  overflow: hidden;
}
.fullscreen .cloudzoom-zoom-inside {
  visibility: hidden; /* Prevent FOUC */
}
.fullscreen #thumbnails {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 450px;
}
.fullscreen #zoom-overlay {
  animation: fadein 0.5s; /* Sync with JS */
  display: block;
  opacity: 1;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
/*-- end product tuhumnail css --*/

.product-section {
	margin: 80px 0 20px;
}

 .product-section .quantity .qty {
 	text-align: center;
 	border: 1px solid #ddd;
  line-height: normal;
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  transition: border .3s ease;
	width: 100px;
	height: auto;
	float: left;
	outline: 0;
}
 .product-section .cart {
	display: inline-block;
	margin: 25px 0 20px;
}
.cart .button {
	position: relative;
	outline: 0;
	text-transform: capitalize;
	font-weight: 600;
	padding: 7px 25px !important;
	font-size: 16px !important;
	border-radius: 50px !important;
	background: #006BA6;
	color: #fff;
	border: 0;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.quantity {
	position: relative;
	width: fit-content;
	float: left;
  margin: 0 10px 0 0;
}
.product_meta {
	margin-top: 10px;
}
.product_meta > span {
	display: block;
	margin: 10px 0;
	color: #5c5e6c;
}
.product_meta > span a, .product_meta > span span {
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	font-weight: 700;
	color: #5c5e6c;
}
.product-description-bottom {
	margin: 30px 0 0;
}
/*-- end product CSS --*/

/*-- Blog listing page css --*/

.blog-list-col {
	margin: 0 0 50px; 
}
.blog-button {
	padding: 0;
	text-align: left;
	font-weight: 500;
	color: rgba(34, 52, 65, 1);
}
.blog-button a {
	color: rgba(34, 52, 65, 1);
}
.blog-button a:hover {
	color:#4DB0E1;
}
.blog-button i {
	padding: 0 5.5px 1px 6px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	margin-left: 10px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	background: #4DB0E1;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
.banner-sec {
	margin-top: -131px !important;
}
.navbar .nav-link{
	font-size: 14px !important;
	padding-left: 9px !important;
	padding-right: 9px !important;
}
.banner-sec h1 br {
	display: none;
}
.banner-sec h1 {
	font-size: 38PX;
	line-height: 40PX;
}

/*-- Home page CSS --*/
.about-sec {
	padding-bottom: 15px;
}
.about-sec .container .col-md-6 {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-flow: column;
	align-items: start;
}
.partners-logos img {
	max-height: 40px;
}
@media only screen and (max-width: 991px) {
/*-- header responsive css --*/
.navbar.navbar-expand-lg {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 100%;
}
.menu-col .navbar .navbar-nav {
	background: rgba(0, 0, 0, 0.7);
	margin-top: 27px;
}
.menu-col .navbar .navbar-toggler {

	background-color: white;
}
.menu-col .navbar  .navbar-toggler:focus {
	outline: 0 ;
	box-shadow: none;
}
.navbar .nav-link.menu-button {
	padding: 3px 24px !important;
	margin: 14px 0 22px 10px;
	max-width: 150px;
}
header .container {
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
/*-- End header responsive css --*/

/*-- Home page responsive CSS --*/
.banner-sec {
	margin-top: -100px !important;
}
.banner-sec .col-md-5 {
	width: 55%;
}
.banner-sec .col-md-7 {
	width: 45%;
}
.curve-top {
	margin-top: -150px;
	padding-top: 151px;
	background: url('../images/curve-top.png') no-repeat center !important;
	background-size: cover !important;
	position: relative;
	z-index: 1;
}
.facility-sec #nav-tab .nav-link {
	padding: 15px 0;
}
.facility-sec #nav-tab .nav-link img {
	max-height: 30px;
}
.services-box {
	min-height: 330px;
}
.review-sec {
	padding-bottom: 170px;
}
/*-- End Home page responsive CSS --*/

/*-- About Us page CSS --*/
.stats-content .skill-count {
	font-size: 26px;
	line-height: 34px;
}
}
@media only screen and (max-width: 767px){

/*-- Home page CSS --*/
.footer-sec {
	background-position: top -400px center !important;
	margin-top: 50px;
	padding: 0;
	background-color: #575757 !important;
}
/*-- Home page CSS --*/
.banner-sec .container {
	padding-bottom: 80px;
}
.banner-sec .container .row {
	flex-direction: column-reverse;
	display: flex;
}

.banner-sec .col-md-5 {
	width: 100%;
}
.banner-sec .col-md-7 {
	width: 100%;
	text-align: center;
}
.banner-sec .col-md-7 img {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;

}
.partners-logos img {
	margin: 0 15px 20px;
}
.services-box {
	min-height: inherit;
}
.product-sec .product-col {
	max-width: 350px;
	margin: 50px auto 0;
}
/*-- End Home page CSS --*/

/*-- About Us page CSS --*/
.skill-row {
	background-color: #fff;
}
.inner-banner-sec {
	padding-top: 125px !important;
	padding-bottom: 130px !important;
}
.inner-banner-sec h1 {
	font-size: 35px;
	font-weight: 600;
}
.skill-row .col-md-3 {
	background: #f2f2f2;
	max-width: 300px;
	margin: 10px auto;
	border-radius: 10px;
	padding: 20px 0;
}
.about-sec .row.mt-5 {
	display: flex;
	flex-direction: column-reverse;
}
.about-sec .about-img-col img {
	width: 100%;
	max-width: 300px;
}
}
@media only screen and (max-width: 575px){
.container > .row {
	padding-left: 15px;
	padding-right: 15px;
}
/*-- Home page CSS --*/
.benfit-sec .row-cols-2 .col-md-6 {
	width: 100%;
}
.facility-sec #nav-tab {
	display: inline-flex;
	width: 50%;
}
}
@media only screen and (max-width: 470px){
.facility-sec #nav-tab {
	display: inline-flex;
	width: 75%;
}
}