.tuff-logo {
	    width: 100% !important;
    height: auto !important;
    margin-top: 8px !important;
    margin-bottom: 15px !important;
	padding-bottom: 15px !important;

}

.button1 {
    color: #fff;
    cursor: pointer;
    padding: 0px 36px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    position: relative;
    background: #0064d0;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
s.tuff-con{
	text-align:justify;
	height: 272px;
	color:#000 !important;
    /*border: 1px solid #000;
    padding: 15px;*/
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}


.bunddle { 
 background-color: #04b0ad;
 color:#fff !important;
 font-size:20px;
 text-align: center;
 padding: 5px 15px;
 width: 25%;
}

.bunddleprice {
  font-size: 17px;
    color: #5a5a5a !important;	
}


.bunddleh6 {
	 color: #000!important;
}

.bundlle-button {
	 background-color: #04b0ad !important;
	 border-color: 1px solid #04b0ad !important;
	 color:#fff !important;
	 padding: 5px 25px !important;
}

.bunddle-sign{ padding-left: 0px !important;
    padding-right: 0px !important;
	max-width: 1.333333% !important;}
	
.bunddle-div-3{
     max-width: 24% !important;	
}
/*form styles*/
#msform {
	width: 95%;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ee0979;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none !important;
    color: #5a5a5a;
    text-transform: none;
    font-size: 14px;
    width: 23.33%;
	    font-weight: 600;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 12px;
    color: #fff;
    background:#04b0ad;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #5a5a5a;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #04b0ad;
    color: white;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #ee0979;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}





















.container {
    max-width: 1350px !important;
}

.whatithas {
    padding-left: 35% !important;
    font-size: 18px;
}


main{
  width: 100%;
  overflow: hidden;
}

.hero{
  width: 100%;
  max-width: 1355px;
  height: 600px;
  text-align: center;
  margin: 0 auto;
  background: #392f28;
  position: relative; 
  color: #392f28;
}

.hero {
	background:url(../images/darma-slide.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.hero h1{
  font-size: 23px;;
  margin: auto;
  position: absolute; 
  top: 80%;
  left: 9%;
  line-height: 30px !important;
  /*right: 0;
  bottom: 0;*/
  z-index: 1;
}

.hero p{
  font-size: 1.5em;
  margin: auto;
  position: absolute; 
  top: 220px;
  left: 0;
  right: 0;
  bottom: 0;
   z-index: 1;
}
.hero img{
  width: 100%;
}
.bar{
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: -webkit-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: -ms-linear-gradient(289deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  background: linear-gradient(161deg, #c60a09 0%, #f23332 36%, #c60a09 100%);
  opacity: 0.3;
  position: absolute; 
  z-index: 0;
  left: 0;
  top: 90px;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
   -webkit-animation: roll-out 1.2s ease-out ;
  -moz-animation: roll-out 1.2s ease-out ;
    animation: roll-out 1.2s ease-out ; 
}
.hero h1, .hero p{
  -webkit-animation: scale-in 1.3s ease-out;
  -moz-animation: scale-in 1.3s  ease-out;
    animation: scale-in 1.3s ease-out; 
}

.button1234 {
    border-radius: 5%;
    background-color: #1221DC !important;
    color: #fff !important;
    /* padding: 3px 25px; */
    border-color: #1221DC !important;
    width: 230px !important;
    height: 50px !important;
}

.button1234:hover{
    color: #fff !important;
}


@media all and (max-width: 768px) {
	
	.table-desk {display:none !important; }
	
	.whatithas {
    padding-left: 0% !important;
    font-size: 13px;
}
	
	.tuff-con { height: auto !important; }

.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

  .hero{
    height: 50vw;
  }
  .bar{
    height: 26vw;
    top: 10vw;
  }
  .hero h1{
    font-size: 8vw;
    top: 13vw;
  }
  .hero p{
    font-size: 3vw;
    top: 27vw;
  }
 
}






.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}


.p1-text p{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: justify;
}

.kith5 {
    color: #262427 !important;
    font-size: 28px;
    font-weight: 600;
}

.p1-text h5 {
    font-size: 25px;
    color: #0f957d;
    font-weight: 500;
}

.kitproduct {     color: #666666 !important;
    font-size: 18px; 
}

.kittest {
    color: #262427 !important;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

.testimg { width: 110px !important;
    height: 20px !important;
    float: right;  }

.textpheignt { height: 105px; }



.new_row {
    width: 100%;
}

.new_row ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.new_row ul li{
        list-style: none !important;
}

.sidebar {
  /*flex: 0 0 33.3333%;*/
  background: transparent;
}

.sidebar__widget {
  position: sticky;
  top: 0;
  background: transparent;
  height: 250px;
}

.button {
    background: #05afab;
	
}

h1, h2, h3, h4, h5, h6 {
    color: #03b0ae !important;
}

ul {
    padding-left: 25px !important;
}

ul li {
    list-style: disc !important;
}

figure{
  width: 100%;
  height: 600px;
  background-image:
  url(../images/darma-slide.jpg);
  background-position: 50% 46%;
  background-size: 100%; 
/*   border: 2px solid #000000; */
  position: relative;
  background-repeat: no-repeat;
}

.divsec{
  width: 100%;
  height: 480px;
  background-image:
  url(../images/sec1.jpg);
  background-position: 50% 46%;
  background-size: 100%; 
/*   border: 2px solid #000000; */
  position: relative;
  background-repeat: no-repeat;
}

.p-text{ padding-top: 10%;;
}

.p-text p {font-size: 15px;
    color: #000;
	width: 445px;
    font-weight: 500;
	    text-align: justify;
}

.p-text h5 {font-size: 25px;
    color: #0f957d;
    font-weight: 500;
}

.red{ color:red;
}

.pitems {
    width: 55px !important;
}

.pt-90 { padding-top: 90px; }

.white-text{ color:#fff;
margin-bottom: 5px !important;}

@media (min-device-width:900px) and (max-device-width:2000px){
	
	.table-mobile {display:none !important; }
	
	.whatithas {
    padding-left: 35% !important;
    font-size: 18px;
}
	.mobilekit{
		display:none;
	}
	
	.hero {
	background:url(../images/darma-slide.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

 .display-none { display:none !important; }
 
 .kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }
	
.prodtop {  margin-top: 28%;
    margin-left: 7%;
 } 
 
 .mobilesec	 { display: none !important; }
 
 .textheight { height: 130px; }
 
 .textheight1 { height: 125px; }
 
}

@media only screen and (max-width: 600px){
	
	.table-desk {display:none !important; }
	
	.hero h1{ display:none;  }
	
	.whatithas {
    padding-left: 0% !important;
    font-size: 13px;
}

	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
	.flogo1{ display:none !important;}
	.fcenter1{ text-align:center  !important; }
	.rwo1{text-align:center;}
	
	.owl-carousel .owl-item img {
    margin-left: 120px !important;
}

.textheight { height: auto; }
 
 .textheight1 { height: auto; }

.desktopsec { display: none !important; }

.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }

.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important; }

.sidebar__widget {
	display:none !important;	
}

.display-none1
{
	 display:none;
}

figure {
    
  background-position: unset ; 
 background-size: cover !important;
  height: 570px !important;
  background-image:url(../images/ab1.jpg);
   
}

.sec1{     padding-top: 0px; 
}

.sec-center{ text-align:center !important;
margin-top:20px;}

}  

@media (min-device-width:320px) and (max-device-width:768px) {
	
	.table-desk {display:none !important; }
	
	.whatithas {
    padding-left: 0% !important;
    font-size: 13px;
}
	
	.tuff-con { height: auto !important; }
	
	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
	
	.textheight { height: auto; }
 
 .textheight1 { height: auto; }
	
	.desktopsec { display: none !important; }
	
	.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important;}
	
	.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }
	
   figure {
    
  background-position: unset ;
  background-size: cover !important;
    height: 570px !important;
	background-image:url(../images/ab1.jpg);
}

.sec1{     padding-top: 0px;
}

.sidebar__widget {
	display:none !important;	
}

.sec-center{ text-align:center !important;
margin-top:20px;}

.display-none1
{
	 display:none;
}

} 

@media only screen and (max-width: 768px){
	
	.table-desk {display:none !important; }
	
	.tuff-con { height: auto !important; }
	
	.mobilekit {
	 padding: 15px 0px;
    background: #fff;
    bottom: 0px;
    position: fixed;
    z-index: 99999;
    right: 0px;
    left: 0px;
    text-align: center;	
	}
	
	.hero h1{ display:none; }
	
	.hero {
	background:url(../images/ab1.jpg);
	height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

	.textheight { height: auto; }
 
 .textheight1 { height: auto; }
	
	.desktopsec { display: none !important; }
	
	.flogo1{ display:none  !important;}
	.fcenter1{ text-align:center !important; }
	.rwo1{text-align:center;}
	.owl-carousel .owl-item img {
    margin-left: 120px !important;
}

.kitbutton {     
    background-color: #1221DC !important;
    border-radius: 5px;
    border: 1px solid #1221DC;
    padding: 5px 25px !important;
	color:#fff;
	    width: 230px !important;
    height: 50px !important;
 }
 
 .kitbutton:hover {
	 color:#fff;    
  }

.kitsticky{     background-color: #0000005c;
    bottom: 0px;
    width: 100%;
    color: black;
    position: fixed;
    align-items: center;
	z-index:999999 !important; }


figure {
    
  background-position: unset ;
  background-size: cover !important;
    height: 570px !important;
}

.sec1{     padding-top: 0px;
}

.sidebar__widget {
	display:none !important;	
}

.sec-center{ text-align:center !important;
margin-top:20px;}

.display-none1
{
	 display:none;
}

}

.fcenter1{ 
    text-align:right; 
}

.iq-over-blue-90:before {
    background: none !important;
}

.icon-bg img {
	width: 70%;
    padding: 30px 0px;
}

.tabul {
	padding: 5px 30px 5px 35px;
    text-align: left;
}

.tabul li {
	list-style: disc;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  /*box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1)*/;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background:rgba(0,0,0,.12);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: 15px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 50px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
	text-align:justify;
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}