/* CSS Document */

@charset "UTF-8";
/*
Theme Name: Smart Cleaning
Author: TheMagnifico52
Theme URI: https://www.themagnifico.net/themes/free-cleaning-wordpress-theme/
Author URI: https://www.themagnifico.net/
Description: Smart Cleaning theme is suitable for any cleaning business or service. It includes floor cleaning, house cleaning, washing services, car washing, housekeeping, cleaner, janitor, maid service, disinfectant, PPE Kit and maintenance. It also includes services like construction, HVAC, plumbing, power companies, corporate cleaning solutions, pool services, electrical, general service company, janitor, sanitizing, Maid clean services, flooring and hardwood, painting and staining and more such local business. The theme has a beautiful, luxurious and sophisticated design that will surely attract your visitors. It is a SEO-friendly theme that means your website will rank soon on major search engines like Google. Also the responsive layout makes it mobile-friendly and it fits well on all devices screen sizes. It is translation-ready and supports RTL layout. You are allowed to add shortcodes that will further improve the functionality of the website. It has secure and clean codes and is optimized for speed. Implemented on bootstrap framework that is why it is handy to use. It is a user-friendly theme and has a lot of customization and personalization options. The minimal design is also responsible for faster page load times. It also provides a testimonial section for your visitors to comment.
Version: 9.2.2
Tested up to: 5.8.1
Requires PHP: 7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smart-cleaning
Tags: custom-logo, one-column, two-columns, wide-blocks, block-styles, sticky-post, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, editor-style, threaded-comments, theme-options, left-sidebar, right-sidebar, grid-layout, rtl-language-support, blog, e-commerce, portfolio

Smart Cleaning WordPress Theme has been created by TheMagnifico(themagnifico.net), 2021.
Smart Cleaning WordPress Theme is released under the terms of GNU GPL
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #717171;
}
h1,h2,h3,h4,h5,h6{
  color: #0e53ae;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
pre {
  font-size: 1em;
}
a {
  color: #011c69;
  background-color: transparent;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
img {
  border-style: none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus{
  outline: 1px dotted;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Alignment CSS
 */
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.custom-header *,
.featured-header-image * {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.entry-content a,
.textwidget a,.comment-content a, .woocommerce-product-details__short-description a,#content-section p a {
  text-decoration: underline;
}
#masthead {
  margin-bottom: 0em;
}
.page-template-home-template #masthead {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Scroll Back
--------------------------------------------------------------*/
#button {
  display: inline-block;
  background-color: #0e53ae;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 15px 0;
  font-weight: bold;
}
a#button{
  color: #fff !important;
}
#button:hover {
  cursor: pointer;
  background-color: #717171;
}
#button:active {
  background-color: #717171;
}
#button.show {
  opacity: 1;
  visibility: hidden;
	display: none;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.post-password-form input[type="password"] {
  margin-top: 0.4375em;
}
.socialmedia{
  background: #f0f0f0;
}
.top-info i{
  color: #0e53ae;
}
.top-info p, .top-info span {
  color: #011c69;
  font-weight: 500;
  font-size: 15px;
}
.social-link i {
  color: #717171;
  font-size: 20px;
  margin-right: 15px;
}
.top-info strong{
  color: #0e53ae;
}
.socialmedia .main_header{
  background: #0e53ae;
}
.main_header i{
  color: #02feff;
}
.main_header p{
  color: #fff;
  font-size: 15px;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
.navbar-brand {
  margin: 0;
}
.navbar-brand a {
  color: #fff;
}
.navbar-brand p {
  color: #717171;
  font-size: 15px;
  margin-bottom: 0;  
}
.navbar-brand h1.site-title,
p.site-title{
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/ 
.serach_inner [type="submit"] {
  padding:0 10px;
  background: url(assets/img/icon.png) no-repeat scroll 0 2px;
  text-indent: -9999px;
  border: none;
}
.serach_inner form.search-from {
  border: solid 1px #000;
  background: #fff;
  border-radius: 30px;
}
.serach_inner input.search-field.form-control {
  width: 90%;
  float: left;
  border: none;
  background: transparent; 
  border-radius: 30px;
}

/*--------------------------------------------------------------
## Top Slider
--------------------------------------------------------------*/

.slider-box{
  background: #1e3237;
}
#top-slider img{
  opacity: 0.5;
}
.slider-box:after {
  content: "";
  background-image: url(assets/img/slider-design.png);
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  height: 186px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.slider-inner-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65%;
  left: 10%;
}
.slider-inner-box h2 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.slider-inner-box p{
  color: #fff;
}
.slide-btn a,.servbtn a {
  background: #00ffff;
  color: #04227e;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
}
.slide-btn a:hover,.servbtn a {
  background: #0e53ae;
  color: #fff;
}
.timebox {
  background: #0e53ae;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
}
.timebox i {
  font-size: 30px;
  color: #fff;
  margin: 5px 0;
}
.timebox p {
  font-weight: 600;
  font-size: 15px;
}

/*--------------------------------------------------------------
## Featured Category
--------------------------------------------------------------*/

#featured-topic h3 {
  font-size: 35px;
  color: #001c69;
}
.featured-imagebox h4 a {
  color: #001c69;
}
.servbtn a:hover{
  background: #00ffff;
  color: #04227e;
}
.featured-imagebox {
  background: #eff0f0;
}

/*--------------------------------------------------------------
## Articale
--------------------------------------------------------------*/

.article-box {
  border: solid 1px #dcdcdc;
  padding: 15px;
  margin-bottom: 25px;
}
.article-box h3.entry-title {
  font-size: 25px;
}
.sidebar .search-from,.sidebar form.woocommerce-product-search {
  padding: 10px;
}
.sidebar input[type="submit"],.sidebar button[type="submit"] {
  width: 100%;
  background: #0e53ae;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
h2.entry-title,
h1.entry-title,
h2.page-title {
  font-size: 45px;
}
.article-box a{
  color: #0e53ae;
}

/*--------------------------------------------------------------
## Woocommerce Product CSS
--------------------------------------------------------------*/

.woocommerce ul.products li span.price {
  margin: 0 5px;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #0e53ae;
  font-weight: bold;
  font-size: 14px;
}
span.onsale {
  position: absolute;
  top: 0;
  background: #0e53ae;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
.pro-button a,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  padding: 12px 15px;
  color: #fff;
  font-size: 15px;
  background: #0e53ae;
}
.pro-button a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background: #0e53ae;
  color: #fff;
}
ins {
  text-decoration: none;
}
.woocommerce ul.products li {
  text-align: center;
  box-shadow: 0 0 5px 2px #efefef;
  padding: 5px 5px 10px !important;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  position: absolute;
  top: 15px;
  color: #717171;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  left: 15px;
  right: auto;
  background: #fdce38;
  padding: 2px 5px;
  border-radius: 0px;
  margin: 0px;
  min-height: 20px;
  line-height: 1.5;
}
.woocommerce ul.products li.product .star-rating,.woocommerce .star-rating {
  margin: 0px auto 10px;
  color: #fdce38;
}
.woocommerce .woocommerce-ordering select {
  background: #0e53ae;
  color: #fff;
  padding: 2px;
  border: 1px solid #e3e3e3;
}
.woocommerce .entry-summary {
  margin: 0;
}
.woocommerce .quantity .qty {
  padding: 8px;
  border: solid 2px #717171;
}
.woocommerce-message,
.woocommerce-info{
  border-top-color: #0e53ae;
}
.woocommerce-message::before,
.woocommerce-info::before{
  color: #0e53ae;
}
input[type="text"], 
input[type="email"], 
input[type="phno"],
input[type="tel"], 
input[type="password"], 
textarea {
  border: 1px solid #bcbcbc;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}
span.woocommerce-input-wrapper,
.checkout label,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,.woocommerce form .form-row label,span.password-input,
nav.navigation.posts-navigation,
header.page-header {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: initial;
  background: #0e53ae;
  padding: 10px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  padding: 8px 0 !important;
}
.woocommerce #customer_login .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce #customer_login .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  display: table-cell;
  max-width: 100%;
  float: none;
}
.woocommerce ul.products li.product .button{
  margin-top: 0;
}
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav#site-navigation{
  padding: 0;
}
.main-navigation .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.main-navigation .menu > li {
  display: inline;
  position: relative;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  letter-spacing: 1px;
}
.main-navigation .menu > li > a {
/*  color: #011c69;
  padding: 15px;
  text-transform: uppercase;
  display: inline-block;
  border-top: solid 5px #f0f0f0;*/
  color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}
.main-navigation .menu > li > a:hover{
 /* border-top: solid 5px #02feff;*/
}





.main-navigation .sub-menu {
  background-color: #ffffff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}
.main-navigation .sub-menu > li > a:hover, 
.main-navigation .sub-menu > li > a:focus {
/*  background: #02feff;*/
  color: #222222;
}
.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}





.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  right: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {

  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem;
  white-space: nowrap;
}
.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
.main-navigation .sub-menu > li > a:empty {
  display: none;
}
.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}
.main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-navigation .menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-navigation .menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu  {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0.98rem;
  -moz-border-radius: 0.98rem;
  border-radius: 0.98rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  background: white;
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  background: #0e53ae;
  color: white;
  border: 1px solid #0e53ae;
}
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
  content: " \2192  ";
}
.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
  content: "\2190  ";
}
.navigation.pagination {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  border: 1px solid #ddd;
  -webkit-border-radius: 0.98rem;
  -moz-border-radius: 0.98rem;
  border-radius: 0.98rem;
  display: inline-block;
  padding: 0.13rem 0.875rem;
  background: white;
}
.navigation.pagination .nav-links a.current, .navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current,
.navigation.pagination .nav-links span:hover {
  background: #0e53ae;
  color: white;
  border: 1px solid #0e53ae;
}

@media screen and (max-width: 560px) {
  .navigation.post-navigation .nav-links {
    display: flex;
    flex-flow: column wrap;
  }
  .navigation.post-navigation .nav-links .nav-previous,
  .navigation.post-navigation .nav-links .nav-next {
    margin-bottom: 14px;
    width: 100%;
    float: none;
    text-align: start;
  }
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

a img .alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img .alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img .alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption .alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption .alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.module-border-wrap {
  -moz-border-image: -moz-linear-gradient(to bottom left, #19b094 0%, #0e53ae 100%);
  -webkit-border-image: -webkit-linear-gradient(to bottom left, #19b094 0%, #0e53ae 100%);
  border-image: linear-gradient(to bottom left, #19b094 0%, #0e53ae 100%) 1;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input{
  width: 100%;
}
.comment-respond input#submit {
  background: #0e53ae;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title {
  position: relative;
  margin-left: 2px;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.2rem;
  left: -1rem;
  top: 0.375rem;
  font-weight: 900;
  background: #0e53ae;
  padding: 10px 15px;
  color: #fff;
  margin-right: 10px;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon {
  background: #0e53ae;
  color: #fff;
}
#colophon a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
}
#colophon ul {
  list-style: none;
  padding-left: 0;
}
#colophon li{
  display: inline-block;;
}
.site-info {
  padding: 15px 0;
}
.footer-menu-left {
  text-align: right;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget a:hover, .widget a:focus {
  color: #0e53ae;
}
.widget ul li.recentcomments {
  display: block;
  padding: 5px 15px;
}
.widget .gallery-item,
.textwidget {
  padding: 10px;
}
.widget #wp-calendar caption {
  caption-side: top !important;
  padding-top: 0;
}
.widget #wp-calendar tbody tr td {
  padding: .5rem;
}
.widget #wp-calendar tfoot {
  text-align: center;
}
.half-rule {
  margin: 2.5rem 0;
  width: 6rem;
}
.sidebar section {
  border: solid 0px #dcdcdc;
  margin-bottom:;
  background: ;
}
.sidebar h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;  
  background: #0e53ae;
  padding: 15px 10px;
  margin-bottom: 0;
}
.sidebar ul {
  list-style: none;
  padding: 0;  
}
.sidebar li {
  color: #717171;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  border-bottom: solid 1px #e1e1e1;
}
.sidebar ul li a:hover {
  color: #0e53ae;
}
.sidebar ul li a {
  color: #717171;
}
.sidebar .textwidget img,
.sidebar .form-group {
  width: 100%;
  height: auto;
}
.sidebar select {
  padding: 10px;
  border: solid 1px #e3e3e3;
  background: transparent;
  font-size: 14px;
  width: 100%;
  color: #717171;
}
.sidebar .tagcloud a {
  border: 1px solid #e3e3e3;
  color: #717171;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar .tagcloud a:hover{
  background: #0e53ae;
  color: #fff;
}
.sidebar .tagcloud {
  margin-top: 15px;
}
.sidebar input[type="search"]{
  padding: 10px;
  width: 100%;
  border: solid 1px #dcdcdc;
  font-size: 15px;
}
.sidebar button[type="submit"] {
  padding: 8px;
  width: 100%;
  margin-top: 10px;
  color: #fff;
}
.sidebar table#wp-calendar {
  border: solid 1px #e3e3e3;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
.sidebar th,#theme-sidebar td {
  border-right: solid 1px #e3e3e3;
  padding: 10px 0;
}
.sidebar tr {
  border-bottom: solid 1px #e3e3e3;
}

/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post-thumbnail {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  height: auto;
  max-width: 100%;
  padding: 0.25rem;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
ul.comment-list .comment .media-body {overflow: auto;}
.toggle-nav.mobile-menu,
a.closebtn.mobile-menu {
  display: none;
}

@media screen and (max-width: 720px){
  .social-link,.main_header,.footer-menu-left,#homepage-product{
    text-align: center;
  }
  .serach_inner input.search-field.form-control{
    width: 85%;
  }
  .slider-inner-box h2{
    font-size: 18px;
  }
  .slider-box:after{
    position: absolute;
    height: auto;
    background-image: none;
  }
  .slider-inner-box p,.timebox{
    display: none;
  }
}

@media screen and (max-width: 1000px){
  .slider-inner-box{
    right: 10%;
  }
  .toggle-nav {
    display: none;
    cursor: pointer;
    z-index: 999999;
  }
  .toggle-nav i {
    font-size: 30px;
    color: #ffffff;
    padding: 10px;
    background: #0e53ae;
  }
  .toggle-nav button {
    border: none;
    background: transparent;
  }
  .sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999;
    right: 0;
    top: 110%;
    overflow-x: hidden; 
    transition: 0.5s ;
    overflow-y: scroll;
    background: #0f1114;
    visibility: hidden;
  }
  .sidenav.show {
    visibility: visible;
    top:0%;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 30px;
    margin-left: 10px;
    display: block;
    color: #ffffff;
    border:none;
    background: transparent;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav,
  .toggle-nav.mobile-menu,
  a.closebtn.mobile-menu,
  .main-navigation ul ul li,
  .nav ul li a{
    display: block;
  }
  .main-navigation .menu {
    margin-top: 50px;
  }
  .nav ul li ul,
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
    padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .nav ul li ul, 
  .nav ul li ul ul {
    display: block !important;
    opacity: 1 !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
  }
  .main-navigation li{
    padding: 0;
  }
  .main-navigation .sub-menu{
    position: static;
    background: transparent;
  }
  .main-navigation .menu > li > a {
    color: #fff;
    display: block;
    border: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  .slider-inner-box{
    right: 40%;
  }
}
























@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #222222;
  display: inline-block;
}

a:hover, a:focus {
  color: #06a3da;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6a6c72;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 30px;
  padding-bottom:0px /*100px*/;
}

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

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #ffffff;
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
	border: 1px solid #fff;
}

.default-btn:hover {
  background-color: #124390;
  color: #ffffff;
}

/*================================================
Section Title CSS
=================================================*/
.section-title-warp {
  margin-bottom: 45px;
}

.section-title-warp .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.section-title-warp .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.section-title-warp h2 {
  font-size: 32px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.4;
}

.section-warp-btn {
  text-align: right;
}

.section-warp-btn .default-btn {
  padding: 20px 45px;
  font-size: 16px;
}

.section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}

.section-title .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.section-title .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.section-title h2 {
  font-size: 38px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
}

.preloader .loader {
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
  position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
  height: 50px;
  width: 50px;
  color: #06a3da;
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  -webkit-animation: rotate3d 2s linear infinite;
          animation: rotate3d 2s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-information li {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 22px;
}

.top-header-information li:last-child {
  margin-right: 0;
}

.top-header-information li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #06a3da;
  font-size: 16px;
}

.top-header-information li a {
  color: #222222;
}

.top-header-information li a:hover {
  color: #06a3da;
}

.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.top-header-optional li:last-child {
  margin-right: 0;
}

.top-header-optional li a {
  margin: 0 2px;
}

.top-header-optional li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #06a3da;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-header-optional li a i:hover {
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top-header-optional .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: initial;
  color: #222222;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  top: -2px;
}

.top-header-optional .languages-list .nice-select::after {
  border-color: #06a3da;
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px;
}

.top-header-optional .languages-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-bottom: 0;
}

.top-header-optional .languages-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}

.top-header-optional .languages-list .nice-select .list .option.selected {
  background-color: #06a3da !important;
  color: #ffffff;
  font-weight: normal;
}

.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}

/*================================================
Middle Header Area CSS
=================================================*/
.middle-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background:#FFFFFF;
}

.middle-header h1 {
  font-size: 45px;
  margin-bottom: 0;
}

.middle-header h1 a {
  color: #222222;
}

.middle-header-content {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.middle-header-content li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6c72;
  margin-right: 30px;
}

.middle-header-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #06a3da;
  font-size: 38px;
}

.middle-header-content li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 5px;
}

.middle-header-content li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding: 10px 0;
  background-color: #f7f7f7;
}

.main-navbar .navbar {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

.main-navbar .navbar .navbar-brand {
  padding: 0;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}










.menu {
  margin-right: auto;
}
.menu .menu-item {
  position: relative;
  margin-left: 1px;
  margin-right: 2px;
}
.menu .menu-item a {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}


.menu .menu-item a :hover {
  color: #ffffff;
	background:#06a3da;
}

.main-navigation .menu > li > a:hover{
	  color: #ffffff;
	background:#06a3da;
}

.main-navigation .menu > li > a {
	  padding-left: 10px;
	padding-right: 10px;
}



.menu .menu-item a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #06a3da;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.menu .menu-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}



/*.menu .menu-item a:hover, .menu .menu-item a:focus, .menu .menu-item a.active {
  color: #06a3da;
}
*/
.menu .menu-item a:hover::before, .menu .menu-item a:focus::before, .menu .menu-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.menu .menu-item:last-child {
  margin-right: 0;
}

/*.menu .menu-item:first-child {
  margin-left: 0;
}*/

/*.menu .menu-item:hover a, .main-navbar .navbar .menu .menu-item.active a {
  color: #06a3da;
}*/







.main-navbar .navbar .navbar-nav {
  margin-right: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.main-navbar .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #06a3da;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}

/*.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item a:hover::before, .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

/*.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 60px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 230px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 5px 20px;
  position: relative;
  display: block;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #06a3da;
}
*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -230px;
  left: auto;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}
*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

./*main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

./*main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}
*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}
*/
/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}
*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}
*/
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/*.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #06a3da;
}*/

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
  margin-right: 25px;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .search-btn a i {
  font-size: 22px;
  color: #222222;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*.main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #06a3da;
}*/

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #124390;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #222222;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #06a3da;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 25px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i {
  font-size: 22px;
  color: #222222;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i:hover {
  color: #06a3da;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #ffffff;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #124390;
}

/*================================================
Search Modal Style CSS
=================================================*/
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}

.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #222222;
  opacity: .77;
}

.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.searchmodal .modal-header {
  border: none;
}

.searchmodal .modal-header button {
  position: relative;
}

.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: #eeeeee;
  border-radius: 50px;
  color: #06a3da;
  border: none;
  font-size: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
  background-color: #06a3da;
  color: #ffffff;
}

.modal-search-form {
  position: relative;
}

.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  color: #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:focus {
  border-color: #06a3da;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}

.modal-search-form button {
  border: none;
  background-color: #eeeeee;
  color: #06a3da;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.modal-search-form button:hover, .modal-search-form button:focus {
  background-color: #06a3da;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #06a3da;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 300px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #222222;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #222222;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-item {
  background-image: url(../images/main-slides/slides-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-slides-item.item-bg2 {
  background-image: url(../images/main-slides/slides-bg2.jpg);
}

.main-slides-item.item-bg3 {
  background-image: url(../images/main-slides/slides-bg3.jpg);
}

.main-slides-item.item-bg4 {
  background-image: url(../images/main-slides/slides-bg4.jpg);
}

.main-slides-item.item-bg4 .main-slides-content {
  max-width: 675px;
}

.main-slides-item.item-bg5 {
  background-image: url(../images/main-slides/slides-bg5.jpg);
}

.main-slides-item.item-bg5 .main-slides-content {
  max-width: 675px;
}

.main-slides-item.item-bg6 {
  background-image: url(../images/main-slides/slides-bg6.jpg);
}

.main-slides-item.item-bg6 .main-slides-content {
  max-width: 675px;
}

.main-slides-content {
  max-width: 630px;
}

.main-slides-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.main-slides-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.main-slides-content h1 {
  font-size: 75px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-slides-content h1 span {
  color: #06a3da;
}

.main-slides-content p {
  color: #222222;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.main-slides-content .slides-btn {
  margin-top: 30px;
}

.main-slides-content .slides-btn .default-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.main-slides-content .slides-btn .checkup-content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.main-slides-content .slides-btn .checkup-content .icon {
  position: absolute;
  top: -20px;
  left: 0;
}

.main-slides-content .slides-btn .checkup-content .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #06a3da;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-slides-content .slides-btn .checkup-content .icon i:hover {
  background-color: #124390;
}

.main-slides-content .slides-btn .checkup-content span {
  padding-left: 75px;
}

.main-slides-content .slides-btn .checkup-content span a {
  color: #222222;
}

.main-slides-content .slides-btn .checkup-content span a:hover {
  color: #06a3da;
}

.main-slides-content .slides-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.main-slides-content .slides-btn .optional-btn:hover {
  background-color: #06a3da;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #222222;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #06a3da;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
  background-color: #eaffff;
}

.main-banner-item .container-fluid {
  padding-right: 0;
  overflow: hidden;
}

.main-banner-content {
  max-width: 620px;
  margin-left: auto;
}

.main-banner-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}

.main-banner-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.main-banner-content h1 {
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.main-banner-content h1 span {
  color: #06a3da;
}

.main-banner-content p {
  color: #222222;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-content .banner-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
}

.main-banner-content .banner-btn .optional-btn:hover {
  background-color: #06a3da;
  color: #ffffff;
}

.main-banner-image img {
  border-radius: 0 0 0 100px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

.features-area.bg-ffffff {
  margin-top: 0;
}

.single-features {
  background-color: #36A300;
  padding: 32px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-features.bg-f57e57 {
  background-color: #d90707;
}

.single-features.bg-4a6577 {
  background-color: #f9a000;
}

.single-features .content {
  position: relative;
  padding-left: 90px;
}

.single-features .content .icon {
  position: absolute;
  left: 0;
  top: -8px;
}

.single-features .content .icon i {
  font-size: 75px;
  color: #ffffff;
}

.single-features .content h3 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 600;
}

.single-features .content h3 a {
  color: #ffffff;
}

.single-features .content p {
  color: #ffffff;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-features-box .icon {
  margin-bottom: 20px;
}

.single-features-box .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: #ffffff;
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #06a3da;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}

.single-features-box h3 a {
  color: #222222;
}

.single-features-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box:hover .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.services-area.bg-eef9ff {
  background-color: #eef9ff;
}

.single-services {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image {
  position: relative;
  overflow: hidden;
}

.single-services .services-image img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 30px;
  border-bottom: 1px solid #06a3da;
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}

.single-services .services-content h3 a {
  color: #222222;
}

.single-services .services-content p {
  font-size: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services:hover .services-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-services:hover .services-image .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

.single-services:hover .services-content {
  background-color: #06a3da;
}

.single-services:hover .services-content h3 a {
  color: #ffffff;
}

.single-services:hover .services-content p {
  color: #ffffff;
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-box .icon {
  margin-bottom: 25px;
}

.single-services-box .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 45px;
  background-color: #06a3da;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
}

.single-services-box h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}

.single-services-box h3 a {
  color: #222222;
}

.single-services-box h3 a:hover {
  color: #06a3da;
}

.single-services-box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.single-services-box .services-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #06a3da;
  color: #06a3da;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.single-services-box .services-btn:hover {
  background-color: #06a3da;
  color: #ffffff;
}

.single-services-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-box:hover .icon i {
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

.single-services-item {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
}

.single-services-item .services-image {
  position: relative;
  overflow: hidden;
}

.single-services-item .services-image img {
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-content {
  padding: 35px 20px;
  text-align: center;
}

.single-services-item .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}

.single-services-item .services-content h3 a {
  color: #222222;
}

.single-services-item .services-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

.single-services-item .services-content .default-btn {
  width: 100%;
  border-radius: 50px;
}

.single-services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-item:hover .services-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-services-item:hover .services-image .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-color: #f5f5f5;
  padding-top: 30px;
}

.overview-content {
  margin-top: -170px;
}

.overview-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.overview-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.overview-content h3 {
  font-size: 45px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.overview-content p {
  font-size: 25px;
  font-weight: 500;
  color: #222222;
}

.overview-content p a {
  color: #06a3da;
}

/*================================================
Appointment Overview Area CSS
=================================================*/
.appointment-overview-area {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

.appointment-overview-contact {
  position: relative;
}

.appointment-overview-contact::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  border-radius: 5px;
}

.appointment-overview-contact img {
  border-radius: 5px;
}

.appointment-overview-contact .appointment-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
}

.appointment-overview-contact .appointment-info .call-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}

.appointment-overview-contact .appointment-info .call-info li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
}

.appointment-overview-contact .appointment-info .call-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #06a3da;
  font-size: 45px;
  color: #ffffff;
}

.appointment-overview-contact .appointment-info .call-info li span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}

.appointment-overview-contact .appointment-info .call-info li span a {
  color: #ffffff;
}

.appointment-overview-contact .appointment-info .call-info li span a:hover {
  color: #06a3da;
}

.appointment-overview-contact .appointment-info .call-info li:last-child {
  margin-right: 0;
}

.appointment-overview-contact .appointment-info p {
  color: #ffffff;
}

.appointment-overview-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 38px 30px;
  border-radius: 5px;
  border-bottom: 1px solid #06a3da;
}

.appointment-overview-box .content h4 {
  font-size: 25px;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-overview-box .content .box-image {
  position: relative;
}

.appointment-overview-box .content .box-image img {
  border-radius: 5px;
}

.appointment-overview-box .content .box-image .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #06a3da;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn i {
  font-size: 50px;
  position: relative;
  top: 4px;
  left: 8px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #06a3da;
  -webkit-animation: ripple 1s linear infinite;
          animation: ripple 1s linear infinite;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn:hover {
  background-color: #124390;
}

.appointment-overview-box .content .box-image .video-btn:hover i {
  color: #ffffff;
}

.appointment-overview-box .make-appointment-content h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-overview-box .make-appointment-content h4 i {
  margin-right: 5px;
  color: #06a3da;
}

.appointment-overview-box .make-appointment-content form {
  text-align: center;
}

.appointment-overview-box .make-appointment-content form .form-group {
  margin-bottom: 15px;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #06a3da;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .default-btn {
  border: none;
  padding: 12px 30px;
  font-size: 15px;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: bold;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.about-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.about-content h3 {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.about-content h3 span {
  color: #06a3da;
}

.about-content .about-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-content .about-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 30px;
  text-align: center;
  background-color: #06a3da;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
}

.about-content .about-info {
  position: relative;
  margin-top: 35px;
  padding-left: 100px;
  padding-top: 10px;
}

.about-content .about-info i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.about-content .about-info h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content .about-info span {
  font-size: 16px;
  font-weight: 500;
  color: #6a6c72;
}

.about-content .about-info:hover i {
  background-color: #06a3da;
  color: #ffffff;
}

.about-image {
  text-align: right;
  position: relative;
}

.about-image .about-inner-box {
  background-color: #06a3da;
  padding: 35px 30px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: left;
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 390px;
}

.about-image .about-inner-box .content {
  position: relative;
  padding-left: 75px;
}

.about-image .about-inner-box .content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.about-image .about-inner-box .content .icon i {
  font-size: 60px;
  color: #ffffff;
}

.about-image .about-inner-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}

.about-image .about-inner-box .content h3 a {
  color: #ffffff;
}

.about-image .about-inner-box .content p {
  color: #ffffff;
  font-size: 15px;
}

.about-image .about-inner-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Core Features Area CSS
=================================================*/
.core-features-area {
  background-color: #eef9ff;
  position: relative;
  z-index: 1;
}

.core-features-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-core-features {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 1px solid #06a3da;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.single-core-features .icon {
  margin-bottom: 22px;
}

.single-core-features .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-core-features h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.single-core-features h3 a {
  color: #222222;
}

.single-core-features h3 a:hover {
  color: #06a3da;
}

.single-core-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-core-features:hover .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

/*================================================
Doctor Area CSS
=================================================*/
.single-doctor {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-doctor img {
  border-radius: 10px 10px 0 0;
}

.single-doctor .doctor-content {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #06a3da;
}

.single-doctor .doctor-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-doctor .doctor-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}

.single-doctor .doctor-content .share-link {
  margin-top: 15px;
}

.single-doctor .doctor-content .share-link a {
  margin: 0 2px;
}

.single-doctor .doctor-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-doctor .doctor-content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-doctor:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Review Area CSS
=================================================*/
.review-area {
  background-color: #eef9ff;
}

.single-review-item {
  background-color: #ffffff;
  padding: 55px 30px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item .icon {
  position: absolute;
  top: -35px;
  left: 30px;
  z-index: 1;
}

.single-review-item .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item p {
  font-size: 17px;
  margin-bottom: 0;
  font-style: italic;
}

.single-review-item .review-info {
  position: relative;
  margin-top: 30px;
  padding-left: 75px;
}

.single-review-item .review-info img {
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-review-item .review-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item .review-info span {
  font-size: 15px;
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item:hover {
  background-color: #06a3da;
}

.single-review-item:hover .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

.single-review-item:hover p {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item:hover .review-info h3 {
  color: #ffffff;
}

.single-review-item:hover .review-info span {
  color: #ffffff;
}

.single-review-item.mb-30 {
  margin-bottom: 30px;
}

.review-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #06a3da;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
}

.review-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span, .review-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #06a3da;
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span::before, .review-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-image {
  position: relative;
}

.single-blog .blog-image img {
  border-radius: 10px 10px 0 0;
}

.single-blog .blog-image .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #06a3da;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}

.single-blog .blog-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #06a3da;
  padding: 5px 20px;
  border-radius: 50px;
}

.single-blog .blog-image .tag-two a {
  color: #ffffff;
}

.single-blog .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #06a3da;
}

.single-blog .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}

.single-blog .blog-content h3 a {
  color: #222222;
}

.single-blog .blog-content h3 a:hover {
  color: #06a3da;
}

.single-blog .blog-content .blog-btn {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-content .blog-btn:hover {
  color: #06a3da;
}

.single-blog .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}

.single-blog .blog-content .entry-meta::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  left: 0;
  right: 0;
  top: 0;
}

.single-blog .blog-content .entry-meta li {
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}

.single-blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.single-blog .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #06a3da;
}

.single-blog .blog-content .entry-meta li span {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
}

.single-blog .blog-content .entry-meta li span a {
  color: #06a3da;
}

.single-blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area.bg-091e3e {
  background-color: #091e3e;
  padding-bottom: 150px;
}

.gallery-area.bg-091e3e .section-title h2 {
  color: #ffffff;
}

.gallery-area.bg-091e3e .section-title p {
  color: #ffffff;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-gallery img {
  border-radius: 10px;
}

.single-gallery::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 95%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  border-radius: 10px;
}

.single-gallery .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
}

.single-gallery .content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-gallery .content h3 a {
  color: #ffffff;
}

.single-gallery .content span {
  color: #ffffff;
  font-size: 15px;
}

.single-gallery .content .icon {
  margin-top: 15px;
}

.single-gallery .content .icon a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #06a3da;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-gallery .content .icon a i:hover {
  background-color: #06a3da;
  color: #ffffff;
}

.single-gallery:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-gallery:hover .content {
  bottom: 5px;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-area.bg-image {
  background-image: url(../images/appointment/appointment-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-inner-box {
  background-image: url(../images/appointment/appointment-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.appointment-inner-box .appointment-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  max-width: 500px;
  margin-left: auto;
}

.appointment-inner-box .appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-inner-box .appointment-form h4 i {
  margin-right: 5px;
  color: #06a3da;
}

.appointment-inner-box .appointment-form form .form-group {
  margin-bottom: 15px;
}

.appointment-inner-box .appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.appointment-inner-box .appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #06a3da;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .default-btn {
  border: none;
}

.appointment-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  max-width: 500px;
}

.appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-form h4 i {
  margin-right: 5px;
  color: #06a3da;
}

.appointment-form form .form-group {
  margin-bottom: 15px;
}

.appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #06a3da;
}

.appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-form form .default-btn {
  border: none;
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #124390;
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
}

.page-banner-content .pages-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content .pages-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.page-banner-content .pages-list li::before {
  position: absolute;
  content: '>';
  top: -2px;
  left: -20px;
  color: #ffffff;
  font-size: 20px;
}

.page-banner-content .pages-list li span {
  color: #06a3da;
}

.page-banner-content .pages-list li:first-child {
  margin-left: 0;
}

.page-banner-content .pages-list li:first-child::before {
  display: none;
}

.page-banner-content .pages-list li a {
  display: block;
  color: #ffffff;
}

.page-banner-content .pages-list li a:hover {
  color: #06a3da;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  background-color: #06a3da;
}

.single-fun-fact {
  margin-bottom: 30px;
  text-align: center;
}

.single-fun-fact h3 {
  line-height: 1;
  font-size: 75px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 500;
}

.single-fun-fact p {
  font-weight: 500;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  background-color: #fafafa;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #f2f2f2;
  color: #222222;
  padding: 10px 30px 10px 35px;
  position: relative;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #06a3da;
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 35px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.single-pricing-table .price {
  font-size: 50px;
  color: #06a3da;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #06a3da;
  margin-right: 5px;
  font-size: 15px;
}

.single-pricing-table .pricing-features li.color-gray {
  color: #b4b4b4;
}

.single-pricing-table .pricing-btn {
  margin-top: 25px;
}

.single-pricing-table .pricing-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
}

.single-pricing-table:hover {
  border: 1px solid #06a3da;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #06a3da;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

/*================================================
Login Area CSS
=================================================*/
.login-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.login-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}

.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}

.login-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
  background-color: transparent;
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .lost-your-password {
  text-align: right;
}

.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #6a6c72;
}

.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  content: '';
  background-color: #06a3da;
}

.login-form form .lost-your-password a:hover::before {
  width: 0;
}

.login-form form .lost-your-password a:hover::after {
  width: 100%;
}

.login-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form button:hover {
  background-color: #222222;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.register-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}

.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}

.register-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
  background-color: transparent;
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.register-form form button {
  border: none;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form button:hover {
  background-color: #222222;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  max-width: 930px;
  margin: auto;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 25px;
  color: #222222;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: #f6f7f9;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #06a3da;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaed";
  color: #06a3da;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  padding: 20px 0 20px 0;
}

.faq-accordion .accordion .accordion-content p {
  color: #6a6c72;
  font-weight: 400;
}

.faq-accordion .accordion .accordion-content:last-child {
  padding-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}

.error-content h3 {
  font-size: 35px;
  margin-top: 35px;
  margin-bottom: 18px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.single-terms-of-service h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-terms-of-service p {
  font-size: 15px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.single-privacy-policy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-privacy-policy p {
  font-size: 15px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 750px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin: auto;
}

.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 15px;
}

.coming-soon-content h1 a {
  color: #222222;
}

.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 35px;
}

.coming-soon-content #timer div {
  background-color: #06a3da;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}

.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 15px;
  color: #222222;
  height: 60px;
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border-radius: 5px;
  border: none;
}

.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.contact-form form .form-group {
  margin-bottom: 20px;
}

.contact-form form .form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: 1px solid #ffffff;
  height: 60px;
  padding: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
}

.contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #06a3da;
}

.contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .default-btn {
  border: none;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.contact-info {
  text-align: center;
  margin-top: 60px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #06a3da;
}

.contact-info .contact-info-content h2 a:hover {
  color: #124390;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #124390;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #06a3da;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #6a6c72;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
}

.contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #06a3da;
  background-color: #06a3da;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-image img {
  border-radius: 30px;
}

.services-details-content {
  margin-top: 30px;
}

.services-details-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-details-list {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.services-details-list li {
  list-style-type: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

.services-details-list li:last-child {
  margin-bottom: 0;
}

.services-details-list li i {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #06a3da;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

.services-details-overview {
  margin-top: 30px;
}

.services-details-overview-content p span {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  margin-right: 5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #06a3da;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #06a3da;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #06a3da;
  color: #ffffff;
}

.widget-area .widget_info .content {
  text-align: center;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0 0 5px 5px;
}

.widget-area .widget_info .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.widget-area .widget_info .content p {
  margin-bottom: 0;
}

.widget-area .widget_info .content .share-link {
  margin-top: 15px;
}

.widget-area .widget_info .content .share-link a {
  margin: 0 2px;
  text-align: center;
}

.widget-area .widget_info .content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_info .content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.widget-area .widget_info .image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.widget-area .tagcloud a {
  display: inline-block;
  background: #06a3da;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #124390;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #222222;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #06a3da;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #222222;
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #06a3da;
}

.widget-area .widget_grin_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_grin_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_grin_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_grin_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-1.jpg);
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-2.jpg);
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-3.jpg);
}

.widget-area .widget_grin_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_grin_posts_thumb .item .info span {
  display: block;
  color: #929ba4;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_grin_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.widget-area .widget_grin_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_grin_posts_thumb .item .info .title a:hover {
  color: #06a3da;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.widget-area .widget_instagram ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #06a3da;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 10px;
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image {
  position: relative;
}

.blog-details-desc .article-image img {
  border-radius: 30px;
}

.blog-details-desc .article-image .tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #06a3da;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #06a3da;
  padding: 5px 20px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-image .tag-two a {
  color: #ffffff;
}

.blog-details-desc .article-image:hover .tag {
  background-color: #06a3da;
  color: #ffffff;
}

.blog-details-desc .article-image:hover .tag-two {
  background-color: #124390;
  color: #ffffff;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #222222;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #222222;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6a6c72;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #06a3da;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #06a3da;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #06a3da;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.blog-details-desc .article-content .article-tag {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-details-desc .article-content .article-tag span {
  font-size: 16px;
  font-weight: 600;
}

.blog-details-desc .article-content .article-tag a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #06a3da;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-content .article-tag a i:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #124390;
}

blockquote, .blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #06a3da;
  border-radius: 5px;
}

blockquote p, .blockquote p {
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 500;
  font-style: italic;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 24px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #222222;
  display: inline-block;
  padding: 5px 25px 5px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #06a3da;
  border-color: #06a3da;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-metadata {
  color: #6a6c72;
  margin-bottom: 10px;
  font-size: 14px;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: #6a6c72;
}

.comments-area .comment-metadata a:hover {
  color: #06a3da;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 24px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 5px;
  color: #222222;
  font-size: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  background-color: transparent;
  border: 1px solid #06a3da;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6a6c72;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #06a3da;
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}

/*================================================
Dentist Details Area CSS
=================================================*/
.dentist-details-image img {
  border-radius: 10px;
}

.dentist-details-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.dentist-details-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}

.dentist-details-content .share-link {
  margin-top: 18px;
}

.dentist-details-content .share-link a {
  margin: 0 2px;
  text-align: center;
}

.dentist-details-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dentist-details-content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.dentist-details-content .content-overview {
  margin-top: 25px;
}

.dentist-details-content .content-overview p {
  margin-bottom: 10px;
  font-size: 15px;
}

.dentist-details-content .content-overview p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}

.dentist-details-content .content-overview p:last-child {
  margin-bottom: 0;
}

.dentist-details-overview-content {
  margin-top: 30px;
}

.dentist-details-overview-content .details-overview-image {
  margin-top: 15px;
  margin-bottom: 25px;
}

.dentist-details-overview-content .details-overview-image img {
  border-radius: 10px;
}

.dentist-details-overview-content .overview-text p {
  margin-bottom: 10px;
  font-size: 15px;
}

.dentist-details-overview-content .overview-text p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}

.dentist-details-overview-content .overview-text p:last-child {
  margin-bottom: 0;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #091e3e;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}

.single-footer-widget h2 a {
  color: #ffffff;
}

.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-footer-widget .signature {
  margin-top: 25px;
}

.single-footer-widget .footer-info {
  position: relative;
  margin-top: 35px;
  padding-left: 75px;
}

.single-footer-widget .footer-info img {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget .footer-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-footer-widget .footer-info span {
  font-size: 15px;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  font-size: 15px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.single-footer-widget .quick-links li a:hover {
  color: #06a3da;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #06a3da;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-widget-blog {
  position: relative;
  overflow: hidden;
}

.single-footer-widget .footer-widget-blog .item {
  overflow: hidden;
  margin-bottom: 25px;
}

.single-footer-widget .footer-widget-blog .item:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-widget-blog .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
  background-image: url(../images/footer/footer-2.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
  background-image: url(../images/footer/footer-3.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
  background-image: url(../images/footer/footer-4.jpg);
}

.single-footer-widget .footer-widget-blog .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.single-footer-widget .footer-widget-blog .item .info span {
  display: block;
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 8px;
  font-size: 14px;
}

.single-footer-widget .footer-widget-blog .item .info span a {
  color: #06a3da;
}

.single-footer-widget .footer-widget-blog .item .info h4 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.single-footer-widget .footer-widget-blog .item .info h4 a {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
}

.single-footer-widget .footer-widget-blog .item .info h4 a:hover {
  color: #06a3da;
}

.single-footer-widget .footer-information {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .footer-information li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.single-footer-widget .footer-information li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-information li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #06a3da;
  font-size: 38px;
}

.single-footer-widget .footer-information li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 8px;
}

.single-footer-widget .footer-information li span a {
  color: #ffffff;
}

.single-footer-widget .footer-information li span a:hover {
  color: #06a3da;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
  padding-bottom: 30px;
  background-color: #091e3e;
}

.copyright-area-content {
  text-align: center;
  border-top: 1px solid #2e405b;
  padding-top: 30px;
}

.copyright-area-content p {
  color: #ffffff;
  font-size: 15px;
}

.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #06a3da;
}

.copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #222222;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  margin: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #06a3da;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
/*# sourceMappingURL=style.css.map */




.entry-title{color: #ffffff;
margin-bottom: 20px;
font-size: 25px !important;
font-weight: 600;}


.tss-wrapper .tss-carousel1 {
    text-align: left!important;
    position: relative;
}

.tss-carousel h3.author-name {
    text-align: left!important;
    font-size: 19px!important;
    font-weight: 500;
    margin: 5px 0px 5px;
    padding: 0px 0px;
    line-height: 1.4;
}


.wpb_wrapper .share-link a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #06a3da;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.wpb_wrapper  .share-link a {
    margin: 0 2px;
    text-align: center;
}

.abu_line{line-height: 30px;}
.bluecolor{
background:#06a3d !important;}
.bluecolor a{
background:#06a3d !important;}


.fixedside{  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  
  
  @media screen and (max-width: 560px) {
  
  .top-header-information li {
  text-align:center;  
  }
  .top-header-information {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
	}
	.top-header-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.middle-header-content {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.middle-header-content li i {
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #06a3da;
    font-size: 27px;
}
.middle-header-content li span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    margin-top: 5px;
}
.features-area{margin-top: 17px;}
  .pb-70 {
    padding-bottom: 0px;
}
.appointment-overview-box .make-appointment-content h4 {
    font-size: 19px;
    margin-bottom: 14px;
    margin-top: 24px;
    font-weight: 500;
    line-height: 1.4;
}
  
  }
  
 .menu ul li:hover > ul {
    display: block;
}

.menu ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 213px !important;
    z-index: 99999;
    width: 180px;
    background: #fff;
    
}
.menu li {
    position: relative;
}
.menu-header{background-color: #f7f7f7;}

/*================================================
Contact Us Area CSS
=================================================*/

.middle-header2-content {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.middle-header2-content li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6c72;
  margin-right: 30px;
  padding-bottom:20px;
}

.middle-header2-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #06a3da;
  font-size: 38px;
}

.middle-header2-content li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 5px;
}

.middle-header2-content li:last-child {
  margin-right: 0;
}
.middle_c{
transform: translateY(-50%);
    color: #06a3da;
    font-size: 38px;
    width: 60px;
}



.make-appointment-content_page h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.make-appointment-content_page h4 i {
  margin-right: 5px;
  color: #06a3da;
}

.make-appointment-content_page form {
  text-align: center;
}

.make-appointment-content_page form .form-group {
  margin-bottom: 15px;
}

.make-appointment-content_page form .form-group .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.make-appointment-content_page form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.make-appointment-content_page form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.make-appointment-content_page form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.make-appointment-content_page form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.make-appointment-content_page form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #06a3da;
}

 .make-appointment-content_page form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.make-appointment-content_page form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

 .make-appointment-content_page form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.make-appointment-content_page form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.make-appointment-content_page form .default-btn {
  border: none;
  padding: 12px 30px;
  font-size: 15px;
}



.blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #06a3da;
}

 .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-content h3 a {
  color: #222222;
}

.blog-content h3 a:hover {
  color: #06a3da;
}

.blog-content .blog-btn {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-content .blog-btn:hover {
  color: #06a3da;
}

 .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}

 .blog-content .entry-meta::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  left: 0;
  right: 0;
  top: 0;
}

.blog-content .entry-meta li {
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}

.blog-content .entry-meta li:last-child {
  margin-right: 0;
}

 .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #06a3da;
}

 .blog-content .entry-meta li span {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
}

.blog-content .entry-meta li span a {
  color: #06a3da;
}


.widget_block h2{    margin-bottom: 20px;
    position: relative;
    font-size: 22px; color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: bold;}





.widget-area .widget_categories ul li a:hover {
    color: #06a3da;
}
.widget-area .widget_categories ul li a {
    color: #222222;
    display: inline-block;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    /* list-style: none; */
    padding-left: 0;
}
.sidebar ul {
   padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.sidebar li {
position: relative;
margin-bottom: 12px;
overflow: hidden;
color: #222222;
padding-left: 20px;
font-size: 16px;
font-weight: 400;
}
.sidebar ul li::before {
    background: #06a3da;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 14px;
    position: absolute;
}
.sidebar ul li a {
    color: #222222;
display: inline-block;
}


.newgallery {border-radius: 5px;color:#ffffff;    border: 1px #000000 solid;}

.lb-outerContainer {
    background-color: #0000 !important;
}
.lightbox .lb-image {
    border-radius: 30px !important;
    border: 0px solid #fff !important;
}

.roundborder img{ border-radius: 5px !important;border: 1px #000000 solid;}
.wcolor{ color:#FFFFFF;}


.about-content .about-infoc i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #06a3da;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.about-content .about-infoc {
    position: relative;
    margin-top: 35px;
    padding-left: 100px;
    padding-top: 10px;
}



.single-footer-widget .menu{padding-left: 0;
margin-bottom: 0;
list-style-type: none;}

.single-footer-widget .menu .menu-item li {
    margin-bottom: 12px;
    font-size: 15px;
}

.single-footer-widget .menu .menu-item li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    position: relative;
}

.single-footer-widget .menu .menu-item a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
}


.footer-widget-blog a{ color:#ffffff;}

.navigation.post-navigation {
    padding-top: 1.875rem;
    border-top: 8px solid #0e53ae;
}



  @media screen and (max-width: 560px) {
	  .sticky_form{ visibility:hidden; display:none;}
	  
	  .page-banner-area {
    padding-top: 10px!important;
    padding-bottom: 20px!important;
    background-color: #124390;
}.entry-title {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-weight: 600;
}
	  .page-banner-content .pages-list li {

    font-size: 13px!important;
}
  .main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return {
    color: #ffffff !important;
	}
   .nav ul li a {
    padding-left: 18px !important;
   }
  
   .nav ul li ul li a {
    padding-left: 18px !important;
   }
  
  .nav ul li ul li ul li a {
    padding-left: 18px !important;
   }
  .menu .menu-item a {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: relative;
    }
	
	.main-navigation .menu > li > a {
    color: #fff;
    display: block;
    border: none;
    margin-top: -15px;
    font-size: 14px !important;
    }
	
	
	.single-features .content .icon i {
    font-size: 40px;
    color: #ffffff;
}


.single-features .content {
    position: relative;
    padding-left: 60px;
}
.single-features .content h3 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.single-features {
    background-color: #06a3da;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
  
  }





table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #06a3da;
  color: white;
}

#wprmenu_bar .menu_title a {
color:#ffffff;
}
.footer-widget-blog ul li::before {
    background: #06a3da;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    margin-top: 8px;
    position: absolute;
}

.footer-widget-blog a {
    color: #ffffff;
    padding-left: 21px;
}

.footer-widget-blog ul li a:hover {
    color: #ffffff;
  
}


.vc_tta-panel-heading{
background: #06A3DA!important ;
color:#ffffff;}

.vc_tta.vc_general .vc_tta-panel-title > a {
 color: #ffffff!important ;
	 font-size: 20px!important ;
}

.vc_tta.vc_general .vc_tta-panel-title > a > i {
 color: #ffffff!important ;
	
}


.menu_footer_fix {
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
	z-index: 1;
	text-align:center;
}

.menu_footer_fix a {

  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 0px;
  text-decoration: none;
  
}

.slide_toggle {
    position: absolute;
    top: 62px;
    left: -127px;
      background: linear-gradient(to right,#06a3da 0,#06a3da 100%,#06a3da 200%);
    box-shadow: 0 0 13px -5px rgb(0 0 0 / 35%);
    z-index: 99999999999;
    transform: rotate(
-90deg);
    color: #fff!important;
    text-align: center;
    padding: 10px;
    border: none;
    width: 210px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 5px;
}
.sticky_form {
    position: fixed;
    top: 63%;
    right: 0;
    z-index: 81;
    background-color: #ff1046;
    max-width: 300px;
    z-index: 9999;
}
.position-fixed {
    position: fixed!important;
}

.sticky_form_whatapp {
    position: fixed;
    top: 90%;
    right: 10px;
    z-index: 81;
       font-size: 40px;
    max-width: 300px;
    z-index: 9999;
}

.sticky_form_whatapp a {
color:#36A300;
}

.sticky_form_whatapp i {

}

.timec{
	background: #06a3da;
font-size: 25px;
padding: 8px;
color: #fff;
border-radius: 50px;
}


.blueborder{ border-bottom:1px solid #06a3da; border-left:1px solid #06a3da;border-right:1px solid #06a3da;}
.about-image img{
	border-radius: 10px 10px 10px 10px;}
#imgbodercss img{
	border-radius: 10px 10px 10px 10px;}
#imgbodercss{
	border-radius: 10px 10px 10px 10px;}