body
{
	margin: 0;
	padding: 0;
	font-size:14px;
}
 
.header
{
	background: #f7f7f7;
}
.header .top
{
	float: right;
	min-height: 20px;
	width: 100%;
}
.header-outer{
	background-color:#f8f8f8;
}
.navbar {
    border-top: 1px solid #e1e1e1;
}
.top 
{
	border-bottom:1px solid #fff;
}
.top ul
{
	float: right;
	margin: 0;
	padding: 0;
}
.top ul li
{
	list-style: none;
	display:inline-block;	 
}
.top ul li a
{
	margin-left: 20px;
	font-size: 12px;
	color:#777777;
}
.top ul li a:hover{
	text-decoration:none;
}

.header .row .col-sm-4 ul
{
	margin: 0;
	padding: 0;
	padding-top: 20px;

}
.header .row .col-sm-4 ul li
{
	list-style: none;

}
.header .row .col-sm-4 ul li a
{
	float: left;
	margin-left: 28px;
	text-decoration: none;
	color: #000000;
}
.nav-link {
     color:#222;
	 font-size:18px;
	 padding: 10px 0px 10px 40px !important;
}
.nav-link:hover {
     color:#d42316;
	 
}
.nav-link.active {
     color:#d42316;
}


/*--------------------header end--------------------*/
.banner
{
	min-height: 500px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	padding-right: 0;
	padding-left: 0;
}
.banner p
{
	color: #ff0000;
	float: right;
	font-weight: bold;
	padding-top: 35%;
}
/*--------------banner End---------------------------*/
.intro
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.intro h4
{
	font-size: 18px;
    padding-top: 10px;
	font-weight:600;
}
 
/*---------------------intro end----------------------------*/

/*<==================================goal =============================*/


.goal
{
    background: #d42316;
     width: 100%;
     min-height: 300px;	
}

.goal .goal-item 
{

    width: calc(100% - 33%);
    float: left;
	padding:40px 10px;
	
}


.goal .goal-content 
{

    width: 33%;
    background: #e8e8e8;
    float: right;
    min-height: 300px;
    padding: 30px 12% 10px 30px;

}
.goal .goal-content p
{
	font-size: 12px;
}




/*<==================================goal=============================*/

.product
{
	padding-top: 20px;
	padding-bottom: 30px;
	background: #f7f7f7;

}
.product .pro-box
{
	width: 100%;
height: auto;
	margin: 0 auto;
	background: #ffffff;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 7px 7px 0px 0px #e8e8e8;
    text-align: center;
    padding-top: 15px;
	padding: 30px 15px;
	margin-bottom: 30px;
	transition:all ease-in-out 0.3s;

}
.product .pro-box:hover
{
 
 box-shadow: 7px 7px 20px 0px #ccc;
 transition:all ease-in-out 0.3s;	
}

.product .pro-box span
{
	color: #d42316;
	font-weight: bold;
	font-size: 21px;
}
.product .pro-box p
{
	 
	padding-top: 10px;
}
.product .view-more
{
	background: #d42316;
	border-radius: 10px 0px 10px 0px;
	box-shadow: 7px 7px 0px 0px #e8e8e8;
	padding: 12px 24px;
	margin: 20px auto;
	color: #ffffff;
	text-decoration: none;
}

/*-----------------------------------------product end------------------------------*/

.tech
{
    background: #eeeeee;
     width: 100%;
     min-height: 300px;	
}

.tech .tech-item 
{

    width: calc(100% - 66%);
    float: left;
    padding-top: 20px;
}
.tech .tech-item ul
{
	margin: 30px 0px 0px 0px;
	padding: 0;
}
.tech .tech-item ul li
{
	list-style: none;
	margin-bottom: 30px;
}
 
 

.tech .tech-img 
{
width: 55%;

background-image: url(../images/technology.jpg);

float: right;

min-height: 380px;
    padding: 30px 12% 10px 30px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
	    background-attachment: fixed;
    background-size: cover;

}
.tech .tech-item h4 {

    font-size: 21px;

}
.tech .tech-item ul li img {
	float:left; margin-right:15px;
}
 


/*-------------------------------tech end----------------------------*/

.service
{
	padding-top: 20px;
	padding-bottom: 30px;

}
.service .ser-box
{
width: 100%;

height: auto;

margin: 0 auto;

background: #d42316;

border-radius: 10px 0px 10px 0px;

 

text-align: center;

padding: 30px 15px;
 transition:all ease-in-out 0.3s;
 margin-bottom:30px;
}
.service .ser-box:hover{
	background: #ff0000 ;
box-shadow: 7px 7px 20px 0px #999;
 transition:all ease-in-out 0.3s;	
}
.service .ser-box h4
{
	color: #ffffff;
	font-size: 21px;
	padding-top: 5px;
}
.service .ser-box p
{
 
	color: #ffffff;

}
.service .view-more
{
	background: #e8e8e8;
	border-radius: 10px 0px 10px 0px;
	box-shadow: 7px 7px 0px 0px #d42316;
	padding: 12px 24px;
	margin: 20px auto;
	color: #000000;
	text-decoration: none;
}

/*-----------------------------------------sevice end------------------------------*/

.gallery
{
	background: #eeeeee;
	padding-top: 10px;

padding-bottom: 30px;
}
.gallery .img-box
{
 
	background: #ffffff;
	padding: 10px;
	text-align: center;

}
.gallery .img-box p
{ 
	padding-top: 10px;
}

/*----------------------------gallery End-------------------------*/

.footer
{
	background: #2a2a2a;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	
}
.footer .footer-box
{
	margin: 0 auto;
	width: 350px;
	min-height: 40px;
	border-bottom: 1px solid #444444;

}
.footer .footer-box ul 
{
	margin: 0; 
	padding: 0;
	text-align:center;
}
.footer .footer-box ul li
{
	list-style: none;
	display:inline-block

}
.footer .footer-box ul li a
{
	 
	padding: 0px 16px;
	color: #ddd;
	text-decoration: none;

}
.footer p
{
	color: #ddd;
	font-size: 13px;
}


.main-heading{
	position:relative;
	color: #ff0000;
	font-size:36px;
	line-height:55px;
}

.main-heading2{
	position:relative;
	color: #ff0000;
	font-size:36px;
	line-height:55px;
}

.main-heading::before{
	width:50px;
	height:2px;
	background-color:#ff0000;
	position:absolute;
	left:0px;
	bottom:0px;
	content:""
}
  

.dental-ser {
    background: #e8e8e8;
    width: 100%;
}
.dental-ser .img-box {
    width: 60%;
    background:#ff0000;
    float: left;
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
}
.dental-ser .text-box {
    width: calc(100% - 66%);
    float: right;
    padding: 40px 10px;
}
.bg-img {

    float: right;
    margin-right: 100px;
    margin-top: 30px;
	width: 58%;
	margin-bottom: 15px;

}

.inner-bnr{
	width:100%;
	margin-bottom:30px;
	min-height:300px;
}
.sticky{
	position:fixed;
	top:0px;
	transition:all ease-in-out 0.2s;
	z-index:999;
	width:100%;
	background-color:rgba(255,255,255,0.95);
	    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}
.navbar-brand img{
width: 100%;
transition:all ease-in-out 0.2s;
}
.sticky .navbar-brand img{
width: 60%;
transition:all ease-in-out 0.2s;
}
.content{
	width:100%;
	min-height:600px;
	margin-bottom:30px;
}
.well-w{
	background-color:#fff;
	border-radius:15px;
	min-height:280px;
	width:100%;
	box-shadow:0px 0px 20px 1px rgba(0,0,0,0.1);
	padding:15px;
	margin-bottom:30px;

}
.well-r{
	background-color:#ff0000;
	border-radius:15px;
	min-height:300px;
	width:100%;
	color:#fff;
	padding:15px;
}
.well-r ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.well-r	ul li{
	margin-bottom:28px;
}
.well-r ul li a{
	color:#fff;
	font-size:18px;
}
.well-r ul li a:hover{
	text-decoration:none;
	color:#fff;
}

.content .view-more {
    background: #d42316;
    border-radius: 10px 0px 10px 0px;
    box-shadow: 7px 7px 0px 0px #e8e8e8;
    padding: 12px 24px;
    
    color: #ffffff;
    text-decoration: none;
}
.well-w ul{
	list-style:square;
	margin:0px;
	padding:0px 0px 0px 15px;
}
.mb0{
	margin-bottom:0px !important;
}
.mh140{
	min-height: 140px;
}

.embed-responsive {

    border: 10px solid #f2f2f2;

}
.mb15{
	margin-bottom:15px;
}
#loader-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1000;
		background-color: #f7f7f7;
		}
		#loader1 {
		display: block;
		position: relative;
		top: 31%;
		margin: 0px auto;
		height: auto;
		width:6%;
		}
		#loader1 img{
		 margin:0px auto;
		 width:100%;
		}

#google_translate_element{
	margin: 5px 0 5px 20px;
	width: 100%
}

.goog-te-banner-frame.skiptranslate {
            display: none !important;
        } 
        body {
            top: 0px !important; 
        }

        .goog-te-menu-frame {
        max-width:100% !important; 
        }
        .goog-te-menu2 { 
        max-width: 100% !important;
        overflow-x: scroll !important;
        box-sizing:border-box !important; 
        height:auto !important; 
        }

@media only screen and (max-width: 1199px)
{
.dental-ser .text-box {
    width: calc(100% - 66%);
    float: right;
    padding: 20px 10px;
}

.h4, h4 {
    font-size: 1rem;
}
.h5, h5 {
    font-size: .9rem;
}
}

@media only screen and (max-width: 991px)
{
	
.dental-ser .text-box {
    width: calc(100% - 57%);
}
.dental-ser .img-box {
    width: 55%;
}
.bg-img {
    
    margin-right: 0px;
    margin-top: 30px;
    width: 94%;
    margin-bottom: 15px;
}
	
.main-heading {
 line-height:40px;
    font-size: 30px;
}
.tech .tech-item ul {
    margin: 20px 0px 0px 0px;
    
}
.tech .tech-item ul li {
    
    margin-bottom: 15px;
}
.tech .tech-item h4 {
    font-size: 18px;
}
.h3, h3 {
    font-size: 1.25rem;
}
.well-w {
    min-height: auto;
}
.inner-bnr {
    width: 100%;
    margin-bottom: 10px;
    min-height: auto;
}

}

@media only screen and (max-width: 767px)
{
.dental-ser .img-box {
    width: 100%;
	    min-height: auto;
}
.dental-ser .text-box {
    width: 100%;
}
.main-heading2 {
   
    font-size: 21px;
    line-height: 36px;
}
.main-heading {
    line-height: 36px;
    font-size: 24px;
}
.product{
	padding:0px;
}
.product .view-more{
margin: 0px auto 20px auto;
}
.tech .tech-item {
    width: 100%;
}
.tech .tech-img {
    width: 100%;
	    min-height: 200px;
		    background-attachment: scroll;
}
.service{
	padding:0px;
}

.product .pro-box span {
 
    font-size: 18px;
}
.tech .tech-item h4 {
    font-size: 16px;
}
.service .ser-box h4 {
   
    font-size: 18px;
    
}
.mob-center{
	text-align:center !important;
}
.content .view-more {
    
    display: inline-block;
    margin-bottom: 20px;
}

.content .product {
    padding-top: 15px;
}
.top ul {
    float: none;
     
    text-align: center;
}
.navbar-brand img {
    width: 70%;
}
.navbar-nav{
	border-top:1px solid #ddd;
}
#loader1 img {
    margin: 0px auto;
    width: 100%;
}
.collapse .well p{
	text-align:left !important;
}
.service .view-more {
 
    margin: 0px auto 20px auto;
}

}
@media only screen and (max-width: 575px)
{
.footer .footer-box ul li a {
    padding: 0px 5px;
}
.footer .footer-box {
    margin: 0 auto;
    width: auto;
}
.top ul li a {
    margin-left: 2px;
    font-size: 10px;
}
.navbar{
    padding: 0rem 1rem;	
}
	
}