@import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Text&display=swap');
.body
{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none !important;
}
a:focus{
	outline:none !important;
}

/*@media(min-width: 320px ) and (max-width: 500px)*/

#menu ul {
  margin: 0;
  padding: 0;
  float:inline-end;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  
  border-color: rgba(0, 0, 0, .05);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #fff;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: #333;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
  font-size:16px;
}

#menu, 
#toggle-menu {
  background-color:#fff;
}

#toggle-menu, 
#menu a {
  padding:10px 15px;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: #8C0000;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #8c0000;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
.tophead{
	background-color:#67b9ce;
	padding:5px 0;
}
.tophead_data h4{
	font-size:12px;
	color:#666;
}
.msg_txt{
	margin:0;
	padding:0;
	font-weight:bold;
	color:green;
}

.clr
	{
		margin:0px;
		padding:0px;
		clear:both;
		line-height:0px;
}
.item{
	border:2px solid #B1B1B1;
}
.item img{
	
}
.item h2{
	font-size:35px;
    text-align:center;
	margin:5 auto;
	text-decoration:uppercase;
}
.item a{
	color:#333;
}
.item a:hover{
	opacity:0.5;
}
.deal{
	background-image:url("../images/banner_1_570x412_crop_top.jpg");
	overflow: hidden;
    position: relative;
	height: 412px;
    width: 100%;
	margin-top:50px;
	margin-bottom:40px;
}
.deal_data{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 3px solid #fff;
	
}
.deal_data h4{
	font-size:40px;
	color:#fff;
}
.deal_data h5{
	font-size:20px;
	color:#6fefff;
	font-weight:bold;
}
.deal2{
	background-image:url("../images/banner_2_570x412_crop_top.jpg");
	overflow: hidden;
    position: relative;
	height: 412px;
    width: 100%;
	margin-top:50px;
}
.deal_data2{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 3px solid #fff;
}
.deal_data2 h4{
	font-size:40px;
	color:#fff;
}
.deal_data2 h5{
	font-size:20px;
	color:#6fefff;
	font-weight:bold;
}

.footer_head{
	background-color:#fff;
	padding:20px 0;
}
.data h4{
	color:#333;
	font-size:22px;
	margin-bottom:10px;
}
.data a{
	color:#333;
	font-size:17px;
	line-height:30px;
	
}
.data li{
	list-style:disclosure-closed;
	color:#666;
}
.data li:hover{
	color:#6fefff;
}
.data a:hover{
	color:#6fefff;
}

.line{
	border-top-style: double;
    border-top-width: 1px;
    border-top-color: #D2D2D2;
    width: 100%;
    
}
.news{
	background-color:#67b9ce;
	padding:80px 0;
	margin-bottom:40px;
}
.news_data h4{
	font-size:35px;
	color:#fff;
	font-weight:bold;
}
.news_data p{
	font-size:17px;
	color:#fff;
	
}
.news_lable input{
	height:48px;
	border:none;
	margin-top:10px;
}
.intense{
	background-image:url("../images/banner_3_2048x628_crop_top.jpg");
	padding:25px 0;
	background-size:cover;
	margin-bottom: 40px;
	margin-top: 40px;
}
.intense_data{
	
}
.intense_data h1{
	font-size:80px;
	color:#fff;
	font-weight:bold;
	margin-top: 8px;
}
.intense_data h4{
	font-size:40px;
	color:#fff;
	margin-bottom: 15px;
	
}
.intense_data h2{
	font-size:70px;
	color:#4bcbdb;
	font-weight:bold;
	margin-bottom: 6px;
}
.intense_data p{
	font-size:27px;
	color:#4bcbdb;
	font-weight:bold;
}
.intense_data a{
	background-color:#4bcbdb;
	border: 1px solid #4bcbdb;
	padding: 15px 45px;
    font-size: 12px;
    color: #fff;
    border: none;
	margin: 0 5px;
    letter-spacing: 1.5px;
	display: inline-block;
}
.intense_data a:hover{
	opacity:0.5;
	color:#333;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
    background-attachment: fixed;
}
#myCarousel h4{
	font-size:50px;
	margin-bottom:15px;
	color:#FFF;
	line-height:100%;
	letter-spacing:0.5px;
	font-weight:600;
}
#myCarousel p{
	font-size:18px;
	margin-bottom:15px;
	color:#d5d5d5;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	top:64px;
}
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
#myCarousel{position:relative; z-index:1; background:url(https://i.imgur.com/6axE29k.jpg) center center no-repeat; background-size:cover; }

.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; bottom:auto; transform:translateY(-50%); }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.well_data h1{
	text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#67b9ce;
    text-shadow: 1px 2px 2px #666;
}
.well_data p{
	text-align: center;
    font-size: 19px;
    font-weight: bold;
    color:#666;
    padding: 3px 130px 2px 116px;
}
.well_bg{
	padding:40px 0;
}
/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}
.top_head{
	padding:10px 0;
	background
}
.on_shop_menu{
	padding:10px 0;
}
.on_shop_menu a{
	font-size: 17px;
color:#666;
margin-right: 30px
}
.on_shop_menu a:hover{
	color:#0e3e88;
}
.cart_img i{
	margin-right:5px;
	color:#0e3e88;
}
.cart_img a{
	color:#333;
}
.cart_img{
	font-size: 21px;
    padding: 5px 0;
}

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 50vh;
}
.fade-carousel .carousel-inner .item {
    height: 50vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 20px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
	font-size:16px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 50ch;
  height: 50vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../images/slide_1.jpg"); 
}
.fade-carousel .slides .slide-2 {
  background-image: url("../images/slide_2.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../images/slide_3.jpg");
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 18px; }    
    .hero h3 { font-size: 17px; }    
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #67b9ce;
    margin-bottom: 25px;
    text-transform: uppercase;
	font-size:30px;
	font-weight:bold;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #67b9ce !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #67b9ce !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.card-text{
	font-size:18px;
	color:#666;
}

.testimonial-section2{
 margin: 0px;

padding: 0px;

background-image: url("../images/testimonial-bg.jpg");

background-repeat: no-repeat;

width: 100%;

background-attachment: fixed;

background-position: center;

background-size: cover;

height: auto;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff;
    border-color: #fff;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #fff;
    font-size: 28px;
    margin: 15px 0;
	font-weight:bold;
}

.testim .cont div p {
    font-size:20px;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

.addicon{
	float: left;
padding-right: 11px;
padding-bottom: 12px;
color:#ecaa30;
font-size:22px;
}
.addlocation{
	font-size:15px;
	color:#d1d1d1;
}

.nav-link{
	font-size:18px;
	color:#333 !important;
	margin-right:20px;
	font-weight:bold;
		margin-left:20px;

}
.nav-link:hover {
    color:#0e3e88 !important;
}
.nav-item{
	border-right: 1px solid #CECECE;
}
.nav-item:first-child{
	border-left: 1px solid #CECECE;
}
.dropdown-item{
	font-size:16px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-top: 1px solid #CECECE !important;
	padding:0 !important;
	border-top-right-radius: 5px !important;
	padding:0;
}
.browse{
	padding:40px 0;
}
.browse_data{
	padding:10px 0;
}
.browse_data h2{
	font-size:25px;
	font-weight:bold;
	color:#333;
}


.feat_pro{
	padding:30px 0;
	text-align:center;
	border:1px solid #CECECE;
}
.feat{
	padding:40px 0;
}
.feat_btn{
	text-align: center;
}
.feat_price{
	text-align: center;
}
.feat_pro h3{
	color:#0e3e88;
	font-size:25px;
}
.feat_pro h3:hover{
	color:#333;
}
.feat_btn a{
background:#333;
color:#fff;
padding: 9px 9px;
font-size: 19px;
border-radius: 5px;
line-height:80px;
}
.feat_btn a:hover{
	background:#0e3e88;
	color:#fff;
}
.feat_data{
	padding:10px 0;
}
.feat_data h2{
	font-size:25px;
	font-weight:bold;
}
.feat_pro
{
	width:100%;
}
.feat_pro img{
	padding: 10px 25px 0;
	width:100%;
		height:205px;
	object-fit:cover;
	
}
.feat_pro p{
	text-align: center;
    font-size: 14px;
    line-height:17px;
	margin-top:20px;
}

.feat_pro {
	margin-bottom:20px;
	background:#fff;
}
.feature_product{
	background:#dadada;
}
.the{
	padding: 40px 0;
    background:#E9E9E9;
}
.the_data{
	padding:10px 0;
}
.the_data h4{
	font-size:25px;
	font-weight:bold;
}
.detail h5{
	font-size:17px;
	color:#0e3e88;
	font-weight:bold;
	padding:10px 0;
	margin-top: 160px;
}
.detail p{
	font-size:13px;
	color:#666;
	text-align:justify;
}
.the_img img{
	width:100%;
}
.the_btn a{
	font-size:15px;
	color:#666;
}
.the_btn a:hover{
	color:#0e3e88;
}
.hovereffect{
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;

-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width:100%;
border:1px solid #CECECE;
}
.hovereffect img:hover {
border:1px solid #CECECE;
}


.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;

background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {

}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
border:1px solid #CECECE;
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}







.the_img{
width:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.the_img .overlay_ly {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0, 0, 0, 0.4);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.the_img img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width:100%;

}


.the_img a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;

background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.the_img a.info:hover {

}

.the_img:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);

}

.the_img:hover .overlay_ly {
opacity:1;
filter:alpha(opacity=100);
}

.the_img:hover h2,.the_img:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.the_img:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.footer{
	background-color:#333;
	padding:10px 0;
}
.footer_data{
	text-align:center;
	line-height:50px;
}
.footer_data a{
	font-size:16px;
	color:#FFF;
	margin-right:20px;
}
.footer_data a:hover{
	color:#FFF;
}
.footer_next p{
	text-align: center;
    font-size: 15px;
    color:#FFF;
}
.footer_next a{
    color:#FFF !important;
}
.footer_social{
	text-align:right;
	padding:22px 0;
}
.footer_social i{
	font-size: 27px;
margin-right: 12px;
color:#FFF;
}
.contact_data_head h2{
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
}
.contact_data_head p{
	font-size:13px;
	color:#666;
	padding:10px 0;
	text-align:justify;
}
.contact_data_head span{
	font-size:17px;
	color:#333;
	font-weight:bold;
}
.contact_data_head h3{
	font-size:16px;
	margin-top: 15px;
}
.contactform input{
	width: 100%;
height: 28px;
border: 1px solid #C6C6C6;
border-radius: 5px;
padding: 0 5px;
font-size: 12px;
}
.contactform textarea{
	width: 100%;
height:200px;
border-radius: 5px;
border: 1px solid #D3D3D3;
padding: 0 5px;
font-size: 13px;
margin-bottom:15px;
}
.contactform{
	padding:10px 0;
}
.contactbtn input{
	padding: 8px 14px 11px;
margin-bottom: 0;
font-size: 15px !important;
line-height: 20px !important;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color:#2d2d31;
color:#fff;
border-radius: 5px;
border-color:#333;
margin-right: 10px;
margin-left: 15px;
}
.contactbtn input:hover{
	background:#0e3e88;
	color:#fff;
	border-color:#0e3e88;
}
.back a{
	font-size:14px;
	color:#0e3e88;
}
.page{
	font-size:14px;
	color:#666;
}
.contact{
	padding:10px 0;
}
.cont_name h1{
	padding:10px 0;
	text-transform: uppercase;
	background:#0e3e88;
    text-align: center;
    color:#fff;
    font-weight: bold;
}
.back{
	padding:10px 0;
}
.testimonial{
	background-color:#E1E1E1;
	padding:15px 10px;
	margin-bottom: 30px;
}
.testimonial img{
	float:left;
	margin-right:20px;
	margin-bottom:78px;
	border-color:#666;
}
.testimonial p{
	font-size:15px;
}
.testimonial h1{
	font-size:13px;
	color:#0e3e88;
}
.search input{
	width:100%;
	height:40px;
}
.search{
	margin-top:26px;
}
.searchbtn input{
	padding: 8px 14px 11px;
margin-bottom: 0;
font-size: 15px !important;
line-height: 20px !important;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color:#2d2d31;
color:#fff;
border-radius: 5px;
border-color:#333;
margin-top: 10px;

}
.searchbtn input:hover{
	background:#0e3e88;
	color:#fff;
	border-color:#0e3e88;
}

.head_pro{
	padding: 7px 0;
text-align: center;
background:#f8f9fa;
margin-top: 8px;
border-top: 6px solid #0e3e88;
}
.pro_list{
	padding: 10px 18px;
	background:#dadada;
}
.pro_list li{
	list-style: disclosure-closed;
	font-size:17px;
	line-height: 30px;
}
.pro_list li:hover{
	color:#0e3e88;
	transition-duration:0.5s;
}
.pro_list a{
	font-size:15px;
	color:#333;
}
.pro_list a:hover{
	color:#0e3e88;
	transition-duration:0.5s;
}

.archive p{
	font-size: 13px;
color:#666;
padding: 20px 0;
}
.first{
	width:870px;
}
.second{
	width:270px;
}
.last ul li:before{
	content: "\f00c";
}
.last li:before{
	font-family: 'FontAwesome';
	display: inline-block;
margin-right: 5px;
width: 14px;
height: 14px;
content: attr(data-icon);
line-height: 14px;
}
.last li{
	list-style:none;
}
.last ul{
	padding:0;
}
.last a{
	font-size:16px;
	color:#0e3e88;
	line-height:30px;
}
.faqs h1{
	font-size:20px;
	color:#0e3e88;
	font-weight:bold;
}
.faqs p{
	padding: 3px 30px;
font-size: 14px;
color:#666;
}



.tile{
width:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.tile .overlay_layout {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0, 0, 0, 0.4);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.tile img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
width:100%;

}


.tile a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;

background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:153px 0 0;
padding:7px 14px;
}


.tile:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);

}

.tile:hover .overlay_layout {
opacity:1;
filter:alpha(opacity=100);
}

.tile:hover h2,.tile:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.tile:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.feat_first{
	width:870px;
	padding: 8px 0;
}
.product_image img{
	width:100%;
	box-shadow: 0 9px 7px 0#B9B9B9;
margin-bottom: 26px;
}
.product_image h2{
	text-align: center;
font-size: 24px;
font-weight: bold;
background:#0e3e88;
padding: 5px 0;
color:#fff;
}
.product_name p{
	font-size: 16px;
color:#666;
margin-top: 14px;
}
.about_product span{
	font-size: 20px;
    font-weight: bold;
    color:#666;
}
.about_product p{
	font-size: 17px;
line-height: 30px;
color:#666;
}
.about_product{
	padding:20px 0;
}
.table_product h4{
	font-size: 24px;
font-weight: bold;
background:#0e3e88;
padding: 5px 5px;
color:#fff;
}
.table_product{
	padding:15px 0;
}
.tab_scroll{
	overflow:auto;
}
table{
	margin-top:20px;
}
th{
	background-color:#0e3e88;
	color:#fff;
	font-size: 14px;
    text-align: center !important;
}
td{
	color:#333;
	text-align:left;
	font-size:12px;
	background-color:#f7f7f7;
}
td:nth-child(even){background-color: #f2f2f2}

.packing{
	font-size:17px;
	margin:0;
	color:#fff;
}
.life{
	background:#666;
	padding:5px 5px;
}
.product_name h2{
	text-align: center;
font-size: 24px;
font-weight: bold;
background:#0e3e88;
padding: 5px 0;
color:#fff;
}
.product_name {
	margin-top:25px;
}
.about_us h1{
	text-align: center;
font-size: 24px;
font-weight: bold;
background:#0e3e88;
padding: 5px 0;
margin-bottom:20px;
margin-top:20px;
color:#fff;
}
.about_us p{
	font-size: 17px;
line-height: 30px;
color:#666;
}
.about_pic h2{
	font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}
.about_pic img{
	width:100%;
}
.phtos{
	width:100%;
	margin-bottom:20px;
}
.newmom_head h1{
	text-align: center;
font-size: 40px;
background:hotpink;
border-radius: 10px;
padding: 10px 0;
color:#fff;
font-weight: bold
}
.newmom_data h2{
	font-size: 25px;
    font-weight: bold;
    color:hotpink;
}
.newmom_data span{
	font-size: 20px;
    font-weight: bold;
    float: left;
	margin-right:10px;
}
.newmom_data p{
	margin: 0;
    font-size: 21px;
    color:#666;
}
.newmom_img img{
	width:100%;
}
.newmom_data {
	margin-top: 20px;
	margin-bottom:20px;
}
.newmom_bg{
	padding:20px 0;
	height: 100%;
    background:aliceblue;
    border-radius: 10px;
}
.newmom_content h3{
	font-size: 45px;
    text-align: center;
    font-weight: bold;
    color:#0e3e88;
}
.newmom_content h4{
	font-size: 45px;
    text-align: center;
    font-weight: bold;
    color:hotpink;
}
.newmom_content img{
	width:100%;
}
.newmom_content p{
	text-align: center;
    font-size: 22px;
}
.newmom_content{
	text-align:center;
}
.newmom_content_bg{
	height: 100%;
    border-radius: 10px;
    background:#ECECEC;
    padding: 20px 0;
}
.filt h4{
	margin-top:15px;
	font-weight:bold;
	font-size:16px;
}
.blog_first{
	width:870px;
}
.blog_head  h1{
	font-size:17px;
	font-weight:bold;
	color:#0e3e88;
}
.blog_head{
	padding:20px 0;
}
.blog_data p{
    font-size:13px;
	color:#666;
	margin-bottom:10px;
}
.blog_data a{
	padding: 8px 14px 11px;
margin-bottom: 0;
font-size: 15px !important;
line-height: 20px !important;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color:#2d2d31;
color:#fff;
border-radius: 5px;
border-color:#333;
margin-top: 10px;

}
.blog_data a:hover{
	background:#0e3e88;
	color:#fff;
	border-color:#0e3e88;
}
.blog_img img{
	width: 100%;
border: 1px solid #A3A3A3;
padding: 5px 5px;
}
.blog_img{
	margin-bottom:25px;
}
.blog_content a{
	font-size:14px;
	color:#666;
	margin-right:10px;
}
.blog_content a:hover{
	color:#0e3e88;
	
}
.blog_content i{
	 margin-right:10px;
}
.blog_content{
	padding:10px 0;
}
.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
cursor: default;
background-color: #0e3e88 !important;
border-color:    #0e3e88 !important;
}
@media(min-width: 320px ) and (max-width: 500px)
{
	.belt_data h1 {

    font-size: 25px !important;
    font-weight: bold;
    margin-bottom: 10px !important;

}
.belt_data p {

    font-size: 14px !important;
    line-height: 30px !important;

}
.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
    color:#f5f5f5;
    background-color:#1abc9c;
    border-color:#1abc9c;
    outline: none;
    margin: 20px auto;
    font-size: 10px !important;
}
	
.contact_data_head h3 {
    font-size: 15px !important;
    margin-top: 15px;
}
.newmom_data h2 {
    font-size: 20px !important;
    font-weight: bold;
    color:     hotpink;
}
.newmom_data span {
    font-size: 16px !important;
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.newmom_data p {
    margin: 0;
    font-size: 18px !important;
    color:     #666;
}
.newmom_content p {
    text-align: center;
    font-size: 15px !important;
}
.nav-item:first-child{
	display:block !important;
	border-left: 1px solid #CECECE;
}
.feat_first{
	width:100% !important;
	padding: 8px 0;
}
.second {
    width: 100% !important;
}
.product_image h2 {
    text-align: center;
    font-size: 17px !important;
    font-weight: bold;
    background: #0e3e88;
    padding: 5px 0;
}
.about_product p {

    font-size: 15px !important;
    line-height: 28px !important;
    color:     #666;
}
.table_product h4 {
    font-size: 17px !important;
    font-weight: bold;
    background: #0e3e88;
    padding: 5px 5px;
}
.about_us h1 {
    text-align: center;
    font-size: 16px !important;
    font-weight: bold;
    background: #0e3e88;
padding: 5px 0;
margin-bottom: 20px;
margin-top: 20px;
}
.product_image img {
    width: 100%;
    margin-bottom: 20px !important;
}
.product_name h2 {

    text-align: center;
    font-size: 15px !important;
    font-weight: bold;
    background: #0e3e88;
    padding: 5px 0;
}

.about_product span {
    font-size: 14px !important;
    font-weight: bold;
    color:     #666;
}
.patient_data h1 {
    font-size: 15px !important;
    font-weight: bold;
    text-align: center;
}
.patient_content {
    font-size: 14px !important;
    color:     #666;
    text-align: center;
}
.logo img{
	width:100%;
}
.footer_social {
    text-align: center !important;
    padding: 10px 0;
}
.onsale {
    position: absolute;
    min-height: 32px;
    min-width: 38px;
    padding: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    top: -10px;
    right: 4px !important;
    margin: 0;
    color: #fff;
text-shadow: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background:#0e3e88;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
border-radius: 10em;
border: 0px    transparent solid;
}
.top_head {
    padding: 10px 0 !important;
    background: ;
}
.on_shop_menu a {

    font-size: 17px;
    color: #666;
    margin-right: 12px !important;
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 15px !important;
}
.detail{
	margin-bottom:15px !important;
}
.footer {
    background-color: #fff;
    padding: 20px 0 !important;
}
.footer_data a {

    font-size: 15px !important;
    color: #666;
    margin-right: 10px !important;
}
.footer_next p {
    text-align: center;
    font-size: 14px !important;
    color:     #666;
}
.testimonial img {
    float: left;
    margin-right: 20px;
    margin-bottom: 78px;
    border-color:     #666;
	display:contents !important;
}
.posts h3 {
    padding: 2px 0 !important;
    color: #0e3e88;
    font-weight: bold;
    font-size: 16px !important;
}
.posts p {
    font-size: 13px !important;
}
.faqs h1 {
    font-size: 15px !important;
    color: #0e3e88;
    font-weight: bold;
}
.faqs p {
    padding: -1px 30px !important;
    font-size: 14px;
    color:  #666;
}
.show {
    padding: 5px 0 !important;
}
.show_sel {
    padding: 6px 0 !important;
    text-align: right;
}
.blog_data{
	margin-bottom:22px !important
}
.blog_content a {
    font-size: 12px !important;
    color:     #666;
    margin-right: 10px;
    
}
.nav-link{
	font-size:18px;
	color:#333 !important;
	margin-right:20px;
	font-weight:bold;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px !important;
    border: 1px solid transparent;
    border-top: 1px solid #CECECE !important;
	padding:0 !important;
	border-top-right-radius: 5px !important;
	padding:10px 15px !important;
}

}


.box {
 width: 50%;
 margin: 0 auto;
 background: rgba(53, 52, 52, 0.2);
 padding: 50px;
 border: 2px solid #fff;
 background-clip: padding-box;
 text-align: center;
}

.button {
 font-size: 1em;
 padding: 10px;
 color: #fff;
 border: 2px solid #FF9800;
 border-radius: 20px;
 text-decoration: none;
 cursor: pointer;
 transition: all 0.3s ease-out;
}
.button:hover {
 background: #06D85F;
}

.overlay {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background: rgba(0, 0, 0, 0.7);
 transition: opacity 500ms;
 visibility: hidden;
 opacity: 0;
}
.overlay:target {
 visibility: visible;
 opacity: 1;
}

.popup {
 margin: 70px auto;
 padding: 20px;
 background: #fff;
 border-radius: 5px;
 width: 30%;
 position: relative;
 transition: all 5s ease-in-out;
}

.popup h2 {
 margin-top: 0;
 color: #333;
 font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
 position: absolute;
 top: 20px;
 right: 30px;
 transition: all 200ms;
 font-size: 30px;
 font-weight: bold;
 text-decoration: none;
 color: #333;
}
.popup .close:hover {
 color: #06D85F;
}
.popup .content {
 max-height: 30%;
 overflow: auto;
}

@media screen and (max-width: 700px){
 .box{
 width: 70%;
 }
 .popup{
 width: 70%;
 }
}
.content input{
	width: 100%;
height: 32px;
font-size: 15px;
border-radius: 13px;
border: 1px solid #D3D3D3;
padding: 0 10px;
margin: 10px 0;
}
.content textarea{
	width: 100%;
font-size: 15px;
border-radius: 13px;
border: 1px solid #D3D3D3;
padding: 0 10px;
margin: 10px 0;
}
.subbtn input{
	background-color:#0e3e88;
	border-color:#0e3e88;
	font-size:16px;
	box-shadow:0 5px 5px 0 #666;
}
.subbtn input:hover{
	background-color:#666;
	border-color:#666;
}
.onsale {
    position: absolute;
    min-height: 42px;
    min-width: 42px;
    padding: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    top: -10px;
    right: -5px;
    margin: 0;
    color: #fff;
text-shadow: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background:#0e3e88;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
border-radius: 10em;
border: 0px transparent solid;
}

.patient_data h1{
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
.patient{
	padding:15px 0;
}
.patient_data h1::after{
	content: "";
display: block;
background: url("../images/back.png") scroll no-repeat center center;
    background-size: auto;
width: 100%;
height: 30px;
text-align: center;
background-size: 100px;
margin-top: 10px;
}
.patient_content{
	font-size:17px;
	color:#666;
	text-align:center;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.about h1{
	font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}
.about p{
	font-size:17px;
	color:#666;
}

.our_inner h1{
	font-size: 25px;
    font-weight: bold;
    padding: 10px 0;
}
.our_inner p{
	font-size:17px;
	color:#666;
	text-align:justify;
}
.brand_in{
}
.brand_in p{
	background:#fff;
padding: 20px 20px;
font-size: 19px;
font-weight: bold;
margin-top: 20px;
box-shadow: 0 5px 7px 0 #c9c9c9;
	text-align:center;
	color:#0e3e88;
}
.brand_in img{
	background:#fff;
padding: 20px 20px;
box-shadow: 0 5px 7px 0 #c9c9c9;
	color:#0e3e88;
	width:100%
}
.video_data p{
	font-size:17px;
	color:#333;
	font-weight:bold;
	text-align:center;
}
.video{
	padding:60px 0;
}
.video_data{
	margin-bottom:20px;
}
.current{
	background:#50cccc;
	color:#fff;
}
.belt{
	padding:60px 0;
}
.belt_data h1{
	font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.belt_data p{
	font-size:17px;
	line-height:36px;
}
.belt img{
	width:100%;
	margin-bottom:20px;
}
.stock{
	padding:60px 0;
}
.stock img{
	width:100%;
	margin-bottom:20px;
}