 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap');

body{margin:0;padding:0; overflow-x:hidden;    font-family: 'Poppins', sans-serif;}

/* HTML Elements */
ul, ol {margin: 0; padding:0;}
/* HTML Elements ends */

/* Selection Color */
::-moz-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-webkit-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-o-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-ms-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::selection {        background: #94c93d;
    color: #ffffff;
  text-shadow: none;}
/* Selection Color ends */

/* Typography CSS */
@font-face
{
	font-family:'itc1'; 
    src:url(../fonts/itc2/ITCAvantGardeStdDemi.otf );
}
@font-face
{
	font-family:'itc2'; 
    src:url(../fonts/itc2/ITCAvantGardeStdMd.otf);
}
@font-face
{
	font-family:'itc3'; 
    src:url(../fonts/itc2/ITCAvantGardeStdMdCnObl.otf);
}
@font-face
{
	font-family:'itc4'; 
    src:url(../fonts/itc2/ITCAvantGardeStdXLt.otf);
}

@font-face
{
	font-family:'itc'; 
	src:url(../fonts/itc/ITCAvantGardeStdDemi.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemi.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiCn.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiCnObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMd.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdCn.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdCnObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdXLt.otf);
 
	 
	 

}
@font-face {
    font-family: 'barkentina_1regular';
    src: url('../fonts/barkentina_1-webfont.eot');
    src: url('../fonts/barkentina_1-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barkentina_1-webfont.woff2') format('woff2'), 
	url('../fonts/barkentina_1-webfont.woff') format('woff'), 
	url('../fonts/barkentina_1-webfont.ttf') format('truetype'), 
	url('../fonts/barkentina_1-webfont.svg#barkentina_1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Typography CSS ends */

/* Global CSS */
.clear{clear:both;}
.no-padding{padding-right:0;padding-left:0;}
.no-paddingR{padding-right:0;}
.no-paddingL{padding-left:0;}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding{padding-right:15px; padding-left:15px;}
.change-paddingR{padding-right:0px;}
.change-paddingL{padding-left:0px;}
.spl-padding{padding-right:0;padding-left:0;}
/* Some Padding Field Changes ends */
img{max-width:100%;}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.change-padding{padding-right:0px; padding-left:0px;}
	.change-paddingR{padding-right:15px;}
	.change-paddingL{padding-left:15px;}
	.spl-padding{padding-right:15px;padding-left:15px;}
}
 
h5.text5 {
    color: #35af47;
    font-weight: 600;
    margin-top: 20px;
}
h2.wow.slideInUp.animated.head1.animated {
    font-size: 20px;
    color: #000;
}
.prod1 {
    padding: 80px 1px 0px;
}
.tre-para {
    color: #000 !important;
    line-height: 30px;
    font-weight: 400 !important;
}
header .item {
	height: 84vh;
	position: relative;
  }
  header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: rgba(0, 0, 0, 0.6); */
	display: flex;
	align-items: center;
  }
  header .item .cover .header-content {
	position: relative;
	padding: 1px;
	overflow: hidden;
  }
  header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 3px 4px #3c3c3c;
  }
  header .item .cover .header-content h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #444944;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    margin-top: 10pc;
  }
  header .item .cover .header-content h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	color: #fff;
	text-shadow: 1px 3px 4px #3c3c3c;
  }
  header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active button {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
  }
  header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-prev:focus {
	outline: 0;
  }
  header .owl-nav .owl-prev:hover {
	background: #000 !important;
  }
  header .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-next:focus {
	outline: 0;
  }
  header .owl-nav .owl-next:hover {
	background: #000 !important;
  }
  header:hover .owl-prev {
	left: 0px;
	opacity: 1;
  }
  header:hover .owl-next {
	right: 0px;
	opacity: 1;
  }



  .owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-nav [class*='owl-'] {
	  color: #FFF;
	  font-size: 14px;
	  margin: 5px;
	  padding: 4px 7px;
	  background: #D6D6D6;
	  display: inline-block;
	  cursor: pointer;
	  border-radius: 3px; }
	  .owl-theme .owl-nav [class*='owl-']:hover {
		background: #869791;
		color: #FFF;
		text-decoration: none; }
	.owl-theme .owl-nav .disabled {
	  opacity: 0.5;
	  cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }
  
  .owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	.owl-theme .owl-dots .owl-dot {
	  display: inline-block;
	  zoom: 1;
	  *display: inline; }
	  .owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 200ms ease;
		border-radius: 30px; }
	  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
		background: #869791; }

		.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


/* 
		.navbarx
		{    position: fixed;
			width: 100%;
			z-index: 6666;}

			.navbar-default .navbar-nav > li > a:hover {
				color: #00589c;
				background-color: transparent;
			  }
			  .navbar-nav > li > a {
			 
				line-height: 50px;
				-webkit-transition: all ease-in-out 0.4s;
				-moz-transition: all ease-in-out 0.4s;
				-o-transition: all ease-in-out 0.4s;
				transition: all ease-in-out 0.4s;
			  }
			  .navbar-dark .navbar-nav .nav-link {
				color: rgb(0 0 0);
			}
			 
			  .navbar-default .navbar-nav > li > a {
				color: #000;
				font-size: 16.4px;
				padding-right: 1rem !important;
	padding-left: 1rem !important;
	font-weight: 500;
			  }
			  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
				color: rgb(226 32 28);
			}
			  .navbar-brand {
					padding: 10px 15px;
			  }
			  .navbar-brand img {
				width: 100%;
				-webkit-transition: all ease-in-out 0.4s;
				-moz-transition: all ease-in-out 0.4s;
				-o-transition: all ease-in-out 0.4s;
				transition: all ease-in-out 0.4s;
			  }
			  .navbar-default
			  { background: #ffffffb5;
			    border-bottom: 1px solid #c7c7c7;}
			  .shrink-nav {
				color: #000 !important;
				top: 0px;
				background-color: #fff;
				position: fixed;
				box-shadow: 1px 1px 1px #c5c5c5;
				width: 100%;
			  }
			  .shrink-nav .navbar-nav > li > a:hover {
				color: #d02818 !important;
				 
			}
			.dropdown-item:hover, .dropdown-item:focus {
				color: #ffffff;
				text-decoration: none;
				background-color: #d7483a;
			}
	 .navbar-nav .dropdown-item a {
				text-decoration: none !important;
				background: none !important;
				transition: 1s background-size;
			}
			  .shrink-nav img {
				 width: 100%;
				 -webkit-transition: all ease-in-out 0.4s;
				 -moz-transition: all ease-in-out 0.4s;
				 -o-transition: all ease-in-out 0.4s;
				 transition: all ease-in-out 0.4s;
			}
			  .shrink-nav .navbar-nav > li > a {
				color: #000 !important;
				line-height: 24px;
			  } */

 .abt
 {background: #f9f9f9;
	padding: 70px 1px 75px;}			  
	ul#menuz li {
		display: inline;
		padding: 5px 3px 5px;
		font-size: 18px;
		 background: #1d1717;
		border-radius: 50%;
		transition: 1s;
	  }	
	  ul#menuz li:hover {
		display: inline;
		padding: 5px 3px 5px;
		font-size: 18px;
		/* background: #d02818; */
		border-radius: 50%;
		transition: 1s;
		color: #94c93d;
	}
	  ul#menuz li i{    padding: 2px;
		color: #fff;
		font-size: 19px;
		width: 27px;
		height: 28px;
	 
		text-align: center;
		 }
		 ul#menuz li i:hover{    padding: 2px;
			color: #94c93d;
			font-size: 19px;
			width: 27px;
			height: 28px;
		 
			text-align: center;
			 }
	  .social
	  {text-align: right;
		width: 35%;
		flex: 1;}
		.sbox
		{box-shadow: 1px 1px 9px 1px #bbbbbb;
			margin-bottom: 20px;}
			.sbox:hover {
				box-shadow: none;
				margin-bottom: 20px;
				box-shadow: 1px 1px 9px 1px #828282;
			}
		.sbox h3{padding: 10px 1px;
			font-size: 19px;
			font-weight: 200;}
 .ser
 {padding: 70px 1px;}	
 .ser h1{margin-bottom: 30px;}	
 .abt button
 {
    background: none;
    border: 1px solid #d4240d;
    color: #ce220c;
	padding: 6px 40px;
	transition: 1s;
}	
.abt button:hover {
    background: #ce220c;
    border: 1px solid #d4240d;
    color: #fff;
	padding: 6px 40px;
	transition: 1s;
	cursor: pointer;
}
.bdr-l
{border-left: 1px solid #000;}
.pad22
{padding-left: 22px;}
.abt h2{ 
    color: #d52b1a;
    font-size: 56px;
    font-family: 'Poppins', sans-serif;
}
.abt h2 span{    font-size: 29px;
	font-weight: 100;}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
	{  font-family: 'Poppins', sans-serif; }
	h1, .h1 {
		font-size: 2.5rem;
		font-weight: 600;
	}
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
		margin-top: -10px;
	}
	#menu p {
		font-family: 'Poppins', sans-serif;
		font-weight: 200;
		font-size: 16px;
		color: #2f2f2f;
	}

	.ser h1 span{
		font-weight: 100;}
 .sbox p{margin-bottom: 0;}	
 footer{ padding: 80px 1px 80px;
	background: #211916;
}
	footer p{color: #fff;
	    font-size: 13px;}

 @media screen and (max-width: 767px) and (min-width: 300px)
 {
	.social {
		text-align: right;
		width: 34%;
	}
.logozz
{display: none;}
.abtbox {
    box-shadow: 1px 1px 15px 2px #dedede;
    padding: 15px 15px 10px 15px;
    height: auto !important;
}

	header .item {
		height: 31vh;
		position: relative;
	}
 
		header .item .cover .header-content h1 {
			font-size: 19px;
			font-weight: 600;
			margin: 5px 0 20px;
			word-spacing: 3px;
			color: #4a4a4a;
			/* text-shadow: 1px 3px 4px #3c3c3c; */
		}
	 
header .item .cover .header-content h4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
    text-shadow: 1px 3px 4px #3c3c3c;
} 
header .item .cover .header-content {
    position: relative;
    padding: 1px 0px;
    overflow: hidden;
    margin-top: 56px;
}
.navbar-brand img {
	width: 60%;
}
.navbar-dark .navbar-toggler {
    color: rgb(158 53 53);
    border-color: rgb(4 4 4 / 84%);
}
.navbar-dark .navbar-toggler-icon {
    background-image:url(../images/menu.png);
}
.navbar-nav
{background: #fff;}
.navbar-default .navbar-nav > li > a
{    line-height: 24px;}
.navbar-default {
    background: #fff;
}
.abt {
    background: #f9f9f9;
    padding: 30px 1px 30px;
}
.bdr-l {
    border-left: none;
}
.abt p img
{width: 187px;}
.abt h2 {
    color: #d52b1a;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
.ser {
    padding: 30px 1px;
}
.cbody .pull-right
{float:left;}
.ss .card {
    margin-top: 19px !important;
}
 }

 @media screen and (max-width: 991px) and (min-width: 768px)
 {
	.abtbox {
		box-shadow: 1px 1px 15px 2px #dedede;
		padding: 15px 15px 10px 15px;
		height: auto !important;
	}
	header .item {
		height: 44vh;
		position: relative;
	}
	header .item .cover .header-content h1 {
		font-size: 32px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #777;
	 
	}
	header .item .cover .header-content h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content {
		position: relative;
    padding: 0;
    overflow: hidden;
    margin-top: 4pc;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
		font-size: 13.4px;
		padding-right: 0.4rem !important;
		padding-left: 0.2rem !important;
		font-weight: 500;
	}
	.social {
		text-align: right;
		width: 16%;
	}
	ul#menuz li {
		display: inline;
		padding: 1px;
		font-size: 11px;
	}
	ul#menuz li i {
		padding: 2px;
		color: #fff;
		font-size: 9px;
		width: 11px;
		height: 13px;
		text-align: center;
	}
	.navbar-brand img {
		width: 72%;
	}
	.navbar-brand {
		padding: 10px 1px;
		margin-right: 0rem;
	}
 }

 @media screen and (max-width: 1024px) and (min-width: 992px)
 {
	header .item {
		height: 45vh;
		position: relative;
	}
	header .item .cover .header-content h1 {
		font-size: 32px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content {
		position: relative;
		padding: 22px;
		overflow: hidden;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
		font-size: 19.4px;
		padding-right: 0.4rem !important;
		padding-left: 0.2rem !important;
		font-weight: 500;
	}
	.social {
		text-align: right;
		width: 19%;
	}
	ul#menuz li {
		display: inline;
		padding: 3px;
		font-size: 11px;
	}
	.navbar-brand img {
		width: 72%;
	}
	.navbar-brand {
		padding: 10px 1px;
		margin-right: 0rem;
	}
 }

 
.parallax {
    background: url(../images/para1.jpg) no-repeat 0px 0px fixed !important;
	background-size: cover !important;
    padding: 125px 1px 75px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.parallax h1
{font-size: 47px;
	font-weight: 100;}
	.parallax p
	{color: #bf2714;}
	.parallax  p a
	{color: #fff;}
	.msgbox input{
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #a7a6a6;
		margin-bottom: 15px;
		color: #858585;
	}
	.msgbox select{
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #a7a6a6;
		margin-bottom: 15px;
		color: #858585;
	}
	.msgbox textarea{
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #a7a6a6;
		margin-bottom: 15px;
		height: 100px;
		color: #858585;
	}
	.msgbox button
	{       
	    background: #008640;
    color: #fff;
    border: 1px solid #00843f;
	padding: 6px 12px;
transition: 1s;}
	.msgbox button:hover {
		background: #94c93d;
		color: #000;
		border: 1px solid #94c93d;
		padding: 6px 12px;
		transition: 1s;
	}
		.msg button:hover {
			width: 100%;
    background: #6daa6e;
    color: #fff;
    border: 1px solid #6fa66f;
    padding: 6px 2px;
		}
		.msg{    box-shadow: 1px 1px 6px 4px #e2e2e2;}
		.p-l0
		{padding-left: 0;}
		.contactbody
		{    padding: 70px 1px;
			margin-top: 23px;}
		.msgbox
		{padding: 17px 15px 6px 1px;}
		.adrz h4
		{color:#e2201c;
			font-size: 20px;}
			p {
				font-family: 'Poppins', sans-serif;
				font-weight: 400;
				font-size: 16px;
				color: #2f2f2f;
			}
			.adrz{    padding-bottom: 50px;}
			.parallax2 {
				background: url(../images/para2.jpg) no-repeat 0px 0px fixed !important;
				background-size: cover !important;
				padding: 125px 1px 75px 0px;
				color: #fff;
				text-align: -webkit-center;
			}
			.parallax2 h1
			{font-size: 47px;
				font-weight: 100;}
				.parallax2 p
				{color: #bf2714;}
				.parallax2  p a
				{color: #fff;}			

				/* .panel-default > .panel-heading {
					color: #000 !important;
					background-color: #f3f3f3!important;
					cursor: pointer;
					border-bottom: 1px solid;
					 
				  }
				  .panel-heading {
					padding: 15px 15px;
				  }
				  .panel-title > a {
					font-weight: 500;
					font-size: 18px;
					color: #221d19;
				}
				  .right-arrow
				  {font-size: 21px;}
				  .phed{    margin-bottom: 18px;
					margin-top: 10px;}
					.panel-body {
					  padding: 15px 15px 25px 15px !important;
					} */


					
					.accordion-head i{
						font-size: 2.5em;
						float: right;
						color: #2a3456;
						margin-top: -10px;
					}
					
					.accordion-head > .collapsed > i:before{
						content: "\f105";
					}
					h2{font-size: 34px;
						font-weight: 600;}
						.career .card-header {
							padding: 18px 29px 3px 29px;
							margin-bottom: 0;
							background-color: #f3f3f3;
							border-bottom: 1px solid rgba(0, 0, 0, 0.125);
						}
						.career .card
						{border: 1px solid #f3f3f3;}
						.career h3 {
							font-size: 22px;
							color: #575757;
						}
						.mbtn
					 { 
							background: #e2201c;
							color: #fff;
							border: 1px solid #e2201c;
							padding: 8px 15px;
						} 
						.mbtn:hover {
						 
							background: #cc130f;
							border: 1px solid #cc130f;
							border: 1px solid #cc130f;
							padding: 8px 15px;
						}
						.bdr-l{border-left: 1px solid #a09d9d;}
						.cbody
						{       padding: 0px 15px 35px;}
						.cbody p{color: #616368;
							font-weight: 300;
							font-size: 15px;}
				a:hover{text-decoration: none;}	
				.cbody table tr td
				{padding: 5px 1px;}	

				.parallax3 {
					background: url(../images/para3.jpg) no-repeat 0px 0px fixed !important;
					background-size: cover !important;
					padding: 125px 1px 75px 0px;
					color: #fff;
					text-align: -webkit-center;
				}
				.parallax3 h1
				{font-size: 47px;
					font-weight: 100;}
					.parallax3 p
					{color: #bf2714;}
					.parallax3  p a
					{color: #fff;}
		.contactbody ul{margin-left: 15px;
	list-style-image: url(../images/dot.png);}	
	.contactbody ul li
	{
	    padding: 3px 0px;
	}		
	.parallax4 {
		background: url(../images/para4.jpg) no-repeat 0px 0px fixed !important;
		background-size: cover !important;
		padding: 125px 1px 75px 0px;
		color: #fff;
		text-align: -webkit-center;
	}
	.parallax4 h1
	{font-size: 47px;
		font-weight: 100;}
		.parallax4 p
		{color: #bf2714;}
		.parallax4  p a
		{color: #fff;}

	 
		.contactbody .carousel-inner img {
		  width: 100%;
		  height: 100%;
		}

		.contactbody .carousel
		{box-shadow: 1px 1px 6px 2px #8c8c8c;
			margin-top: 40px;}
	 .ss .card-header
	 {
		background: #e2201c;
		color: #fff;
		font-size: 19px;
		font-weight: 600;
	}
	.ss .card ul li
	{    border-bottom: 1px solid #dedede;
		padding: 9px 0px;}
		.ss .card ul li a
		{color: #000;}
		.ss .card ul li a:hover
		{color: #bf2714;}
 .ss .card
 {margin-top: -7.8rem;}
 .sactive
 {color: #e2201c !important;
	font-weight: 700;}
	
	.parallax5 {
		background: url(../images/para5.jpg) no-repeat 0px 0px fixed !important;
		background-size: cover !important;
		padding: 125px 1px 75px 0px;
		color: #fff;
		text-align: -webkit-center;
	}
	.parallax5 h1
	{font-size: 47px;
		font-weight: 100;}
		.parallax5 p
		{color: #bf2714;}
		.parallax5  p a
		{color: #fff;}
		.abtbg
		{
			background: url(../images/abtbg.jpg);
			background-size: cover;
			padding: 70px 1px;
			margin-top: 57px;
		}
		.logospan {
			font-size: 29px;
			font-weight: 100;
		}
		.logotext {
			color: #d52b1a;
			font-size: 56px;
			font-family: 'Poppins', sans-serif;
		}
		.top10
		{margin-top: 13rem;}
		.abtbox img
		{width: 100%;}
		.abtbox{       box-shadow: none;
			padding: 1px 1px 1px 1px;
			height: auto;}
			/* .abtbox:hover{box-shadow: 1px 1px 9px 1px #828282;
			transition: 1s;} */

			.modal-body input {
				width: 100%;
				background: #f3f3f3;
				border: 1px solid #f7f7f7;
				padding: 8px 4px;
				margin-bottom: 15px;
			}
			.modal.show .modal-dialog {
				margin-top: 7rem;
			}

			.zoom-image {
				/* Positioning */
				position: relative;
				margin: 0 auto;
				/* Sizing */
			 
				overflow: hidden;
				/* Visual Tweaks */
			 
				 
				color: white;
				text-align: center;
			}

			
.zoom-image > img {
    display: block;
    margin: 0 auto;
    padding: 0;
	/* Here comes the magic */
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.zoom-image:hover > img,
.zoom-image:focus > img {
	/* Make the image bigger when mouse over or focused on mobile devices */
    transform: scale(1.5);
}
.abtbox:hover .zoom-image img
{  transform: scale(1.1);}

.sbox:hover .zoom-image img
{  transform: scale(1.1);}


.abtbox h3
{margin-top: 10px;}

@media screen and (max-width: 320px) and (min-width: 300px)
{
.social {
    text-align: right;
    width: 40%;
}
}
.social li a
{color: rgb(0 0 0);}
.social li a:hover
{color: rgb(226 32 28);}

.navbar-nav > li > a {
	line-height: 20px !important;
}
.sbox a h3
{color:#212529;}
.activez
{ 
	background: #d0281800 !important;
    color: #dd2023 !important;
    border-bottom: 2px solid;
    padding: 7px 3px;
    font-weight: 700 !important;
}

.shrink-nav .navbar-nav > li > .activez {
    color: #fff !important;
    line-height: 24px;
}
.underline {
	display: inline;
	position: relative;
	overflow: hidden;
  }
  .underline:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -5px;
	background: #000;
	height: 4px;
	transition-property: left right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
  }
  .underline:hover:after,
  .underline:focus:after,
  .underline:active:after {
	right: 0;
  }
 
  .navbar-nav a {
 
	text-decoration: none;
	background: linear-gradient(currentColor, currentColor) bottom / 0 .1em no-repeat;
	transition: 1s background-size;
}

.navbar-nav a:hover {
	background-size: 100% .1em;
}

/* Variations */
.navbar-nav a.left {
	background-position: left bottom;
}

.navbar-nav a.right {
	background-position: right bottom;
}

.simg
{margin-top: 15px;}

.bnr img
{width: 100%;}

.bnr h1 {
    font-size: 47px;
	font-weight: 100;
	color: #fff;
}
.bnr a{color: #fff;}
.bnr_content
{margin-top: -150px;}
 
@media screen and (max-width: 767px) and (min-width: 300px)

{
	.bnr img {
		width: 100%;
		margin-top: 73px;
	}
	.bnr_content {
		margin-top: -75px;
	}
	.abtbg {
		background: url(../images/abtbg.jpg);
		background-size: cover;
		padding: 28px 1px;
		margin-top: 0;
	}
	.bnr h1 {
		font-size: 30px;
		font-weight: 100;
		color: #fff;
	}
	.bnr p{
	color: #fff;
	font-size: 14px;
	}
	.contactbody {
		padding: 40px 1px;
		margin-top: 0;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px)
{
	.bnr h1 {
		font-size: 38px;
		font-weight: 100;
		color: #fff;
	}
	.bnr_content {
		margin-top: -90px;
	}
	.abtbg {
		background: url(../images/abtbg.jpg);
		background-size: cover;
		padding: 50px 1px;
		margin-top: 0;
	}
	.contactbody {
		padding: 70px 1px;
		margin-top: -31px;
	}
}

@media screen and (max-width: 340px) and (min-width: 300px)
{
	.navbar-brand img {
		width: 41%;
	}
	.navbar-brand {
		padding: 0;
		margin-right: 0;
	}
}

.footbox
{    padding: 20px 13px 5px 13px;
    color: #fff;}
	.footbox p
	{    color: #fff;
		font-size: 13px;
		letter-spacing: 1px;}
	.footbox h3
	{color: #fff;
 font-size: 21px;}
 .navbar-nav .dropdown-menu {
 
    margin-top: -1px !important;
}
.ssbox
{margin-top: 25px;
	border: 6px solid #fff;}
	
	@media screen and (max-width: 1024px) and (min-width: 992px)
{
	.bnr_content {
		margin-top: -120px;
	}
	ul#menuz li i {
		padding: 2px;
		color: #fff;
		font-size: 14px;
		width: 15px !important;
		height: 23px !important;
		text-align: center;
	}
}


ul#menu li {
	display:inline;
	font-size: 13px;
color: #92a2a9;
  }
  .top-icon
  {    float: left;
	margin-right: 10px;
	margin-top: 7px;}
	#menu
	{margin-top: 2pc;}
	.top-head
	{    position: absolute;
		z-index: 666;
		width: 100%;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		/* padding-right: 1.5rem; */
		padding-right: 0.5rem;
		padding-left: 1.5rem;
	}
	.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
		color: rgb(108 169 109);
		text-align: center;
	}
	.margin0
	{    margin: 0 auto;
	    padding: 10px 1px;}
	.menu-shadow
	{background: white;
		box-shadow: 1px 1px 6px 1px #d4d4d4;}
		.navbar
		{padding: 0;}
.nav-item p {
    margin-top: 0px;
    margin-bottom: 5px;
}
.sec1
{padding: 80px 1px;}
.sec2
{background: url(../images/appointment.jpg);
	padding: 85px 0px;
	background-size: cover;
	background-repeat: no-repeat;}
	
	.leaf {
		background: url(../images/leaf.jpg);
		background-size: contain;
		background-repeat: no-repeat;
	}
	.leaf .carousel-item img{margin:0 auto;}
	.sec3
	{    padding: 80px 1px;}
 
	.sec4 .slider {
		width: 100%;
		margin: 0 auto;
	}
	
	.sec4 img {
		width: auto;
    height: auto;
    border-radius: 50%;
    border: 5px solid #fff;
	}

	.slick-initialized .slick-slide {
		display: block;
		padding: 1px 33px;
		/* border-radius: 15%; */
	}

	 
	.sec4 {
		background: #f2f3f7;
		padding: 85px 1px;
		background: url(../images/testi-bg.jpg);
	}
	.sec5 {
		padding: 85px 1px;
	}


	#accordion
	{    width: 100% !important;}

	.sec6{
		padding: 1px 1px 85px;
	}
	.sec7
	{
		background: #94c93d;
		padding: 80px 1px 80px;
	}

	footer{
		background: #171717;
	}

	.slidbtn
	{    background: #b5cb5c;
		border: 1px solid #b5cb5c;
		padding: 10px 28px;
		border-radius: 20px;
	transition: 1s;}
		.slidbtn:hover
		{        background: #009247;
			border: 1px solid #009247;
			padding: 10px 28px;
			border-radius: 20px;
			transition: 1s;
		color: #fff;}	
		.top22
		{    margin-top: 22px;}	
		.apbtn
		{    background: #fff;
			border: 1px solid #fff;
			padding: 4px 22px;
			transition: 1s;}
			.apbtn:hover
		{   background: #009247;
			border: 1px solid #009247;
			color:#fff;
			padding: 4px 22px;
			transition: 1s;}

			h3, .h3 {
				font-size: 19px;
			}

			.sec3 p {
				font-family: 'Poppins', sans-serif;
				font-weight: 200;
				font-size: 16px;
				color: #2f2f2f;
			}
 .testip
 {font-weight: 300;
    color: #717171;
	margin-top: 10px;}			
	.slick-prev:before, .slick-next:before {
		font-family: "slick";
		font-size: 20px;
		line-height: 1;
		color: #6fab6d;
		opacity: 0.75;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.bot0
	{margin-bottom: 0;}	
	.sec4 small
	{    color: #6f6f6f;}

	.slick-dots li {
		position: relative;
		display: none;
		height: 20px;
		width: 20px;
		margin: 0 5px;
		padding: 0;
		cursor: pointer;
	}

	.card-header {
		    padding: 13px 15px 3px;
    margin-bottom: 0;
    background-color: #f5f7fa;
    border-bottom: 1px solid #f5f7fa;
	}
	.accordion-head h3
	{    color: #242f51;}
	.card {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 0;
		word-wrap: break-word;
		background-color: #f5f7fa;
		background-clip: border-box;
		border: 1px solid #f5f7fa;
		border-radius: 0.25rem;
		margin-bottom: 15px;
	}

	 

	.abtbox p{
		color: #656565;
		font-weight: 300;
		font-size: 13px;
	}
	.abtbox i{color:#991c2a}

	.abt2{
		padding: 1px 1px 85px;
	}

.sec7 h1 {
		font-size: 2.5rem;
		font-weight: 400;
		margin-bottom: 15px;
	}

	.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background: #000;
		color: #fff;
	}
	
footer h3{color: #fff;}	
footer ul li
{color: #fff;
    font-weight: 200;
	padding: 2px 0px;
font-size: 13px;}
footer ul{list-style-type: none;
margin-left: 6px;}
.form-control
{border: none;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(181 203 92);
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.last
{    background: #000;
    color: #fff;
	padding: 12px 1px 1px 1px;}
	.last p{color: #4a4a4a;}

@media screen and (max-width: 767px) and (min-width: 300px)
{
	.slidbtn {
		background: #b5cb5c;
		border: 1px solid #b5cb5c;
		padding: 2px 7px;
		border-radius: 20px;
		transition: 1s;
	}
.dingo
{display: none;}
.top-head img
{width: 125px;
    margin-left: 6pc;}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background: #fff;
}
.sticky-top {
   
    position: absolute;
    top: 0;
    z-index: 1020;
    margin-top: 3px;
	right: 0;
	width: 100%;
}
.navbar-nav img
{display: none;}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
}
.sec1 {
    padding: 24px 1px;
}
h1, .h1 {
    font-size: 1.7rem;
    font-weight: 600;
}
.sec2 {
    background: url(../images/appointment.jpg);
    padding: 25px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec2 iframe
{margin-top: 15px;}
.sec3 {
    padding: 25px 1px;
}
.sec4 {
    background: #f2f3f7;
    padding: 25px 1px;
    background: url(../images/testi-bg.jpg);
}
.slick-dots li {
	position: relative;
	display:-ms-grid;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.sec5 {
    padding: 25px 1px;
}
.abt2 {
    padding: 1px 1px 25px;
}
.sec7 {
    background: #94c93d;
    padding: 25px 1px 25px;
}
.social {
    text-align: left;
    width: 44%;
}
footer ul {
    list-style-type: none;
    margin-left: 0px;
}



}

@media screen and (max-width: 991px) and (min-width: 768px)
{
.dingo
{display: none;}
.top-head img
{width: 155px;
    margin-left: 4pc;}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background: #fff;
}
.sticky-top {
   
    position: absolute;
    top: 0;
    z-index: 1020;
    margin-top: 3px;
	right: 0;
	width: 100%;
}
.navbar-nav img
{display: none;}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
}
.sec1 {
    padding: 40px 1px;
}
.sec2 {
    background: url(../images/appointment.jpg);
    padding: 40px 0px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position-x: -105px;
}
.sec3 {
    padding: 40px 1px;
}
.sec4 {
    background: #f2f3f7;
    padding: 40px 1px;
    background: url(../images/testi-bg.jpg);
}
.sec5 {
    padding: 40px 1px;
}
.abt2 {
    padding: 1px 1px 40px;
}
.sec7 {
    background: #94c93d;
    padding: 40px 1px 40px;
}
footer {
    padding: 40px 1px 40px;
    background: #211916;
}
.social {
    text-align: right;
    width: 55%;
}
}

@media screen and (max-width:1024px) and (min-width: 992px)
{
	header .item {
		height: 80vh;
		position: relative;
	}
	.top-icon {
		float: left;
		margin-right: 10px;
		margin-top: 7px;
		display: none;
	}
	header .item .cover .header-content h1 {
		font-size: 42px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #737373;
		text-shadow: none;
	}
	.sec2 {
		background: url(../images/appointment.jpg);
		padding: 80px 0px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position-x: -58px;
	}
	.social {
		text-align: right;
		width: 50%;
	}
}

.abt-para
{
	background: url(../images/abt-para.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
	padding: 165px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.abt-para h1 {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.abt-para p {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}
a {
    color: #94c83f;
}

a:hover {
    color: #dce76f;
}

.abtz2 {
	padding:80px 1px;
	background: #f2f3f7;
}
.abtz2 p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
}
.abtz h1{    margin-bottom: 35px;}
.vm {
    background: #f2f3f7;
    padding: 85px 1px;
    background: url(../images/testi-bg.jpg);
}
.vm p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
}
.vm img{margin-bottom: 15px;}

.product-para
{
	background: url(../images/product-para.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
	padding: 165px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.product-para h1 {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.product-para p {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.prod .ssbox .zoom-image {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 1px 22px;
}

.prod .ssbox {
    margin-top: 25px;
    border: 6px solid #fff;
    padding: 12px 1px 22px;
}
.prod{    padding: 80px 1px;}

.prod ul {
    margin-left: 15px;
    list-style-image: url(../images/dot.png);
}

.prod ul li{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
	color: #2f2f2f;
	padding-bottom: 5px;
}

.treatment-para
{
	background: url(../images/treatmet-para.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
	padding: 165px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.treatment-para h1 {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.treatment-para p {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.business p{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
	color: #2f2f2f;
	padding-bottom: 5px;
}

.locations-para
{
	background: url(../images/location-para.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
	padding: 165px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.locations-para h1 {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

.locations-para p {
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000;
}

/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
.testimonial {
    margin-bottom: 43px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary{
        
    }
        .testimonial.testimonial-primary .testimonial-section{
            border-color: #337AB7;
            color: #286090;
            background-color: rgba(51, 122, 183, 0.1);
        }

            .testimonial.testimonial-primary .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary .testimonial-desc{
            
        }

            .testimonial.testimonial-primary .testimonial-desc img{
                border-color: #337AB7;
            }

            .testimonial.testimonial-primary .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info{
        
    }
        .testimonial.testimonial-info .testimonial-section{
            border-color: #5BC0DE;
            color: #31b0d5;
            background-color: rgba(91, 192, 222, 0.1);
        }

            .testimonial.testimonial-info .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info .testimonial-desc{
            
        }

            .testimonial.testimonial-info .testimonial-desc img{
                border-color: #5BC0DE;
            }

            .testimonial.testimonial-info .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success{
        
    }
        .testimonial.testimonial-success .testimonial-section{
            border-color: #5CB85C;
            color: #449d44;
            background-color: rgba(92, 184, 92, 0.1);
        }

            .testimonial.testimonial-success .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success .testimonial-desc{
            
        }

            .testimonial.testimonial-success .testimonial-desc img{
                border-color: #5CB85C;
            }

            .testimonial.testimonial-success .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning{
        
    }
        .testimonial.testimonial-warning .testimonial-section{
            border-color: #F0AD4E;
            color: #d58512;
            background-color: rgba(240, 173, 78, 0.1);
        }

            .testimonial.testimonial-warning .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning .testimonial-desc{
            
        }

            .testimonial.testimonial-warning .testimonial-desc img{
                border-color: #F0AD4E;
            }

            .testimonial.testimonial-warning .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger{
        
    }
        .testimonial.testimonial-danger .testimonial-section{
            border-color: #D9534F;
            color: #c9302c;
            background-color: rgba(217, 83, 79, 0.1);
        }

            .testimonial.testimonial-danger .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger .testimonial-desc{
            
        }

            .testimonial.testimonial-danger .testimonial-desc img{
                border-color: #D9534F;
            }

            .testimonial.testimonial-danger .testimonial-writer-name{
                color: #D9534F;
            }

    /*---- Filled Styles ----*/
    .testimonial.testimonial-default-filled{
        
    }
        .testimonial.testimonial-default-filled .testimonial-section{
            color: #fff;
            border-color: #777;
            background-color: #777;
        }

            .testimonial.testimonial-default-filled .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-default-filled .testimonial-desc img{
                border-color: #777;
                background-color: #777;
            }

            .testimonial.testimonial-default-filled .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary-filled{
        
    }
        .testimonial.testimonial-primary-filled .testimonial-section{
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }

            .testimonial.testimonial-primary-filled .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-primary-filled .testimonial-desc img{
                border-color: #2e6da4;
                background-color: #337ab7;
            }

            .testimonial.testimonial-primary-filled .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info-filled{
        
    }
        .testimonial.testimonial-info-filled .testimonial-section{
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
        }

            .testimonial.testimonial-info-filled .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-info-filled .testimonial-desc img{
                border-color: #46b8da;
                background-color: #5bc0de;
            }

            .testimonial.testimonial-info-filled .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success-filled{
        
    }
        .testimonial.testimonial-success-filled .testimonial-section{
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

            .testimonial.testimonial-success-filled .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-success-filled .testimonial-desc img{
                border-color: #4cae4c;
                background-color: #5cb85c;
            }

            .testimonial.testimonial-success-filled .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning-filled{
        
    }
        .testimonial.testimonial-warning-filled .testimonial-section{
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

            .testimonial.testimonial-warning-filled .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-warning-filled .testimonial-desc img{
                border-color: #eea236;
                background-color: #f0ad4e;
            }

            .testimonial.testimonial-warning-filled .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger-filled{
        
    }
        .testimonial.testimonial-danger-filled .testimonial-section{
                color: #fff;
                background-color: #d9534f;
                border-color: #d43f3a;
        }

            .testimonial.testimonial-danger-filled .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-danger-filled .testimonial-desc img{
                border-color: #d43f3a;
                background-color: #D9534F;
            }

            .testimonial.testimonial-danger-filled .testimonial-writer-name{
                color: #D9534F;
			}
			
			.testimonial-section p{
			font-family: 'Poppins', sans-serif;
			font-weight: 200;
			font-size: 16px;
			color: #2f2f2f;
			padding-bottom: 5px;
		}

		.bigfont
		{    color: #02652d;
			font-weight: 700;}
			.top10{margin-top: -10px;}
.timebox
{    box-shadow: 0px 1px 6px 2px #0003;
	padding: 25px 10px;}			
	.timebox table tr td{font-family: 'Poppins', sans-serif;
		font-weight: 200;
		font-size: 16px;
		color: #2f2f2f;}

		.timebox table tr 
		{
			/* border-style: dotted;
			border: none; */
			border-bottom: 1px solid #009247;
			border-bottom-style: dotted;
			}
		.timebox h3 i{color: #02652d;}

		.timebox p{font-family: 'Poppins', sans-serif;
			font-weight: 200;
			font-size: 16px;
			color: #2f2f2f;}

			.timebox button{
				background: #707477;
				color: #FFF;
				font-size: 14px;
				border: 1px solid #707477;
				padding: 3px 11px;
			}		
			.timebox button:hover{
			    background: #02652d;
    color: #FFF;
    font-size: 14px;
    border: 1px solid #02652d;
    padding: 3px 11px;
			}	
			
			.featurebox
			{    box-shadow: 0px 1px 6px 2px #0003;
				padding: 0px 20px 25px;}
				.featurebox h3 i
				{
					background: #02652d;
					color: #fff;
					/* padding: 5px 5px; */
					border-radius: 50%;
					font-size: 30px;
					width: 50px;
					height: 50px;
					line-height: 50px;
					margin-top: -21px;
					margin-bottom: 12px;
				}			
				.featurebox p {font-family: 'Poppins', sans-serif;
					font-weight: 200;
					font-size: 16px;
					color: #2f2f2f;}			
					.featurebox h3
					{
					margin-bottom: 16px;
				}
	.about2
	{
		padding: 1px 1px 80px;
	}
	.bot60
	{    margin-bottom: 60px;}		
	
	.expz h3 i
	{
		background: #fff;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		border-radius: 50%;
		border: 1px solid #02652d;
		color: #02652d;
		margin-top: 8px;
		transition: 1s;
	}
	.expz{    margin-bottom: 12px;}

	.expz:hover h3 i
	{
		background:#02652d;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		border-radius: 50%;
		border: 1px solid #02652d;
		color:#fff;
		margin-top: 8px;
		transition: 1s;
	}
	.drbox
	{    box-shadow: 0px 1px 6px 2px #0003;
		padding: 9px 9px;
	    margin-bottom: 20px;}
		.bot0{    margin-bottom: 0;}
		.drtext {
			font-family: 'Poppins', sans-serif;
			font-weight: 300;
			font-size: 14px;
			color: #2f2f2f;
		}
		.drpos
		{
			color: #d23c1a;
			font-size: 14px;
			font-weight: 300;
		}

		.drbox hr {
			margin-top: 0.5rem;
			margin-bottom: 0.5rem;
			border: 0;
			border-top: 1px solid rgba(0, 0, 0, 0.1);
		}
		.drbox button
		{    background: #fff;
			border: 1px solid #fff;
			padding: 5px 10px;
			transition: 1s;}
			.drbox button:hover
		{    
			background: #fff;
		 
			padding: 5px 10px;
			color: #02652d;
			border: 1px solid #02652d;
			transition: 1s;
		}
		.drbox img{ margin-bottom: 10px;}

		@media screen and (max-width: 767px) and (min-width: 300px)
		{
			.featurebox {
				box-shadow: 0px 1px 6px 2px #0003;
				padding: 0px 20px 25px;
				margin-bottom: 30px;
			}
			.about2 {
				padding: 1px 1px 20px;
			}
			.abtz2 {
				padding: 20px 1px;
				background: #f2f3f7;
			}
			.expz h3 i {
			 
				display: none;
			}
			.prod {
				padding: 20px 1px;
			}
		}		
		
		.adrstext{
			font-family: 'Poppins', sans-serif;
			font-weight: 200;
			font-size: 16px;
			color: #505050;
		}
		.mt60
		{margin-top: 60px;}
		button{cursor: pointer;}

		.medicon
		{    float: left;
			margin-right: 5px;
		}
		.medipoint p{
			font-size: 14px;
			margin-bottom: 0;
		}
		.medipoint{margin-bottom: 15px;
		   }
		.bd-right
		{    border-right: 1px solid #dcdcdc;}
		.mb0
		{margin-bottom: 0;}

		.business img{margin-bottom: 15px;}
		.ayur
		{position: relative;
			left: -50%;
			margin-bottom: 40px;}

			.ayur2 ul li {
				font-family: 'Poppins', sans-serif;
				font-weight: 200;
				font-size: 16px;
				color: #2f2f2f;
				padding-bottom: 5px;
			}
			.ayur2 ul {
				margin-left: 15px;
				list-style-image: url(../images/dot.png);
			}

			.stext {
				font-family: 'Poppins', sans-serif;
				font-weight: 200;
				font-size: 16px;
				color: #2f2f2f;
			}
			.top4pc
			{
				margin-top: 4pc;
			}

			.top4pc .drbox {
				box-shadow: 0px 1px 6px 2px #0003;
				padding: 15px 9px;
				margin-bottom: 20px;
				height: 400px;
			}

			@media screen and (max-width: 767px) and (min-width: 300px)
			{
				.top4pc .drbox {
					box-shadow: 0px 1px 6px 2px #0003;
					padding: 15px 9px;
					margin-bottom: 20px;
					height:auto;
				}
				.mag {
    padding-bottom: 20px !important;
}

			}


			.box16{text-align:left;color:#fff;position:relative;    margin-bottom: 25px;}
			.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
			.box16:after {
				content: "";
				height: 100%;
				background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(0 0 0 / 18%) 69%,rgb(0 0 0 / 88%) 100%);
				top: 0;
				transition: all .5s ease 0s;
			}
			.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
			.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
			.box16 img{width:100%;height:auto}
			.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
			.box16 .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 0px;
    text-shadow: 2px 4px 4px #5f5f5f;
    color: #ffffff;
}
			.box16 .post{display:block;padding:8px 0;font-size:15px}
			.box16 .social li a, .box17 .icon li a {
				/* border-radius: inherit; */
				font-size: 17px;
				color: #fff;
			}
			.box16:hover .post,.box16:hover .title{transform:translateY(0)}
			.box16 .social{list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
			.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
			.box16 .social:before{content:"";width:50px;height:2px;background:#fff;margin:0 auto;position:absolute;top:-23px;left:0;right:0}
			.box16 .social li{display:inline-block}
			.box16 .social li a {
				display: block;
				width: auto;
				height: auto;
				line-height: 33px;
				background: #6ba86c;
				margin-right: 10px;
				transition: all .3s ease 0s;
				padding: 3px 4px;
			}
			.box16 .social li a, .box17 .icon li a {
				/* border-radius: inherit; */
				font-size: 17px;
				color: #fff;
			}
			.box16 .social li a:hover{background:#94c93d}
			.box16 .social li:last-child a{margin-right:0}
			@media only screen and (max-width:990px){.box16{margin-bottom:30px}
			}
.booking
{    background: #f5f7fa;
	padding: 75px 1px 75px;}
	.bookbox
	{    background: #fff;
		padding: 20px 17px 10px;
	transition: 1s;
	margin-bottom: 15px;
}
		.bookbox:hover {
			background: #fff;
			padding: 20px 17px 10px;
			box-shadow: 0px 0px 6px 2px #94c93d;
			transition: 1s;
			margin-bottom: 15px;
		}

		.booking .slidbtn {
			background: #b5cb5c;
			border: 1px solid #b5cb5c;
			padding: 2px 7px;
			border-radius: 20px;
			transition: 1s;
			margin-bottom: 15px;
		}
		
		
		.protesti img {
    width: auto;
    height: auto;
    border-radius: 50%;
    border: 5px solid #fff;
}

.booking .zoom-image {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.booking .ssbox {
    margin-top: 0px;
    border: 6px solid #fff;
}

.blogz h2
 {
    font-size: 26px;
    font-weight: 600;
}

/*.blogz img
{margin-bottom:10px}*/
.blogz
{padding: 80px 1px;}

.blogz h3 {
      font-size: 17px;
    font-weight: 300;
    color: #000;
	    margin-bottom: 15px;
}
.blogz iframe {
    margin-bottom: 10px;
}
.blogz input
{background: #e6e6e6;}
.blogz .input-group > .input-group-append > .btn {
    background: #36ad47;
    border: 1px solid #36ad47;
}

.blogdate
{color: #37ad46;
    font-weight: 600;}
	.blognews
	{    margin-bottom: 50px;}
	.blogz a h2
	{color:#212529}
		.blogz a h2:hover
	{    color: #94c93d;}
	
	.pagination>li>a { border-radius: 50% !important;margin: 0 5px;     color: #37ad46;}
	
	.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #37ad46;
    border-color: #37ad46;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #37ad46;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #37ad46;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}


.blognews2 {
    margin-bottom: 30px;
}

.blognews2 ul
{list-style-image:url(../images/dot2.png);
    margin-left: 15px;}
.blognews2 ul li
{      font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
    padding: 10px 0px;
	border-bottom: 1px solid #009247;
    border-bottom-style: dotted;
	transition: 1s;}
	.blognews2 ul li:hover {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
    padding: 10px 0px;
    border-bottom: 1px solid #009247;
    border-bottom-style: dotted;
    margin-left: 6px;
    transition: 1s;
}
.blognews3 {
    margin-bottom: 30px;
}
.blognews3 ul li img
{
    width: 30%;
    float: left;
    margin-right: 15px;
}
.blognews3 ul  
{ 
list-style-type:none
}
.blognews3 ul li 
{
 font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
    padding: 14px 0px 41px;
	border-bottom: 1px solid #009247;
    border-bottom-style: dotted;
	 
}
.pad35
{    padding-right: 35px;}

.pagination
{margin-bottom:20px}
.bot15
{    margin-bottom: 15px;}

a .bookbox h3
{    color: #424242;}

.blogz .card
{margin-bottom: 7px;}

.blognews2 .slick-prev {
    left: 0px;
}

.blognews2 .slick-next {
    right: 0px;
}

.blognews2 img {
    width: auto;
    height: auto;
    border-radius: 50%;
    border: 5px solid #fff;
}
.mag
{
padding-bottom: 80px;
}
.blbox
{    background: whitesmoke;
    padding: 15px 15px;
    border-radius: 15px;}
	
	

/*.blogz .card .carousel-item {
  height: 200px;
}*/

.blogz .card .carousel-caption {
    padding: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    background: #36ad47;
}
.blogz .card .carousel-caption h3 {
     color: #e1e668;
    font-size: 27px;
    font-weight: 300;
}
.blogz .card .carousel-caption p {
    line-height: 18px;
    color: white;
}
.blogz .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.blogz .card .carousel-caption .col-sm-9 {
  text-align: left;
}
.blogz .navi a {
    text-decoration:none;
}
.blogz a > .ico {
   background-color: #149627;
    padding: 15px;
    
}
.blogz a:hover > .ico {
    background-color: #666;
}
	
	
	.blogz .carousel-caption {
    position: initial;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.blogz .card
{    display: contents;}
.pad0
{padding:0;}
.blogcontrol
 {
    margin-top: -31px;
    z-index: 666666;
    position: relative;
}
.blog-content
{    padding: 18px 31px 18px 0px;}

.blogz .carousel {
    position: relative;
    margin-bottom: 20px;
}

.blogz a {
    color: #ffffff;
}

.blogz .ssbox {
    margin-top: 25px;
    border: 0px solid #fff;
    background: white;
    height: 280px;
}
.bpad
{
    padding: 10px 15px;
}
.blogdate
{color: #6bac6c;
    font-weight: 300;}
	
	@media screen and (max-width: 767px) and (min-width: 300px)
	{
	.blog-content {
    padding: 9px 25px 18px 25px;
}
.blogz .ssbox {
    margin-top: 25px;
    border: 0px solid #fff;
    background: white;
    height: 255px;
}
.sec5 .pull-right {
    float: left;
}
	}
	
	@media screen and (max-width: 991px) and (min-width: 768px)
	{
	.blogz .ssbox {
    margin-top: 25px;
    border: 0px solid #fff;
    background: white;
    height: 229px;
}
	}
	
	.abt2 .abtbox h3 {
    margin-top: 10px;
    color: #404040;
}

img.img-right1 {
    box-shadow: 2px 5px 10px #ccc;
	width: 72%;
	margin-top: 60px;
    border-radius: 30px;
}
section.abt2a {
    background: #fff;
    padding: 40px 0px;
    margin-bottom: 0px;
}

section.profile-sec {
    padding: 50px 0px;
    background: #fbf9f9;
    margin-bottom: 50px;
}
.drpos1 {
    color: #d23c1a !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    margin: 0 !important; 
}
.sec5a {
    padding: 20px 1px;
}


p.text-center.vi {
    font-size: 20px;
}
h1.text-center.wow.slideInUp.new-list.animated {
    font-size: 17px;
    line-height: 36px;
	font-weight: 400;
	margin-bottom: 50px;
}
h1.text-center.wow.slideInUp.new-list.animated li {
    list-style: none;
}

h1.text-center.wow.slideInUp.new-list.animated li::before {
    content: "\f058";
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    opacity: 0.5;
    padding-right: 10px;
    position: relative;
    text-decoration: inherit;
}
section.abt2.new-b {
    padding: 0px;
}



@media (min-width: 576px){
.modal-dialog {
    max-width: 700px !important;

}
}

@media (max-width: 576px){

.last p {
    color: #4a4a4a;
    font-size: 12px;
}
.social {
   
    width: 60%;
}
.sec7 h1 {
    font-size: 1.5rem;
  
}
.accordion-head h3 {
    color: #242f51;
    font-size: 15px;
    line-height: 25px;
}

}