/*
Theme Name: Raindrops-housing-solutions
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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Poppins', sans-serif !important;
}

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 {padding: 16px 100px;background: #fff;padding-bottom: 5px;}

.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;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  text-transform: capitalize;
}

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;
  font-weight: 400;
  /* 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: 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%;
  }
}


/*--------------------------------------------------------------
            Custom css start
--------------------------------------------------------------*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}

/*--------------------------------------------------------------
           Header css
--------------------------------------------------------------*/
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 45px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 800;
}
body.home:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
}
body.home:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body.home:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
}
.xtra-links .contact-btn a {
    background: #3fcef6;
    border: 1px solid #3fcef6;
    padding: 18px 50px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.xtra-links .contact-btn a:hover {
    background: #ffffff00;
    color: #3fcef6;
    transition: 0.5s ease-in-out;
}
body.home .xtra-links .contact-btn a:hover {
    background: #ffffff !important;
    color: #000000 !important;
    transition: 0.5s ease-in-out;
}
body.home .xtra-links .contact-btn a {
    background: transparent;
    color: #fff !important;
    border: 1px solid #ffff;
}
.navbar-brand {
    width: 18%;
    margin-right: 0 !important;
}
body.home .navbar-brand {
    width: 15%;
    margin-right: 0 !important;
    /* filter: invert(1); */
}
/*--------------------------------------------------------------
            secBanner
--------------------------------------------------------------*/
.secBanner p {
    line-height: 34px;
}
.theme-btn .vc_general {
    background: #3FCEF6 !important;
    border-radius: 0 !important;
    padding: 15px 50px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #fff !important;
    font-weight: 600 !important;
    transition: 0.5s ease-in-out;
    border: 1px solid #3FCEF6 !important;
}
body.home header#masthead {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
}
.theme-btn .vc_general:hover {
    background: #fff !important;
    color: #3FCEF6 !important;
    transition: 0.5s ease-in-out;
}
.secBanner section#zoom-social-icons-widget-2 {
    margin-bottom: 0;
    position: absolute;
    right: -320px;
    bottom: -330px;
}
.secBanner section#zoom-social-icons-widget-2 ul {
    display: flex;
    flex-direction: column;
}
.social-icons {
    margin-bottom: 0;
}
.secBanner section#zoom-social-icons-widget-2 ul li {
    margin-bottom: 33px;
}
.secBanner section#zoom-social-icons-widget-2 ul li:last-child {
    margin-bottom: 0;
}
.secBanner section#zoom-social-icons-widget-2 ul li a span {
    font-size: 22px !important;
}
/*--------------------------------------------------------------
           secServices
--------------------------------------------------------------*/
.secServices p {
  color: #000;
}
.secServices.theme-btn .vc_general {
    border-color: #fff !important;
}
.ser-box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 0 14px 0 #0000002e;
}
.ser-box .img-wrapper img {
    border-radius: 10px;
    width: 100%;
}
.ser-box .ser-content h4 {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 13px;
}
.ser-box .ser-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ser-box .ser-content a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    color: #008080;
}
.ser-box .ser-content {
    padding: 17px 22px;
}
.secServices .theme-btn .vc_general {
    border-color: #fff !important;
}
/*--------------------------------------------------------------
            secTest
--------------------------------------------------------------*/
.testBox {
    background: #fff;
    border-radius: 10px;
    padding: 35px 26px;
    text-align: center;
}
.testBox .thumb {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    border: 5px solid #3FCEF6;
    border-radius: 100%;
    margin-bottom: 26px;
}
.testBox .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testBox .txt h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
}
.testBox .txt .star-rating {
    color: #F2A31A;
    margin-bottom: 30px;
}
.testBox .info p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-overflow: ellipsis;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.testBox .info {
    margin-bottom: 30px;
}
.testBox .test-btn a {
    background: #3FCEF6;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 10px 52px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.test-grid .testBox .thumb {
    border-color: #fff;
}
.test-grid .testBox {
    background: #3fcef6;
}
.test-grid .testBox .txt h3, .test-grid .testBox .info p {
    color: #fff;
}
.test-grid .testBox .test-btn a {
    background: #fff;
    color: #3fcef6;
}
/*--------------------------------------------------------------
            secBlog-news
--------------------------------------------------------------*/
.postBox {
    background: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 0 14px 0 #0000002e;
}
.postBox .ctn {
    padding: 20px 30px;
}
.postBox img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.postBox  h3 {
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}
.postBox p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px !important;
    color: #000;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.postBox .post-btn a {
    background: #3FCEF6;
    color: #fff;
    text-align: center;
    padding: 10px 28px;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 !important;
    border: 1px solid #3FCEF6;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
}
.postBox .post-btn {
}
.postBox:hover .post-btn a {
    background: transparent;
    color: #3FCEF6;
}
div#comments {
    display: none;
}
.single-post .post-thumbnail img {
    width: 30%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 0 20px 6px #ffffffa6;
}
.single-post .entry-meta {
    display: none;
}
.single-post nav.navigation.post-navigation {
    display: none;
}
.single-post h1.entry-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px !important;
    color: #000;
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.single-post p {
    font-size: 18px;
    line-height: 38px;
    color: #000;
}
.single-post .post.hentry{
  margin-bottom: 0px !important;
}
.secBlog-news .theme-btn .vc_general {
    border-color: #fff !important;
}
/*--------------------------------------------------------------
           secEvent
--------------------------------------------------------------*/
.secEvent .ft-18 {
    line-height: 28px;
}
.secEvent h3.bg-head {
    background: #3fcef6;
    width: 299px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.secEvent .theme-btn .vc_general {
    color: #000 !important;
    padding: 10px 40px !important;
}
.ult-modal-input-wrapper img {
    width: 588px;
    height: 555px !important;
    box-shadow: 0 0 20px 2px #00000073 !important; 
} 
/*--------------------------------------------------------------
       secNewsletter 
--------------------------------------------------------------*/
.newsletter br {
    display: none;
}
.newsletter .form-control {
    background: #fff;
    border-radius: 0;
    margin-bottom: 13px;
    height: 53px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    padding: 10px 20px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-color: #fff;
    margin-bottom: 30px !important;
    border-radius: 5px;
}
.newsletter .wpcf7-submit {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 10px 68px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    transition: 0.5s ease-in-out !important;
    display: block;
    margin: 0 auto;
}
.newsletter .form-control::placeholder {
    color: #000000;
}
/*--------------------------------------------------------------
            Footer
--------------------------------------------------------------*/

div#footer-widget {
    background: #3FCEF6 !important;
    padding-top: 138px;
    padding-bottom: 90px;
}
div#footer-widget h3.widget-title {
    margin-top: 0;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 27px;
}
div#footer-widget p {
    color: #195262;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
div#footer-widget  section#media_image-2 {
    margin-bottom: 20px !important;
    width: 80%;
}
div#footer-widget ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    column-count: 2;
}
div#footer-widget ul li a {
    background: transparent;
    color: #195262;
    font-size: 18px;
    line-height: 54px;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    transition: 0.5s ease-in-out !important;
}
div#footer-widget .ft-3 ul li {
    position: relative;
}
div#footer-widget .ft-3 ul li:before {
    content: "\f879";
    font-size: 18px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    color: #000000;
    position: absolute;
    left: -30px;
    top: 0;
    display: none;
}
div#footer-widget .ft-3 ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
}
div#footer-widget .ft-3 ul li:last-child:before {
    transform: none;
    content: "\f0e0";
}
div#footer-widget .ft-3 ul li {
    margin-bottom: 21px;
}
div#footer-widget .ft-3 ul li a {
    line-height: 27px;
}
div#footer-widget .widget {
    margin-bottom: 0 !important;
}
.ft-3 {
    padding-left: 145px;
}
.ft-2 {
    padding-left: 113px;
}
footer#colophon {
    background: #3fcef6 !important;
    text-align: center;
    padding: 24px 0 14px 0;
    position: relative;
}
footer#colophon .site-info {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
} 
footer#colophon .site-info a {
    text-decoration: none;
    font-weight: 700;
}
div#footer-widget ul li {
  position: relative;
}
div#footer-widget ul.menu li {
    margin-bottom: 0;
}
.ct-form .wpcf7-submit:hover {
    background: transparent;
    color: #c50d3e;
    transition: 0.5s ease-in-out;
}
.newsletter .wpcf7-submit:hover {
    background: transparent;
    color: #000000;
}


.breadcrumbs {
    background: #3fcef6 !important;
    padding: 30px 0;
}
.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumbs span {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs span.seprator {
    padding: 0 10px;
}
.ctn-form .form-control {
    border-radius: 0;
    height: 56px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #707070;
    margin-bottom: 15px !important;
    resize: none;
}
.ctn-form p {
    height: unset !important;
}
.ctn-form .form-control::placeholder {
    color: #707070;
}
.ctn-form textarea {
    height: 198px !important;
}
.ctn-form span {
    height: unset !important;
}
.ctn-form  br {
    display: none;
}
.ctn-form .wpcf7-submit {
    background: #3fcef6;
    padding: 17px 107px 16px 102px;
    border: 1px solid #3fcef6;
    border-radius: 0;
    margin-top: 50px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #ffffff;
    transition: 0.5s ease-in-out !important;
}
.ctn-form p {
    /* text-align: center; */
}
.ctn-form span.wpcf7-spinner {
    position: absolute;
}
.ct-list ul li {
    padding-left: 90px !important;
}
.ct-list ul {padding: 0;}
.ct-list ul li {
    width: 100%;
    list-style: none;
    margin-bottom: 20px !important;
    position: relative;
    background: #c1ecf830;
    padding: 40px 90px;
    transition: 0.5s ease-in-out;
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px #3fcef68f;
    margin-bottom: 30px !important;
}
.ct-list ul li a, .ct-list ul li strong {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    display: flex;
}
.ct-list ul li:nth-child(2):before {content: "\f0e0";}
.ct-list ul li:before,
.ct-list .social_icon ul li:before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #000000;
    border: 2px solid #000000;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    top: 45px;
    left: 30px;
}
.ct-list ul li:nth-child(3):before {
    content: "\f095";
}
.ct-list ul li:nth-child(4):before{
    content: "\f3c5";
    top: 24px;
    left: 10px;
}
.ct-list .social_icon ul li:first-child:before{
    content: "\f39e";
}
.ct-list .social_icon ul li:nth-child(2):before{
    content: "\f16d";
}
.ct-list .social_icon ul li:last-child:before{
    content: "\f099";
}

.sec_Contact .ctn-form .wpcf7-submit {
    width: 100%;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
}
.sec_Contact .ctn-form {padding-left: 30px;}
.sec_Contact .ctn-form p {
    margin-bottom: 0;
}
div#footer-widget .ft-3 p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 60px;
}
.ft-1 {
    padding-right: 60px;
}
footer#colophon:before {
    content: "";
    border-top: 1px solid #65D8F8;
    width: 1317px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.counter-box {
    margin-bottom: 0 !important;
    text-align: left !important;
}
.counter-box i {
    color: #3A82E9;
}
.counter-box .stats-number, .counter-box .counter_suffix {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #3fcef6;
    padding: 0;
    position: relative;
}
.counter-box .stats-desc {
    padding-top: 15px;
    position: relative;
}
.counter-box .stats-text {
    padding-top: 15px;
    color: #000000;
}
.counter-box .stats-number:after {
    content: "";
    background: #707070;
    width: 39px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
}
.counter-box .stats-top , .counter-box .stats-desc {
    text-align: left !important;
}
body.home:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #3fcef6;
    transition: 0.5s ease-in-out;
}
.secDriven .theme-btn .vc_general {
    color: #000 !important;
    display: none;
}
.secEvent {
    display: none;
}
.secBlog-news {
    margin-bottom: 30px;
}
div#footer-widget section#media_image-2 img {border-radius: 10px;}
.secApplication .ctn-form label {
    font-size: 20px;
    color: #fff;
}
.secApplication .ctn-form .dswcf7_country_sel .country-select.inside {
    display: block;
}
.secApplication .ctn-form strong {
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
}
.secApplication .ctn-form span.wpcf7-form-control-wrap span.wpcf7-form-control {
    border: none;
    display: flex !important;
    flex-direction: column;
    background: transparent;
}
.secApplication .ctn-form span.wpcf7-form-control-wrap span.wpcf7-form-control span {
    margin-left: 0;
}
.secApplication .ctn-form {
    background: #3fcef6;
    padding: 50px;
    border-radius: 10px;
}
.secApplication .ctn-form .form-control {
    border: 2px solid #fff;
    border-radius: 5px;
}
.secApplication .ctn-form input::placeholder{
  color: #fff;
}
.secApplication .fieldset-cf7mls-wrapper button{
    background: #3fcef6;
    width: 20%;
    padding: 15px;
    font-size: 20px;
	color:#fff;
}
.secApplication .ctn-form h2 {
    background: #fff;
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 30px;
    color: #3fcef6;
}
.secApplication .ctn-form .wpcf7-submit {
    background: #fff;
    width: 100%;
    color: #3fcef6;
}
.secApplication .ctn-form p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.secApplication .ctn-form h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.prg-bar {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
}
.prg-bar:before {
    content: "";
    background: #3fcef6;
    width: 14%;
    height: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 12px;
    margin: auto;
}
.prg-bar:after {
    content: "14%";
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 10%;
    top: -3px;
}
.prg-bar-2:before {
    width: 28%;
}
.prg-bar-2:after {
    content: "28%";
    left: 24%;
}
.prg-bar-3:before {
    width: 42%;
}
.prg-bar-3:after {
    content: "42%";
    left: 38%;
}
.prg-bar-4:before {
    width: 57%;
}
.prg-bar-4:after {
    content: "57%";
    left: 53%;
}
.prg-bar-5:before {
    width: 71%;
}
.prg-bar-5:after {
    content: "71%";
    left: 67%;
}
.prg-bar-6:before {
    width: 85%;
}
.prg-bar-6:after {
    content: "85%";
    left: 80%;
}
.prg-bar-7:before {
    width: 100%;
}
.prg-bar-7:after {
    content: "100%";
    left: 95%;
}
.prg-bar h6 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin-top: -34px;
    color: #fff;
    text-transform: uppercase;
}
.secRaindrop figure.wpb_wrapper.vc_figure, .secRaindrop .vc_single_image-wrapper.vc_box_border_grey {
    display: block;
}
.secRaindrop img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
}
.secApplication .ctn-form p.para {
    margin-bottom: 30px;
}
.vc_section.secBlog-news {
    display: none;
}
.single-testimonials nav.navigation,
.single-services nav.navigation {
    display: none;
}
.single-testimonials .entry-content,
.single-services .entry-content {
    margin-top: 0;
}
.single-testimonials .entry-content p,
.single-services .entry-content p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.single-testimonials h1.entry-title {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    padding-left: 19%;
} 
.single-services h1.entry-title{
	margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.single-testimonials .post-thumbnail,
.single-services .post-thumbnail {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
    position: relative;
}
.single-testimonials .post-thumbnail img {
    box-shadow: 0 0 20px 2px #00000040;
    border-radius: 100%;
    position: absolute;
    top: -16px;
}
.post-301 .post-thumbnail img {
    top: 20px;
}
.single-testimonials .entry-content p:first-child {
    padding-left: 19%;
}
.single-testimonials section#primary,
.single-services section#primary {
    padding: 100px 0;
}

.pop-form {
    background: #00000094;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none;
}
.popup-form {
    background: #fff;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    padding: 40px;
    border-radius: 10px;
}
.form-ctn {
    text-align: center;
}
.form-ctn h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
    color: #000;
    text-transform: capitalize;
}
.form-ctn P {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 30px;
    cursor: pointer;
}
/*--------------------------------------------------------------
            Custom css End
--------------------------------------------------------------*/

.ft-bold {
  font-weight: 700;
}

.ft-medium {
  font-weight: 400;
}

.ft-semibold {
  font-weight: 600;
}

.ft-light {
  font-weight: 300;
}

.ft-18 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
}

.ft-20 {
  font-size: 20px;
  line-height: 30px ;
}

.ft-uppercase {
  text-transform: uppercase;
}

.clr-white {
  color: #fff;
}

.btn-clr {
  color: #C50D3E !important; 
}
div#content {
    padding: 0 !important;
}

@media screen and (max-width:1400px){
  header#masthead {
    padding: 16px;
  }
  footer#colophon:before {
    width: 100%;
  }
  .ft-3 {
    padding-left: 50px;
  }
  .ft-2 {
    padding-left: 50px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 25px;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
  }
  body.home .xtra-links .contact-btn a {
    font-size: 16px;
    line-height: 26px;
  }
  .ser-box .img-wrapper {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
  }
  .ser-box .ser-content h4 {
    font-size: 22px;
  }
  .postBox h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  div#content {
    padding: 0 !important;
  }
  div#footer-widget {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  section.vc_section.secInvest {
    padding: 80px 15px !important;
  }
  section.vc_section.secAbout {
    padding: 80px 15px !important;
  }
  section.vc_section.secRaindrop {
    padding: 80px 15px !important;
  }
  .entry-content {
    margin: 0;
  }
}
/******* Responsive Strat ********/
@media only screen and (max-width: 1600px) {
section.vc_section.secRaindrop {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.secServices h3 {
    font-size: 44px !important;
    margin-bottom: 30px !important;
}
section.vc_section.secServices {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
section.vc_section.secTest {
    padding-top: 130px !important;
}
.secTest h2 {
    font-size: 46px !important;
    line-height: 60px !important;
    margin-bottom: 40px !important;
}
section.vc_section.secRaindrop {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
section.vc_section.secBanner {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}
.secBanner h3 {
    font-size: 44px !important;
    margin-bottom: 10px !important;
}
.secBanner h1 {
    font-size: 96px !important;
    line-height: 120px !important;
}
}
@media only screen and (max-width: 1440px) {
header#masthead {
    padding: 10px 60px;
}
.secBanner h3 {
    font-size: 40px !important;
}
.secBanner h1 {
    font-size: 90px !important;
    line-height: 110px !important;
}
 section.vc_section.secBanner {
    padding: 300px 80px !important;
}
}
@media only screen and (max-width: 1280px) {
header#masthead {
    padding: 5px 40px;
}
.xtra-links .contact-btn a {
    font-size: 15px !important;
    line-height: 26px !important;
    padding: 14px 36px;
}
.secBanner h3 {
    font-size: 38px !important;
}
.secBanner h1 {
    font-size: 84px !important;
    line-height: 100px !important;
}
section.vc_section.secBanner {
    padding: 270px 80px !important;
}
section.vc_section.secRaindrop {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
section.vc_section.secServices {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.secRaindrop h2 {
    font-size: 44px !important;
}
.secServices h3 {
    font-size: 40px !important;
}
section.vc_section.secTest {
    padding-top: 100px !important;
}
.breadcrumbs {
    padding: 25px 0;
}
.breadcrumbs span {
    font-size: 16px;
    line-height: 24px;
}
section.vc_section.secRaindrop {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
section.vc_section.secTestimonials-inner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
section.vc_section.secApplication {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
section.vc_section.sec_Contact {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.secRaindrop .ft-semibold {
    font-size: 30px !important;
}
}
@media only screen and (max-width: 1199px) {
header#masthead {
    padding: 5px 10px;
    position: relative !important;
    background: #0000008c !important;
}
.navbar-light .navbar-toggler {
    background: #3FCEF6;
}
.navbar-nav {
    text-align: center;
}
.navbar-nav li {
    width: 100%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
}
.xtra-links {
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-testimonials .post-thumbnail img {
    position: unset;
}
.single-testimonials .entry-content p:first-child {
    padding-left: 0;
}
.single-testimonials h1.entry-title {
    padding-left: 0;
}
.single-testimonials .entry-content p {
    font-size: 16px;
}
.single-testimonials section#primary, .single-services section#primary {
    padding: 50px 15px;
}
.ft-3 {
    padding-left: 20px;
}
.secApplication .ctn-form h2 {
    font-size: 22px !important;
}
.prg-bar:after {
    left: 9%;
}
.prg-bar-2:after {
    left: 22%;
}
.prg-bar-3:after {
    left: 36%;
}
.secApplication .ctn-form label {
    font-size: 16px;
}
.prg-bar-4:after {
    left: 51%;
}
.prg-bar-5:after {
    left: 66%;
}
.prg-bar-6:after {
    left: 79%;
}
.prg-bar-7:after {
    left: 94%;
}
}
@media only screen and (max-width: 1024px) {
.secBanner h3 {
    font-size: 34px !important;
    line-height: 60px !IMPORTANT;
}
.secBanner h1 {
    font-size: 76px !important;
    line-height: 90px !important;
}
section.vc_section.secBanner {
    padding: 150px 60px !important;
}
.theme-btn .vc_general {
    font-size: 16px !important;
    padding: 10px 36px !important;
}
section.vc_section.secRaindrop {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.secRaindrop h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.secRaindrop h6 {
    font-size: 20px !important;
    line-height: 34px !important;
}
.ft-18 {
    font-size: 16px !important;
    line-height: 32px;
}
.secServices h3 {
    font-size: 34px !important;
    margin-bottom: 20px !important;
}
section.vc_section.secServices {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ser-box .ser-content {
    padding: 0px 16px;
    padding-bottom: 15px;
}
.ser-box .ser-content h4 {
    font-size: 19px;
    margin-bottom: 5px;
}
.ser-box .ser-content p {
    font-size: 16px;
    line-height: 30px;
}
section.vc_section.secTest {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}
.secTest h2 {
    font-size: 40px !important;
    line-height: 54px !important;
    margin-bottom: 30px !important;
}
.testBox {
    padding: 25px 20px;
}
section.vc_section.secNewsletter {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.secNewsletter h4 {
    font-size: 42px !important;
    line-height: 55px !important;
    margin-bottom: 20px !important;
}
div#footer-widget ul li a {
    font-size: 16px;
}
div#footer-widget .ft-3 p {
    font-size: 16px;
    margin-bottom: 50px;
}
div#footer-widget {
    padding-top: 70px;
    padding-bottom: 50px;
}
.breadcrumbs {
    padding: 20px 0;
}
.sticky-row p {
    padding-top: 10px;
}
.secRaindrop .ft-semibold {
    font-size: 26px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
}
.vc_row-o-content-top .vc_custom_1689378047181 {
    margin-bottom: 40px !important;
}
.vc_row-fluid.sticky-row {
    margin-bottom: 60px !important;
}
section.vc_section.secApplication {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
section.vc_section.secTestimonials-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.secApplication h2 {
    font-size: 42px !important;
    margin-bottom: 20px !important;
}
section.vc_section.sec_Contact {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.sec_Contact h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
}
.sec_Contact h2 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
}
.ct-list ul li:before {
    top: 42px;
    left: 25px;
}
.ct-list ul li {
    padding: 40px 37px;
	padding-left: 80px !important;
}
.ct-list ul li a, .ct-list ul li strong {
    font-size: 16px;
}
.ctn-form .form-control::placeholder {
    font-size: 16px;
}
.vc_section.secNewsletter.vc_custom_1689378445865 {
    margin-bottom: 35px !important;
}
}
@media only screen and (max-width: 991px) {
.container {
    max-width: 900px;
}
.secRaindrop h2 {
    font-size: 36px !important;
    line-height: 45px !important;
}
.secRaindrop .ft-semibold {
    font-size: 22px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
}
section.vc_section.secServices {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ct-list ul li:before {
    top: 42px;
    left: 17px;
}
.ct-list ul li a, .ct-list ul li strong {
    font-size: 15px;
}
.ct-list ul li {
    padding: 40px 0px;
    padding-left: 70px !important;
}
}
@media only screen and (max-width: 960px) {
.ser-box .ser-content h4 {
    font-size: 18px;
}
.ft-2 {
    padding-left: 40px;
}
.ft-3 {
    padding-left: 30px;
}
.ser-box .img-wrapper {
    height: 235px;;
}
}
@media only screen and (max-width: 768px) {
.navbar-brand {
    width: 18% !important;
}
.secBanner h3 {
    font-size: 26px !important;
    line-height: 35px !important;
}
.secBanner h1 {
    font-size: 56px !important;
    line-height: 70px !important;
}
.theme-btn .vc_general {
    font-size: 15px !important;
    padding: 8px 30px !important;
}
section.vc_section.secBanner {
    padding: 120px 20px !important;
}
.xtra-links .contact-btn a {
    font-size: 14px !important;
    padding: 14px 30px !important;
}
section.vc_section.secRaindrop {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.secRaindrop h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
.secRaindrop .ft-semibold {
    font-size: 18px !important;
    line-height: 30px !important;
}
.ft-18 {
    font-size: 15px !important;
    line-height: 30px;
}
.secRaindrop img {
    height: 400px !important;
}
section.vc_section.secServices {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.secServices h3 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    line-height: 45px !important;
}
.ser-box .img-wrapper {
    height: 180px;
}
.ser-box .ser-content {
    min-height: 172px;
}
.ser-box .ser-content h4 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
}
.ser-box .ser-content p {
    font-size: 15px;
    line-height: 26px;
}
section.vc_section.secTest {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.secTest h2 {
    font-size: 32px !important;
    line-height: 45px !important;
}
.testBox .thumb {
    width: 130px;
    height: 130px;
    border: 4px solid #3FCEF6;
    margin-bottom: 15px;
}
.testBox .txt h3 {
    font-size: 20px;
}
.testBox .txt .star-rating {
    margin-bottom: 20px;
}
.testBox .info p {
    font-size: 15px;
    line-height: 25px;
}
.testBox .info {
    margin-bottom: 20px;
}
.testBox .test-btn a {
    font-size: 15px;
    line-height: 25px;
    padding: 6px 34px;
}
.secTest .vc_custom_1689030374684 {
    margin-bottom: 40px !important;
}
section.vc_section.secNewsletter {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.secNewsletter h4 {
    font-size: 36px !important;
    line-height: 45px !important;
    margin-bottom: 15px !important;
}
.newsletter .wpcf7-submit {
    padding: 8px 56px;
    font-size: 15px;
    line-height: 25px;
}
div#footer-widget {
    padding-top: 50px;
    padding-bottom: 30px;
}
.newsletter .form-control {
    height: 42px;
    font-size: 15px;
    margin-bottom: 25px !important;
}
div#footer-widget h3.widget-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
}
div#footer-widget ul li a {
    font-size: 15px;
    line-height: 46px;
}
div#footer-widget p {
    font-size: 15px;
}
div#footer-widget .ft-3 p {
    font-size: 15px;
    margin-bottom: 30px;
}
.ft-1 {
    padding-right: 10px;
    max-width: 30%;
    flex: 0 0 30%;
}
.ft-2 {
    padding-left: 20px;
    max-width: 33%;
    flex: 0 0 33%;
}
.ft-3 {
    max-width: 37%;
    padding-left: 0px;
    flex: 0 0 37%;
}
.breadcrumbs {
    padding: 15px 0;
}
.breadcrumbs span {
    font-size: 15px;
    line-height: 22px;
}
.stats-block .stats-text {
    font-size: 16px !important;
}
#post-96 .vc_custom_1689378047181 {
    margin-bottom: 60px !important;
}
section.vc_section.secTestimonials-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
section.vc_section.secApplication {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.secApplication h2 {
    font-size: 34px !important;
    margin-bottom: 10px !important;
}
.ctn-form .form-control {
    height: 40px;
	font-size: 12px;
}
.secApplication .ctn-form {
    padding: 40px 30px;
}
.secApplication .fieldset-cf7mls-wrapper button {
    padding: 10px 15px !important;
    font-size: 16px;
	margin: 20px 0px 20px;
}
section.vc_section.sec_Contact {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.sec_Contact h3 {
    font-size: 18px !important;
}
.sec_Contact h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.sec_Contact .ctn-form {
    padding-left: 0;
}
.sec_Contact .vc_col-sm-5 {
    width: 50%;
}
.sec_Contact .vc_col-sm-7 {
    width: 50%;
}
.secServices .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
.ser-box .img-wrapper {
    height: 250px;
}
.ser-box .ser-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.ser-box {
    margin-bottom: 30px;
}
.vc_section.secNewsletter.vc_custom_1689378445865 {
    margin-bottom: 30px !important;
}
.form-ctn h2 {
    font-size: 25px;
}
.popup-form {
    width: 60%;
}
.form-ctn P {
    font-size: 18px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 767px) {
.secRaindrop h2 {
    font-size: 36px !important;
    line-height: 46px !important;
    margin-top: 10px !important;
}
.secRaindrop .theme-btn {
    margin-bottom: 20px !important;
}
.secRaindrop img {
    height: unset !important;
}
div#footer-widget {
    padding-top: 40px;
    padding-bottom: 20px;
}
.ft-1 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.ft-2 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.ft-3 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
}
div#footer-widget section#media_image-2 img {
    width: 200px;
}
div#footer-widget p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}
div#footer-widget h3.widget-title {
    margin-top: 30px;
}
div#footer-widget ul li a {
    font-size: 16px;
}
div#footer-widget .ft-3 p {
    font-size: 16px;
}
#post-96 .vc_custom_1689378047181 {
    margin-bottom: 40px !important;
}
.secRaindrop .ft-semibold {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.vc_row-fluid.sticky-row {
    margin-bottom: 20px !important;
}
.test-grid .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
.test-grid .testBox {
    margin-top: 20px;
}
.sec_Contact .vc_col-sm-7 {
    width: 100%;
}
.sec_Contact .vc_col-sm-5 {
    width: 98%;
}
div#footer-widget ul {
    column-count: 1;
}
}
@media only screen and (max-width: 667px) {
.ser-box .ser-content {
    min-height: 181px;
}
.ser-box .img-wrapper {
    height: 230px;
}
}
@media only screen and (max-width: 568px) {
.ser-box .img-wrapper {
    height: 190px;
}
.navbar-brand {
    width: 20% !important;
}
}
@media only screen and (max-width: 520px) {
.navbar-brand {
    width: 22% !important;
}
header#masthead .container-fluid {
    padding: 0;
}
.secBanner h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.secBanner h1 {
    font-size: 44px !important;
    line-height: 60px !important;
}
section.vc_section.secBanner {
    padding-top: 100px !important;
    padding-left: 10px !important;
    padding-bottom: 80px !important;
}
.secRaindrop h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}
section.vc_section.secRaindrop {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.secRaindrop .ft-semibold {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.secServices h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    line-height: 35px !important;
}
section.vc_section.secServices {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.secServices .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.ser-box .img-wrapper {
    height: 350px;
}
.secTest h2 {
    font-size: 26px !important;
    line-height: 35px !important;
}
section.vc_section.secTest {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.testBox .thumb {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}
.testBox .txt h3 {
    font-size: 22px;
}
.testBox .info p {
    font-size: 16px;
    line-height: 30px;
}
.testBox {
    padding: 40px 30px;
}
.testBox .test-btn a {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 36px;
}
.secTest .vc_custom_1689030374684 {
    margin-bottom: 20px !important;
}
section.vc_section.secTestimonials-inner {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}
.test-grid .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.secApplication h2 {
    font-size: 30px !important;
}
.ctn-form .wpcf7-submit {
    padding: 10px 107px 10px 102px;
    font-size: 16px;
}
.popup-form {
    width: 90%;
}
.form-ctn h2 {
    font-size: 20px;
    line-height: 20px;
}
.form-ctn P {
    font-size: 16px;
}
}
@media only screen and (max-width: 420px) {
.navbar-brand {
    width: 25% !important;
}
.secBanner h1 {
    font-size: 38px !important;
    line-height: 50px !important;
}
.secBanner h3 {
    font-size: 18px !important;
    line-height: 25px !important;
}
section.vc_section.secBanner {
    padding-top: 70px !important;
    padding-left: 0px !important;
    padding-bottom: 60px !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
}
.xtra-links .contact-btn a {
    font-size: 13px !important;
    padding: 12px 28px !important;
}
.xtra-links {
    margin-top: 23px;
    margin-bottom: 20px;
}
.theme-btn .vc_general {
    font-size: 12px !important;
    padding: 4px 26px !important;
}
.secRaindrop h2 {
    font-size: 26px !important;
    line-height: 35px !important;
}
section.vc_section.secRaindrop {
    padding-top: 10px !important;
}
.secRaindrop .ft-semibold {
    font-size: 16px !important;
    line-height: 28px !important;
}
.secServices h3 {
    margin-bottom: 10px !important;
    line-height: 30px !important;
}
.ser-box .img-wrapper {
    height: 308px;
}
.secTest h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}
.secNewsletter h4 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
}
section.vc_section.secNewsletter {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
div#footer-widget section#media_image-2 img {
    width: 150px;
}
div#footer-widget {
    padding-top: 30px;
    padding-bottom: 10px;
}
div#footer-widget p {
    font-size: 15px;
    line-height: 28px;
}
div#footer-widget h3.widget-title {
    margin-top: 25px;
    font-size: 22px;
}
footer#colophon .site-info {
    font-size: 14px;
    line-height: 20px;
}
footer#colophon {
    padding: 18px 0 14px 0;
}
.vc_section.secNewsletter.vc_custom_1689378445865 {
    margin-bottom: 20px !important;
}
.secApplication h2 {
    font-size: 26px !important;
    line-height: 40px !important;
}
section.vc_section.secApplication {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
    padding: 0;
}
.popup-form {
    width: 96%;
    padding: 60px 20px 40px;
}
}
@media only screen and (max-width: 375px) {
.navbar-brand {
    width: 28% !important;
}
.secBanner h3 {
    font-size: 16px !important;
    line-height: 22px !important;
}
.secBanner h1 {
    font-size: 34px !important;
    line-height: 40px !important;
}
section.vc_section.secBanner {
    padding-top: 60px !important;
    padding-left: 0px !important;
    padding-bottom: 50px !important;
}
.secApplication .ctn-form {
    padding: 50px 20px;
}
.prg-bar:after {
    left: 3%;
}
.prg-bar-2:after {
    left: 12%;
}
.prg-bar-3:after {
    left: 27%;
}
.prg-bar-4:after {
    left: 42%;
}
.prg-bar-5:after {
    left: 56%;
}
.prg-bar-6:after {
    left: 70%;
}
.prg-bar-7:after {
    left: 84%;
}

} 
@media only screen and (max-width: 320px) {
.secBanner h3 {
    font-size: 15px !important;
    line-height: 20px !important;
}
.secBanner h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}
section.vc_section.secBanner {
    padding-top: 49px !important;
    padding-left: 0px !important;
    padding-bottom: 30px !important;
}
.secRaindrop h2 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.secRaindrop .ft-semibold {
    font-size: 15px !important;
    line-height: 26px !important;
}
.ser-box .img-wrapper {
    height: 228px;
}
.ser-box .ser-content h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ser-box .ser-content {
    min-height: 150px;
}
.secTest h2 {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
}
.testBox {
    padding: 30px 20px;
}
.secNewsletter h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-bottom: 8px !important;
}
section.vc_section.secNewsletter {
    padding-bottom: 0px !important;
}
div#footer-widget section#media_image-2 img {
    width: 130px;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
    font-size: 20px;
}
div#footer-widget ul li a {
    font-size: 15px;
    line-height: 40px;
}
div#footer-widget .ft-3 p {
    font-size: 15px;
}
footer#colophon .site-info {
    line-height: 25px;
}
.testBox .thumb {
    width: 130px;
    height: 130px;
}
.breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
}
.breadcrumbs {
    padding: 12px 0;
}
.secApplication .fieldset-cf7mls-wrapper button {
    font-size: 14px;
}
.secApplication h2 {
    font-size: 22px !important;
    line-height: 34px !important;
}
.ct-list ul li:before {
    top: 30px;
    left: 10px;
}
.ct-list ul li a, .ct-list ul li strong {
    font-size: 13px;
}
.ct-list ul li {
    padding: 30px 0px;
    padding-left: 60px !important;
}
.sec_Contact h3 {
    font-size: 17px !important;
}
.sec_Contact h2 {
    font-size: 20px !important;
}
.ctn-form .form-control::placeholder {
    font-size: 14px;
}
}