/*
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
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: poppins;
}

#content.site-content {
    padding: 0 !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}
.container {
    max-width: 1200px;
}

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;
  font-family: Marcellus;
}
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: 48px;
}
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: 28px 85px 28px 85px;
}

.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: #000;
    font-size: 18px;
    line-height: 34px;
    text-transform: capitalize;
    transition: all 0.5s;
    padding: 0;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  font-weight: 600;
}

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: #7DB9F6;
}

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

/************ Header css *************/
#masthead .navbar-nav > li.current_page_item > a:before {
    width: 70%;
}
#masthead .navbar-nav > li > a:hover:before {
    width: 70%;
}
#masthead .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 0%;
    height: 2px;
    background-color: #7DB9F6;
    border-radius: 50px;
    transition: all 0.25s ease;
}
#masthead .navbar-nav > li.current_page_item > a:after {
    width: 40%;
}
#masthead .navbar-nav > li > a:hover:after {
    width: 40%;
}
#masthead .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0px;
    right: 0px;
    width: 0%;
    height: 2px;
    background-color: #7DB9F6;
    border-radius: 50px;
    transition: all 0.25s ease;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 45px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
}
.theme-btn a {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 18px 42px !important;
    transition: all 0.25s ease !important;
}
.navbar-brand {
    margin: 0;
    width: 25%;
}
.navbar-brand img {
    border-radius: 10px;
}
.theme-btn:hover {
    transform: translateY(-10px);
    transition: all 0.25s ease !important;
}
.theme-btn a:hover {
    transform: translateY(-10px);
    transition: all 0.25s ease !important;
}
.theme-btn {
  transition: all 0.25s ease !important;
}
/********* Banner css ***********/
.LogoSec {
    margin-top: -100px;
    z-index: 99;
}
.LogoSec .vc_row {
    background: #fff;
    border-radius: 10px;
    padding: 40px 25px;
    margin-left: 100px !important;
    margin-right: 100px !important;
    display: flex;
    align-items: center;
}
/********* About css **********/
.hme-heading-two {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    background-color: #1662b726;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 9px 35px;
    border-radius: 5px;
    font-family: poppins;
}
.hme-heading-thre {
    margin-top: 0px !important;
    margin-bottom: 35px !important;
    padding-bottom: 0px;
    font-size: 68px;
    line-height: 84px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: Marcellus;
}
.hme-txt-one p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #b7b7b7;
}
.hme-cntr-bx .stats-number, .hme-cntr-bx .counter_suffix, div.stats-desc>div.counter_prefix {
    font-size: 26px !important;
    line-height: 39px !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-family: Marcellus;
}
.hme-cntr-bx .stats-text {
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400;
    color: #b7b7b7;
}
.hme-sec-two {
    padding-left: 85px !important;
    padding-right: 65px !important;
    padding-top: 220px !important;
    padding-bottom: 120px !important;
    background: #000 !important;
    margin-top: -100px;
}
.hme-sec-two .theme-btn a.vc_general {
    border: none;
    padding: 20px 47px !important;
}
.hme-sec-two .vc_col-sm-5 {
    width: 44%;
}
.hme-sec-two .vc_col-sm-7 {
    width: 55%;
}
.hme-sec-two .vc_inner .vc_col-sm-9 {
    width: 67%;
}
.hme-sec-two .vc_inner .vc_col-sm-3 {
    width: 33%;
}
.group-inner .year-box:before {
    content: '';
    position: absolute;
    top: 45%;
    right: 90%;
    background-image: url(inc/assets/images/box.png);
    background-repeat: no-repeat;
    width: 191px;
    height: 163px;
    z-index: 9;
}
.group-inner .year-box p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    position: relative;
    z-index: 99;
    top: 70px;
    right: 130px;
}
.group-inner .year-box strong {
    font-size: 50px;
    line-height: 70px;
    font-family: Rubik;
    font-weight: 500;
}
.year-box {
    position: absolute;
    right: 0%;
    top: 0;
}
/************ Services css *************/
.ServiceSec {
    padding-top: 120px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 80px !important;
}
.ServiceSec .services-main {
    background: #fff;
    box-shadow: 0px 0px 26px #0000001f;
    border-radius: 10px;
    padding: 20px;
}
.service-box h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
}
.service-box p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000;
}
.service-box a {
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 60px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.service-box a:hover {
    background: transparent !important;
    color: #1e68bc;
    border: 1px solid;
    transition: all 0.5s ease-in-out;
}
#owl_custom11 .item {
    padding: 18px;
    margin-bottom: 0 !important;
}
.ServiceSec .serv_row {
    padding-left: 10px;
}
#owl_custom11 .owl-nav {
    display: block !important;
    position: absolute;
    top: -100px;
    right: 15px;
}
#owl_custom11 button.owl-prev {
    background: #1662b726 !important;
    height: 53px;
    width: 61px;
    border-radius: 10px;
    transition: all 0.5s;
}
#owl_custom11 button.owl-next {
    background: #1662b726 !important;
    height: 53px;
    width: 61px;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.5s;
}
#owl_custom11 button.owl-prev::before {
    content: '\f30a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom11 button.owl-next::before {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom11 .owl-next span, .owl-prev span {
  display: none;
}
#owl_custom11 button.owl-prev:focus {
  border: 0;
  outline: 0;
}
#owl_custom11 button.owl-next:focus {
  border: 0;
  outline: 0;
}
#owl_custom11 button.owl-next:hover, #owl_custom11 button.owl-prev:hover {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    transition: all 0.5s;
}
#owl_custom11 button.owl-next:hover::before {
    color: #fff;
}
#owl_custom11 button.owl-prev:hover::before {
    color: #fff;
}
/*********** Event css ************/
.EventSec {
    padding-top: 120px !important;
    padding-left: 85px !important;
    padding-right: 0px !important;
    padding-bottom: 120px !important;
}
.EventSec .hme-heading-two {
    padding: 9px 19px;
}
.event-main {
    display: flex;
    background: #272727;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    overflow: hidden;
}
.event-main .event-img {
    max-width: 30%;
    flex: 0 0 30%;
}
.event-main .event-img img {
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
}
.event-box h3 {
    color: #fff;
    margin-top: 0;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}
.event-box {
    margin-left: 25px;
    position: relative;
    width: 70%;
    flex: 0 0 70%;
}
.event-box p {
    color: #b7b7b7;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 25px;
    width: 91%;
}
.event-box h4 {
    color: #7DB9F6;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-family: poppins !important;
    font-weight: 400;
}
.event-box a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    right: 5px;
    bottom: -10px;
    transform: rotateZ(320deg);
}
.event-box a:before {
    content: '';
    position: absolute;
    bottom: -14px;
    right: -39px;
    background-image: url(inc/assets/images/color.png);
    width: 124px;
    height: 124px;
    background-repeat: no-repeat;
    transform: rotate(40deg);
    z-index: -1;
}
.EventSec .vc_column-inner {
    padding-right: 0 !important;
}
#owl_custom12 .owl-nav {
    display: block !important;
    position: absolute;
    top: -100px;
    right: 90px;
}
#owl_custom12 button.owl-prev {
    background: #1662b726 !important;
    height: 53px;
    width: 61px;
    border-radius: 10px;
    transition: all 0.5s;
}
#owl_custom12 button.owl-next {
    background: #1662b726 !important;
    height: 53px;
    width: 61px;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.5s;
}
#owl_custom12 button.owl-prev::before {
    content: '\f30a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom12 button.owl-next::before {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom12 .owl-next span, .owl-prev span {
  display: none;
}
#owl_custom12 button.owl-prev:focus {
  border: 0;
  outline: 0;
}
#owl_custom12 button.owl-next:focus {
  border: 0;
  outline: 0;
}
#owl_custom12 button.owl-next:hover, #owl_custom12 button.owl-prev:hover {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    transition: all 0.5s;
}
#owl_custom12 button.owl-next:hover::before {
    color: #fff;
}
#owl_custom12 button.owl-prev:hover::before {
    color: #fff;
}
#owl_custom12 .owl-dots {
    display: none;
}
/********** Blog css *************/
.BlogSec {
    padding-top: 120px !important;
    padding-left: 70px !important;
    padding-right: 70px !important;
    padding-bottom: 120px !important;
}
.home div#comments {
    display: none;
}
.BlogSec .blog-main {
    background: #fff;
    box-shadow: 0px 0px 26px #0000001f;
    border-radius: 10px;
    padding: 20px;
}
.blog-box h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-box p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #4C4C4C;
}
.blog-box a {
    font-size: 18px;
    line-height: 20px;
    color: #1662B7;
    text-decoration: underline;
}
#owl_custom13 .item {
    padding: 18px;
    margin-bottom: 0 !important;
}
.BlogSec .blog_row {
    padding-left: 10px;
}
#owl_custom13 .owl-nav {
    display: block !important;
    position: absolute;
    top: -100px;
    right: 15px;
}
#owl_custom12 button.slick-prev {
    left: 83% !important;
}
#owl_custom12 button.slick-next {
    left: 87% !important;
}
#owl_custom11 button.slick-prev, #owl_custom12 button.slick-prev, #owl_custom13 button.slick-prev {
    height: 53px;
    width: 61px;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: 999;
    background-image: url(inc/assets/images/long-arrow-left.png) !IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: -60px;
    left: 91%;
}
button.slick-prev:before {
    display: none;
}
#owl_custom11 button.slick-next, #owl_custom12 button.slick-next, #owl_custom13 button.slick-next {
    height: 53px;
    width: 61px;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: 999;
    background-image: url(inc/assets/images/long-arrow-right.png) !IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    top: -60px;
    left: 95%;
}
button.slick-next:before {
    display: none;
}
#owl_custom11 button.slick-prev:hover, #owl_custom12 button.slick-prev:hover, #owl_custom13 button.slick-prev:hover {
    background-image: url(inc/assets/images/color-arrow-prev.png) !important;
}
#owl_custom11 button.slick-next:hover, #owl_custom12 button.slick-next:hover, #owl_custom13 button.slick-next:hover {
    background-image: url(inc/assets/images/color-arrow-next.png) !important;
}
#owl_custom13 button.owl-next {
    background: #1662b726 !important;
    height: 53px;
    width: 61px;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.5s;
}
#owl_custom13 button.slick-prev::before {
    content: '\f30a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom13 button.owl-next::before {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #1662B7;
    font-size: 30px;
}
#owl_custom13 .owl-next span, .owl-prev span {
  display: none;
}
#owl_custom13 button.slick-prev:focus {
  border: 0;
  outline: 0;
}
#owl_custom13 button.owl-next:focus {
  border: 0;
  outline: 0;
}
#owl_custom13 button.owl-next:hover, #owl_custom13 button.owl-prev:hover {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    transition: all 0.5s;
}
#owl_custom13 button.owl-next:hover::before {
    color: #fff;
}
#owl_custom13 button.owl-prev:hover::before {
    color: #fff;
}
.blog-box h4 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    color: #1662B7;
    border-radius: 10px;
    background: #1662b71a;
    font-family: poppins !important;
    width: 34%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-weight: 500;
}
.blog-box a i {
    margin-left: 15px;
}
/********* Testimonials css **********/

.testimonial-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial-bx .slider-nav {
    width: 62%;
}

.testimonial-bx .slider-for {
    width: 38%;
}

.testnav-item {
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.5s;
    opacity: 0.6;
}

.testnav-item.slick-center {
    transform: scale(1);
    opacity: 1;
}
.slick-list.draggable {
    padding: 0 20px !important;
}
.testimonial-bx .slider-nav .slick-track {
    display: flex;
    align-items: center;
}

.testnav-item .desc-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    padding: 15px 10px;
    text-align: center;
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
}

.testnav-item .desc-nav h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    font-family: rubik;
    font-weight: 500;
}

.testnav-item .desc-nav p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: hsl(0deg 0% 100% / 70%);
    margin-bottom: 0px;
    font-family: rubik;
}

.testimonial-info .testimonial-quote {
    margin-bottom: 50px;
}

.testimonial-info .testimonial-quote {
    margin-bottom: 50px;
}

.testimonial-info .testimonial-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}

.testimonial-info .testimonial-rating {
    margin-top: 50px;
}

.testimonial-bx button.slick-arrow {
    z-index: 99;
}

.testimonial-bx button.slick-prev {
    height: 65px;
    width: 65px;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: 999;
    background-image: url(inc/assets/images/testi-prev.png) ! IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    left: 1%;
}
.testimonial-info {
    padding: 0 25px;
}

.testimonial-bx button.slick-next {
    height: 65px;
    width: 65px;
    border-radius: 10px;
    transition: all 0.5s;
    z-index: 999;
    background-image: url(inc/assets/images/testi-next.png) !IMPORTANT;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    position: absolute;
    right: 1%;
}

.testimonial-bx button.slick-arrow:before {
    display: none;
}

.hme-sec-five .hme-heading-two {
    width: 12%;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}
section#hme-sec-five {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.testnav-item .figure-nav img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

/********** Contact css ************/
.ContactSec .hme-heading-thre {
    margin-bottom: 30px !important;
}
.ContactSec {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.ContactSec .Cont_column1 {
    width: 49%;
}
.ContactSec .Cont_column2 {
    width: 51%;
}
.Contact-form label {
    font-size: 16px;
    line-height: 34px;
}
.Contact-form input {
    height: 78px;
    margin-bottom: 25px;
    border-color: #9F9F9F;
    border-radius: 10px;
}
.Contact-form p {
    margin-bottom: 0;
}
.Contact-form input::placeholder {
    font-size: 16px;
    color: #8E9FAC;
    line-height: 34px;
    padding-left: 15px;
}
.Contact-form textarea {
    height: 163px;
    padding-top: 28px;
    padding-left: 25px;
    margin-bottom: 45px;
}
.Contact-form textarea::placeholder {
    color: #8E9FAC;
}
.Contact-form .btn-primary {
    background: linear-gradient(170deg, rgb(125, 185, 246) 0%, rgb(22, 98, 183) 100%);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    height: 61px;
    width: 170px;
}
/******** Footer css **********/
div#footer-widget {
    background: #000 !important;
    padding-top: 80px;
    padding-left: 85px;
    padding-right: 85px;
}
.ft-1 p {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
    width: 80%;
}
.zoom-social_icons-list-span {
    background: #ffffff1c !important;
    font-size: 22px !important;
    padding: 12px !important;
    border-radius: 5px !important;
    color: #3a80cd !important;
}
h3.widget-title {
    font-size: 36px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}
.ft-2 ul li a {
    color: #b3b3b3;
    padding: 0;
    font-size: 18px;
    line-height: 55px;
    background: transparent !important;
    text-decoration: none;
}
.ft-2 ul {
    column-count: 2;
    /* height: 220px; */
    padding-left: 20px;
}
.ft-2 ul li:last-child {
    display: none;
}
.ft-2 ul li {
    list-style: initial;
    font-size: 18px;
    color: #1662B7;
}
.ft-2 {
    padding-left: 80px;
}
.ft-2 h3.widget-title {
    margin-bottom: 20px;
}
.ft-3 a {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
}
.ft-3 ul {
    padding-left: 0;
    list-style: none;
}
.ft-3 li {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
}
.ft-3 {
    padding-left: 110px;
}
.ft-4 {
    padding-left: 140px;
}
.ft-4 p {
    color: #b3b3b3;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
}
.newsletter-form input {
    height: 42px;
    background: #1a1a1a;
    border: 1px solid transparent;
}
.newsletter-form input::placeholder {
    font-size: 14px;
    line-height: 1;
    color: #8d8d8d;
}
.newsletter-form {
    position: relative;
}
.newsletter-form .btn-primary {
    position: absolute;
    top: -70px;
    right: 15px;
    font-size: 0;
    padding: 0;
    background-image: url(inc/assets/images/arrow.png);
    width: 38px;
    height: 38px;
}
.ft-2:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 80px;
    height: 100px;
    width: 1px;
    background: #4D4D4D;
}
.ft-2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 80px;
    height: 100px;
    width: 1px;
    background: #4D4D4D;
}
.ft-4:before {
    content: '';
    position: absolute;
    left: 60px;
    top: 80px;
    height: 100px;
    width: 1px;
    background: #4D4D4D;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
}
#colophon .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

footer#colophon {
    background: #000 !important;
}

.site-info {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.site-info a {
    text-decoration: none;
    color: #5B9CE1 !important;
    font-weight: 600;
    text-transform: uppercase;
	transition: all ease-in-out 0.5s;
}
.bottom-left ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.ft-3 li:last-child {
    margin-bottom: 0 !important;
}
.bottom-left ul li a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}
.bottom-left ul li:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid;
}

/************ Breadcrumb-css **************/
.breadcrumbs {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #272727 !important;
}
.breadcrumbs h1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    margin: 0;
    color: #fff;
  padding-bottom: 25px;
}
.breadcrumbs span {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    font-weight: 400;
    margin: 0 8px;
}
.fa-caret-right:before {
    color: #ffff;
}

.item {
    margin-bottom: 50px;
}

.comment-respond {
    display: none;
}
.Reso-sec p {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-weight: 400;
}
.Reso-sec .vc_single_image-img {
    height: 500px;
    object-fit: cover;
    box-shadow: 5px 5px 15px 10px #22222245;
	padding: 10px;
}
.test_inner {
    gap: unset;
}
.test_inner .testnav-item {
    opacity: 1;
    transform: none;
    position: relative;
}
.test_inner .row.testBox {
    background: #000;
    margin: 0;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
}
.test_inner .row.testBox .col-sm-12.col-md-6 {
    padding: 0;
}
.test_inner .testBox  .testimonial-info {
    padding: 0;
}
.test_inner .testBox .testimonial-content p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 46px;
}
.test_inner .row.testBox .testimonial-info .testimonial-quote {
    margin-bottom: 50px;
}
.test_inner .row.testBox .testimonial-rating {
    margin-top: 0;
    width: 50%;
}
.test_inner .row.testBox .figure-nav {
    position: relative;
    width: 90%;
}
.test_inner .row.testBox .testnav-item .desc-nav {
    width: 80%;
    left: -45px;
    bottom: 7px;
}
.services-img img {
    width: 100%;
}
.single-services #primary {
    padding-top: 80px;
    padding-bottom: 60px;
}
.single-services .post-navigation .nav-previous a, .single-services .post-navigation .nav-next a {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}
.single-event #primary {
    padding-top: 80px;
    padding-bottom: 60px;
}
.single-event .post-navigation .nav-previous a, .single-event .post-navigation .nav-next a {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}
.single-post #primary {
    padding-top: 80px;
    padding-bottom: 60px;
}
.single-post .post-navigation .nav-previous a, .single-post .post-navigation .nav-next a {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
	font-size: 15px;
}
section.vc_section.Reso-sec {
    padding-left: 85px !important;
}
.Reso-sec .vc_row {
    display: flex;
    align-items: center;
}
.testi-page {
    padding-left: 85px !important;
    padding-right: 85px !important;
}
.site-info a:hover {
    color: #8dc2f7 !important;
    transition: all ease-in-out 0.5s;   
}

a#clos__menu {
    display: none;
}


/************ Responsive css **************/
@media only screen and (max-width: 1700px) {
.hme-heading-thre {
    font-size: 48px;
}
}

@media only screen and (max-width: 1600px) {
	
header#masthead {
    padding: 28px 25px 28px 25px !important;!i;!;
}
	
.hme-heading-thre {
    line-height: 60px !important;!i;!;
    font-size: 45px !important;!i;!;
}

.event-box h3 {
    font-size: 30px !important;!i;!;
}

.event-box h4 {
    font-size: 18px !important;!i;!;
}

.event-box p {
    font-size: 15px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.ft-3 a {
    font-size: 16px !important;!i;!;
}

.ft-3 li {
    font-size: 16px !important;!i;!;
}

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

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

.ft-2 ul li a {
    font-size: 16px !important;!i;!;
    line-height: 40px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 40px !important;!i;!;!~;!;
    line-height: 60px !important;!i;!;
}

.breadcrumbs span {
    font-size: 16px !important;!i;!;
    line-height: 30px !important;!i;!;!;
}

section.vc_section.missionSec p {
    font-size: 17px !important;!i;!;
}
	
.blog-box h3 {
    font-size: 25px !important;!i;!;
    line-height: 36px !important;!i;!;
}	
}
@media only screen and (max-width: 1440px) {
header#masthead {
    padding-left: 0;
    padding-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 35px;
}
.theme-btn a {
    font-size: 16px !important;
    padding: 16px 32px !important;
}
.LogoSec .vc_row {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.hme-sec-two {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ServiceSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ServiceSec .serv_row {
    padding-left: 0;
}
.EventSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.BlogSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section#hme-sec-five {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.ContactSec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div#footer-widget {
    padding-left: 0;
    padding-right: 0;
}
h3.widget-title {
    font-size: 28px;
}
.ft-1 p {
    font-size: 16px;
}
.ft-1 p br {
    display: none;
}
.ft-2 .nav-link {
    font-size: 16px;
}
.ft-3 li {
    font-size: 16px;
}
.ft-3 a {
    font-size: 16px;
}
.ft-4 p {
    font-size: 16px;
}
.ft-2 {
    padding-left: 50px;
}
.ft-3 {
    padding-left: 60px;
}
.ft-4 {
    padding-left: 100px;
}
#colophon .container {
    padding-left: 15px;
    padding-right: 15px;
}
.site-info {
    font-size: 16px;
}
.bottom-left ul li a {
    font-size: 15px;
}
.ft-1 p br {
    display: none;
}
	
.hme-heading-thre {
    font-size: 40px !important;!i;!;
    line-height: 50px !important;!i;!;
}

.hme-txt-one p {
    font-size: 16px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.testimonial-info .testimonial-content p {
    font-size: 16px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.testnav-item .desc-nav h4 {
    font-size: 24px !important;!i;!;
    line-height: 32px !important;!i;!;
}

.testnav-item .desc-nav p {
    font-size: 15px !important;!i;!;
}
	
.service-box a {
    font-size: 16px !important;!i;!;
}
	
.event-box h3 {
    font-size: 25px !important;!i;!;
}
	
.Reso-sec p {
    font-size: 16px !important;!i;!;
    line-height: 1.7 !important;!i;!;
}
	
.BenefitSec li {
    font-size: 16px !important;!i;!;
    line-height: 40px !important;!i;!;
}	
}

@media only screen and (max-width: 1366px) {
	
.group-inner .year-box strong {
    font-size: 40px !important;!i;!;
    line-height: 60px !important;!i;!;
}
	
.Contact-form input {
    height: 68px !important;!i;!;
}
	
.Join-form .form-control {
    height: 60px !important;!i;!;
}
	
.testnav-item .figure-nav img {
    height: auto !important;!i;!;
}	
}
@media only screen and (max-width: 1280px) {
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 30px;
}
.hme-heading-thre {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 15px !important;
}
.hme-txt-one p {
    font-size: 16px;
}
.hme-cntr-bx .stats-text {
    font-size: 14px !important;
}
.group-inner .year-box strong {
    font-size: 34px;
}
.group-inner .year-box p {
    font-size: 15px;
    right: 70px;
    top: 10px;
}
.group-inner .year-box:before {
    top: 0%;
    right: 20%;
}
.service-box h3 {
    font-size: 20px;
    line-height: 1.2;
}
.service-box p {
    font-size: 15px;
    line-height: 30px;
}
.service-box a {
    font-size: 16px;
}
.event-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.event-box p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}
.event-box h4 {
    font-size: 16px;
}
.event-box a:before {
    bottom: -30px;
}
.event-main {
    overflow: hidden;
}
.blog-box h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}
.blog-box h4 {
    width: 50%;
    font-size: 15px;
}
.Contact-form input {
    height: 60px;
    margin-bottom: 15px;
}
.Contact-form textarea {
    height: 150px;
    margin-bottom: 30px;
}
.ContactSec .hme-heading-thre {
    margin-bottom: 15px !important;
}
.ft-1 p {
    width: 90%;
    font-size: 15px;
    line-height: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 25px;
}
.hme-sec-two {
    padding-top: 180px !important;
    padding-bottom: 90px !important;
}
.hme-sec-two .hme-row1 {
    display: flex;
    align-items: center;
}
.ServiceSec {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}
.ServiceSec .services-main {
    padding: 15px;
}
#owl_custom11 button.slick-prev, #owl_custom12 button.slick-prev, #owl_custom13 button.slick-prev {
    left: 87%;
}
#owl_custom11 button.slick-next, #owl_custom12 button.slick-next, #owl_custom13 button.slick-next {
    left: 94%;
}
.EventSec {
    padding-top: 90px !important;
    padding-bottom: 80px !important;
}
#owl_custom12 button.slick-next {
    left: 90% !important;
}
.event-main .event-img {
    width: 150%;
}
#owl_custom12 .item {
    margin-bottom: 0 !important;
}
.BlogSec {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
section#hme-sec-five {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
.testimonial-info .testimonial-content p {
    font-size: 15px;
    line-height: 30px;
}
.testimonial-info .testimonial-quote {
    margin-bottom: 40px;
}
.testimonial-info .testimonial-rating {
    margin-top: 41px;
    width: 50%;
}
.testnav-item .desc-nav h4 {
    font-size: 20px;
    line-height: 1;
}
.testnav-item .desc-nav p {
    font-size: 15px;
}
.testnav-item .desc-nav {
    padding: 10px;
}
.ContactSec {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.ContactSec .vc_row {
    display: flex;
    align-items: center;
}
.ft-2 .nav-link {
    font-size: 15px;
}
.ft-3 li {
    font-size: 15px;
}
.ft-3 a {
    font-size: 15px;
}
.ft-4 p {
    font-size: 15px;
    line-height: 30px;
}
.ft-4 {
    padding-left: 80px;
}
.ft-4:before {
    left: 30px;
}
.site-info {
    font-size: 15px;
}
}

@media only screen and (max-width: 1200px) {
	
.hme-heading-thre {
    font-size: 35px !important;!i;!;
    line-height: 45px !important;!i;!;
}

.Contact-form input {
    height: 58px !important;!i;!;
}
	
.testnav-item .desc-nav h4 {
    font-size: 20px !important;!i;!;
    line-height: 30px !important;!i;!;
}
	
.event-main .event-img img {
    height: 220px;
}

.EventSec .event-box h4 {
    font-size: 16px !important;!i;!;
}
	
.single-post h1.entry-title {
    font-size: 30px !important;!i;!;
}
	
.single-services h1.entry-title {
    font-size: 30px !important;!i;!;
}	
}

@media only screen and (max-width: 1199px) {
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 50px;
	text-align: center;
}
	
.navbar-light .navbar-toggler {
	background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
	
.navbar-light .navbar-toggler:focus {
    outline: none !important;!i;!;
}
	
#masthead .navbar-nav > li > a:before {
    display: none;
}

#masthead .navbar-nav > li > a:after {
    display: none;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 0px !important;!i;!;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center !important;!i;!;
}

.theme-btn {
    text-align: center !important;!i;!;
    margin-top: 30px;
}

.theme-btn a {
    font-size: 15px !important;!i;!;
    font-weight: 400 !important;!i;!;
    padding: 14px 27px !important;
}
	
a#clos__menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-decoration: none;
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 20px 20px;
	display: block !important;
}
}

@media only screen and (max-width: 1024px) {
	
header#masthead {
    padding: 28px 15px 28px 15px !important;
}
	
div#main-nav {
    width: 35% !important;!i;!;
}
	
.hme-heading-thre {
    font-size: 30px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.hme-txt-one p {
    font-size: 15px !important;!i;!;
}

.hme-cntr-bx .stats-number, .hme-cntr-bx .counter_suffix, div.stats-desc>div.counter_prefix {
    font-size: 22px !important;!I;!;
}

section.hme-sec-two .theme-btn a.vc_general {
    padding: 15px 35px !important;
}

.service-box a {
    height: 50px !important;!i;!;
}

.event-main {
    display: block;
}

.event-box p {
    width: 100% !important;!i;!;
    text-align: center !important;!i;!;
}

.event-box a:before {
    right: -39px !important;!i;!;
    bottom: -40px !important;!i;!;
}

.event-box a {
    right: 0px !important;
}

.event-main .event-img img {
    text-align: center !important;!i;!;
}

.event-main .event-img {
    width: 100% !important;!i;!;
    text-align: center !important;!i;!;
    margin: 0 auto !important;!i;!;
}

.event-box h3 {
    text-align: center !important;!i;!;!U;!;
    font-size: 24px !important;!i;!;
    line-height: 34px !important;!i;!;
}

.event-box {
    width: 100% !important;!I;!;
    margin-left: 0px !important;!I;!;
}
	
.event-main .event-img img {height: 130px !important;!i;!;!o;!;}

.blog-box h3 {
    font-size: 22px !important;!i;!;
    line-height: 32px !important;!i;!;
}

.testnav-item .desc-nav h4 {
    font-size: 18px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.testnav-item .desc-nav p {
    font-size: 14px !important;!i;!;
}

.testimonial-info .testimonial-content p {
    font-size: 15px !important;!i;!;
}
	
.ft-3 a {
    font-size: 15px !important;!i;!;
}

.ft-3 li {
    font-size: 15px !important;!i;!;
}

.ft-4 p {
    font-size: 15px !important;!i;!;
}

.ft-1 p {
    width: 100% !important;!i;!;
    font-size: 15px !important;!i;!;
}

.ft-2 {
    padding-left: 15px !important;!i;!;
}

.ft-3 {
    padding-left: 30px !important;!i;!;
}

.ft-4 {
    padding-left: 15px !important;!i;!;
}

.site-info {
    font-size: 14px !important;!i;!;
}
	
.slick-list.draggable {
    padding-right: 10px !important;!i;!;
}

#owl_custom13 .item {
    padding: 8px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 30px !important;!i;!;
    line-height: 50px !important;!i;!;
}
	
.stats-left .aio-icon-left {
    display: block !important;!i;!;
}
	
section.vc_section.missionSec p {
    font-size: 16px !important;!i;!;
}
	
.group-inner .year-box strong {
    font-size: 30px !important;!i;!;
    line-height: 50px !important;!i;!;
}
	
section.vc_section.Reso-sec {
    padding-left: 0px !important;!i;!;
}
	
.logo_1 {
    padding: 20px !important;!i;!;
}
	
.stats-left .stats-desc {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
}
}

@media only screen and (max-width: 991px) {
	
.group-inner .year-box strong {
    font-size: 25px !important;
    line-height: 40px !important;
}

.group-inner .year-box:before {
    top: -20% !important;!i;!;
    right: 10% !important;!i;!;
}
	
.Join-form .form-control {
    height: 50px !important;!i;!;!im;!im;!i;!;
}
	
.Join-form .btn-primary {
    font-size: 16px !important;!i;!;
    height: 50px !important;!i;!;
    width: 140px !important;!i;!;
}	
}

@media only screen and (max-width: 960px) {
	
div#main-nav {
    width: 46% !important;!i;!;
}
	
.LogoSec .vc_row {
    padding: 25px 5px !important;!i;!;
}

.hme-sec-two .vc_col-sm-5 {
    width: 100% !important;!i;!;
}

.hme-sec-two .vc_col-sm-7 {
    width: 100% !important;!i;!;
}

.hme-sec-two .hme-row1 {
    display: block !important;!i;!;
}

.hme-heading-two {
    text-align: center !important;!i;!;
    display: block !important;!i;!;!im;!;
    width: 25%;
    margin: 0 auto;
}

.hme-heading-thre {
    text-align: center !important;!i;!;
    font-size: 25px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.hme-txt-one p {
    text-align: center !important;!i;!;
}

section.hme-sec-two .theme-btn a.vc_general {
    display: block !important;!i;!;
    text-align: center !important;!i;!;
    margin: 0 auto !important;!i;!;
}

.hme-sec-two .theme-btn {
    display: block !important;!i;!;
    text-align: center !important;!i;!;
    margin: 0 auto !important;!i;!;
    width: 44% !important;!i;!;
}

.hme-sec-two img.vc_single_image-img.attachment-full {
    width: 70%;
}

.wpb_single_image.vc_align_left {
    text-align: center !important;!i;!;
    margin-top: 50px !important;!i;!;!o;!;
}

.group-inner .year-box p {
    right: 170px !important;!i;!;
    top: 60px !important;!i;!;
}

.group-inner .year-box:before {
    top: 32% !important;
    right: 145% !important;
}
	
#owl_custom11 .item {
    padding: 8px !important;!i;!;
}
	
.ServiceSec .slick-slide {
        float: unset !important;
        width: 70% !important;
        margin: 0 auto !important;
}
	
#owl_custom12 button.slick-prev {
    left: 80% !important;!i;!;
}

.LogoSec .vc_row {
    display: block !important;!i;!;
}

.LogoSec .vc_col-sm-2 {
    width: 33% !important;!i;!;
    margin-bottom: 20px;
}

.LogoSec .wpb_single_image.vc_align_left {
    margin-top: 0px !important;!i;!;
    padding: 38px !important;!I;!;
}

.LogoSec .vc_row {
    padding-bottom: 10px !important;!i;!;!;
}
	
.BlogSec .slick-slide {
    float: unset !important;!i;!;
    width: 80% !important;!i;!;
    margin: 0 auto !important;!i;!;
}
	
.testimonial-bx {
    display: block !important;!i;!;
}

.testimonial-bx .slider-for {
    width: 100% !important;!I;!;
}

.testimonial-bx .slider-nav {
    width: 100% !important;!i;!;
}
	
.ContactSec .Cont_column1 {
    width: 100% !important;!i;!;
}

.ContactSec .Cont_column2 {
    width: 100% !important;!i;!;
}

.ContactSec .vc_row {
    display: block !important;!i;!;
}

.ContactSec img.vc_single_image-img.attachment-full {
    width: 60%;
}

.Contact-form .btn-primary {
    font-size: 15px !important;!i;!;
    width: 150px !important;!i;!;
    height: 50px !important;!i;!;
    margin: 0 auto !important;!i;!;
    display: block !important;!i;!;
}
	
.event-box h3 {
    font-size: 20px !important;!i;!;
}

.event-box a {
    font-size: 25px !important;!i;!;!u;!;
}
	
.event-box p {
    overflow-x: scroll !important;
    height: 180px;
}
	
div#footer-widget .col-md-3 {
    flex: 0 0 100% !important;!i;!;
    max-width: 100% !important;!i;!;
}

.ft-3 {
    padding-left: 15px !important;!i;!;
}

div#footer-widget {
    text-align: center !important;!i;!;
}

.ft-2 ul {
    height: unset !important;!i;!;
    padding-left: 0px !important;!i;!;
}

.ft-2 ul li {
    list-style: none;
}

.ft-4:before {display: none;}

.newsletter-form input {
    width: 50% !important;!i;!;
    margin: 0 auto !important;!i;!;
}

.newsletter-form .btn-primary {
    width: 38px !important;!i;!;
    right: 26% !important;!i;!;
}
	
.footer-bottom {
    display: block !important;!i;!;
    text-align: center !important;!i;!;
}

.bottom-left ul {
    justify-content: center !important;!i;!;
    margin-top: 10px;
}
	
.hme-sec-two {
    margin-top: 0px !important;!i;!;
}

.LogoSec {
    margin-top: 0px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 25px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.breadcrumbs span {
    font-size: 15px !important;!i;!;
}
	
.hme-sec-two {
    padding-top: 60px !important;!i;!;
    padding-bottom: 50px !important;!i;!;
}
	
section.vc_section.missionSec p {
    font-size: 15px !important;!i;!;
}
	
.ServiceSec .col-md-4 {
    flex: 0 0 100% !important;!i;!;
    max-width: 100% !important;!i;!;
}

.ServiceSec .services-main {
    width: 70%;
    margin: 0 auto;
}
	
#owl_custom12 button.slick-prev {
    display: none !important;!i;!;
}

#owl_custom12 button.slick-next {
	display: none !important;!I;!;

}
	
.BenefitSec h3 {
    font-size: 22px !important;!i;!;
    line-height: 1.4 !important;!i;!;
}	
}

@media only screen and (max-width: 767px) {
	
.LogoSec .vc_col-sm-2 {
    width: 100% !important;!i;!;
}

.LogoSec .wpb_single_image.vc_align_left {
    width: 36% !important;!i;!;
    margin: 0 auto !important;!i;!;
}
	
.Reso-sec .vc_row {
    display: block !important;!i;!;
}

.Reso-sec 
 h2.vc_custom_heading.vc_do_custom_heading {
    text-align: center !important;!i;!;
}

.Reso-sec p {
    text-align: center !important;!i;!;
}
	
.event-main {
    margin-left: 10px !important;!i;!;
	margin-right: 10px !important;
}	
}


@media only screen and (max-width: 667px) {
	
.LogoSec .wpb_single_image.vc_align_left {
    width: 41% !important;!i;!;
}

.hme-sec-two img.vc_single_image-img.attachment-full {
    width: 80% !important;!i;!;
}

.group-inner .year-box:before {
    right: 85% !important;!i;!;
}

.group-inner .year-box p {
    right: 123px !important;!i;!;
}

.hme-heading-thre {
    font-size: 22px !important;!i;!;
    line-height: 32px !important;!i;!;
}

.ServiceSec .slick-slide {
    width: 80% !important;!i;!;
}

.hme-heading-two {
    width: 30% !important;!i;!;
}

.event-box h3 {
    font-size: 18px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.event-box p {
    font-size: 14px !important;!i;!;
}

.EventSec .event-box h4 {
    font-size: 15px !important;!i;!;
}

.event-box a {
    font-size: 22px !important;!i;!;
}

.blog-box h3 {
    font-size: 20px !important;!i;!;!m;!m;!;
    line-height: 30px !important;!i;!;
}

.blog-box p {
    font-size: 15px !important;!i;!;
}

.blog-box a {
    font-size: 16px !important;!i;!;
}

.testnav-item .desc-nav h4 {
    font-size: 16px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.testimonial-info .testimonial-content p {
    font-size: 14px !important;!i;!;
}
	
.navbar-brand {
    width: 35% !important;!i;!;
}
	
div#main-nav {
    width: 55% !important;!i;!;
}
	
.Reso-sec p {
    font-size: 15px !important;!i;!;
}
	
.single-post h1.entry-title {
    font-size: 25px !important;!i;!;
}	
}

@media only screen and (max-width: 568px) {
	
.BlogSec .slick-slide {
    width: 90% !important;!i;!;
}

.newsletter-form input {
    width: 70% !important;!i;!;
}

.newsletter-form .btn-primary {
    right: 17% !important;!i;!;
}
	
.ServiceSec .slick-slide {
    width: 100% !important;!i;!;
}
	
.hme-sec-two img.vc_single_image-img.attachment-full {
    width: 100% !important;!i;!;
}

.group-inner .year-box:before {
    right: 15% !important;!i;!;
}

.group-inner .year-box p {
    right: 73px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 20px !important;!im;
    padding-bottom: 10px !important;!i;!;
}

.breadcrumbs span {
    font-size: 14px !important;!i;!;
}
	
.breadcrumbs {
    height: 200px !important;!i;!;
}
	
.BenefitSec h3 {
    font-size: 20px !important;!i;!;
    line-height: 1.3 !important;!i;!;
}

.BenefitSec li {
    font-size: 15px !important;!i;!;
}
	
.Join-form label {
    font-size: 16px !important;!i;!;
}
	
.LogoSec .wpb_single_image.vc_align_left {
    width: 50% !important;!i;!;
}	
}

@media only screen and (max-width: 520px) {
	
.ServiceSec .services-main {
    width: 100% !important;!i;!;
}

.hme-heading-two {
    width: 50% !important;!i;!;
}
	
.ContactSec img.vc_single_image-img.attachment-full {
    width: 80% !important;!i;!;
}
	
div#main-nav {
        width: 75% !important;
}
	
.group-inner .year-box:before {
    display: none;
}
	
.LogoSec .wpb_single_image.vc_align_left {
        width: 54% !important;
}	
}

@media only screen and (max-width: 480px) {
	
.LogoSec .wpb_single_image.vc_align_left {
    width: 61% !important;!i;!;
}
	
div#main-nav {
    width: 100% !important;!i;!;
}

.navbar-brand {
    width: 45% !important;!i;!;
}
	
.single-services h1.entry-title {
    font-size: 20px !important;!i;!;
}
	
.BlogSec .slick-slide {
    width: 100% !important;!i;!;
}
	
.single-post h1.entry-title {
    font-size: 20px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 18px !important;!i;!;
    padding-bottom: 5px !important;!i;!;
}
	
section.BenefitSec {
    padding-top: 40px !important;!i;!;
    padding-bottom: 40px !important;!i;!;
}	
.BenefitSec a {
    line-break: anywhere;
}

.BenefitSec li {
    line-break: anywhere !important;!i;!;
}		
}

@media only screen and (max-width: 425px) {
	
.LogoSec .wpb_single_image.vc_align_left {
    width: 68% !important;!i;!;
}
	
.group-inner .year-box p {
    right: 43px !important;!i;!;
}

.hme-heading-thre {
    font-size: 20px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.slick-list.draggable {
    padding-right: 0px !important;!i;!;
	padding-left: 0px !important;
}
	
header#masthead {
    padding: 28px 0px 28px 0px !important;
}

.navbar-brand {
    width: 55% !important;!i;!;
}
	
section.JoinSec {
    padding-top: 40px !important;!i;!;
    padding-bottom: 40px !important;!i;!;
}
}

@media only screen and (max-width: 375px) {
	
.LogoSec .wpb_single_image.vc_align_left {
    width: 80% !important;!i;!;
}

.group-inner .year-box p {
    top: 50px !important;!i;!;
}

.ServiceSec {
    padding-top: 40px !important;!i;!;
}

.EventSec {
    padding-top: 40px !important;!i;!;
    padding-bottom: 40px !important;!i;!;
}

.BlogSec {
    padding-top: 40px !important;!i;!;
}

section#hme-sec-five {
    padding-top: 40px !important;!i;!;
}
	
.Contact-form input {
        height: 48px !important;
}
	

}

@media only screen and (max-width: 320px) {
	
.LogoSec .wpb_single_image.vc_align_left {
        width: 100% !important;
    }	
}
/********** Additional css ************/
section.vc_section.missionSec p {
    color: #fff;
    font-size: 19px;
}
section.vc_section.missionSec {
    padding-bottom: 100px;
}
.BenefitSec {
    padding-top: 100px;
    padding-bottom: 70px;
}
.BenefitSec h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.BenefitSec li {
    font-size: 18px;
    line-height: 50px;
}
.BenefitSec a {
    color: #5B9CE1;!;
    text-decoration: none;
}

.JoinSec {
    padding-top: 100px;
    padding-bottom: 80px;
}
.Join-form label {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
}
.Join-form .form-control {
    height: 70px;
    margin-bottom: 25px;
    border-color: #9F9F9F;
    border-radius: 10px;
}
.Join-form {
    padding: 50px 40px;
    box-shadow: 0 0 20px #00000030;
    border-radius: 15px;
}
.Join-form .btn-primary {
    background: linear-gradient(170deg, rgb(125, 185, 246) 0%, rgb(22, 98, 183) 100%);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    height: 60px;
    width: 160px;
}
.logo_1 {
    background: linear-gradient(101deg, rgba(125, 185, 246, 1) 9%, rgba(22, 98, 183, 1) 94%) !important;
    padding: 35px;
    border-radius: 10px;
}
.logo_1 img {
    filter: brightness(5);
}