@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&display=swap');
/*
Theme Name: WP Bootstrap Starter
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: "TimesNewRoman";
    src: url("/fonts/timesnewroman.woff2") format("woff2"),
         url("/fonts/timesnewroman.woff") format("woff"),
         url("/fonts/timesnewroman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.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: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.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: 100px;
}

.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::before {
  content: "\2190";
}

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

.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: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.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%;
  }
}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px !important;
    }
}

header#masthead .container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
div#content {
    padding: 0 !important;
}
body, html {
    overflow-x: hidden;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
    padding: 0;
    margin-right: 30px;
    position: relative;
}
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: #000;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
  margin-right: 0 !important; 
}
.navbar-brand {
    margin: 0;
}
header#masthead {
    background: transparent;
    width: 100%;
    box-shadow: none;
    padding: 0 !important;
    position: absolute;
    z-index: 9999;
}
/*//------------Banner-Section---------//*/
.Banner-Text {
    font-size: 60px;
    line-height: 74px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}
.Banner_SeC p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
    width: 90%;
}
.btn_banner .vc_general {
    padding: 16px 20px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    border-radius: 5px !IMPORTANT;
    background: #2D6073 !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 600;
    border: 1px solid #2d6073 !important;
    box-shadow: 0 4px 4px 0 #00000052 !important;
}
/*//------------About-Section-------------// */
.about-Text {
    font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #4F6467;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}
.about-middle {
    font-size: 23px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}
.AboUt_SeC p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.info-box {
    display: flex;
    background: #fff;
    padding: 17px 15px;
    border-radius: 5px;
    color: #fff;
/*     max-width: 282px; */
    justify-content: space-between;
    gap: 22px;
    border: 1px solid #00000063;
}
.AboUt_SeC h5 {
    font-size: 20px;
	margin-top: 0;
}
.info-box .icon img {
  width: 51px;
  height: 47px;
}
.info-box .content p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  font-family: 'Poppins';
}
.info-box:hover {
  background: #ff6f61bd;
}
.info-box:hover .content p {
  color: #fff;
}
.info-box:hover .icon img {
  filter: brightness(-1) invert(-1); 
}
.About_btn .vc_general {
    padding: 16px 20px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    border-radius: 5px !IMPORTANT;
    background: #2D6073 !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 600;
    border: 1px solid #2d6073 !important;
    box-shadow: 0 4px 4px 0 #00000052 !important;
}
.AboUt_SeC {
    overflow: visible !important;
}
.image_wrapper img {
    margin-bottom: -67px;
}
/*//-------------Service-Section------------//*/
.Service_SeC {
    padding-top: 110px;
    padding-bottom: 135px;
    position: relative !important;
    overflow: visible !important;
}

.Serv_txt {
    font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
}
.Serv-middle {
   font-size: 47px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    margin-bottom: 25px !important;
	display: none;
}

.service-text p:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff5c;
    height: 1px;
    width: 612px;
    bottom: 5px;
    left: 0;
}

.service-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 25px 0;
   position: relative;
}
.service-number {
  min-width: 58px;
  height: 58px;
  border-radius: 50px;
  background: #f8f9e7; /* light cream */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-number span {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  font-family: "Times New Roman", Times, serif;
}
.service-text {
  flex: 1;
}
.service-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 30px;
  font-family: "Times New Roman", Times, serif;
}
.service-excerpt {
  font-size: 18px;
  color: #fff;
  margin: 0;
  line-height: 30px;
  font-family: 'Poppins';
  font-weight: 300;
  width: 58%;
  padding-top: 10px;
}
.service-divider {
  border: none;
  margin: 0 0 15px 75px; /* align with text */
}
.Col_sh {
    background-image: url(https://dev.internalstaging.com/web/snap-education/wp-content/uploads/2025/08/Rectangle-657.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 920px;
    margin-top: -45px;
    background-size: 100% 100%;
}
.Col_sh .vc_column-inner {
    margin-top: -10px;
    overflow: visible !important;
    padding-left: 101px;
    padding-top: 100px;
}
.Service_SeC .vc_row {
    overflow: visible !important;
}
.Serv_btn .vc_general {
    padding: 16px 17px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    border-radius: 5px !IMPORTANT;
    background: transparent !important; 
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 600;
    border: 1px solid #fff !important;
}
.Service_SeC .wpb_single_image img {
      width: 886px;
    height: 846px;
    object-fit: cover;
}
/*//-------------Resource-Section------------//*/

.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 40px 0;
}
.resource-card {
  position: relative;
  background: #FE615A;
  padding: 40px 25px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  overflow: hidden;
}
.resource-step {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 35px;
    font-weight: 800;
    color: color(srgb 1 1 1 / 0.13);
    z-index: 0;
    margin: 0 auto;
    font-family: 'Poppins';
}
.resource-content {
  position: relative;
  z-index: 1;
}
.resource-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  line-height: 36px;
  font-family: "Times New Roman", Times, serif;
}
.resource-excerpt {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #fff;
  font-family: 'Poppins';
}
.resource-btn {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
  line-height: 36px;
  font-family: "Times New Roman", Times, serif;
}
.resource-btn:hover {
  color: #000;
}
.Resour-Text {
      font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #4F6467;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}
.Reso-middle {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    margin-bottom: 25px !important;
}
/*//-------------Blogs-Section-----------//*/
.Blog_SeC {
    background-image: url(https://dev.internalstaging.com/web/snap-education/wp-content/uploads/2025/08/Rectangle-660.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: -430px;
    z-index: 99;
}
.Blg-Text {
       font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}
.blg-middle {
     font-size: 47px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    margin-bottom: 25px !important;
}
.blg_btn .vc_general {
    padding: 16px 17px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    border-radius: 5px !IMPORTANT;
    background: transparent !important; 
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 600;
    border: 1px solid #fff !important;
}

.blogs-grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.blog-card {
    color: white;
    border-radius: 12px;
    overflow: hidden;
    width: 32%;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}
.blog-card img {
    width: 100%;
    height: auto;
    display: block;
}
.blog-content {
    padding: 20px 0;
}
.blog-meta {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 15px;
    font-family: 'Poppins';
    font-weight: 300;
}
.blog-card h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    line-height: 30px;
}
.blog-card p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
}
.read-more {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    border-bottom: 3px solid #fff;
    font-family: "Times New Roman", Times, serif;
	text-decoration: unset;
}
.blog-meta span i {margin-right: 10px;}
/*//----------------Contact-Us-------------//*/
.Cont-Text {
    font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #4F6467;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}

.Cont-middle {
     font-size: 47px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    margin-bottom: 25px !important;
}
.contact-frm .wpcf7-text, .contact-frm .wpcf7-select {
    height: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #323232;
}
.contact-frm .wpcf7-textarea {
    height: 160px;
    width: 100%;
    background: #fff;
    border: 1px solid #323232;
}
.contact-frm .sub-btn1 {
    padding: 9px 23px 9px 23px;
    font-size: 18px;
    line-height: 32px;
    background: #2D6073;
    border: 1px solid #2D6073;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    box-shadow: 0 4px 4px 0 #00000052 !important;
}
/*.sub-btn1:hover {
  background: #2D6073 !important;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(229, 175, 65, 0.5);
  border-color: #b79134;
}*/
.Contact_SeC {
    background-image: url(https://dev.internalstaging.com/web/snap-education/wp-content/uploads/2025/08/Rectangle-662.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
/*//----------Footer-Section---------//*/

div#footer-widget {
    padding-top: 100px;
    padding-bottom: 30px;
}

.ft-1 .footer-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000075;
    gap: 27%;
    padding-bottom: 40px;
}
.ft-1 p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 0;
}
div#footer-widget h3.widget-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    font-family: "Times New Roman", Times, serif;
}
div#footer-widget .ft-2 ul {
    list-style: none;
    padding-left: 0;
}
div#footer-widget .ft-2 ul li a {
    font-size: 15px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
}
div#footer-widget .ft-3 ul {
    list-style: none;
    padding-left: 0;
}
div#footer-widget .ft-3 ul li {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000 !important;
}

div#footer-widget .ft-3 ul li a {
    color: #000;
}
div#footer-widget .ft-3 {
    padding-left: 90px;
}

div#footer-widget .ft-4 ul {
    list-style: none;
    padding-left: 0;
}
div#footer-widget .ft-4 ul li a {
    font-size: 17px;
    line-height: 38px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}
div#footer-widget .ft-4 {
    padding-left: 80px;
}
div#footer-widget .ft-5 ul {
    list-style: none;
    padding-left: 0;
}
div#footer-widget .ft-5 ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 400;
}
footer#colophon {
    background: #FE615A !important;
}
.site-info {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins';
}
.site-info a {
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width:1366px) {

.blg-middle {
    font-size: 44px;
    line-height: 56px;

}
.AboUt_SeC img {
    height: 650px !important;
    width: 540px !important;
}
.service-excerpt {
    font-size: 18px;
    width: 80%;

}
.Banner-Text {
    font-size: 38px;
    line-height: 48px;

}
.Banner_SeC p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
}
.about-Text {
    font-size: 50px;
    line-height: 56px;

}
div#footer-widget h3.widget-title {
    font-size: 26px;
    line-height: 36px;
}	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    line-height: 30px;
	margin-right: 20px;
 
}
div#footer-widget .ft-2 ul li a {
    font-size: 14px;
    line-height: 34px;
}
div#footer-widget .ft-3 ul li, div#footer-widget .ft-4 ul li a {
    font-size: 14px;
    line-height: 36px;
}
.navbar-brand img {
    height: 150px;
}
.about-middle {
    font-size: 22px;
    line-height: 36px;

}
}
/*//----------Breadcrumb-Start-------//*/
.breadcrumbs {
    background-image: url(https://dev.internalstaging.com/web/snap-education/wp-content/uploads/2025/08/Rectangle-666-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 475px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.breadcrumbs h1 {
    font-size: 60px;
    line-height: 70px;
    color: #000;
    font-weight: 600;
    font-family: "Times New Roman", Times, serif;
}
.breadcrumbs span {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.breadcrumbs .fa-chevron-right {
    color: #000 !important;
    margin: 0 5px 0 5px;
}


.Inner_our {
      font-size: 60px;
    line-height: 74px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}
.About_inner p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins';
}
.Inner_help {
    font-size: 56px;
    line-height: 62px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    margin: 0 !important;
    padding-bottom: 20px ! IMPORTANT;
}
.Help_SeC p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}


.services-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding: 0 0px;
}
/*---------Services CSS Gird Differnt BG Color-----------
-------------------------------------------------------*/
.service-grid-item:nth-child(6) {
    background: rgb(29 51 59 / 85%);
}

.service-grid-item:nth-child(7) {
    background: rgb(29 51 59 / 85%);
}
.service-grid-item:nth-child(8) {
    background: rgb(29 51 59 / 85%);
}
.service-grid-item:nth-child(9) {
    background: rgb(29 51 59 / 85%);
}
.service-grid-item:nth-child(10) {
    background: rgb(29 51 59 / 85%);
}

/*And Services CSS Gird Differnt BG Color*/

.service-grid-item {
    background-color: #2d6073;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease;
}

.service-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-grid-number span {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    line-height: 45px;
    font-size: 30px;
    margin-bottom: 10px;
    align-items: center;
	font-family: "Times New Roman", Times, serif;
}

.service-grid-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 30px;
    font-family: "Times New Roman", Times, serif;
}

.service-grid-excerpt {
  font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 300;
    padding-top: 10px;
}
.service-grid-number {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Un_wrapper {
    font-size: 47px;
    line-height: 55px;
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
}
.Inner_Serv p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.Reso-Inner {
    font-size: 40px;
    line-height: 55px;
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
}
.Inner_wrapper p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
/* .Head_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.Head_wrapper h4 {
    font-size: 29px;
    font-weight: 600;
    color: #2D6073;
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    line-height: 38px;
}
.Head_wrapper span {
    font-size: 29px;
    color: #FE615A;
    line-height: 38px;
    font-weight: 600;
	font-family: "Times New Roman", Times, serif;
}
.wrapper_reso {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.action_sec h3 {
    font-size: 24px;
    line-height: 40px;
}
.action_sec p strong {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #2d6073;
}
.action_sec .vc_row {
    border-bottom: 1px solid #000;
}
.Contact_SeC h3 {
    font-size: 24px;
    line-height: 40px;
}
.Contact_SeC p strong {
    font-size: 20px;
    line-height: 40px;
    color: #2d6073;
}
.Contact_SeC p {
    font-size: 18px;
    line-height: 34px;
}
.Contact_SeC li {
    font-size: 18px;
    line-height: 36px;
}
/* .bord_row {
    border-bottom: 1px solid #000;
} */
 
.bg_inner {
    font-size: 47px;
    line-height: 55px;
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-weight: 500;
}
.Inner_Blog p {
	    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.bg_imag img {
    width: 588px !important;
    height: 340px !important;
/*     object-fit: cover !important; */
    border-radius: 15px !important;
}
.blog-inner-content {
    padding: 20px 0;
    color: #333;
}
.blog-inner-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.blog-inner-meta__item {
    margin-right: 15px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Poppins';
}
.blog-inner-title {
    font-size: 29px;
    font-weight: 600;
    color: #2D6073; 
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: "Times New Roman", Times, serif;
}
.blog-inner-excerpt {
    font-size: 18px !IMPORTANT;
    line-height: 36px !important;
    color: #444 !important;
    margin-bottom: 15px !important;
    font-family: 'Poppins';
}

.blog-inner-read {
    font-size: 14px;
    font-weight: 500;
    color: #0f3c38;
    text-decoration: underline;
    cursor: pointer;
}
.service-grid-item h6 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
	display: none;
}
/* //---------Hover---------// */
.btn_banner .vc_general:hover, .About_btn .vc_general:hover {
    background: transparent !important;
    color: #000 !important;
    transition: all ease-in-out 0.5s !important;
}
.Serv_btn .vc_general:hover {
    background: #fff !important;
    color: #000 !important;
    transition: all ease-in-out 0.5s !important;
}
.contact-frm .sub-btn1:hover {
    background: transparent !important;
    color: #000 !important;
    transition: all ease-in-out 0.5s !important;
}
.blog-text .read-more:hover {
    color: #fff;
    text-decoration: unset;
}
.Testi_txt {
    font-size: 60px;
    color: #4f6467;
    line-height: 54px;
    font-weight: 700;
    font-family: 'Archivo';
    text-align: center !important;
}
.testi-text {
    font-size: 18px !important;
    text-align: center !important;
    color: #DEDEDE !important;
    width: 70% !important;
    margin: 0 auto !important;
}
.test-img img {
    height: unset !important;
    width: unset !important;
    margin: 0 auto;
	display: none !important;
}
.test-txt img {
    width: 123px !IMPORTANT;
    height: 21px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    margin: 0 auto;
}
.testBox {
    text-align: center;
    background: #2d6073;
    border-radius: 20px;
    padding: 30px 25px;
    min-height: 410px;
}
.test-txt p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 300;
    padding-top: 20px;
    font-family: 'Poppins';
}
.test-txt h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 !important;
    padding-bottom: 10px;
}

.Testi-middle {
    font-size: 47px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    margin-bottom: 25px !important;
    text-align: center !important;
}

.owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 30px;
   outline: none;
}

 .owl-dots button.owl-dot.active {
    width: 47px;
    height: 8px;
    border: 1px solid #2d6073;
    height: 10px;
    border-radius: 10px;
    background: #2d6073;
    transition:all 0.5s;
    outline: none;
}
 .owl-nav {
    display: none;
}
 .owl-dots button.owl-dot {
   outline: none;
   transition:all 0.5s;
   border: 1px solid #E8E8E8;
   width: 47px;
   height: 5px;
   border-radius: 10px;
   background: #fe615a;
   margin-left: 10px;
}
/* //-------------FAQS------------// */
.FAQ_SeC .vc_toggle_title {
 margin: 0 !important;
 padding: 22px 23px !important;
 background: #eef3dc ! IMPORTANT;
}
.FAQ_SeC .vc_toggle_title h4 {
 font-size: 20px;
 color: #000;
 font-weight: 400;
 line-height: 36px;
 font-family: 'Poppins';
}
.FAQ_SeC .vc_toggle {
 border: 1px solid #fff;
 background: #eef3dc !important;
 border-radius: 10px;
}
.FAQ_SeC .vc_toggle_title:after {
 content: '\2b';
 color: #000;
 position: absolute;
 right: 30px;
 top: 22px;
 font-size: 24px;
}
.FAQ_SeC .vc_toggle_active .vc_toggle_title:after {
 content: '-';
}
.FAQ_SeC i.vc_toggle_icon {
 display: none !important;
}
.FAQ_SeC .vc_toggle_content p {
 font-size: 17px;
    line-height: 28px;
    margin: 0;
    padding: 20px 0;
}
.FAQ_SeC .vc_toggle_content {
 margin: 0;
  padding-left: 20px !important;
}
.FAQ_SeC .vc_toggle_active {
    background: #eef3dc !important;
}

.service-grid-content a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: 'Poppins';
    border-bottom: 2px solid #fff;
    text-decoration: unset;
}

.sec-meet .meet-Text {
    font-size: 42px;
    line-height: 70px;
	font-family: "Times New Roman", Times, serif;
	text-align: left !important;
}
.sec-meet .meet_our {
    font-size: 26px;
    line-height: 40px;
	font-family: "Times New Roman", Times, serif;
}
.sec-meet p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
}
.sec-meet li {
    font-size: 18px;
    line-height: 34px;
}
.sec-meet p strong {
    font-size: 22px;
    line-height: 38px;
	font-family: "Times New Roman", Times, serif;
}
.sec-meet .text-1 p {
    color: #fff;
}
.sec-meet .text-1 li {
    color: #fff;
}
.sec-meet ul {
    list-style: none;
    padding-left: 0;
}
.Help_SeC h4 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
	margin: 0;
    padding-bottom: 20px
}
.single-services .entry-content strong {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    font-family: "Times New Roman", Times, serif;
}
.Acc_txt {
    font-size: 60px;
    line-height: 70px;
    color: #4f6467;
    font-family: "Times New Roman", Times, serif;
    text-align: center !important;
    font-weight: 600;
}
.Acces_wrapper p {
    font-size: 18px !important;
    line-height: 32px !important;
    color: #000;
    font-family: 'Poppins';
    text-align: center !important;
}
.Col_Sh .vc_column-inner > .wpb_wrapper {
    background: #fe615a;
    padding: 30px 10px;
    border-radius: 10px;
    min-height: 310px;
}
.Acc_middle {
    font-size: 21px;
    text-align: center !important;
    font-weight: 600;
    font-family: "Times New Roman", Times, serif;
    margin: 0 !important;
    padding-bottom: 0px !important;
	color: #fff;
}
.Acces_SeC p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins';
}
.white_wrapper {
    color: #fff;
}
.Banner_image img:hover {
    transform: translateY(-10px);
    transition: all ease-in-out 0.5s !important;
}
.Banner_image img {
	animation: floatAnim 4s ease-in-out infinite;
}
@keyframes floatAnim {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}
.single-services h1.entry-title {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    font-family: "Times New Roman", Times, serif;
    line-height: 46px;
    margin: 0;
    padding-bottom: 20px;
}
.single-services div#main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-services h1.entry-title {
    font-size: 34px;
    color: #000;
    font-weight: 600;
    font-family: "Times New Roman", Times, serif;
    line-height: 46px;
    margin: 0;
    padding-bottom: 20px;
}
.single-services div#main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    width: 70%;
    background: #2d6073;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    border: 1px solid #1a252f;
    transition: all ease-in-out 0.5s !important;
    text-align: center;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: transparent;
    color: #000;
}
.blg_btn .vc_general:hover {
    background: #fff !important;
    color: #000 !important;
    transition: all ease-in-out 0.5s !important;
}
.Priv_SeC h2 {
    font-size: 38px;
    line-height: 45px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.Priv_SeC p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.Priv_SeC ul li {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.Terms_SeC h2 {
    font-size: 38px;
    line-height: 45px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.Terms_SeC strong {
    font-size: 26px;
    line-height: 40px;
    font-family: "Times New Roman", Times, serif;
    font-weight: 700;
    margin: 0;
    padding-bottom: 20px;
}
.Priv_SeC ul, .Terms_SeC ul {
	padding-left: 20px;
}
.Terms_SeC p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.Terms_SeC ul li {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    font-family: 'Poppins';
}
.Cont-middle-inner {
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    margin-bottom: 25px !important;
}
.navbar-brand img {
    height: 150px;
}
.icon h3 {
    font-size: 40px;
    color: #fe615a;
}
.sec-meet .text-1 ul {
    list-style: unset;
}
.single-services .nav-links {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}

.single-services .nav-next {
  flex: 1;
  display: flex;
  justify-content: start;
}
.single-services .nav-previous {
  flex: 1;
  display: flex;
  justify-content: end;
}
.post-navigation .nav-previous a {
    background: #2d6073;
    width: 70%;
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    border: 1px solid #2d6073;
    transition: all 
ease-in-out 0.5s !important;
    text-align: center;
}
.postid-49 .post-navigation .nav-previous a,.postid-49 .post-navigation .nav-next a {
    background: rgb(29 51 59 / 85%);

}
.postid-49 .post-navigation .nav-previous a {
    background: rgb(29 51 59 / 85%);
}

.post-50 .post-navigation .nav-previous a,.post-50 .post-navigation .nav-next a {
    background: rgb(29 51 59 / 85%);

}
.post-50 .post-navigation .nav-previous a {
    background: rgb(29 51 59 / 85%);
}
.postid-50 nav.navigation.post-navigation a ,.postid-212 nav.navigation.post-navigation a {
    background: rgb(29 51 59 / 85%) !important;
}
.postid-211 .post-navigation .nav-previous a,.postid-211 .post-navigation .nav-next a {
    background: rgb(29 51 59 / 85%);

}
.postid-211 .post-navigation .nav-previous a {
    background: rgb(29 51 59 / 85%);
}
.postid-216 .post-navigation .nav-previous a,.postid-216 .post-navigation .nav-next a {
    background: rgb(29 51 59 / 85%);

}
.postid-216 .post-navigation .nav-previous a {
    background: rgb(29 51 59 / 85%);
}
.postid-212 .post-navigation .nav-previous a,.postid-212 .post-navigation .nav-next a {
    background: rgb(45 96 115);

}
.postid-212 .post-navigation .nav-previous a {
    background: rgb(29 51 59 / 85%);
}
.owl-carousel .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 15px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #2d6073; /* Blue base color */
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #003e82; /* Darker blue on hover */
  transform: scale(1.1);
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  pointer-events: none;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #0056b3; /* Blue active */
  transform: scale(1.3);
}
/* Hover effect on dots */
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #003e82;
  transform: scale(1.2);
}
/* .owl-dots {
    display: none !important;
} */
.Contact_SeC img {
    border-radius: 20px;
    object-fit: cover !important;
    width: 500px;
    height: 600px !important;
}
.AboUt_SeC img {
    height: 650px !important;
    width: 560px;
    object-fit: cover;
    border-radius: 20px;
}
.Help_SeC img {
    border-radius: 20px;
    width: auto;
    height: 450px !important;
/*     object-fit: cover; */
}
.sec-meet img {
    border-radius: 20px;
    object-fit: cover;
}
.About_inner img {
    border-radius: 20px;
}
.Resouce_SeC img {
    border-radius: 20px;
}
.entry-content {
    margin: 0;
}



@media only screen and (max-width:1199px) {
section.vc_section.Banner_SeC {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 100px !important;
}
section.vc_section.AboUt_SeC {
    padding-top: 60px !IMPORTANT;
    padding-bottom: 30px !important;
}
.about-Text {
    font-size: 38px !important;
}
.about-middle {
    font-size: 18px !important;
    line-height: 30px !important;
}
.AboUt_SeC p {
    font-size: 14px !important;
    line-height: 28px !important;
}
.info-box .content p {
    margin: 0;
    font-size: 14px !important;
    line-height: 24px !important;
}
.AboUt_SeC h5 {
    font-size: 18px !important;

}	
.icon h3 {
    font-size: 34px !important;
}	
.Col_sh .vc_column-inner {
    padding-left: 40px !important;
    padding-top: 70px !important;
}	
.Serv_txt {
    font-size: 50px !important;
    line-height: 60px !important;
}
.service-title {
    font-size: 24px !important;
}	
.service-number {
    min-width: 48px !important;
    height: 48px !important;

}	
.service-number span {
    font-size: 24px !important;
}	
.Service_SeC .wpb_single_image img {
    width: 100% !important;
    height: 760px !important;
}
.Acc_txt {
    font-size: 40px !important;
    line-height: 60px !important;

}	
.Col_sh {
    height: 825px !important;
    margin-top: -30px !important;

}	
.Acces_wrapper p {
    font-size: 16px !important;
    line-height: 30px !important;

}
.Acc_middle {
    font-size: 20px !important;

}
.Acces_SeC p {
    font-size: 16px !important;
    line-height: 26px !important;

}
.Col_Sh .vc_column-inner > .wpb_wrapper {
    min-height: 320px !important;
}
.Acc_middle {
    padding-bottom: 10px !important !important;

}
.Testi_txt {
    font-size: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    margin: 0 !important; 
}
.Testi-middle {
    font-size: 36px !important;
}
.test-txt h2 {
    font-size: 20px !important;
    padding: 0 !important;
}
.Resour-Text {
    font-size: 40px !important;
    line-height: 50px !important;
}

.Reso-middle {
    font-size: 28px !important;
    line-height: 38px !important;
}
.Cont-Text {
    font-size: 50px !important;
    line-height: 58px !important;
}
.Cont-middle {
    font-size: 34px !important;
    line-height: 44px !important;
}
section.vc_section.Resouce_SeC {
    padding-bottom: 60px !important;
}
section.vc_section.Contact_SeC {
    padding-top: 60px !important;
}
.ft-1 p {
    font-size: 16px !important;
    line-height: 28px !important;
}
.ft-1 .footer-img {
    padding-bottom: 30px !important;
}
div#footer-widget {
    padding-top: 60px !important;
}	
.breadcrumbs h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}
.breadcrumbs span {
    font-size: 14px;
    line-height: 28px;
}
.wpcf7-spinner {
    display: none;
}	
.services-grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
	display: grid !important;

}		
.service-grid-title {
    font-size: 24px;
    line-height: 32px;
}
.service-grid-item {
    gap: 0px;
}
.Inner_Serv p {
    font-size: 16px;
    padding-bottom: 10px;
}
.service-grid-number span {
    width: 48px;
    height: 48px;
    font-size: 24px;
 
}
.Un_wrapper {
    text-align: center !important;
    font-size: 40px !important;
}

.services-grid-wrapper .service-grid-excerpt {
    text-align: left !important;
}
.Inner_Serv p {
    text-align: center !important;
}
.Reso-Inner {
    font-size: 30px;
    line-height: 42px;
}
.Inner_wrapper p {
    font-size: 16px;
    line-height: 30px;
}
.Head_wrapper h4 {
    font-size: 26px;
    line-height: 36px;
}
.action_sec h3 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
.action_sec p {
    font-size: 16px !important;
    line-height: 30px !important;
}
.Contact_SeC p {
    font-size: 16px !important;
    line-height: 28px !important;
}
section.vc_section.Inner_Blog {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
.bg_inner {
    font-size: 40px !important;
    margin: 0 !important;
}
.Inner_Blog p {
    font-size: 16px;
    line-height: 28px;
}
.blog-inner-excerpt {
    font-size: 16px !important;
    line-height: 30px !important;
}
.blog-inner-meta__item {
    font-size: 16px;
}
    .breadcrumbs {
        height: 250px;
    }
    div#footer-widget h3.widget-title {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width:1024px){
section.vc_section.Inner_Blog {
    padding-bottom: 0 !important;
    padding-top: 50px !important;
}
.bg_inner {
    font-size: 40px !important;
    margin: 0 !important;
}
.Inner_Blog p {
    font-size: 16px;
    line-height: 28px;
}
.blog-inner-excerpt {
    font-size: 16px !important;
    line-height: 30px !important;
}
.blog-inner-meta__item {
    font-size: 16px;
}	
}
@media only screen and (max-width:991px){
	section.vc_section.AboUt_SeC {
    padding-left: 15px !IMPORTANT;
    padding-right: 15px !IMPORTANT;
}
section.vc_section.Acces_SeC {
    padding-left: 15px !IMPORTANT;
    padding-right: 15px !important;
}
section.vc_section.Testi_SeC {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.Resouce_SeC {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.Contact_SeC {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
}
div#footer-widget .container {
    max-width: 100% !important;
}
div#footer-widget h3.widget-title {
        font-size: 24px !important;
        line-height: 34px !important;
}
section.vc_section.About_inner {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
}
section.vc_section.sec-meet {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
}
.sec-meet p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
}
.sec-meet li {
    font-size: 14px !important;
    line-height: 30px !important;
}
section.vc_section.Help_SeC {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.Inner_help {
    font-size: 32px !important;
    padding-bottom: 15px !important;
}
.Help_SeC h4 {
    font-size: 22px;
    padding-bottom: 15px;
}
.sec-meet .meet-Text {
    font-size: 36px;
    line-height: 50px;
    margin: 0;
}
.Inner_our {
    font-size: 40px;
    padding-bottom: 0px !important;
}
.About_inner p {
    font-size: 16px;
}
section.vc_section.Inner_Serv {
    padding-left: 15px !important;
    padding-right: 15px !IMPORTANT;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 90% !important;
}
section.vc_section.action_sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
section.vc_section.Inner_Blog {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width:768px){
    .about-Text {
        font-size: 34px !important;
    }
    .about-middle {
        font-size: 19px !important;
        line-height: 30px !important;
    }	
    .Service_SeC .wpb_single_image img {
        width: 100% !important;
        height: 760px !important;
        object-fit: fill ! IMPORTANT;
    }	
    .service-title {
        font-size: 20px !important;
    }	
    .service-excerpt {
        font-size: 16px !important;
        width: 95% !important;
    }	
	.Col_Sh .vc_column-inner > .wpb_wrapper {
		min-height: 390px !important;
		padding: 20px 10px !important;
	}	
	.Acces_SeC p {
		font-size: 14px !important;
		line-height: 26px !important;
	}
    .Resour-Text {
        font-size: 34px !important;
        line-height: 44px !important;
    }	
    .Cont-middle {
        font-size: 26px !important;
        line-height: 38px !important;
    }	
	.Contact_SeC p {
    font-size: 15px !important;
    line-height: 30px !important;
}
.ft-1 .footer-img {
    gap: 14%;

}
.Inner_our {
    font-size: 40px;
    padding-bottom: 0px !important;
}
.About_inner p {
    font-size: 16px;
}
.sec-meet .meet-Text {
    font-size: 30px;
}
.sec-meet .meet_our {
    font-size: 22px;
    margin: 0;
}
.About_inner p {
    font-size: 14px;
}
.Inner_help {
    font-size: 25px !IMPORTANT;
}
.Help_SeC h4 {
    font-size: 20px !IMPORTANT;
}
.Help_SeC p {
    font-size: 15px;
}
.Banner-Text {
    font-size: 36px;
    line-height: 44px;
}
}
@media only screen and (max-width:767px){	
    div#footer-widget h3.widget-title {
        font-size: 18px;
        line-height: 30px;
    }	
section.vc_section.Service_SeC {
    padding-bottom: 60px !important;
}	
.about-Text {
    text-align: center !important;
}
.about-middle {
    text-align: center !important;
}
.AboUt_SeC p {
    text-align: center !important;
}
.vc_btn3-container.vc_btn3-inline {
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px !IMPORTANT;
}
section.vc_section.AboUt_SeC .wpb_single_image.vc_align_right {
    text-align: center !important;
}
.Service_SeC .wpb_single_image img {
    width: 100% !important;
    height: 100% !important;
}
.Col_sh {
    height: 630px !important;
}
.Col_Sh .vc_column-inner > .wpb_wrapper {
	min-height: 260px !important;
	padding: 20px 10px !important;
	margin-bottom: 20px !important;
	width: 65% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	margin-bottom: 20px ! IMPORTANT;
}
.testBox {
    min-height: 380px !important;
}
.Resour-Text {
    text-align: center !important;
}
.Reso-middle {
    text-align: center !important;
}
section.vc_section.Resouce_SeC p {
    text-align: center !important;
    line-height: 26px !important;
    font-size: 16px !important;
}
section.vc_section.Resouce_SeC  .vc_btn3-container.vc_btn3-left {
    text-align: center;
    margin-bottom: 20px !important;
}
.Cont-Text {
    text-align: center !IMPORTANT;
}
.Cont-middle {
    text-align: center !important;
}
.Contact_SeC p {
    text-align: center !important;
}
section.vc_section.Contact_SeC .wpb_single_image.vc_align_left {
    text-align: center !important;
}
section.vc_section.Contact_SeC {
    padding-bottom: 40px !important;
}
.ft-1 .footer-img {
    display: block !important;
}
.ft-1 .footer-img img {
    padding-bottom: 20px !important;
}
div#footer-widget {
    text-align: center !important;
}
div#footer-widget .ft-3, div#footer-widget .ft-4 {
    padding: 0px 15px !important;
}	
.site-info {
    font-size: 16px;
}	
.image_wrapper img {
    margin-bottom: 0 !important;
}	
section.vc_section.sec-meet .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.Inner_our {
    text-align: center !important;
}
.About_inner p {
    text-align: center !important;
}

.sec-meet .meet-Text {
    text-align: center !important;
}

.sec-meet .meet_our {
    text-align: center !important;
}
.sec-meet p {
    text-align: center !important;
}
.sec-meet ul {
    text-align: center;
}
.sec-meet .text-1 li {
    list-style: none;
}
.Inner_help {
    text-align: center !important;
}
.Help_SeC h4 {
    text-align: center !important;
}
.Help_SeC p {
    text-align: center !important;
}
section.vc_section.Help_SeC .wpb_single_image.vc_align_left {
    text-align: center;
}
.services-grid-wrapper {
    display: block !important;
}
.services-grid-wrapper .service-grid-item {
    margin-bottom: 15px;
}
.single-services h1.entry-title {
    text-align: center !important;
}
.single-services p {
    text-align: center !important;
}

.navigation.post-navigation {
    padding-top: 50px !important;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    width: 95% !important;
    font-size: 12px !IMPORTANT;
}
.breadcrumbs h1 {
    font-size: 30px;
    line-height: 44px;
    margin: 0;
}
.page-id-139 .Contact_SeC p {
    text-align: left !important;
}
.page-id-139  .Contact_SeC h3 {
    font-size: 22px;
    line-height: 36px;
}
.bg_inner {
    text-align: center !important;
}
.Inner_Blog p {
    text-align: center !important;
}
.blog-inner-meta {
    text-align: center !important;
}
section.vc_section.Inner_Blog .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.Banner-Text {
    text-align: center !important;
}
.Banner_SeC p {
    text-align: center !important;
}
section.vc_section.Banner_SeC .wpb_single_image.vc_align_right {
    text-align: center;
}
.Banner_image img {
    width: 80%;
}
}
@media only screen and (max-width:568px){
.Testi-middle {
    line-height: 42px !important;
    font-size: 24px !IMPORTANT;
}
.Testi_txt {
    font-size: 40px !important;
    padding-bottom: 10px !IMPORTANT;
}
.Acc_txt {
    line-height: 50px !important;
}
.Col_sh {
    height: unset !important;
}
 .Resour-Text {
    font-size: 40px !important;
    line-height: 44px !important;
}
.sec-meet img {
    width: 80%;
}
.Inner_help {
    padding-bottom: 0 !important;
    line-height: 40px ! IMPORTANT;
}
.single-services h1.entry-title {
    font-size: 30px;
    line-height: 46px;

}
.page-id-139 .Contact_SeC ul {
    padding-left: 15px;
}
.page-id-139 .Contact_SeC ul li {
    font-size: 16px;
    line-height: 30px;
}
.Reso-Inner {
    font-size: 28px;
    line-height: 38px;
}
section.vc_section.Banner_SeC {
    padding-top: 70px !IMPORTANT;
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width:430px){
.about-middle {
    font-size: 20px !important;
}
.info-box .content p {
    text-align: left !IMPORTANT;
}
.service-excerpt {
    line-height: 24px;
}
.Serv_btn .vc_general {
font-size: 16px !important;
}
.Acc_txt {
line-height: 46px !important;
font-size: 35px !important;
}
.Col_Sh .vc_column-inner > .wpb_wrapper {
    min-height: 250px !important;
    width: 90% !important;
}
.test-txt p {
    font-size: 14px;
}
.Resour-Text {
    font-size: 34px !important;
}
.Reso-middle {
    font-size: 20px !important;
    line-height: 28px !important;
}
.About_btn .vc_general {
    font-size: 16px !IMPORTANT;
}
.site-info {
    font-size: 14px !important;
}
.ft-1 p {
    font-size: 15px !important;
}
.Col_sh .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Col_sh .vc_column-inner {
    padding-top: 40px !important;
}
.Inner_help {
padding-bottom: 0 !important;
line-height: 40px !IMPORTANT;
}
.Help_SeC img {
border-radius: 10px;
width: 100% !important;
height: 100% !important;

}
.sec-meet .meet_our {
font-size: 20px;
margin: 0;
line-height: 34px;
}
.sec-meet .meet-Text {
font-size: 24px;
line-height: 38px;
}
.sec-meet .meet_our {
font-size: 20px !important;
line-height: 34px !IMPORTANT;
}
.sec-meet p strong {
font-size: 20px !important;
}
.service-grid-title {
   font-size: 20px;
   line-height: 28px;
}
.single-services ul li {
    line-height: 26px;
}
.Reso-Inner {
    font-size: 24px;
    line-height: 38px;
}
.action_sec h3 {
    font-size: 20px !important;
    line-height: 32px ! IMPORTANT;
}
.action_sec p {
    font-size: 15px !important;
    line-height: 30px !important;
}
section.vc_section.action_sec ul {
    padding-left: 15px;
}

section.vc_section.action_sec ul li {
    font-size: 15px;
}
.bg_inner {
    font-size: 36px !important;
}
.Banner-Text {
    font-size: 28px !important;
	line-height: 44px !important;
}
.Banner_SeC p {
    font-size: 14px !important;
}
    .Banner_image img {
        width: 90%;
    }
}
@media only screen and (max-width:375px){
.Resouce_SeC img {
    height: 290px !important;
}
section.vc_section.Testi_SeC {
    padding-bottom: 50px !important;
}
section.vc_section.Testi_SeC {
    padding-bottom: 50px !important;
}
.Cont-middle {
    font-size: 20px !important;
    line-height: 30px !important;
}
.Resour-Text {
    font-size: 28px !important;
}
.Cont-Text {
    font-size: 30px !IMPORTANT;
    padding-bottom: 10px !IMPORTANT;
}
section.vc_section.Contact_SeC {
    padding-top: 40px !important;
}
.Testi-middle {
    line-height: 35px !IMPORTANT;
    font-size: 24px !important;
}
.Testi_txt {
    font-size: 36px !IMPORTANT;
}
.Col_Sh .vc_column-inner > .wpb_wrapper {
    width: 100% !important;
    min-height: 100% !important;
}
.Acc_middle {
    padding-bottom: 15px !IMPORTANT;
}
.Acc_txt {
    font-size: 28px !IMPORTANT;
    line-height: 38px !important;
}
.service-excerpt {
    font-size: 14px !IMPORTANT;
}
.Serv_txt {font-size: 38px !important;}

.AboUt_SeC img {
    height: 100% !important;
}
.about-Text {
    font-size: 26px !IMPORTANT;
}
.about-middle {
    font-size: 18px !important;
}
.Service_SeC .wpb_single_image img {
    width: 100% !important;
    height: 320px !important;
}
.Contact_SeC img {
    width: 100% !important;
    height: 100% !important;
}
    .Help_SeC h4 {
        font-size: 20px ! IMPORTANT;
        line-height: 30px ! IMPORTANT;
        padding-top: 20px;
    }
.service-grid-item {
    padding: 15px !important;

}
    .Inner_Serv p {
        font-size: 15px !important;
        line-height: 28px !important;
    }
    .service-grid-number span {
        width: 38px !important;
        height: 38px !important;
        font-size: 16px !important;
    }
.Un_wrapper {
        font-size: 36px !important;
    }
.action_sec p strong {
    font-size: 18px !important;

}

}
@media only screen and (max-width:325px){
 .bg_inner {
     font-size: 32px !important;
     margin: 0 !important;
}
.blog-inner-meta__item {
     font-size: 14px;
     margin-right: 5px;
}
.blog-inner-excerpt {
    font-size: 15px !important;
    line-height: 30px !important;
}
.Inner_Blog p {
    font-size: 15px;
    line-height: 28px;
}
.bg_imag img {
    width: 1000% !important;
    height: 340px !important;

}
}