
body{
     margin:0;
     padding:0;
     color: #5f5f5f;
    font-size: 16px;
    font-family:"Open Sans",sans-serif;
}
p {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family:"Open Sans",sans-serif;
}
h1, h2, h3, h4, h5, h6{
     margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #092c74;
}
h5{
    font-size: 22px;
    color: #092c74;
}
h6{
    font-size: 18px;
    color: #092c74;
}
a{
    color: #092c74;
}
a:focus, a:hover{
    text-decoration:none;
}
.logo {
    padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
        border-bottom: 1px solid #092c74;
    border-top: 1px solid #092c74;
}
nav.navbar.bootsnav .navbar-nav > li:last-child{
    border: none;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000000;
    font-weight: 600 !important;
    padding: 15px 15px;
    font-size: 16px;
    text-shadow: none;
    margin: 0px 10px;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #092c74;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #161c32;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #cc3333;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
    display: none;
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: rgb(9 44 116 / 75%);
    width: 50%;
    top: auto;
    bottom: 0px;
    padding: 40px 60px;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px 0px 10px;
    text-transform: capitalize;
}
.carousel-caption p {
    font-size: 18px;
    margin: 20px 0px;
    line-height: 26px;
}
.carousel-caption a {
    background-color: #f48a00;
    height: auto;
    line-height: initial;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 14px;
    width: auto;
}
.carousel-caption a:hover{
    background-color: #ac6416;
}
.service-block {
    padding: 50px 0px;
}
.about-block {
    background-color: #ffffff;
    padding: 50px 0px;
}
.dental_heading{
    position: relative;
}
.dental_heading h1 {
    font-size: 45px;
    padding-bottom: 5px;
    margin-top: 0px;
    font-weight: normal;
    color: #092c74;
    letter-spacing: 0.3px;
}
.about-left ul {
    list-style-type: square;
    color: #161c32;
    line-height: 30px;
}
.about-left h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #092c74;
    font-weight: 600;
    margin-top: 0px;
}
.about-right img{
    border-radius: 25px;
    width: 100%;
}
.link-btn {
    background-color: #092c74;
    color: #ffffff;
    padding: 10px 35px 12px;
    display: inline-block;
    border-radius: 5px;
   
    margin-top: 10px;
    transition: all 0.2s linear;
}
.link-btn:hover{
    background-color: #161c32;
    color: #ffffff;
}
.about-left p {
    line-height: 25px;
}
.about-left .fa-long-arrow-right {
    margin-left: 5px;
}
.project-block {
    background-color: #f6f6f6;
    padding: 50px 0px;
}
.dental_heading.text-center::before {
    margin: 0px auto;
    text-align: center;
    right: 0;
    bottom: 0;
}
.dental_heading.text-center {
    margin-bottom: 50px;
}
.project-list{
    -webkit-box-shadow: 0px 25px 30px -20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 25px 30px -20px rgba(0,0,0,0.2);
    box-shadow: 0px 25px 30px -20px rgba(0,0,0,0.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.project-list:hover{
    -webkit-box-shadow: 0px 30px 50px -20px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 30px 50px -20px rgba(0,0,0,0.25);
    box-shadow: 0px 30px 50px -20px rgba(0,0,0,0.25);
    cursor: pointer;
    transform: translateY(-5px);
}
.project-text {
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.project-text h3 {
       margin: 0px;
    padding: 0px 0px 8px;
    font-size: 20px;
    font-weight: 600;
}
.project-text .fa-chevron-right, .design-list .fa-chevron-right {
    margin-left: 7px;
    position: relative;
    top: 1px;
    color: #f48a00;
}
.project-text a:hover, .design-list a:hover{
    color: #f48a00;
}
.project-text p {
    line-height: 26px;
}
.career-block{
    padding: 50px 0px;
}
.test-block {
    background-color: #161c32;
    padding: 50px 0px;
}
.test-content p {
    color: #ffffff;
    font-style: italic;
}
.test-content{
    margin: 0px 30px;
}
.q-left .fa-quote-left {
    font-size: 60px;
    color: #393e51;
}
.test-content .q-text {
    font-style: italic;
    margin-left: 25px;
    margin-top: -25px;
}
.test-content .test-name {
    text-align: center;
}
.test-content .test-name h5 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 3px;
}
.test-content .test-name p {
    color: #414967;
    font-size: 14px;
}
.design-block {
    padding: 50px 0px 50px;
}
.design-list {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d8dadc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}
.design-img {
    margin: -57px 0px 0px 0px;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;    
}
.design-img:hover {
    transform: rotate(360deg);
}
.design-img img {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d8dadc;
    border-radius: 50% 50% 50% 50%;
}
.design-list p {
    margin: 0px 10px 30px;
}
.design-list h3 {
    font-size: 20px;
    font-weight: 600;
}
.design-block .dental_heading {
    margin-bottom: 75px;
}
footer {
    background-color: inherit;
    border: none;
}
.top-footer {
    background-color: #000000;
    padding: 50px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.top-footer:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(9 44 116 / 58%);
}
.footer-left h3, .time-table h3 {
    margin-top: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 10px;
}
.footer-left p {
    color: #ffffff;
}
.footer-address h4 {
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 30px;
    letter-spacing: 0.3px;
}
.footer-address p {
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 0px;
}
.footer-address a{
    color: #ffffff;
}
.time-list li {
    color: #ffffff;
    line-height: 30px;
}
.footer-title{
    text-transform: capitalize;;
    color: #ffffff;
    border: none;
}
.time-list li span {
    float: right;
}
.footer-logo p {
       color: #ffffff;
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
}
.footer-left {
    padding-right: 50px;
}
.footer-left img {
    border-radius: 10px;
}
.shop-list li a, .more-info li{
    font-size: 16px;
    text-transform: capitalize;
}
.shop-list li a:hover{
    color: #ac6416;
}
.more-info .fa-home, .more-info .fa-phone{
    color: #ffffff;
}
.more-info li{
    line-height: 25px;
}
.footer-logo .btn-primary {
    color: #fff;
    background-color: #f48a00;
    border-color: #f48a00;
    margin-top: 20px;
    padding: 5px 12px 10px;
}
.footer-logo .btn-primary:hover{
     background-color: #161c32;
    border-color: #161c32;
}
.shop-list li{
    list-style-type: square;
    color:#f48a00; 
}
.bottom-footer {
    background-color: #092c74;
    padding: 20px 0px 15px;
}
.copy p, .power p {
    margin: 0px;
    color: #ffffff;
}
.power a{
    color: #ffffff;
}
#scrolltoup:hover{
    color: #ffffff;
}
.social i {
    color: #ffffff;
    font-size: 36px;
}
.add-col{
    padding-left: 0px;
}
.top-header {
    background-color: #ffffff;
}
.header-left {
    text-align: center;
}
.footer-address img {
    border-radius: 10px;
}
.header-left.mobile-top a.logo {
    display: none;
}

/*--media-responsive--*/
@media (min-width:1200px){
    .dental_heading.text-center p {
        margin: 0px 20%;
    }
    .test-content {
        margin: 0px 25%;
    }
    .about-left{
        padding-right: 60px;
    }
    .design-row {
    margin-top: 100px;
        }
        .footer-left hr {
    width: 420px;
    margin: 30px 0px;
}
}
@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
    }
    .carousel-caption{
        width: 65%;
    }
    .carousel-caption h1{
        font-size: 30px;
        line-height: 1.2;
    }
    .carousel-caption p{
        margin-bottom: 0px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .logo img{
        float: none;
    }
    .logo{
        padding: 10px 0px 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 10px;
        font-size: 14px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption{
        width: 75%;
        left: 0;
        right: 0;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption p{
        margin-bottom: 0px;
    }
    .project-list {
    margin-bottom: 30px;
}
.design-list{
    margin-bottom: 60px;
}
    .footer-left{
        padding-right: 0px;
    }
}
@media (max-width:767px) and (min-width:320px){
    .logo img{
        float: none;
    }
    .header-left.mobile-top a.logo {
        display: block;
    }
    .header-left.desk-top a.logo{
        display: none;
    }
    .top-header-right.pull-right{
        float: none !important;
    }
     nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption p{
        display: none;
    }
    .about-left {
        padding-bottom: 30px;
    }
    .design-list {
        margin-bottom: 60px;
    }
    .about-right{
        float: none !important;
    }
    .about-right img {
        width: 100%;
    } 
    .project-list{
        margin-bottom: 25px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
        background-color: #f48a00;
        color: #ffffff;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        border-right: 0px;
    }
    .footer-left h3, .time-table h3 {
    padding-bottom: 0px;
}
.time-table {
    margin-top: 30px;
}
.dental_heading h1{
    font-size: 30px;
}
.about-block .dental_heading.text-center {
    text-align: left !important;
    margin-bottom: 15px;
}
    .footer-left{
        padding-right: 0px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo img {
        float: none;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.2;
   }
    .carousel-caption{
        top: auto;
    width: 200px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 10px 10px;
    }
    .carousel-caption a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .about-block{
        padding: 30px 0px;
    }
    .about-left h1{
        font-size: 36px;
    }
    .footer-title{
        margin-top: 15px;
        font-size: 20px;
    }
    ul.list-unstyled.list-inline.social {
        margin-bottom: 10px;
    }
    .expert-content{
        top: 0px;
    }
    .top-footer{
       padding: 30px 0px;
    }
    .shop-list ul{
        padding-left: 30px;
    }
    .footer-left h3, .time-table h3{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width:350px) and (min-width:320px){
 
}
