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


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@100;200;300;400;500;600;700;800;900&display=swap');



@font-face {
    font-family: 'Amsterdam One';
    src: url('./inc/assets/fonts/Amsterdam-One.woff2') format('woff2'),
        url('./inc/assets/fonts/Amsterdam-One.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amsterdam One Slant';
    src: url('./inc/assets/fonts/Amsterdam-OneSlant.woff2') format('woff2'),
        url('./inc/assets/fonts/Amsterdam-OneSlant.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




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


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

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

.tour-content {
    text-overflow: ellipsis;
    --max-lines: 4;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    overflow: hidden;
}
.single-trip {
   background-color: #f1f1f1;
}

.single-trip #wp-travel-trip-wrapper {
    margin: 50px 0px !important;
}

.page-id-274 {
    background-color: #f1f1f1;
}
.page-id-274 .wp-travel-engine-archive-outer-wrap {
    padding: 50px 0px;
}

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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

.justify-content-end {
    justify-content: center !important;
}

.navbar-nav > li {
    margin: 0px 5px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #585858;
    padding: 5px 5px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    transition: 0.5s;
    text-transform: uppercase;
}


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

}


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;

}

.top-left .mnu-list {
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-left .mnu-list li {
    margin: 0px 15px;
}

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

/*--------------------------------------------------------------#iPad--------------------------------------------------------------*/

.head-top .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px !important;
    margin-bottom: 0px;
    list-style: none !important;
}

.head-top {
    background-color: #000;
}

.head-top .top-info li {
    text-transform: uppercase;
    color: rgb(255 255 255 / 81%);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.head-top .top-info li a {
    color: rgb(255 255 255 / 81%);
    text-transform: initial;
}

.head-bottom {
    padding: 5px 40px;
}

.mnu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.mnu-list li {
    margin: 0px 10px;
}

.mnu-list li:nth-child(1) {
    border-right: 2px solid #bdbdbd;
    padding-right: 25px;
}

.mnu-list li i {
    font-size: 20px;
    color: #000000;
}

.btn-top {
    background: linear-gradient(90deg, #005697, #05264F);
    padding: 15px 30px;
    border-radius: 3px;
    border: 2px solid #005697;
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}

.btn-top:hover {
    color: #05264f;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
    background: linear-gradient(90deg, rgb(0 86 151 / 0%) 0%, rgb(5 38 79 / 0%) 100%);
}

.hme-txt-one {
    padding-right: 30%;
}

.hme-txt-one h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005697;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.hme-txt-one h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: #050F2B;
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.hme-txt-one h4 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    color: #050F2B;
    margin-top: 0px;
    margin-bottom: 10px;
}

.hme-txt-one ul {
    list-style: none;
    margin: 45px 0px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
}

.hme-txt-one ul li {
    margin-right: 25px;
}

.hme-txt-one ul li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #005697;
    text-decoration: none;
    border: 2px solid #005697;
    padding: 12px 30px;
    border-radius: 3px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
    display: inline-block;
    transition: all 0.5s ease;
}

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

.hme-big-txt h4 {
    text-align: end;
    font-size: 250px;
    line-height: 260px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px !important;
    color: rgb(0 0 0 / 0%);
    -webkit-text-stroke: 2px rgb(6 17 48 / 29%);
}

.hme-txt-two p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #dedbdb;
   
}

.hme-txt-two h6 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #F16751;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.hme-txt-two h6 a {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #fff;
}

.hme-txt-two h4 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 0px !important;
    color: #F16751;
}


button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #0C4160 !important;
	  opacity: 1;
}

.owl-carousel .owl-nav button {
    font-size: 40px !important;
    color: #78787a !important;
    opacity: 0.5;
	  margin: 20px 30px !important;
}

.hme-txt-thre {
    text-align: center;
    text-transform: uppercase;
        margin-bottom: 80px !important; 
}

.hme-txt-thre h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.contnt-bx {
    padding: 0px 30px;
}



.info.box-custm:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}

.img-wrper {
    overflow: hidden;
}

.info.box-custm:hover .img-wrper img {
    transform: scale(1.2);
}

.img-wrper img {
    transition: all 0.8s ease-in-out;
}

.info.box-custm {
    text-align: center;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.info.box-custm h4 {
    font-family: Poppins !important;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #313131;
    text-transform: capitalize;
}

.info.box-custm p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}

.hme-col-one:hover .hme-big-txt-2 h3 {
    -webkit-text-stroke: 2px #0000006e;
}

.hme-big-txt-2 h3 {
    text-align: end;
    position: absolute;
    top: -70px;
    right: 0px;
    font-size: 160px;
    line-height: 140px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px !important;
    color: rgb(0 0 0 / 0%);
    -webkit-text-stroke: 2px rgb(160 185 255 / 39%);
    transition: 0.5s;
}

.hme-txt-four h4 {
    font-size: 78px;
    line-height: 100px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    margin-top: 0px;
    margin-bottom: 40px;
}



.hme-txt-four p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px !important;
}

.hme-txt-four {
    padding-left: 15% !important;
    padding-right: 30% !important;
}


#hme-sec-four {
    background-position: center;
    background-size: cover;
}

/*.hme-btn-one a:hover {
    border-radius: 50px;
    transform: translateY(-8px);
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 18%);
    background-color: rgb(0 0 0 / 0%) !important;
    color: #ffffff !important;
    border-color: #fff !important;
}

.hme-btn-one a {
    background: #0c4160 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 18px 40px !important;
    font-size: 16px !important;
    font-weight: 600;
    transition: all 0.25s ease;
    text-transform: uppercase;
    border: 3px solid #0C4160 !important;
}*/



.Testimonials-box {
    background-color: #F6F6F6;
    border-radius: 16px;
    text-align: center;
    padding: 40px 25px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 18%);
    margin: 5px 0px;
    border: 1px solid #d3d3d3;
}

.Testimonials-box .testimonial-figure img {
    width: 30% !important;
    display: inline !important;
}

.Testimonials-box .testimonial-figure {
    text-align: center;
}

.Testimonials-box .testimonial-desc h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Poppins' !important;
}

.Testimonials-box .testimonial-desc {
    margin: 30px 0px;
}

.Testimonials-box .box-excpt p {
    color: #484848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.Testimonials-box .disgnation {
    margin-top: 50px;
}

.Testimonials-box .disgnation:before {
    content: '';
    background: url(https://staging.designinternal.com/wp/fidelis-investment-group/wp-content/uploads/2023/05/Group-1174.png);
    width: 10%;
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 75px;
    background-repeat: no-repeat;
    margin-left: -10px;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 25px !important;
    background-color: rgb(0 0 0 / 0%) !important;
    border: 2px solid #F16751 !important;
}

.hme-txt-seven {
    text-align: center;
    margin-bottom: 80px !important;
}


.hme-txt-seven h2 {
    font-size: 80px;
    line-height: 90px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: 75px;
}


.ftr-wraper {
    background-color: #050F2B;
}

div#footer-widget {
    background-color: rgb(0 0 0 / 0%) !important;
    padding: 100px 0px 70px 0px;
}

footer#colophon {
    background-color: rgb(0 0 0 / 0%) !important;
    border-top: 1px solid #747474;
    padding: 10px 0px 10px 0px;

}

#footer-widget  h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-top: 60px;
}

#footer-widget p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
     color: #c7c3c3;
}

#footer-widget a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #c7c3c3;
    text-decoration: none !important;
}

#footer-widget a:hover {
    color: #005697;
}

#footer-widget #media_image-2 img {
    width: 80%;
}


#footer-widget h3 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ftr-qlinks li {
    padding-left: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #005697;
}

.ftr-qlinks {
    margin: 0px 0px;
    padding: 0px 0px 0px 20px;
}

.ftr-qlinks li a {
    text-transform: capitalize;
}


.ftr-info {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
}

.ftr-info li {
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.ftr-info li a {
    display: block;
    margin-top: 5px;
    text-transform: initial;
    font-size: 16px !important;
}

.nws-frm {
    padding: 0px 0px;
}

.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email {
    border-radius: unset;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #ffffff24 !important;
    border: unset;
}

.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email::placeholder {
    color: #fff;
}

.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email:focus {
    border: unset !important;
}

.nws-frm button.wpcf7-submit.btn {
    height: 50px;
    border-radius: 3px;
    border: unset;
    font-size: 25px;
    background: linear-gradient(90deg, #005697, #05264F) !important
}

.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-info .ftr-social {
    display: flex;
    align-items: center;
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

.site-info .ftr-social li {
    margin: 0px 5px;
}

.site-info .ftr-social li i {
    font-size: 20px;
    background-color: #ffffff26;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
}



.site-info .ftr-social li a {
    text-decoration: none !important;
}

.site-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-info .ftr-social {
    display: flex;
    align-items: center;
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}

.site-info .ftr-social li {
    margin: 0px 5px;
}

.site-info .ftr-social li i {
    font-size: 20px;
    background-color: #ffffff26;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
}

.site-info .ftr-social li i:hover {
    color: #005697;
}

.site-info .ftr-social li a {
    text-decoration: none !important;
}

.site-info p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.site-info p span {
    color: #005697;
    text-transform: uppercase;
    font-weight: 700;
}
.site-info p a {
    color: #005697 !important;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb {
    margin-bottom: 0px;
    padding: 100px 0px;
    background: linear-gradient(90deg, #005697, #05264F);
    border-radius: 0px;
}

.breadcrumb .page-title {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 0px 8px #00000061;
    text-transform: uppercase;
}

.breadcrumb span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

#abt-sec-one {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.abt-txt-one h4 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #005697;
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: capitalize;
    padding-top: 40px;
}

.abt-txt-one p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    text-shadow: 0px 0px 5px #0000006e;
}

.abt-txt-one {
    background-color: rgb(255 255 255 / 40%);
    padding: 0px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 27%);
}

.comty-txt-one h3 {
    font-size: 40px;
    line-height: 85px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 50px;
    text-transform: lowercase;
    color: #ffaf42;
    text-shadow: 0px 0px 5px #00000030;
    font-family: 'Amsterdam One' !important;
    letter-spacing: 5px;
}

.comty-txt-one p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#hme-sec-six {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(https://staging.designinternal.com/wp/fidelis-investment-group/wp-content/uploads/2023/05/img-34.jpg?id=520) !important;
    background-attachment: fixed !important;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hme-txt-eight h4 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px !important;
    margin-top: 0px;
    letter-spacing: 2px;
}

.hme-txt-eight p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}

.hme-btn-thre a {
    color: #fff !important;
    border-radius: 3px;
    padding: 16px 25px !important;
    font-size: 16px !important;
    font-weight: 600;
    transition: all 0.25s ease;
    text-transform: uppercase;
    border: 3px solid #005697 !important;
    background: linear-gradient(90deg, #005697, #05264F) !important;
}

.hme-btn-thre a:hover {
    border-radius: 50px;
    transform: translateY(-8px);
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 18%);
    background-color: rgb(0 0 0 / 0%) !important;
    color: #ffffff !important;
    border-color: #005697!important;
}

.hme-txt-five .stats-number {
    font-size: 65px !important;
    line-height: 75px !important;
    font-weight: 700;
    color: #fff;
}

.hme-txt-five .counter_suffix {
    font-size: 65px !important;
    line-height: 75px !important;
    font-weight: 700;
    color: #fff;
}

.hme-txt-five .stats-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}


.search_form {
    display: none;
}

.search_form {
    position: absolute;
    background-color: #000;
    width: 70%;
    height: 180px;
    z-index: 999;
    padding: 30px 30px;
    border-radius: 5px;
    border: 8px solid #01508e;
}

.search_form input.search-field.form-control {
    width: 100%;
    background-color: #fff !important;
    height: 50px;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
}

.search_form label {
    display: block;
}

.search_form input.search-submit.btn.btn-default {
    width: 100%;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,86,151,1) 0%, rgba(5,38,79,1) 100%);
}

.cnct-frm p {
    margin-bottom: 15px;
}

.cnct-frm input.wpcf7-form-control.wpcf7-text {
    border-radius: 2px;
    height: 60px;
    font-size: 16px;
    color: #000;
    background-color: #fff !important;
}

.cnct-frm textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 2px;
    height: 150px;
    font-size: 16px;
    color: #000;
    background-color: #fff !important;
}

.cnct-frm input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    background-color: #000;
    text-transform: uppercase;
    font-size: 22px;
    border: unset !important;
}

.srvce-txt-one p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.srvce-txt-one h4 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 0px;
    font-weight: 500;
    color: #000;
}


.sec-invest ul li {
    font-size: 20px;
    line-height: 40px;
}
.sec-invest h2 {
    font-size: 30px;
}
.sec-invest p {
    font-size: 20px;
    line-height: 40px;
}


section.vc_section.sec-invest h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #005697;
    margin-top: 0px;
    text-transform: capitalize;
    padding-top: 40px;
}
section.vc_section.sec-invest ul li {
    color: #fff;
}
section.vc_section.sec-invest {
    background-attachment: fixed !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.srvce-txt-one p {
    color: #fff;
}
.srvce-txt-one h4 {
    color: #005697;
    font-weight: 700;
}
section.vc_section.sec-finance {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.navbar-brand img {
    width: 180px;
}
section#custom_html-2 {
    display: none;
}
#our-pro {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background-image: url(https://fidelisinvestmentgroupllc.com/wp-content/uploads/2023/05/img-34.jpg?id=520) !important;
    background-attachment: fixed !important;
}
.sec-invest ul {
    list-style: none;
    padding-left: 0;
}
#hme-sec-six h4 {
    font-size: 70px;
    color: #005697;
    line-height: 80px;
    font-weight: 700;
	padding-top: 40px;
    margin-top: 0;
    margin-bottom: 40px;
}
#hme-sec-six p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.team-txt {
    background-color: rgb(255 255 255 / 40%);
    padding: 0px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 27%);
}
#our-pro h4 {
    font-size: 60px;
    color: #005697;
    line-height: 70px;
    font-weight: 700;
    margin: 0;
    padding-top: 40px;
    margin-bottom: 40px;
}
#our-pro p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}
.extra-row {
    background-color: rgb(255 255 255 / 40%);
    padding: 0px 50px 50px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 27%);
}

/*----------responsive start---------*/

@media (min-width: 1200px) and (max-width: 1320px){ 

.btn-top { padding: 15px 22px; font-size: 12px; }
.head-bottom { padding: 5px 0px; } 
.main-menu.col-md-7 { padding: 0px 0px !important; } 
.navbar-nav > li { margin: 0px 0px; } 
.hme-txt-one { padding-right: 0%; padding-top: 40px; }
.hme-txt-one h4 { font-size: 35px; }
.hme-txt-one ul li a { padding: 12px 20px; }
.contnt-bx { padding: 0px 0px; }
.info.box-custm p { font-size: 16px; line-height: 26px; }
.hme-big-txt-2 h3 { top: 30px; font-size: 100px; line-height: 90px; }
.hme-txt-four { padding-left: 5% !important; padding-right: 5% !important; }
.hme-txt-four h4 { font-size: 65px; line-height: 85px; margin-bottom: 30px; }
.hme-txt-four p { margin-bottom: 20px !important; }
.hme-txt-eight h4 { font-size: 55px; line-height: 65px;}
#masthead .navbar-nav > li > a {  font-size: 14px !important;}
}

@media (min-width: 1321px) and (max-width: 1420px){ 

.btn-top { padding: 15px 30px; font-size: 12px; }
.head-bottom { padding: 5px 0px; } 
.main-menu.col-md-7 { padding: 0px 0px !important; } 
.navbar-nav > li { margin: 0px 0px; } 
#masthead .navbar-nav > li > a { font-size: 14px !important; }
.hme-txt-one { padding-right: 0%; padding-top: 40px; }
.hme-txt-one h4 { font-size: 35px; }
.hme-txt-one ul li a { padding: 12px 20px; }
.contnt-bx { padding: 0px 0px; }
.info.box-custm p { font-size: 16px; line-height: 26px; }
.hme-big-txt-2 h3 { top: 30px; font-size: 100px; line-height: 90px; }
.hme-txt-four { padding-left: 5% !important; padding-right: 5% !important; }
.hme-txt-four h4 { font-size: 65px; line-height: 85px; margin-bottom: 30px; }
.hme-txt-four p { margin-bottom: 30px !important; }
.hme-txt-eight h4 { font-size: 55px; line-height: 65px;}

}

@media (min-width: 1421px) and (max-width: 1599px){ 

.head-bottom { padding: 5px 0px; }
.main-menu.col-md-7 { padding: 0px 0px !important; } 
.navbar-nav > li { margin: 0px 0px; } 
#masthead .navbar-nav > li > a { font-size: 15px !important; }
.hme-txt-one { padding-right: 10%; }
.hme-txt-four { padding-left: 10% !important; padding-right: 15% !important; }
.hme-big-txt-2 h3 { top: 50px; font-size: 110px; line-height: 100px; }
}

@media (min-width: 1600px) and (max-width: 1850px){ 

.head-bottom { padding: 5px 2px; }
.main-menu.col-md-7 { padding: 0px 0px !important; } 
.navbar-nav > li { margin: 0px 0px; } 
.hme-txt-one { padding-right: 18%; }
.hme-txt-four { padding-left: 10% !important; padding-right: 25% !important; }
.hme-big-txt-2 h3 { top: 50px; font-size: 110px; line-height: 100px; }

}

@media only screen and (max-width: 1199px) {
.navbar-brand {  text-align: center; }	
.head-top {  padding: 15px 0px; }	
.head-top .top-info { padding: 0px 0px !important; display: block; text-align: center; } 
.head-top .top-info li a { font-size: 14px; } 
.head-bottom { padding: 20px 0px; } 
#masthead nav { align-items: baseline !important; } 
#masthead .navbar-nav { padding-top: 30px; } 
#masthead .navbar-nav > li > a { font-size: 16px !important; line-height: 30px !important; }	
.navbar-light .navbar-toggler { font-size: 22px; background-color: #fff; border: 2px solid #7f7f7f; }	
.mnu-list { flex-direction: column-reverse; text-align: left; padding: 30px 0px; } 
li.search-box { display: none; }	
.mnu-list li { margin: 0px 0px; } 
.btn-top { display: block !important;}
.btn-top { padding: 12px 20px;}
.col-md-3.top-list { flex: 0 0 100% !important; max-width: 100%;}
#masthead nav { align-items: baseline;}
.main-menu { text-align: end;}
.breadcrumb .page-title { font-size: 55px !important;}
.navbar-light .navbar-toggler { font-size: 18px !important;}
}

@media only screen and (max-width: 1024px) {
.ftr-info li a { font-size: 13px !important;}
.site-info p { font-size: 15px !important;}
}

@media only screen and (max-width: 991px){
#footer-widget #media_image-2 img { width: 30% !important; margin-left: 320px !important; padding-bottom: 30px !important;}
}

@media only screen and (max-width: 960px) {
.site-info p { font-size: 14px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: -20px !important;}
.form-control { width: 90% !important;}
.abt-txt-one h4 { font-size: 55px !important; line-height: 60px !important;}
section.vc_section.sec-invest h2 { font-size: 55px !important; line-height: 60px !important;}
.sec-invest ul li { font-size: 18px !important; line-height: 35px !important;}
.sec-invest p { font-size: 18px !important; line-height: 35px !important;}
#our-pro h4 { font-size: 52px !important; line-height: 60px !important;}
#hme-sec-six h4 { font-size: 60px !important; line-height: 70px !important;}
}

@media only screen and (max-width: 768px) {
.site-info p { font-size: 11px !important; line-height: 20px !important;}
#footer-widget a { font-size: 12px !important; line-height: 20px !important;}
#footer-widget h3 { font-size: 23px !important;}
section#custom_html-5 { margin-left: -30px;}
section#custom_html-4 { margin-left: 0px;}
.abt-txt-one h4 { font-size: 45px !important; line-height: 55px !important;}
section.vc_section.sec-invest h2 { font-size: 40px !important; line-height: 60px !important;}
#our-pro h4 { font-size: 40px !important; line-height: 55px !important;}
#hme-sec-six h4 { font-size: 45px !important; line-height: 60px !important;}
.breadcrumb .page-title { font-size: 40px !important; line-height: 50px !important; text-align: center;}
#footer-widget #media_image-2 img { width: 30% !important; margin-left: 250px !important; padding-bottom: 30px !important;}
#hme-sec-six p { font-size: 16px;}
}

@media only screen and (max-width: 767px) {
#footer-widget #media_image-2 img { width: 30% !important;}
div#footer-widget { text-align: center !important;}
section#custom_html-4 { margin-left: 0px !important;}
section#custom_html-5 { margin-left: 0px !important;}
.ftr-qlinks li { list-style: none !important;}
#footer-widget a { font-size: 15px !important; line-height: 26px !important;}
.ftr-qlinks { padding: 0px !important;}
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 190px !important;}
.form-control { width: 50% !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 340px !important; margin-top: -130px;}
div#footer-widget { padding-bottom: 0px !important;}
#footer-widget #media_image-2 img { width: 30% !important; margin-left: 0px !important; padding-bottom: 30px !important;}
}

@media only screen and (max-width: 568px) {
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 140px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 320px !important; margin-top: -130px;}
.site-info p { text-align: center !important;}
.abt-txt-one h4 { font-size: 34px !important; line-height: 45px !important;}
.abt-txt-one p { font-size: 16px !important; line-height: 30px !important;}
#abt-sec-one { padding-bottom: 50px !important;}
.breadcrumb .page-title { font-size: 33px !important; line-height: 45px !important;}
section.vc_section.sec-invest h2 { font-size: 31px !important; line-height: 50px !important;}
.abt-txt-one p { font-size: 14px !important; line-height: 30px !important;}
.sec-invest ul li { font-size: 16px !important; line-height: 30px !important;}
section.vc_section.sec-invest { padding-bottom: 50px !important;}
#our-pro h4 { font-size: 30px !important; line-height: 45px !important;}
#our-pro p { font-size: 16px !important; line-height: 26px !important;}
#our-pro { padding-bottom: 50px !important; padding-top: 50px !important;}
#hme-sec-six h4 { font-size: 45px !important; line-height: 50px !important;}
#hme-sec-six p { font-size: 16px !important; line-height: 30px !important;} 
}

@media only screen and (max-width: 520px) {
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 110px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 260px !important; margin-top: -130px;} 
#abt-sec-one { padding-bottom: 50px !important; padding-top: 80px !important;}
.abt-txt-one h4 { font-size: 30px !important; line-height: 40px !important;}
.breadcrumb { padding-bottom: 70px !important; padding-top: 70px !important;}
.site-info { display: block;}
.site-info .ftr-social { justify-content: center; margin-top: 20px;}
}

@media only screen and (max-width: 414px) {
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 90px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 220px !important; margin-top: -130px;}
.abt-txt-one p { font-size: 13px !important; line-height: 30px !important;}
.sec-invest ul li { font-size: 14px !important; line-height: 28px !important;}
section.vc_section.sec-invest h2 { font-size: 30px !important; line-height: 43px !important;}
.breadcrumb .page-title { font-size: 30px !important; line-height: 40px !important;}
.breadcrumb { padding-bottom: 50px !important; padding-top: 50px !important; text-align: center;}
#hme-sec-six h4 { font-size: 33px !important; line-height: 40px !important;}
#hme-sec-six p { font-size: 14px !important; line-height: 30px !important;} 
}

@media only screen and (max-width: 375px) {
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 80px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 200px !important; margin-top: -130px;}
.abt-txt-one h4 { font-size: 26px !important; line-height: 34px !important;}
.abt-txt-one p { font-size: 13px !important; line-height: 26px !important;}
#our-pro h4 { font-size: 22px !important; line-height: 35px !important;}
#our-pro p { font-size: 14px !important; line-height: 26px !important;}
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { font-size: 14px !important;}
}

@media only screen and (max-width: 320px) {
#footer-widget h3 { font-size: 20px !important;}
#footer-widget a { font-size: 14px !important; line-height: 26px !important;}
.nws-frm input.wpcf7-form-control.wpcf7-text.wpcf7-email { margin-left: 60px !important; font-size: 12px !important;}
.nws-frm button.wpcf7-submit.btn { margin-left: 150px !important; margin-top: -129px;}
#footer-widget #media_image-2 img { width: 50% !important;}
.head-top .top-info li { font-size: 14px !important;}
#hme-sec-six h4 { font-size: 27px !important; line-height: 35px !important;}
#hme-sec-six { padding-bottom: 50px !important; padding-top: 50px !important;}
}