@charset "UTF-8";
/*
Theme Name: Dental Implant
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: Dental 
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.home-blog-style-one-item {
    text-align: left;
    padding: 10px 10px 20px;
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
    .home-blog-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.home-blog-thumb img {
    border-radius: 10px;
}
ul.home-blog-meta {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f7f7f7;
    margin: 0;
    list-style: none;
    padding: 0;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
}
ul.home-blog-meta li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
ul.home-blog-meta::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-left-radius: 17px;
}
.home-blog-style-one-item .content h4 , .home-blog-style-one-item .content h4 a {
    font-size: 20px;
    line-height: 1.4;
    color: #3759a3;
}
.header-bottom2 {
    padding: 5px 0 24px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 20px 5px;
    margin-top: -30px;
   }
.blogs-sec {
    position: relative;
    padding: 60px 0px;
}
.blog-content h3 {
    color: #3759a3;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.blog-content p {
    font-size: 16px;
}
.service-sidebar {
    margin-bottom: 30px;
}
.service-sidebar h3 {
    font-size: 24px;
    background-color: #3759a3;
    text-align: center;
    color: #fff;
    padding: 12px;
    margin: 0 0 5px;
    font-weight: 500;
    border-radius: 8px;
}
.blog-content h3::after {
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #3759a3;
    bottom: 0;
    content: '';
    left: 0;
}
 
.blog-content img{
    width: 100%;
    margin-bottom: 20px;
  }
.categories-list {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.categories-list li {
    position: relative;
    display: block;
}
.categories-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
    padding: 19px 24px 19px 66px;
    background: #e7ecf2;
    z-index: 1;
}
.categories-list li a i {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    left: 22px;
    color: #c8d1db;
    top: 22px;
    transition: all 500ms ease;
}
.categories-list li a::after {
    position: absolute;
    content: '';
    background: #d2dbe4;
    width: 1px;
    height: 32px;
    top: 19px;
    left: 54px;
    transition: all 500ms ease;
}
.categories-list li:nth-child(2n+1) a {
    background: #eff2f5;
}
.categories-list li a:hover, .categories-list li a.active {
    background-color: #3759a3;
    color: #fff;
}
.consultancy-content .consultancy-form p {
	color:#000;
}
.services-single-sec-ctn-box h4 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 25px;
    
}
.services-single-sec-ctn-box ul li {
    color: #fff;
    position: relative;
    z-index: 1;
 
    
}
.banner-content-inner h1 {
    font-size: 25px;
    color: var(--base-color);
    font-weight: 700;
    
}
.banner-content-inner h1 span {
    color: var(--black-color);
}
.milestone-client h1 {
    font-size: 47px;
    color: var(--base-color);
    font-weight: 700;
    line-height: 64px;
}
.milestone-client h1 span {
    color: var(--black-color);
}
.services-single-sec-ctn-box h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 37px;
    margin-bottom: 10px;
    font-weight: 600;
	line-height: 47px;
}
  .all-on-x-content {
    position: relative;
    z-index: 2;
}

.milestone-client.milestone-client-2 {
    margin-bottom: 25px;
}
      
.cat-sec {
  background-color: #fff;  
   padding: 50px 0; */
    position: relative; 
}
.cat-sec h2 {
    font-size: 33px;
    line-height: 50px;
    color: #2f2f2f;
    font-weight: 600;
   
}
.cat-sec h3 {
    font-size: 33px;
    line-height: 50px;
    color: #2f2f2f;
    font-weight: 600;
   
}
.cat-sec h3 span {
    color: var(--base-color);
}
.cat-main {
    display: flex;
    justify-content: space-between;
}
.catli {
    border: solid 1px #d6d6d6;
    border-radius: 10px;
    border-top: solid 10px var(--base-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin:10px 0;
	text-align:center;
}
.catli h4 {
    padding:5px;
}
.catli p {
  
	
}
.catli img {
	height:350px;
	width:100%;
	margin-bottom:5px;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
