@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
  font-family: 'Karla', sans-serif;
  margin: 0; 
  padding: 0; 
  color: #575757;
}

.navbar-brand img{
width:180px;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.entry-title{
  text-transform: none !important;
  }
  ul li span {
  font-family: 'Karla', sans-serif !important;
  }

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


h2 {
  font-family: 'Karla', sans-serif !important;
}
p, p span {
  font-family: 'Karla', sans-serif !important;
}

.navbar.navbar-dark.shadow-sm {

    box-shadow: 0 15px 35px rgba(185,199,210,.4) !important;

    padding: 22px 0;

}

.btn-primary {
    color: #fff;
    background-color: #0494e9;
    border-color: #0494e9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0497E9;
    border-color: #0497E9;
}

.video{
height:850px;
}

header {

    box-shadow: 0px 5px 10px #e7e7e7;

}

.logo img {}



.head-sec {}



.head-sec ul.navbar-nav li {margin-left: 20px;}

.head-sec ul.navbar-nav li a.nav-link {

	color: #666666;

	font-size: 16px;

}

.head-sec ul.navbar-nav li a.nav-link:hover {

	background: #0494e9;

	color: #fff;

}



.head-sec .navbar-toggler {

	background-color: #333;

	border: 1px solid #333;

}

.head-sec .navbar-toggler span {

	color: #fff;

	background: #fff;

	margin: 5px 0 5px 0;

	height: 4px;

	display: block;

}

.head-sec ul.navbar-nav li.nav-item ul.dropdown-menu li {margin-left: 0px;}

.head-sec ul.navbar-nav li.nav-item ul.dropdown-menu li a {

	font-size: 13px;

}

.head-sec ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {

	background: #0494e9;

	color: #fff;

}



.middal-sec {

	margin: 30px 0 0 0;

}

.page-ttl {}

.page-ttl h2 {

	color: #000000;

	font-size: 20px;

	margin: 0;

	padding: 0;

	font-weight: bold;

}

.list-box {

	margin: 6px 0 20px 0;
    float: left;

}

.list-box label {

	float: left;

	margin: 0 5px 0 0;

	color: #333333;

	font-weight: normal;

	font-size: 14px;

}

.list-box .price-sec {

	float: left;

	margin: 0 30px 0 0;

	color: #333333;

	font-weight: 700;

	font-size: 14px;

margin-left: 30px;	

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    width: 200px !important;
}

.list-box .price-sec label {

	color: #333333;

	font-weight: 700;

	font-size: 14px;

}

.list-box .price-sec input {

	border: 1px solid #e4e4e4;

	margin: -5px 10px 0 10px;

	color: #666666;

	padding: 4px 10px;

	width: 60px;

}

.list-box select {

	border: 1px solid #e4e4e4;

	margin: -5px 0px 0 0;

	color: #666666;

padding: 4px 10px;

  width: 170px;

}

.select2 {
margin-top:-4px !important;
}

.list-box .dropdown {

	float: left;

	margin: 0 5px 0 0;

	color: #333333;

	font-weight: 700;

	font-size: 14px;	

}

.list-box .dropdown label {

	color: #333333;

	text-decoration: none;

	font-weight: bold;

}



.product-sec-home {

	margin: 20px 0 20px 0;

	display: inline-block;

	width: 100%;

}

.product-box-home {

	border-radius: 5px;

	margin: 0 0 20px 0;

	padding: 0px;

	display: inline-block;

	width: 100%;

}

.product-box-home .prod-img {position: relative;}

.product-box-home .prod-img img {

	width: 100%;

}

.product-box-home a.btn {

	float: right;

	margin: 10px 0 10px 0;

}

.product-box-home p {
	margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.product-box-home .prod-img .image {

  display: block;

  width: 100%;

  height: 272px;

  border-radius: 40px;

}



.product-box-home .prod-img .overlay {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  height: 100%;

  width: 100%;

  opacity: 0;

  transition: .5s ease;

  background: rgba(0, 0, 0, 0.7);

  border-radius: 40px;

}



.product-box-home .prod-img:hover .overlay {

  opacity: 1;

}



.product-box-home .prod-img .text {

    color: white;

	font-size: 20px;

	position: absolute;

	top: 50%;

	left: 0;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(0%, -50%);

	text-align: center;

	width: 100%;

}

.product-box-home .prod-img .text a {

	color: #fff;

	text-decoration: none;

}





.viewmore-btn {

	text-align: center;

	margin: 20px 0;

}



.news-sec {

	background: #89d3d6;

	margin: 0px 0;

}

.news-image {}

.news-box {

	margin: 80px 0 0 0;

}

.news-box h3 {

	margin: 20px 0 20px 0;

	font-weight: bold;

}

.news-box .input-group {}

.news-box .input-group span.input-group-text {
  display: none;
}

.news-box .input-group input.form-control {
  border-radius: .25rem !important;
}

.news-box button.btn {}





.product-sec {

	margin: 20px 0 20px 0;

	display: inline-block;

	width: 100%;

}

.product-box {

	border: 1px solid #e4e4e4;

	border-radius: 5px;

	margin: 0 0 20px 0;

	padding: 20px 20px 10px 20px;

	display: inline-block;

}

.product-box .prod-img {}

.product-box .prod-img img {

	width: 100%;
height: 200px;

}

.product-box p {

	margin: 15px 0 5px 0;

	color: #333333;

	font-size: 16px;

	font-weight: bold;

}

.product-box span {

	color: #666666;

	font-size: 14px;

	font-weight: normal;

	margin: 0px 0 10px 0;

	display: block;

}

.product-box .price {

	color: #0c4e91;

	font-size: 16px;

	font-weight: normal;

	margin: 0px 0 10px 0;

	display: block;

	float: left;

}

.product-box a.btn {

	display: inline-block;

    background: #0494e9;

    color: #fff;

    padding: 4px 10px;

    transition: 0.3s;

    font-size: 14px;

    border-radius: 4px;

    text-decoration: none;

    float: right;

}

.product-box a.btn:hover {

	background: #0494e9;

}

.pagination-sec {

    margin: 0 0 0px 0;

    width: 100%;
 
    display: inline-block;

}

.pagination-sec ul.pagination {}

.pagination-sec ul.pagination li.page-item {

	margin: 0 10px 0 0;

}

.pagination-sec ul.pagination li.page-item a.page-link {

	color: #666666;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #dddddd;

	background: #ececec; 

}

.pagination-sec ul.pagination li.page-item a.page-link:hover {

	color: #0050db;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #0050db;

	background: #e5edfb; 

}

.pagination-sec ul.pagination li.page-item.active a.page-link {

	color: #0050db;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #0050db;

	background: #e5edfb; 

}

.pagination_comm{

	display: flex;

    padding-left: 0;

   

	



}

.pagination_comm  strong{

	color: #0050db;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #0050db;

	background: #e5edfb;

	padding: 2px 10px;

		margin: 0 10px 0 0;

}

.pagination_comm a{

	color: #666666;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #dddddd;

	background: #ececec;

	margin: 0 10px 0 0;

text-decoration: none !important;

padding: 2px 10px;

}

.pagination_comm a:hover {

	color: #0050db;

	font-weight: 500;

	font-size: 22px;

	border-radius:3px;

	border: 1px solid #0050db;

	background: #e5edfb; 

}



footer {

    padding: 30px 0 5px 0;

    margin-top: 0px;

    background: #000;

    position: relative;

}

.ft-menu {

	margin: 10px 0 30px 0;

}

.ft-menu h5 {

	color: #fff;

	font-size: 16px;

	font-weight: bold;

}

.ft-menu ul {

	margin: 0;

	padding: 0;

}

.ft-menu ul li {

	margin: 0;

	padding: 3px 0;

	list-style: none;

	color: #fff;

	font-size: 16px;

	font-weight: normal;

}

.ft-menu ul li a {

	margin: 0;

	padding: 0;

	text-decoration: none;

	color: #fff;

	font-size: 16px;

	font-weight: normal;

}

.ft-menu ul.ft-link li a {

	margin: 0;

	padding: 0;

	text-decoration: none;

	color: #bebebe;

	font-size: 16px;

	font-weight: normal;

}

.socials {

	text-align: left;

	margin: 20px 0 10px 0;

	padding: 0px 0 0 0;

}

.socials a {

	margin: 0 15px 0 0;

	font-size: 20px;

}

footer p a {
  color: #fff;
  text-decoration: none;
}
footer p a:hover {
  text-decoration: underline;
}

.color-blue-dark {

    color: #fff;

}

.copyright {

	color: #fff;

	background: #111;

	font-size: 14px;

	line-height: 24px;

	margin: 0 0 0 0;

	padding: 15px 0; 

	text-align: center;

}

.table-sec {

	margin: 20px 0 100px 0;

}

.terms-link {}

.terms-link a {

	color: #f00e43;

	font-size: 18px;

	font-weight: bold;

	display: block;

	margin: 10px 0 20px 0;

}

.form-sec {

	margin: 20px 0;

}

.form-sec input {

	margin: 0 0 15px 0;

}



.carousel.slide .carousel-caption {

	top: 12%;
    bottom: auto;
    width: 80%;
    margin: 0 auto;
    background: rgb(0 0 0 / 41%);
    padding: 40px;
}

.carousel.slide .carousel-caption h2 {

	font-weight: bold;

	font-size: 46px;

}

.carousel.slide .carousel-caption button.btn {

	background: #fff;

	color: #0a4be5;

	border-color: #fff;

}

.carousel.slide .carousel-caption button.btn:hover {

	background: #0494e9;

	color: #fff;

	border-color: #0494e9;

}

.btn-primary:hover {

	background: #0494e9;

	color: #fff;

	border-color: #0494e9;

}



.categories-sec {

	background: #fff;

	border: 1px solid #e4e4e4;

	padding: 0px 0px 10px 0px;

	border-radius: 10px;

}

.categories-sec h4 {

color: #fff;

font-size: 20px;

margin: 0px 0 10px 0;

padding: 10px 20px;

font-weight: bold;

background: #0494e9;

border-radius: 10px 10px 0px 0px;

}

.categories-sec ul {

	margin: 0;

	padding: 0;

}

.categories-sec ul li {

	margin: 0 0 0 0px;

	padding: 0;

	list-style: none;

}

.categories-sec ul li a {

	color: #666666;

    font-size: 16px;

    text-decoration: none;

    padding: 5px 20px 5px 25px;

    display: block;

}

.categories-sec ul li a:hover, .categories-sec ul li.active a {

	background: #0494e9;

color: #fff; 

}



.breadcrumbs {

  padding: 18px 0;

  background: #f8f9fa;

  min-height: 40px;

  margin-top: 0px;

}



.breadcrumbs h2 {

  color: #000000;

    font-size: 20px;

    margin: 0;

    padding: 0;

    font-weight: bold;

}



.breadcrumbs ol {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 14px;

}

.breadcrumbs ol li a {
  color: #000;
  text-decoration: none;
}

.breadcrumbs ol li + li {

  padding-left: 10px;

}



.breadcrumbs ol li + li::before {

  display: inline-block;

  padding-right: 10px;

  color: #6b7b8d;

  content: "/";

}



.about {

	margin: 50px 0 20px 0;

}

.about .content h2 {

  font-weight: 700;

	font-size: 20px;

	line-height: 26px;

	margin-bottom: 20px;

}



.about .content h3 {

  font-weight: 500;

  line-height: 32px;

  font-size: 24px;

}



.about .content ul {

  list-style: none;

  padding: 0;

}



.about .content ul li {

  padding: 0px;

  position: relative;

}



.about .content ul i {

  left: 0;

  top: 7px;

  position: absolute;

  font-size: 20px;

  color: #0494e9;

}



.about .content p:last-child {

  margin-bottom: 0;

}



.blog {

  padding: 40px 0 20px 0;

}



.blog .entry {

  padding: 30px;

  margin-bottom: 60px;

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

}



.blog .entry .entry-img {

  margin: -30px -30px 20px -30px;

}

.blog .entry .entry-img img {

	width: 100%;

}



.blog .entry .entry-title {

  font-size: 20px;

  font-weight: bold;

  padding: 0;

  margin: 0 0 20px 0;

}



.blog .entry .entry-title a {

  color: #556270;

  transition: 0.3s;

}



.blog .entry .entry-title a:hover {

  color: #0494e9;

}



.blog .entry .entry-meta {

  margin-bottom: 15px;

  color: #c1c8d0;

}



.blog .entry .entry-meta ul {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  align-items: center;

  padding: 0;

  margin: 0;

}



.blog .entry .entry-meta ul li + li {

  padding-left: 20px;

}



.blog .entry .entry-meta i {

  font-size: 16px;

  margin-right: 8px;

  line-height: 0;

}



.blog .entry .entry-meta a {

  color: #777777;

  font-size: 14px;

  display: inline-block;

  line-height: 1;

}



.blog .entry .entry-content p {

  line-height: 24px;

}



.blog .entry .entry-content .read-more {

  -moz-text-align-last: right;

  text-align-last: right;

}



.blog .entry .entry-content .read-more a {

  display: inline-block;

  background: #0494e9;

  color: #fff;

  padding: 6px 20px;

  transition: 0.3s;

  font-size: 14px;

  border-radius: 4px;

  text-decoration: none;

}



.blog .entry .entry-content .read-more a:hover {

  background: #0494e9;

}



.blog .entry .entry-content h3 {

  font-size: 22px;

  margin-top: 30px;

  font-weight: bold;

}



.blog .entry .entry-content blockquote {

  overflow: hidden;

  background-color: #fafafa;

  padding: 60px;

  position: relative;

  text-align: center;

  margin: 20px 0;

}



.blog .entry .entry-content blockquote p {

  color: #444444;

  line-height: 1.6;

  margin-bottom: 0;

  font-style: italic;

  font-weight: 500;

  font-size: 22px;

}



.blog .entry .entry-content blockquote::after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  bottom: 0;

  width: 3px;

  background-color: #556270;

  margin-top: 20px;

  margin-bottom: 20px;

}



.blog .entry .entry-footer {

  padding-top: 10px;

  border-top: 1px solid #e6e6e6;

}



.blog .entry .entry-footer i {

  color: #a4afba;

  display: inline;

}



.blog .entry .entry-footer a {

  color: #606f7e;

  transition: 0.3s;

}



.blog .entry .entry-footer a:hover {

  color: #0494e9;

}



.blog .entry .entry-footer .cats {

  list-style: none;

  display: inline;

  padding: 0 20px 0 0;

  font-size: 14px;

}



.blog .entry .entry-footer .cats li {

  display: inline-block;

}



.blog .entry .entry-footer .tags {

  list-style: none;

  display: inline;

  padding: 0;

  font-size: 14px;

}



.blog .entry .entry-footer .tags li {

  display: inline-block;

}



.blog .entry .entry-footer .tags li + li::before {

  padding-right: 6px;

  color: #6c757d;

  content: ",";

}



.blog .entry .entry-footer .share {

  font-size: 16px;

}



.blog .entry .entry-footer .share i {

  padding-left: 5px;

}



.blog .entry-single {

  margin-bottom: 30px;

}

.section-title {

	margin: 0 0 20px 0;

}

.section-title h2 {

  font-size: 14px;

  font-weight: 500;

  padding: 0;

  line-height: 1px;

  margin: 0 0 5px 0;

  letter-spacing: 2px;

  text-transform: uppercase;

  color: #aaaaaa;

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

}



.section-title h2::after {

  content: "";

  width: 120px;

  height: 1px;

  display: inline-block;

  background: #0494e9;

  margin: 4px 10px;

}



.section-title p {

color: #000000;

    font-size: 20px;

    margin: 0;

    padding: 0;

    font-weight: bold;

    text-transform: uppercase;

}





.contact {

	margin: 50px 0;

}

.contact .info {

  width: 100%;

  background: #fff;

}



.contact .info i {

  font-size: 20px;

  color: #556270;

  float: left;

  width: 44px;

  height: 44px;

  background: #edeff1;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50px;

  transition: all 0.3s ease-in-out;

}



.contact .info h4 {

  padding: 0 0 0 60px;

  font-size: 18px;

  font-weight: 600;

  margin-bottom: 0px;

  color: #000;

}



.contact .info p {

  padding: 0 0 0 60px;

  margin-bottom: 0;

  font-size: 14px;

  color: #8795a4;

}



.contact .info .email, .contact .info .phone {

  margin-top: 40px;

}



.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {

  background: #556270;

  color: #fff;

}



.contact .php-email-form {

  width: 100%;

  background: #fff;

}



.contact .php-email-form .form-group {

  padding-bottom: 8px;

}



.contact .php-email-form .error-message {

  display: none;

  color: #fff;

  background: #ed3c0d;

  text-align: left;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .error-message br + br {

  margin-top: 25px;

}



.contact .php-email-form .sent-message {

  display: none;

  color: #fff;

  background: #18d26e;

  text-align: center;

  padding: 15px;

  font-weight: 600;

}



.contact .php-email-form .loading {

  display: none;

  background: #fff;

  text-align: center;

  padding: 15px;

}



.contact .php-email-form .loading:before {

  content: "";

  display: inline-block;

  border-radius: 50%;

  width: 24px;

  height: 24px;

  margin: 0 10px -6px 0;

  border: 3px solid #18d26e;

  border-top-color: #eee;

  -webkit-animation: animate-loading 1s linear infinite;

  animation: animate-loading 1s linear infinite;

}



.contact .php-email-form input, .contact .php-email-form textarea {

  border-radius: 0;

  box-shadow: none;

  font-size: 14px;

  border-radius: 4px;

}



.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {

  border-color: #0494e9;

}



.contact .php-email-form input {

  height: 44px;

}

.contact .php-email-form input.form-check-input {

  height: 14px;

  margin-top: 5px;

}



.contact .php-email-form textarea {

  padding: 10px 12px;

}



.contact .php-email-form button[type="submit"] {

  background: #0494e9;

  border: 0;

  padding: 6px 14px;

  color: #fff;

  transition: 0.4s;

  border-radius: 4px;

  font-size: 14px;

}



.contact .php-email-form button[type="submit"]:hover {

  background: #0494e9;

}


.carousel-inner {
  height: 500px;
}



@-webkit-keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}



@keyframes animate-loading {

  0% {

    transform: rotate(0deg);

  }

  100% {

    transform: rotate(360deg);

  }

}

.terms-link .form-check-inline {

    display: block;

    margin: 15px 0;

}

.terms-link .form-check-inline .form-check-label {

	color: #0494e9;

	font-weight: bold; 

}



.modal-form {}

.modal-form .modal-header {

  background: #0494e9;

}

.modal-form h5.modal-title {

  font-size: 16px;

  color: #fff;

}

.modal-form .contact {

    margin: 0;

}

.modal-form .contact .php-email-form {}

.modal-form .contact .php-email-form label {

  font-size: 14px;

  margin: 0 0 5px 0;

}

.modal-form .contact .php-email-form input.form-control {

  height: 30px;

  margin: 0 0 8px 0;

}

.modal-form .contact .php-email-form select.form-select {

  height: 30px;

line-height: 18px;

padding: 0 10px;

font-size: 14px;

}



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

.head-sec .navbar-collapse {

	float: right;

	display: block !important;

}

.head-sec ul.navbar-nav {

	float: right;

}

}

footer section {
    margin-bottom: 0px !important;
}









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

.banner-sec {

    background-size: 60% 100%;

}

.slide-content p {

	margin: 30px 50px 40px 0;

}

.slide-content {

    padding: 70px 0;

}

.middal-box .image-sec img {

    width: 60%;

}

}

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

.middal-box .image-sec img {

    width: 80%;

}
.list-box label {
  float: none;
  margin: 0 5px 5px 0;
  display: block;
width: 100%;
}  
.list-box {
  margin: 6px 0 20px 0;
  float: none;
  width: 100%;
  display: inline-block;
}

}

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

.banner-sec {

    background-size: 60% auto;

}

.slide-content {

    padding: 50px 0;

}

.middal-box .image-sec img {

    width: 100%;

}

.middal-box {

    padding: 40px 20px;

}    

}

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

.banner-sec {

    background-size: 100% auto;

}

.slide-content {

    padding: 220px 0 50px 0;

}

.middal-sec {

    margin: 20px 0;

}

.middal-box {

    margin-bottom: 20px;

}

}



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

.list-box .price-sec {
    float: left;
    margin: 0 14px 0 0;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
}

.list-box select {
    border: 1px solid #e4e4e4;
    margin: -5px 0px 0 0;
    color: #666666;
    padding: 4px 10px;
    width: 140px;
}

span#select2-myselect-container {
    max-width: 165px;
}

.news-box {

    margin: 10px 0 30px 0;

}

.video{
height:100%;
}

.carousel-inner {
    height: 150px;
}

.carousel-top {
    margin-top: 0% !important;
}

.carousel.slide .carousel-caption {

    top: 0px;

    bottom: auto;

    width: 100%;

    margin: 0 auto;

    background: rgba(0, 0, 0, 0.7);

    padding: 10px;

    position: relative;

    margin: 0;

    left: 0;

    right: 0;

}

}



.active{

	color: #fff !important;

    background: #0494e9;

}

.home-title{
	text-align:center;
	padding:5px;
}
.top-left {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform:uppercase;
  font-family:Cambria !important;
  border:2px solid red;
  background-color: red;
}

.prod-img {
  position: relative;
  text-align: center;
  color: white;
}
.page-ttl h1 {
    color: #0494e9;
}
.otherservice-title{
	font-family: Cambria !important;
    border: 2px solid #fff;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    width: 50%;
    color: #000;
    height: 220px;
    vertical-align: middle;
    display: table-cell;
border-radius: 20px;
box-shadow: 0 3px 10px rgb(4 148 234);
}
.othservice-box{
	height:260px;
}


.carousel-top{
margin-top:-60px !important;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

