/*
Theme Name: Custom Theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont';
    src: url('./inc/assets/fonts/Mont-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont-HeavyDEMO';
    src: url(fonts/Mont-HeavyDEMO.otf); 
}

@font-face {
    font-family: 'Mont-ExtraLightDEMO';
    src: url(fonts/Mont-ExtraLightDEMO.otf); 
}

body{ font-family: 'Mont'!important;}
a{ font-family: 'Mont' !important;}
p{  font-family: 'Mont' !important;} 
li{ font-family: 'Mont' !important; }
h1{ font-family: 'Mont' !important;}
h2{  font-family: 'Mont'!important;}
h3{ font-family: 'Mont' !important;}
h4{ font-family: 'Mont' !important;}
h5{ font-family: 'Mont' !important;}
h6{font-family: 'Mont' !important;}
body, html { overflow-x: hidden; }



@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1520px;
}
}
@media (max-width: 1399px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
}
}

.entry-content {
    margin: 0px !important;
}
#content.site-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}



body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Mont-Regualar';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  padding: 1rem 0rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #4D72D0 !important;
  transition: 0.5s all ease !important;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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 {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* 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-left: auto;
  margin-right: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.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;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

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

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.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;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 100%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  background-color: #000;
  text-align: center;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*========================
    CUSTOM-CSS-START
==========================*/
.container {
    max-width: 1520px !important;
}
#content.site-content{
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content{
  margin: 0;
 }
/* Top Bar CSS */
.top-bar {
    background-color: #000;
}
.top-bar .lp-box {
    display: flex;
}
.top-bar .lp-box select {
    background: #fff0;
    border: none;
    color: #fff;
    outline: none;
}
.top-bar .lp-box select option {
    background: #000;
}
.top-bar .lp-box .lang {
    margin-left: 25px;
}
.top-bar .social-icons ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.top-bar .social-icons ul li a i {
    font-family: FontAwesome !important;
    color: #000;
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
}
.social-icons ul li {
    background-color: #fff;
    margin-right: 15px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* Header CSS */
header#masthead .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* Menu CSS */
div#main-nav ul#menu-main-menu li a.nav-link {
    font-size: 18px;
    padding: 0px;
    color: #000000;
    transition: 0.5s all ease !important;
}
div#main-nav ul#menu-main-menu li {
    margin-right: 25px;
}
div#main-nav ul#menu-main-menu li.current-menu-item a.nav-link {
    position: relative;
}
div#main-nav ul#menu-main-menu li.current-menu-item a.nav-link:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: #4D72D0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
li.rap-btn {
    margin-right: 0px !important;
    background-color: #4D72D0;
    border-radius: 30px;
    padding: 15px 20px;
}
.social-icons ul li:last-child {
    margin-right: 0;
}
li.rap-btn a.nav-link {
    color: #fff !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li#menu-item-27.current_page_item > a {
    color: white !important;
}
div#main-nav ul#menu-main-menu {
    align-items: center;
    gap: 20px;
}

div#main-nav ul#menu-main-menu li.rap-btn a.nav-link:hover {
    color: #000 !important;
}
/* Footer CSS */
div#footer-widget {
    background-color: #000 !important;
    padding-top: 70px;
    padding-bottom: 20px;
}
div#footer-widget h3.widget-title {
    color: #fff;
    font-size: 30px;
    font-family: Mont-HeavyDemo !important;
    font-weight: 600 !important;
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
}
div#footer-widget h3.widget-title:after {
    content: '';
    background: #427CC5;
    border: 2px solid #427CC5;
    position: absolute;
    width: 60px;
    bottom: -20px;
    left: 0;
}
div#footer-widget ul#menu-quick-links,
div#footer-widget ul#menu-services{
    display: flex !important;
    flex-direction: row !important;
}
div#footer-widget ul#menu-quick-links li,
div#footer-widget ul#menu-services li {
    margin-right: 30px;
}
div#footer-widget ul#menu-quick-links li a.nav-link,
div#footer-widget ul#menu-services li a.nav-link{
    padding: 0px !important;
    font-size: 18px;
    color: #fff;
    background-color: #0000 !important;
}
.row.ft-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.ft-3 .textwidget p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    width: 87%;
}
.ft-3 .social-icons h4 {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}
.ft-3 .social-icons ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.ft-3 .social-icons ul li a i {
    font-family: FontAwesome !important;
    color: #000;
}
.ft-3 .social-icons ul li {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.ft-4 .textwidget ul,
.ft-5 .textwidget .ro-box ul{
    padding-left: 0px;
}
.ft-4 .textwidget ul li,
.ft-5 .textwidget .ro-box ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    width: 89%;
}
.ft-5 .textwidget .ro-box ul li h4 {
    color: #fff;
    font-size: 20px;
    font-family: Mont-HeavyDemo !important;
}
.ft-5 .textwidget .ro-box ul {
    list-style: none;
}
.ft-5 .textwidget .ro-box ul li p {
    margin-bottom: 0px !important;
}
.ft-5 .textwidget .ro-box ul li p a {
    color: #fff;
    text-decoration: none;
}

.ft-5 .textwidget .ro-box ul li h4.vu,
.ft-5 .textwidget .ro-box ul li h4.tf
{
    position: relative;
}
.ft-5 .textwidget .ro-box ul li h4.vu:before,
.ft-5 .textwidget .ro-box ul li h4.tf:before{
    content: '\f3c5';
    font-family: FontAwesome;
    position: absolute;
    left: -40px;
    background: #fff;
    color: #000;
    height: 30px;
    width: 30px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    padding: 5px !important;
    top: 0;
    font-size: 16px !important;
}
.ft-5 .textwidget .ro-box ul li h4.tf:before {
    content: '\f095';
}
.site-info {
    border-top: 1px solid #fff;
    padding-top: 15px;
}
div#footer-widget .row {
    justify-content: space-between;
}
/*========================
    CUSTOM-CSS-END
==========================*/


#masthead .navbar-nav > li:last-child {
    margin-left: 50px;
}


section.hme-sec-one {
    background-position: center !important;
    background-size: cover !important;
}

.hme-heading-one {
    font-size: 18px;
    line-height: 0px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hme-heading-two {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    max-width: 60%;
    position: relative;
}

.hme-heading-two:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 150px;
    background-color: #4D72D0;
}

.hme-txt-one p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #666666;
}

.hme-btn-one > a {
    background: #4D72D0 !important;
    border: 2px solid #4D72D0 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 30px !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    text-transform: capitalize;
    transition-duration: 0.5s !important;
}

.hme-btn-one > a:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}


.services-info {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.services-info .services-desc {
    padding: 20px 20px;
    border-bottom: 4px solid white;
    border-radius: 20px;
    transition: 0.4s;
}

.services-info:hover .services-desc {
    border-color: #4d72d0;
	transition: 0.4s;
}

.services-info .services-desc p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
}

.services-info .services-desc h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    position: relative;
}

.services-info .services-desc h4:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 90px;
    background-color: rgb(77 114 208 / 52%);
}

.services-info .services-desc a {
    text-decoration: underline;
    color: #4D72D0;
    font-size: 16px;
    line-height: 30px;
    transition-duration: 0.5s;
}

.services-info .services-desc a:hover {
    color: #000;
}

section.hme-sec-two .hme-btn-one > a {
    padding: 12px 45px !important;
}


.solution-info {
    position: relative;
    background-color: #EEEEEE;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 30px;
    transition: 0.4s;
    border-top: 4px solid #eeeeee;
    border-bottom: 4px solid #eeeeee;
}

.solution-info:hover {
    border-top: 4px solid #4d72d0;
    border-bottom: 4px solid #4d72d0;
}

.solution-info .solution-figure img {
    width: 30% !important;
}

.solution-info .solution-figure {
    margin-bottom: 35px;
}

.solution-info .solution-desc h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-transform: capitalize;
}

.solution-info .solution-desc h4:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 90px;
    background-color: rgb(77 114 208 / 52%);
}

.solution-info .solution-desc p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
}

.solution-info .solution-desc a {
    text-decoration: underline;
    color: #4D72D0;
    font-size: 16px;
    line-height: 30px;
    transition-duration: 0.5s;
}

.solution-info .solution-desc a:hover {
    color: #000;
}


.hme-heading-thre:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    height: 3px;
    width: 230px;
    background-color: rgb(77 114 208 / 56%);
    margin: 0 auto;
}


.hme-heading-thre {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    position: relative;
}


section.hme-sec-thre {
    background-position: center !important;
    background-size: cover !important;
}


.consultation-info {
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.consultation-info:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 30px;
}

.consultation-info .consultation-desc {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: end;
    padding-bottom: 40px;
    padding-left: 40px;
    text-align: left;
    flex-direction: column;
}

.consultation-info .consultation-desc h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    width: 50%;
    margin-bottom: 20px;
    margin-top: 0px;
}

.consultation-info .consultation-desc a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    transition-duration: 0.5s;
}



.hme-txt-two p {
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}




.testimonial-cntent {
    border: 2px solid rgb(112 112 112 / 51%);
    border-radius: 20px;
    padding: 80px 30px 30px 30px;
    text-align: center;
    transition-duration: 1.5s;
}

.testimonial-cntent p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    transition-duration: 0.5s;
}

.testimonial-botm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.testimonial-botm h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #4D72D0;
    transition-duration: 0.5s;
}

.testimonial-botm .star-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.testimonial-botm .star-rating span {
    padding-left: 15px;
    text-transform: capitalize;
    color: #000000;
    font-size: 18px;
    transition-duration: 0.5s;
}

.testimonial-botm .star-rating i {
    color: #EBB415;
}

.quote-bx {
    text-align: center;
    position: relative;
    top: 50px;
    z-index: 5555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-bx i {
    font-size: 80px;
    line-height: 80px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4D72D0;
    color: #fff;
    background-color: #4D72D0;
    transition-duration: 0.5s;
}

.testimonial-info:hover .testimonial-cntent {
    background-color: #4D72D0;
}

.testimonial-info:hover .testimonial-cntent p {
    color: #fff;
}

.testimonial-info:hover .testimonial-cntent h4 {
    color: #fff;
}

.testimonial-info:hover .testimonial-cntent span {
    color: #fff;
}

.testimonial-info:hover .quote-bx i {
    background-color: #fff;
    color: #4D72D0;
}


div#owl_custom15 .owl-dots {
    margin-top: 70px !important;
}

div#owl_custom15 .owl-dots .owl-dot span {
    background: #707070 !important;
}

div#owl_custom15 .owl-dots .owl-dot.active span, div#owl_custom15 .owl-dots .owl-dot:hover span {
    background: #4D72D0 !important;
}

.hme-banner-row {
    margin-top: -220px !important;
}

section.hme-sec-four {
    background-position: center !important;
    background-size: cover !important;
    overflow: visible !important;
}



.cnct-frm input.wpcf7-form-control.wpcf7-text {
    border: unset !important;
    background: rgb(228 228 228 / 47%) !important;
    border-radius: 50px;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    box-shadow: unset !important;
    outline: unset !important;
    color: #000;
}

.cnct-frm input.wpcf7-form-control.wpcf7-text::placeholder {
    color: #000;
}

.cnct-frm textarea.wpcf7-form-control.wpcf7-textarea {
     border: unset !important;
    background: rgb(228 228 228 / 47%) !important;
    border-radius: 20px;
    height: 260px;
    padding-left: 20px;
    padding-top: 30px;
    font-size: 16px;
    box-shadow: unset !important;
    outline: unset !important;
    color: #000;
}


.check-bx span.wpcf7-form-control-wrap {
    display: block;
}

.check-bx span.wpcf7-form-control.wpcf7-checkbox {
    height: unset !important;
    border: unset;
    background-color: #0000 !important;
}

.cnct-frm input.wpcf7-form-control.wpcf7-submit {
    width: 15%;
    margin: 0 auto !important;
    display: flex;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #4D72D0 !important;
 box-shadow: unset !important;
    outline: unset !important;
     border: unset !important;
     border-radius: 50px;
}

.Speciality {
    padding-top: 7%;
	padding-bottom: 5%;
}
.Speciality .vc_col-sm-1\/5 .vc_column-inner {
    position: relative;
}

.Speciality .vc_col-sm-1\/5:hover img {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.4s;
}
.Speciality .vc_col-sm-1\/5 {
    transition: 0.4s;
}

.Speciality .vc_col-sm-1\/5 .vc_column-inner::before {
    content: '';
    width: 146px;
    height: 2px;
    left: -24%;
    top: 26%;
    border: 2px dashed #707070;
    position: absolute;
}
.Speciality .hme-heading-thre:before{
	display:none;
}
.Speciality .vc_col-sm-1\/5:nth-child(1) .vc_column-inner:before {
    display:none;
}
.Subscribe-Letter {
    padding-top: 0 !important;
}
.Subscribe-Letter .wpb_single_image {
    margin: 0;
}
.Cntct-Cntnt {
    margin-top: -21%;
}
.Subscribe-Main {
    position: absolute;
    z-index: 9999;
    bottom: -50%;
    padding: 0;
}
.Subscribe-Form input {
    color: #666666;
    font-size: 15px;
    border-radius: 60px;
    padding: 32px 22px;
    background: #F1F1F1;
    border-color: #F1F1F1;
    width: 150% !important;
}
.Subscribe-Form input::placeholder {
    color: #666666;
}
.Subscribe-Form p {
    display: flex;
    align-items: center;
    justify-content: end;
}
.Subscribe-Form .wpcf7-submit {
    background: #4d72d0;
    padding: 10px 40px;
    color: #fff;
    position: absolute;
    left: 89%;
    width: 30% !important;
}
.Subscribe-Form .wpcf7-submit:hover {
    background: #2e53b3;
    border-color: #2e53b3;
}
/*-------- BREADCRUMBS -----------*/
.breadcrumbs {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumbs span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.breadcrumbs i {
    margin: 0 12px;
    color: #4d72d0;
}
.breadcrumbs::before {
    content: '';
    background: linear-gradient(45deg, #4d72d0, #4d72d08c);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}
/*------- CONTACT-PAGE -----------*/
.ContactPageSec1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ContactPageSec1 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper {
    background: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-top: 10px solid #4d72d0;
    border-bottom: 10px solid #4d72d0;
    border-radius: 25px;
    padding: 40px 40px;
}
.ContactPageSec1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ContactPageSec1 ul li {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 24px;
}
.ContactPageSec1 ul li strong {
    text-transform: uppercase;
}
.ContactPageSec1 ul li::before {
    content: '\f879';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    background: #4d72d0;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ContactPageSec1 ul li a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.ContactPageSec1 ul li:first-child::before {
    content: '\f3c5';
}
.main-cnt-form p {
    margin-bottom: 12px;
}
.main-cnt-form label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.main-cnt-form p input,.main-cnt-form p textarea {
    border: 1px solid #aeaeae;
    height: 48px;
    width: 100%;
}
.form-control:focus {
    border-color: rgb(77 114 208);
    box-shadow: 0 0 0 .2rem rgb(77 114 208 / 18%);
}
.main-cnt-form p textarea {
    height: 150px;
    resize: none;
}
.main-cnt-form .col-lg-12:last-child p {
    margin: 0;
}
.main-cnt-form input.btn-primary {
    height: 58px;
    border-radius: 50px;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background: #4d72d0;
    transition: linear 0.5s;
}
.main-cnt-form input.btn-primary:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
    transition: linear 0.5s;
}
.main-cnt-form span.wpcf7-spinner {
    position: absolute;
    right: -37px;
    top: 16px;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.LocateMap iframe {
    filter: grayscale(1);
}
/*---------- SERVICE-pAGE ----------*/
.Servicepage {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Servicepage .hme-heading-two {
    max-width: 100%;
    font-size: 30px;
    padding-bottom: 10px;
	line-height: 39px;
}
.Servicepage .vc_box_border_grey {
    width: 100%;
    overflow: hidden;
}
.Servicepage .vc_box_border_grey img {
    width: 700px !important;
    border-radius: 15px;
    transition: linear 0.5s;
    object-fit: cover;
	height:440px;
}
.Servicepage .vc_box_border_grey:hover img {
    transform: scale(1.1);
    transition: linear 0.5s;
}
.Servicepage ul {
    padding: 0;
    list-style: none;
}
.Servicepage ul li {
    font-size: 16px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 15px;
}
.Servicepage p {
    margin-bottom: 10px;
}
.Servicepage ul li::before {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    color: #4d72d0;
}
#medicalservice ul {
    display: block;
    column-count: 2;
}
#medicalservice ul li {
    font-size: 14px;
}
/*  */
.big_div{
  position: relative;
  width: 800px;
  height: 800px;
  margin: 150px auto;
}
.middle_div{
  width: 245px;
  height: 245px;
  background: #4d72d0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
	padding:18px;
	text-align:center;
}
.middle_div h1{
   font-size: 24px;
  line-height: 28px;
  color: #fff;
}
.circle-container {
  position: relative;
  width: 800px;
  height: 800px;
  list-style-type: none;
  border: 0.5px solid #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transform: rotate(-90deg);
  padding-left:0;
}
.circle-item {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center; 
}
.circle-info {
  transform: rotate(90deg);
  text-align: center;
}
.easy_step{
    position: relative;
}
.easy_step:before{
    content: "";
    position: absolute;
    background: #f0fef7;
    width: 1100px;
    height: 100%;
    right: 0px;
    top: 0;
    border-radius: 50% 0px 0px 50%;
}
.panel {
  margin: 0 auto;
  height: 200px;
  width: 200px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
}
.panel .front,
.panel .back {
	text-align: center;
}
.panel .front {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1{
	background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 0px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.box1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.box2{
	background: #4d72d0;
	width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box2 h3{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}
.box2 p{
  color:#fff;
  font-size: 14px;
}
.Areaspg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.AreaBioSec ol {
    padding: 0;
    display: block;
    column-count: 2;
}
.AreaBioSec {padding-bottom: 60px;}
.Servicepage .vc_toggle_title h4 {
    font-size: 18px;
    font-weight: 700;
    font-weight: 700;
}
.Servicepage .vc_toggle_title {
    margin-top: 20px;
}
.flip-card {
    position: relative;
    width: 300px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s ease;
    height: 300px;
    border-radius: 70px !important;
}
.flip-card:hover {
  transform: rotateY(180deg);
}
.flip-card .side {
    position: absolute;
    width: 300px;
    height: 300px;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    border: 2px solid #4d72d0;
    text-align: center;
    border-radius: 280px;
}
.flip-card .front img {
    width: 300px;
    height: 300px;
    border-radius: 200px;
}
.flip-card .back {
  background-color: #4d72d0;
  transform: rotateY(180deg);
}
div#Cstm-txt {
    background-color: rgb(77 114 208 / 27%);
    padding: 30px;
}
.wpcf7-phonetext {
    padding-left: 60px !important;
}



/* Responsive Start */

@media only screen and (max-width: 1199px){
button.navbar-toggler { background: #4d72d0; }
div#main-nav ul#menu-main-menu { align-items: center; gap: 15px; justify-content: center; }
#masthead .navbar-nav > li:last-child { margin-left: 0; }
div#main-nav ul#menu-main-menu li a.nav-link { font-size: 16px; color: #000000; font-weight: 600; }
li.rap-btn { margin-right: 0px !important; padding: 13px 20px; }
.navbar { justify-content: space-around; }
ul#menu-main-menu { background: #4D72D0; padding: 20px; border-radius: 12px; width: 95%; margin: 0 auto; }
ul#menu-main-menu li a { color: #fff !important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a { color: #ffffff !important; }
li.rap-btn { background-color: #000000; }
div#main-nav ul#menu-main-menu li.current-menu-item a.nav-link:after { top: 25px; background: #000000; height: 7px; width: 7px; }
.social-icons ul li { background-color: #fff; margin-right: 4px; height: 25px; width: 25px; }
.top-bar .lp-box .lang { margin-left: 6px; }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
h1 br { display: none; }
h2 br { display: none; }
h3 br { display: none; }
h4 br { display: none; }
h5 br { display: none; }
h6 br { display: none; }
p br { display: none; }
.hme-heading-two { margin-bottom: 30px; font-size: 25px; line-height: 35px; max-width: 100%; }
.hme-txt-one p { font-size: 16px; line-height: 27px; margin-bottom: 10px; width: 100%; }
.hme-heading-two:before { width: 130px; }
.hme-btn-one > a { font-size: 16px !important; padding: 10px 25px !important; }
section#hme-sec-one .hme-btn-one { margin: 0 !important; }
.hme-txt-one { margin-bottom: 20px; }
section#hme-sec-one { padding-bottom: 50px !important; padding-top: 50px !important; }
section.hme-sec-two .hme-btn-one > a { padding: 8px 30px !important; }
section.hme-sec-two .hme-btn-one { text-align: left; margin: 15px 0 0; }
.services-info .services-desc h4 { margin-top: 0px; margin-bottom: 8px; }
.services-info .services-desc p { margin: 0 0 8px; } 
.services-info .services-desc { padding: 12px 15px; }
section#hme-sec-two { padding-top: 40px !important; padding-bottom: 10px !important; }
.hme-heading-thre { font-size: 28px; line-height: 38px; }
.solution-info { padding: 20px 18px; }
.solution-info p { margin: 0; }
.solution-info .solution-figure { margin-bottom: 22px; }
section#hme-sec-thre { padding-top: 50px !important; padding-bottom: 100px !important; }
div#how-mb { padding-top: 0 !important; }
.consultation-info .consultation-desc { padding-bottom: 30px; padding-left: 10px; }
.consultation-info { margin-bottom: 25px; }
.consultation-info .consultation-desc h4 { font-size: 25px; line-height: 35px	; width: 100%; margin-bottom: 18px; }
div#inner-row-btn-mb { padding-top: 0 !important; margin-top: -20px; }
div#patient-row { padding-top: 20px !important; }
.hme-txt-two p { font-size: 16px; line-height: 27px; margin-bottom: 10px; }
div#test-row { padding-top: 0 !important; margin-top: -40px; }
.testimonial-cntent p { font-size: 16px; line-height: 27px; margin: 0 !important; }
.testimonial-botm { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; flex-direction: column; }
.testimonial-botm h4 { margin-top: 0px; margin-bottom: 0px; font-size: 18px; line-height: 28px; }
.testimonial-cntent { padding: 60px 10px 20px 10px; }
.quote-bx i { font-size: 50px; line-height: 50px; width: 80px; height: 80px; }
div#rfp { padding-top: 0 !important; }
.cnct-frm .wpcf7-list-item-label { font-size: 15px; }
.cnct-frm input.wpcf7-form-control.wpcf7-submit { width: 60%; font-weight: 500; font-size: 16px; }
.Speciality { padding-top: 0 !important; }
.Speciality .wpb_content_element { margin: 12px 0 12px; }
.Speciality h2 { font-size: 22px !important; }
.Subscribe-Letter p { font-size: 20px; margin: 0 !important; }
.Subscribe-Letter .wpb_content_element { margin: 0 0 5px; }
.Speciality .vc_col-sm-1\/5 .vc_column-inner::before { left: 0; right: 0; margin: 0 auto; top: -20px; }
.Subscribe-Main { position: relative; bottom: 0; padding: 0; }
.Subscribe-Form p { display: block; }
.Subscribe-Form input { font-size: 16px; padding: 30px 18px; width: 100% !important; }
.Subscribe-Form .wpcf7-submit { padding: 10px 30px; left: unset; width: 40% !important; right: 30px; top: 8px; }
.Subscribe-Letter { padding-top: 120px !important; padding-bottom: 16px; }
div#m-d { display: none; }
div#footer-widget ul#menu-quick-links, div#footer-widget ul#menu-services { flex-direction: column !important; gap: 15px; }
div#footer-widget h3.widget-title { font-size: 26px; margin-bottom: 35px; margin-top: 12px; }
.ft-3 .textwidget p { font-size: 16px; width: 100%; line-height: 27px; }
.ft-3 .social-icons h4 { font-size: 22px; }
.ft-4 .textwidget ul, .ft-5 .textwidget .ro-box ul { padding-left: 20px; }
.ft-4 .textwidget ul li, .ft-5 .textwidget .ro-box ul li { font-size: 16px; margin-bottom: 14px; width: 100%; }
.ft-5 .textwidget .ro-box ul li h4.vu:before, .ft-5 .textwidget .ro-box ul li h4.tf:before { left: -40px; }
section#custom_html-3 ul { padding-left: 40px; }
div#footer-widget { padding-top: 50px; padding-bottom: 0; }
.site-info { font-size: 16px; }
/* Inner Pages */
.breadcrumbs h1 { padding: 0 0 10px; font-size: 35px; }
.breadcrumbs { padding: 80px 0; }
div#who1 { margin-bottom: 30px !important; }
div#who2 { padding-top: 30px !important; }
div#who2 img { padding-top: 20px; }
.Servicepage p { font-size: 16px; line-height: 26px; }
.page-id-128 .vc_toggle_title { margin-top: 30px; margin-bottom: 30px; }
.Servicepage { padding-top: 50px; padding-bottom: 50px; }
.Servicepage .hme-heading-two { max-width: 100%; font-size: 25px; padding-bottom: 10px; line-height: 35px; margin-top: 20px; }
.Areaspg h2 { font-size: 25px !important; line-height: 35px !important; margin: 0 !important; padding: 0 !important; }
P, li { font-size: 16px; line-height: 26px; }
.ContactPageSec1 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper { padding: 20px 20px; margin-top: 30px; }
.ContactPageSec1 { padding-top: 50px; padding-bottom: 50px; }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
h1 br { display: none; }
h2 br { display: none; }
h3 br { display: none; }
h4 br { display: none; }
h5 br { display: none; }
h6 br { display: none; }
p br { display: none; }
.navbar { justify-content: space-between !important; }
header#masthead .container { padding-left: 15px !important; padding-right: 15px !important; }
.top-bar { padding-right: 15px; padding-left: 15px; }
.hme-heading-two { margin-top: 0px; margin-bottom: 30px; font-size: 30px; line-height: 40px; max-width: 100%; }
.hme-txt-one p { font-size: 16px; line-height: 27px; margin: 0 0 12px; }
section#hme-sec-one .vc_col-sm-6 { width: 100%; }
section#hme-sec-one img { width: 75%; margin: 0 auto; }
section#hme-sec-one .wpb_single_image.vc_align_left { text-align: center !important; }
section#hme-sec-one { padding-top: 55px !important; padding-bottom: 50px !important; }
.hme-btn-one > a { padding: 10px 26px !important; }
section#hme-sec-two { padding-top: 50px !important; padding-bottom: 10px !important; }
section#hme-sec-thre { padding-top: 60px !important; padding-bottom: 20px !important; }
div#how-mb { padding-top: 20px !important; }
.consultation-info .consultation-desc { padding-bottom: 10px; padding-left: 15px; }
.consultation-info .consultation-desc h4 { font-size: 25px; line-height: 35px; width: 100%; margin-bottom: 25px; }
div#inner-row-btn-mb { padding: 0 !important; }
div#patient-row { padding-top: 30px !important; }
div#test-row { padding-top: 0 !important; }
.quote-bx i { font-size: 60px; line-height: 60px; width: 100px; height: 100px; }
.testimonial-botm { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; }
div#rfp { padding-top: 0 !important; margin-top: -60px !important; }
.cnct-frm input.wpcf7-form-control.wpcf7-submit { width: 30%; font-size: 18px; height: 54px; }
.Speciality h2 { font-size: 25px !important; line-height: 35px !important; }
/* Speciality coloumn CSS */
.Speciality { display: grid; grid-template-columns: 1fr 1fr; }
.Speciality .vc_col-sm-1\/5 { width: 100%; text-align: center; }
.Speciality .vc_col-sm-1\/5 .vc_column-inner::before { left: 0; right: 0; margin: 0 auto; top: 140px; }
.Speciality { padding-top: 0; }
/* Speciality coloumn CSS */	
.Subscribe-Letter p { font-size: 20px; margin: 0; line-height: 25px; }
.Subscribe-Letter .wpb_content_element { margin: 0 0 8px; }
.Subscribe-Letter h2 { font-size: 25px; line-height: 35px; }
.Subscribe-Main { position: unset; }
.Subscribe-Form .wpcf7-submit { padding: 10px 20px; left: unset; width: 40% !important; right: -30px; }
div#footer-widget h3.widget-title { color: #fff; font-size: 26px; margin-bottom: 32px; }
.ft-3 .textwidget p { color: #fff; font-size: 16px; line-height: 26px; width: 100%; }
.ft-3 .social-icons ul li { width: 35px; height: 35px; font-size: 16px; }
.ft-4 .textwidget ul li, .ft-5 .textwidget .ro-box ul li { font-size: 16px; margin-bottom: 26px; width: 100%; }
div#footer-widget ul#menu-quick-links, div#footer-widget ul#menu-services { display: flex !important; flex-direction: column !important; gap: 12px; }
ul#menu-services a { line-height: 32px !important; }
div#footer-widget { background-color: #000 !important; padding-top: 40px; }
.Subscribe-Letter { padding-top: 40px !important; padding-bottom: 50px !important; }
.Subscribe-Form input { font-size: 16px; padding: 28px 18px; }
/* Inner Pages */
.breadcrumbs h1 { margin: 0; padding: 0 0 10px; color: #fff; font-size: 40px; }
.breadcrumbs { padding: 100px 0; }
div#who1 { padding-bottom: 40px; }
div#who2 { padding-top: 20px !important; }
div#who2 img { padding-top: 40px; }
.Servicepage { padding-top: 60px; padding-bottom: 60px; }
.ContactPageSec1 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper { padding: 30px 30px; }
.ContactPageSec1 { padding-top: 60px; padding-bottom: 60px; }
}



@media screen and (min-width: 1025px) and (max-width: 1440px) {
h1 br { display: none; }
h2 br { display: none; }
h3 br { display: none; }
h4 br { display: none; }
h5 br { display: none; }
h6 br { display: none; }
p br { display: none; }
.navbar { justify-content: space-between !important; }
header#masthead .container { padding-left: 15px !important; padding-right: 15px !important; }
.top-bar { padding-right: 15px; padding-left: 15px; }
.hme-heading-thre { margin-top: 0px; margin-bottom: 30px; font-size: 28px; line-height: 38px; }
.Subscribe-Letter p { font-size: 20px; margin: 0; line-height: 25px; }
.Subscribe-Letter { padding-top: 40px !important; padding-bottom: 20px !important; }
.Subscribe-Letter .wpb_content_element { margin: 0 0 10px; }
.Subscribe-Form input { font-size: 16px; padding: 30px 22px; width: 100% !important; }
.Subscribe-Form p { display: block; }
.Subscribe-Form .wpcf7-submit { left: unset; width: 40% !important; right: 30px; top: 8px; }
div#wpcf7-f103-p9-o2 { padding-top: 20px; }
.Speciality .vc_col-sm-1\/5 .vc_column-inner::before { content: ''; width: 65px; height: 2px; left: -16%; top: 26%; }
.Speciality h2 { font-size: 22px !important; line-height: 32px !important; margin: 0; padding: 0; }
.Speciality { padding-top: 20px !important; }
.cnct-frm input.wpcf7-form-control.wpcf7-submit { width: 25%; font-size: 18px; margin: 0 auto !important; display: flex; height: 55px; }
div#rfp { padding-top: 40px !important; }
div#test-row { padding-top: 0 !important; }
div#patient-row { padding-top: 50px !important; }
section#hme-sec-thre { padding-top: 80px !important; padding-bottom: 230px !important; }
.consultation-info .consultation-desc { padding-bottom: 20px; padding-left: 20px; } 
.consultation-info .consultation-desc h4 { font-size: 28px; line-height: 38px; width: 100%; }
div#how-mb { padding-top: 80px !important; }
.hme-heading-two { font-size: 35px; line-height: 45px; max-width: 100%; }
.solution-info .solution-figure { margin-bottom: 15px; }
.solution-info { padding: 20px 14px; }
section.hme-sec-two .hme-btn-one > a { padding: 10px 35px !important; }
.services-info .services-desc { padding: 12px 12px; }
.services-info .services-desc p { margin: 0 0 10px; }
section#hme-sec-two { padding-top: 60px !important; padding-bottom: 50px !important; }
section#hme-sec-one { padding-top: 80px !important; padding-bottom: 80px !important; }
/* Inner Pages */
.breadcrumbs h1 { margin: 0; padding: 0 0 10px; color: #fff; font-size: 50px; }
.breadcrumbs { padding: 120px 0; }
div#who2 { padding-top: 30px !important; }
.Servicepage { padding-top: 80px; padding-bottom: 80px; }
.ContactPageSec1 { padding-top: 70px; padding-bottom: 70px; }
}


@media screen and (min-width: 1440px) and (max-width: 1600px){
h1 br { display: none; }
h2 br { display: none; }
h3 br { display: none; }
h4 br { display: none; }
h5 br { display: none; }
h6 br { display: none; }
p br { display: none; }
section.hme-sec-two .hme-btn-one > a { padding: 12px 40px !important; }
.solution-info .solution-figure { margin-bottom: 20px; }
.navbar { justify-content: space-between !important; }
header#masthead .container { padding-left: 15px !important; padding-right: 15px !important; }
.top-bar { padding-right: 15px; padding-left: 15px; }
div#rfp { padding-top: 50px !important; }
div#test-row { padding-top: 0 !important; }
div#patient-row { padding-top: 50px !important; }
.consultation-info .consultation-desc { padding-bottom: 25px; padding-left: 30px; } 
.consultation-info .consultation-desc h4 { font-size: 30px; line-height: 40px; width: 100%; }
section#hme-sec-thre { padding-top: 80px !important; padding-bottom: 250px !important; }
.hme-heading-two { font-size: 35px; line-height: 45px; max-width: 100%; }
div#how-mb { padding-top: 100px !important; }
section#hme-sec-two { padding-top: 70px !important; padding-bottom: 60px !important; }
section#hme-sec-one { padding-top: 100px !important; padding-bottom: 100px !important; }
.Servicepage { padding-top: 100px; padding-bottom: 100px; }
.ContactPageSec1 { padding-top: 100px; padding-bottom: 80px; }
}


@media screen and (min-width: 1200px) and (max-width: 1250px){
div#main-nav ul#menu-main-menu { align-items: center; gap: 10px; }
#masthead .navbar-nav > li:last-child { margin-left: 20px; }
}