@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
body
{
	font-family: 'Poppins', sans-serif;
}
.news-letter {
    box-shadow: 2px 2px 8px 0px rgb(108, 165, 68);
    background-color: #FFF;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.categories {
    padding: 20px;
}
.primary-color{
        color: #e61e67;
}
.no-style{
    list-style-type:none;
}
.white{
    color:#fff;
}
.sticky1{
     position: -webkit-sticky;
  position: sticky;
   top: 200px;
}
.gradient {
    background: linear-gradient(236.97deg, #e5097f -13.43%, #274672 86.21%);
}
.other-strip {
    height: 70px;
    margin-bottom:10px;
}
.padding-top {
    padding-top: 26px;
}
.other-strip h2{
        font-size: 26px;
}
.secondary-btn {
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    text-decoration: none !important;
    padding: 6px 16px;
    box-shadow: 0px 4px 4px #00000033;
    border: 2px solid #274672;
    margin-left: 15px;
}
.bottom-30 {
    margin-bottom: 30px;
}
.thumb a {
    color: #e61e67;
        font-size: 15px;
    text-decoration: none;
}

a
{
	text-decoration: none;
}
.black{
    color:#000;
}
.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be;
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left;
}
.td-header.navbar-nav {
 display: block;
    text-align: center;
}
.elementor-alert.elementor-alert-success a {
    color: #3c763d;
    text-decoration: none;
        font-size: 15px;
}
.td-header.navbar-nav li
{
    /*display:inline-block!important;*/
    /*position:relative;*/
}
.bg-img1 {
  /* The image used */
  background-image: url("../images/404-page-bg-img.jpg");

 height:500px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}
.error-area h3{
     text-shadow: 2px 2px 4px #000000;
  font-size:140px;
  font-weight: 600;
  color: #e5097f;
}
.error-area a{
    color:#6ca544;
    text-decoration:none;
}
.error-area a:hover{
    color:#f82c8c;
}
.row-padding
{
	padding-top: 10px;
}
.row-padding-30
{
    padding-top:30px;
}
.tg-right
{
	text-align: right;
}
.tg-left
{
	text-align: left;
}
.arrow{
    color:#6ca544;
}
.modal-body {
    position: relative;
    padding: 45px;
}
.modal-header {
    padding: 9px;
    border-bottom: 4px solid #6ca544;
}
.angle{
    color:#e61e67;
    margin-right:10px;
    margin-left:5px;
}

.header {
   
    border-bottom: 1px solid #eee;
    padding: 15px;
    background: #fff;
    position: sticky;
    top: 0px;
    z-index: 16;
}
.active1{
    background:#6ca544 !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /* font-weight: 400; */
    line-height: 1.42857143;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	background-color: transparent;
    display: block;
    padding: 3px 20px;
    clear: both;
    /* font-weight: 400; */
    line-height: 1.42857143;
    color: #e61e67;
    font-weight: 600;
    white-space: nowrap;
        
}
 


.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {
  .other-strip {
    height: auto;
   
}
.padding-top {
    padding-top: 15px;
}
.other-strip h2 {
    font-size: 23px;
    padding-top: 15px;
    line-height: 25px;
}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  


.mobile-nav i.fa.fa-bars {
    color: #6ca544;
    font-size: 32px;
    margin-top: 30px;
}
.logo {
    padding: 10px 0px;
}
.logo img
{
	width:240px;
}
.tg-contact-info {
    display: flex;
}

.tg-contact-info p
{
	margin: 6px 0 0px;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.tg-contact-info a{
    color: #000;
    text-decoration:none;
}
.tg-contact-info button
{
    margin-top:23px;
}
.icon i
{
    margin-top:10px;
	margin-right: 15px;
	font-size: 36px;
    padding: 5px;
	color: #6ca544;
	border-radius: 50px;
	text-align: center;
	width:50px;
	height:50px;
	border:2px solid #e61e67;
}
.icon i.fa.fa-calendar
{
	font-size: 30px;
    padding: 7px;
}
div#myNavbar {
    padding: 0px 0px;
}
.navbar {
	
   
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
	
}

.navbar {
    top: 127px;
    position: sticky;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 16;
}
	.navbar-brand {
 
    height: 50px;
    padding: 3px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
}
    .td-header.nav>li
	{
	    display:inline-block;
	}

    	.nav>li>a {
     
    color: #000;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    background: none;
    font-weight: bold;
	margin-right: 59px;
	    margin-top: 8px;
    padding-bottom: 10px;
}
.nav>li:last-child 
{
    
		margin-left: 0px;
}
.nav>li>a:hover {
	 
    color: #000;
    font-weight:bold;
    position: relative;
    display: inline-block;
       padding: 10px 0px;
    background: none;
}
.nav>li>a:focus {
	 
    color: #000;
     font-weight:bold;
    position: relative;
    display: inline-block;
      padding: 10px 0px;
    background: none;
}
.td-header.nav>li.active {
	 
    color: #000;
     font-weight:bold;
    position: relative;
    display: inline-block;
  
    background: none;
}
.carousel {
    position: relative;
	
}
.mycls>img
{
    width:100%;
}

.icon-bar {
  position: fixed;
  top: 50%;
	    z-index: 1111111;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
    background: #6ca544;
    display: block;
    text-align: center;
    padding: 13px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    margin-bottom: 17px;
    border-radius: 0px 13px 13px 0px;
}


.banner1
{
	background-image: url(../images/slider1-min.jpg);
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	width: 100%;
	height:500px;
	
}
.banner2
{
	background-image: url(../images/slider2-min.jpg);
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	width: 100%;
	height:500px;
	
}
.banner3
{
	background-image: url(../images/slider3-min.jpg);
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	width: 100%;
	height:500px;
	
}
.banner-content
{
	text-align: right;
	    top: 160px;
    position: relative;
}
.banner-content h2
{
	color: #000;
	font-size: 26px;
	font-weight: 700;
}
.banner-content p
{
	    height: 75px;
    color: #000;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
.tg-btn
{
	border: none;
	border-radius: 0px;
	background-color:  #6ca544;
	color: #fff;
	text-align: center;
	padding: 8px 32px;
}
.book-appo
{
	
    position: absolute;
	
}
.line-background
{
	background-image: url(../images/line4.png);
	 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100px;
	width: 100%;
	position: absolute;
	z-index:11;
  
}
.tg-header
{
	text-align: center;
	padding-bottom: 20px;
}

.tg-header h2
{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 30px;
}
.tg-header h3
{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 24px;
}
.tg-header span
{
	color:#e61e67;
}
.td-header h1{
	    font-size: 26px;
    font-weight: 700;
   
    color: #e61e67;
}
.td-header h2{
	    font-size: 26px;
    font-weight: 700;
    
    color: #e61e67;
}
.td-header h4 
{
	font-size: 20px;
    color: #6ca544;
    font-weight: 600;
}
.tg-main-section
{
	margin: 45px 0px;
}

.service-content {
   
    text-align: center;
    padding: 14px;
   
}
.service-content h4
{
	line-height: 23px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
   
}

.block {
	    border: 1px solid #eee;
	 border-bottom: 3px solid #6ca544;
	width: 275px;
	height: 235px;
}

 .box {
  width: 100%;
}

.box h2 {
  display: block;
  text-align: center;
  color: #000;
	font-weight: 600;
	font-size: 20px;
}

 .box .chart {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 160px;
  height: 160px;
  color: #000;
	 font-weight: 600;
}

 .box canvas {
  position: absolute;
  top: 0;
  left: 18%;
 
}
.tg-doctor
{
margin-top: 30px;
}
.tg-sub-content h4
{
	    color: #000;
    font-weight: 600;
    font-size: 22px;
}
.tg-sub-content h5
{
	    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.tg-sub-content p
{
	line-height: 29px;
	    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.tg-details {
    margin-top: 50px;
}
.tg-details p
{
        margin: 0 0 10px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.tg-details li {
    margin: 0 0 20px;
    color: #000;
    font-size: 15px;
    line-height: 22px;
    list-style-type: square;
}
.tg-details .tg-sub-content h4
{
     color: #e61e67;
    font-weight: 600;
    font-size: 22px;
}
.no-padding
{
	padding-left: 0px;
	padding-right: 0px;
}
.values{
    display: flex;
}
.value-box {
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    width: 20%;
    /*height: 263px;*/
    overflow: hidden;
}
.value-box h3
{
	font-size: 21px;
	font-weight: 600;
}
.value-box p 
{
    height: 160px;
    overflow: hidden;
    line-height: 32px;
    font-size: 18px;
}
ul.breadcrumb {
  padding: 0px 0px;
  list-style: none;
  background-color: #eee0;
 margin-bottom: 0px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
content:url('../images/arrow-double-white.png');

	 font-family: "Font Awesome 5 Free";
	  font-weight: 900;
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: underline;
}
.color1
{
	background-color: #f44336;
}
.color2
{
	background-color:#673AB7;
}
.color3
{
	background-color:#FF9800;
}
.color4
{
	background-color:#3F51B5;
}
.color5
{
	background-color:#ff5722;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

.testimonial
{
	    padding: 0px 20px;
	text-align: center;
}
.testimonial img
{
	    width: 130px;
}
.testimonial h2
{
	    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
	color:#000;
}
.testimonial p
{
    font-size:16px;
	color: #000;
	line-height: 29px;
	height:148px;
	overflow: hidden;
}

.testimonial.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
	margin-top: 20px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgb(230, 30, 103);
    border: 1px solid #6ca544;
    border-radius: 10px;
}
.testimonial.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #6ca544;
}

.testimonial.carousel-indicators {
    bottom: -22px;
}


.tg-form input[type="text"] {
     width: 100%;
    margin-bottom: 21px;
    padding: 11px;
    border: none;
    background-color: white;
    /* border-bottom: 1px solid #9E9E9E; */
}
.service-gallary img
{
	height: 200px;
	width:200px;
}
.block img{
    margin :0px auto;
}
.form-site-img img
{
    margin:0px auto;
}
.form-site
{
    background-color:#e61e67;
    padding:25px 20px;
}
.tg-form textarea
{
	
    width: 100%;
    padding:21px 10px;
    border: none;
   background-color: #fff;
    /*border-bottom: 1px solid #9E9E9E;*/

}
.tg-form input.tg-btn
{
	float:right;
}

.total-content p
{
	font-size: 15px;
	line-height: 27px;
	color: #000;
	margin-bottom: 30px;
}
.total-content li
{
	 color: #000;
    font-size: 15px;
	line-height: 27px;
  
}
.total-content img
{
    margin: 5px auto;
}
/*Circle css*/
.circle {
  width: 200px;
  height:200px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 200px !important;
  height:200px !important;
}

.circle strong {
      position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 50px;
    color: black;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle p {
  display: block;
  color: #000;
  font-size:15px;
  font-weight:800;
  margin-top: 12px;
}
.footer
{
	color: #fff;
	padding: 45px 0px;
	background-color: #e61e67;
}
.footer h2
{
	
	text-transform: uppercase;
	font-weight: 700;
	font-size:26px;
}
.footer p
{
	    font-size: 15px;
    line-height: 26px;
}
.footer ul, .footer a
{
	color: #fff;
	padding-left: 0px;
	list-style-type: none;
	line-height: 30px;
	text-decoration: none;
}
.social-icon

{
	padding-left: 0px;
	
}
.social-icon a
{
	color: #fff;
}
.social-icon li {
    display: inline;
   
    font-size: 23px;
    padding-right: 15px;
}
.sub-footer
{
	padding: 25px 0px;
	background-color: #4e8527;
}
.sub-footer li a
{
	color:#fff;
}
.sub-footer ul
{
	padding: 0px 0px 0px 0px;
}
.sub-footer li {
    display: inline;
    color: #fff;
    margin-right: 15px;
}
.ft-about
{
	padding-right: 60px;
}
.ft-about p{
    color:#fff;
}
.banner-area-content h3 {
     
    text-align: left!important;
	padding: 20px 0px;
}


.contact li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    vertical-align: text-top;
}
.contact i {
    font-size: 40px;
    color: #6ca544;
    padding-right: 20px;
}
.contact a {
    color:#000;
    text-decoration:none;
}
.service-area-form
{
	padding: 20px;
	background: #eee;
}
.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
   position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float:left;
 }

 .active > div { display:none; }
 .active > div:first-child { display:block; }
/* service-area */
.categoryList {
	padding: 0px;
    height: auto;

    position: relative;


    margin-bottom: 48px;
}

.categoryList li {
    position: relative;
    list-style-type: none;
}

.categoryList li:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #6ca544;
    content: '';
}

.categoryList li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6ca544;
    content: '';
}

.categoryList li a {
    display: block;
    background: #e61e67;
    color: #fff;
    padding: 12px 29px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.categoryList li.activeCat a,
.categoryList li a:hover {
    background: #6ca544;
    border: 1px solid #ca237d;
    text-decoration: none;
}
.content1 {
    position: relative;
    bottom: 0;
    background: rgb(108, 165, 68);
    color: #f1f1f1;
    width: 100%;
    padding: 15px;
}
.blogs
{
	padding-bottom: 16px;
	border: 1px solid #eee;
    border-bottom: 2px solid #6ca544;
}
.blogs:hover
{
	padding-bottom: 16px;
	border: 1px solid #eee;
    border-bottom: 2px solid #e61e67;
}
.blog-content {
   
    text-align: center;
    padding: 14px;
   
}
.blog-content h4
{
	line-height: 23px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    overflow: hidden;
	/*height: 43px;*/
    text-transform: capitalize;
}
.blog-content p {
    color: #000;
    padding: 10px 1px;
    font-size: 14px;
    height: 149px;
    line-height: 23px;
    overflow: hidden;
}
.tg-testimonials {
    border: 1px solid #eee;
    padding: 15px;
    background: #f4f4f4;
    border-left: 4px solid #6ca544;
	margin-bottom: 30px;
}
.tg-testimonial-img img
{
	width:100px;
}
.tg-testimonial-content h3
{
	color: #000;
	font-weight: 600;
	margin-top:5px;
}
.tg-testimonial-content p
{
	    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.carousel-showmanymoveone .carousel-control {
    width: 5%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -60px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -60px;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
    .animate{
        animation:none;
    }
}

@media all and (min-width: 768px) {
   
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
/*bar*/
/*.container1 {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(1, 160px);*/
/*  grid-gap: 80px;*/
/*  margin: auto 129px;*/
/*}*/

/*@media (min-width: 420px) and (max-width: 659px) {*/
/*  .container1 {*/
/*    grid-template-columns: repeat(2, 160px);*/
/*  }*/
/*}*/

/*@media (min-width: 660px) and (max-width: 899px) {*/
/*  .container1 {*/
/*    grid-template-columns: repeat(3, 160px);*/
/*  }*/
/*}*/

/*@media (min-width: 900px) {*/
/*  .container1 {*/
/*    grid-template-columns: repeat(4, 160px);*/
/*  }*/
/*}*/

/*.container1 .box {*/
/*  width: 100%;*/
/*}*/

/*.container1 .box h2 {*/
/*  display: block;*/
/*  text-align: center;*/
/*  color: #000;*/
/*}*/

/*.container1 .box .chart {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  text-align: center;*/
/*  font-size: 40px;*/
/*  line-height: 160px;*/
/*  height: 160px;*/
/*  color: #000;*/
/*}*/

/*.container1 .box canvas {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  width: 100%;*/
/*}*/
.carousel-showmanymoveone .carousel-control {
    width: 5%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -60px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -60px;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
    .animate{
        animation:none;
    }
}

@media all and (min-width: 768px) {
   
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
/*xs*/

@media only screen and (min-width: 320px) and (max-width: 479px)
{ 
   .ft-about
{
	padding-right: 24px;
}
    .navbar {
    top: 0px;
    position: sticky;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 15;
}
	.book-appo {
  
    position: absolute;
    padding-left: 4px;
    margin-left: 29%;
}
	.tg-btn {
    border: none;
    border-radius: 0px;
    background-color: #6ca544;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
}
	.line-background {
    background-image: url(../images/line4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 100%;
    position: absolute;
}
	.navbar-nav {
    margin: 3.5px 12px;
}
	.banner1 {
    background-image: url(../images/slider1-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner2 {
    background-image: url(../images/slider2-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner3 {
    background-image: url(../images/slider3-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner-content {
    text-align: right;
    top: 70px;
    position: relative;
}
	.banner-content h2 {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
	.tg-main-section {
    margin: 15px 0px;
}
	.tg-header h2
{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 21px;
}
	.block {
    border: 1px solid #eee;
    border-bottom: 3px solid #6ca544;
    width: 100%;
    height: 229px;
}
	.service-content {
    text-align: center;
    padding: 3px;
}
	.box canvas {
    position: absolute;
    top: 0;
    left: 25%;
}
	.values {
    display: block;
}
	.value-box {
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    display:list-item;
}
.value-box p {
    height: auto;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
}

	.icon-bar {
    position: fixed;
    top: 35%;
    z-index: 1111111;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
	.icon-bar a {
    background: #6ca544;
    display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    margin-bottom: 5px;
    border-radius: 0px 11px 11px 0px;
}
	.sub-footer {
    padding: 12px 0px;
    background-color: #4e8527;
}
	.banner-area-content h3 {
    text-align: left!important;
    padding: 0px 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px;
}
.carousel-col { 
   position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float:none;
 }
 .td-header h1 {
    font-size:22px;
}
.total-content{
    margin-left:20px;
}
 .tg-right {
    text-align: left;
}
.nav>li>a {
    padding-bottom:10px;
    margin-top:0px;
}
.bg-img1 {
        height:auto;
    }
}


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

{ 
  
    .nav>li>a {
    padding-bottom:10px;
    margin-top:0px;
}
    .total-content{
    margin-left:20px;
}
.ft-about
{
	padding-right: 24px;
}
    .navbar-nav>li {
     /*display:inline-block!important;*/
     position:relative;
}

    .carousel-col { 
   position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float:none;
 }
        .navbar {
    top: 0px;
    position: sticky;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 15;
}
	.book-appo {
  
    position: absolute;
   
}
	.tg-btn {
    border: none;
    border-radius: 0px;
    background-color: #6ca544;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
}
	.line-background {
    background-image: url(../images/line4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 100%;
    position: absolute;
}
	.navbar-nav {
    margin: 3.5px 12px;
}
	.banner1 {
    background-image: url(../images/slider1-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner2 {
    background-image: url(../images/slider2-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner3 {
    background-image: url(../images/slider3-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 300px;
}
	.banner-content {
    text-align: right;
    top: 70px;
    position: relative;
}
	.banner-content h2 {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
	.tg-main-section {
    margin: 15px 0px;
}
	.tg-header h2
{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-size: 21px;
}
	.block {
   
    width: 100%;
    height: 229px;
}
	.service-content {
    text-align: center;
    padding: 3px;
}
	.box canvas {
    position: absolute;
    top: 0;
    left: 25%;
}
	.values {
    display: block;
}
	.value-box {
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 238px;
    overflow: hidden;
}
	.icon-bar {
    position: fixed;
    top: 35%;
    z-index: 1111111;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
	.icon-bar a {
    background: #6ca544;
    display: block;
    text-align: center;
    padding: 7px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    margin-bottom: 5px;
    border-radius: 0px 11px 11px 0px;
}
	.sub-footer {
    padding: 12px 0px;
    background-color: #4e8527;
}
	.banner-area-content h3 {
    text-align: left!important;
    padding: 0px 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -20px;
}
.td-header h1 {
    font-size:25px;
}
    .tg-right {
    text-align: left;
}
.bg-img1 {
        height:auto;
    }

}


@media (min-width: 768px)
{ 
    .navbar-nav {
  display:block;
  text-align:center;
    margin: 0;
    float:none;
}
     .navbar-nav>li {
     display:inline-block!important;
     position:relative;
     float:none;
}


    
}

@media only screen and (min-width: 992px) and (max-width: 1999px){ ... }

@media (min-width: 420px) and (max-width: 659px) 
{
  .box canvas {
    position: absolute;
    top: 0;
    left: 29%;
}
}
@media (min-width: 660px) and (max-width: 899px)
{
     .box canvas {
    position: absolute;
    top: 0;
    left: 29%;
}
}

/*@media (max-width: 767px) {*/
/*  .carousel-inner .active.left { left: -50%; }*/
/*  .carousel-inner .active.right { left: 50%; }*/
/*	.carousel-inner .next        { left:  50%; }*/
/*	.carousel-inner .prev		     { left: -50%; }*/
/*  .carousel-col                { width: 50%; }*/
/*	.active > div:first-child + div { display:block; }*/
/*}*/

/*sm*/
/*@media (min-width: 768px) and (max-width: 991px) {*/
/*  .carousel-inner .active.left { left: -50%; }*/
/*  .carousel-inner .active.right { left: 50%; }*/
/*	.carousel-inner .next        { left:  50%; }*/
/*	.carousel-inner .prev		     { left: -50%; }*/
/*  .carousel-col                { width: 50%; }*/
/*	.active > div:first-child + div { display:block; }*/
/*}*/

/*md*/
/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*  .carousel-inner .active.left { left: -33%; }*/
/*  .carousel-inner .active.right { left: 33%; }*/
/*	.carousel-inner .next        { left:  33%; }*/
/*	.carousel-inner .prev		     { left: -33%; }*/
/*  .carousel-col                { width: 33%; }*/
/*	.active > div:first-child + div { display:block; }*/
/*  .active > div:first-child + div + div { display:block; }*/
/*}*/

/*lg*/
/*@media (min-width: 1200px) {*/
/*  .carousel-inner .active.left { left: -25%; }*/
/*  .carousel-inner .active.right{ left:  25%; }*/
/*	.carousel-inner .next        { left:  25%; }*/
/*	.carousel-inner .prev		     { left: -25%; }*/
/*  .carousel-col                { width: 25%; }*/
/*	.active > div:first-child + div { display:block; }*/
/*  .active > div:first-child + div + div { display:block; }*/
/*	.active > div:first-child + div + div + div { display:block; }*/
/*}*/



