/*
Theme Name: RaNar Technology 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
--------------------------------------------------------------*/
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;
  text-decoration: none !important;
}

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;
  padding: 20px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
}
header#masthead {
  transition: all 0.3s ease-in-out;
}
header#masthead.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

#masthead nav {
    padding: 20px !important;
    border-radius: 10px;
    background: #fff;
}
.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;
}

#masthead .navbar-nav > li > a {
  color: #616161;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    padding-right: 24px;
    position: relative;
    margin-right: 24px;
}

#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li.current_page_item > a {
  color: #E34648;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 3px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin: 0;
    padding: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child:after {
    display: none;
}
#masthead .navbar-nav > li.current_page_item> a:after, #masthead .navbar-nav > li:hover> a:after {
    visibility: visible !important;
    opacity: 1 !important;
}
#masthead .navbar-nav > li > a:hover:after, #masthead .navbar-nav > li> a:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e34648;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -13px;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0;
    width: 15%;
}

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


h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
body, p {
    font-family: "Poppins", sans-serif;
}
body {
    overflow-x: hidden;
}
p {
    font-size: 18px;
    color: #606060;
}
.container {
    max-width: 1200px;
}

/* Buttons */

.red-btn .vc_general {
    background: #E34648 !important;
    color: #fff !important;
    padding: 18px 30px !important;
    display: inline-block;
    border-radius: 10px !important;
    border: solid 1px #E34648 !important;
    transition: 0.5s ease !important;
    font-size: 18px !important;
    min-width: 160px;
}
.red-btn .vc_general:hover {
    background: transparent !important;
    color: #000 !important;
}

/* Bannner */

section.vc_section.bannerSec {
    padding-top: 170px;
    overflow: visible;
    background-position: center !important;
    padding-bottom: 100px;
}
section.vc_section.bannerSec h2 {
    padding-bottom: 12px;
    font-size: 75px;
    color: #000000;
    line-height: 1.1;
    margin-top: 0;
    position: relative;
    margin-bottom: 17px;
    font-weight: 800;
}
section.vc_section.bannerSec h2:after {
    content: "";
    position: absolute;
    width: 79%;
    height: 20px;
    left: 100px;
    bottom: -4px;
    background: url(images/headinglines.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
}
section.vc_section.bannerSec h2 strong {
    color: #e34648;
}
section.vc_section.bannerSec p {
    font-size: 20px;
    color: #000000;
}

/* Services */

.services-list .service-item {
    padding: 28px 25px 37px 25px;
    position: relative;
    z-index: 9;
    margin-bottom: 30px !important;
    border-radius: 20px;
    overflow: hidden;
}
.services-list .service-item .red-btn .vc_general {
    min-width: unset;
    padding: 0 !important;
    line-height: 1;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.services-list .service-item .red-btn .vc_general img {
    transition: 0.5s;
}
.services-list .service-item:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #bcbcbc36;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    backdrop-filter: blur(4px);
    transition: 0.5s;
}
.services-list .service-item h3 {
    font-size: 27px;
    font-weight: 600;
    transition: 0.5s;
	min-height: 100px;
}
}
.services-list .service-item:hover:after {
    background: #1C1C1C;
    color: #e34648 !important;
}
.services-list .service-item:hover h3 {
    color: #e34648;
}
.services-list .service-item:hover .red-btn .vc_general {
    background: transparent !important;
}
section.vc_section.serviceSec {
    position: relative;
    z-index: 9;
}
section.vc_section.serviceSec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 888px;
    bottom: 0;
    background: url(images/bgserv.png);
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center !important;
}
section.vc_section.aboutSec {
    padding-top: 100px !important;
    z-index: 99;
    position: relative;
}
/* section.vc_section.aboutSec .vc_row .vc_col-sm-3:first-child img {
    height: 551px;
}
section.vc_section.aboutSec .vc_row .vc_col-sm-3:nth-child(2) img {
    height: 609px;
} */
section.vc_section.aboutSec h4.vc_custom_heading {
    display: inline-block;
    background: #0000001c;
    padding: 10px 25px;
    border-radius: 20px;
}

/* Industry Section */

.industriesSec h2.vc_custom_heading {
    padding: 0;
}
section.vc_section.industriesSec .services-list .service-item {
    padding: 20px;
}
section.vc_section.industriesSec .services-list .service-item:hover p {
    color: #AAAAAA;
}
section.vc_section.industriesSec .services-list .service-item .red-btn a {
    font-size: 18px;
    font-weight: 500;
    color: #E34648;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 250px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}
section.vc_section.industriesSec .services-list .service-item p {
    font-size: 16px;
}
section.vc_section.industriesSec .services-list .service-item .red-btn a i {
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

/* Blogs Section */

.cardsinner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e7e7e7;
}
.cardsinner h3 {
    margin-top: auto;
    font-size: 22px;
    margin-bottom: 12px;
}
.cardsinner img {
    height: 169px;
    object-fit: cover;
    border-radius: 20px !important;
    max-width: 45%;
    flex: 0 0 45%;
}
.cardsinner>div {
    padding-left: 15px;
    max-width: 55%;
    flex: 0 0 55%;
}
.cardsinner p {
    margin-bottom: 12px;
}
.cardsinner a {
    font-size: 18px;
    color: #E34648;
    font-weight: 500;
}
.cardsinner a i {
    font-size: 12px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.blog-layout .row .col-md-6 .cardsinner:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.card-img-overlay {
    display: flex;
    align-items: flex-end;
    background-size: cover !important;
    height: 503px;
    border-radius: 20px;
    overflow: hidden;
    background-position: center !important;
    position: relative;
    padding: 0;
    z-index: 9;
}
.card-img-overlay .red-btn .vc_general {
    min-width: unset !important;
    padding: 0 !important;
    height: 55px;
    width: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50% !important;
}
.card-img-overlay h2.card-title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #FFFFFF;
}
.blog-layout .row .col-md-6:first-child {
    margin-top: 87px;
}
section.vc_section.blogsSec h2.vc_custom_heading {
    position: relative;
    bottom: -75px;
    margin-top: -75px;
}
.card-img-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    background: url(images/overlay.png);
    z-index: -1;
}
.card-img-overlay .overlay {
    display: flex;
    align-items: center;
    padding: 30px;
}
section.vc_section.blogsSec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 888px;
    bottom: 0;
    background: url(images/bgserv.png);
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center !important;
}

/* Contact Section */

section.vc_section.contactSec {
    margin-top: -49px;
}
.contactform .form-control {
    height: 70px;
    border-radius: 10px;
    padding: 17px 24px;
    box-shadow: none;
    border: solid 1px #B5B5B5;
}
.contactform  textarea.form-control {
    height: 158px;
    resize: none;
}
.contactform p {
    margin-bottom: 18px;
}
.contactform  .red-btn p {
    margin: 0 !important;
}
.contactform .red-btn .btn-primary {
    width: 100%;
}

/* Footer */

div#footer-widget {
    padding-top: 140px;
    background: url(images/footerbg.png);
    background-size: cover;
    background-position: top;
}
div#footer-widget a {
    padding: 0;
    color: #3F3F3F;
    font-size: 18px;
    background: transparent;
    transition: 0.5s;
}
div#footer-widget li.menu-item {
    margin-bottom: 15px;
}
div#footer-widget h3.widget-title {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 20px;
}
div#footer-widget .nav-link:hover, div#footer-widget .custom-html-widget .phonemain a:hover {
    color: #e34648;
}
footer#colophon p {
    margin: 0;
    padding: 21px 0;
    text-align: center;
    border-top: solid 1px #737373;
    margin-top: 54px;
}
footer#colophon p a {
    text-transform: uppercase;
    color: #E34648;
    font-weight: 600;
}
div#footer-widget ul li.menu-item:last-child {
    margin: 0;
}
/* div#footer-widget .widget {
    margin: 0;
} */
div#footer-widget .widget_media_image img {
    margin-bottom: 0;
}
div#footer-widget .custom-html-widget .phonemain, div#footer-widget .custom-html-widget .phonemain-link {
    margin-bottom: 13px;
}
div#footer-widget .custom-html-widget .phonemain a, div#footer-widget .custom-html-widget .phonemain-link a {
    font-size: 18px;
    color: #3F3F3F;
}
div#footer-widget .custom-html-widget .phonemain a img, div#footer-widget .custom-html-widget .phonemain-link a img {
    margin-right: 12px;
}
div#footer-widget p {
    color: #3F3F3F;
}
div#footer-widget .newsletter p {
    display: flex;
    position: relative;
}
div#footer-widget .newsletter p br {
    display: none;
}
div#footer-widget .newsletter p .form-control {
    width: 100%;
    background: #00000047;
    height: 60px;
    border-radius: 10px;
    padding: 17px 24px;
    box-shadow: none;
    border: none;
}
div#footer-widget .newsletter p .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
div#footer-widget .newsletter p .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    right: 0;
}
div#footer-widget .newsletter p .form-control::placeholder {
    color: #242424;
}
div#footer-widget .newsletter p .btn-primary {
    position: absolute;
    right: 8px;
    height: 44px;
    width: 44px;
    font-size: 0;
    background-color: #E34648;
    background-image: url(images/arrow.png);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    top: 8px;
    border-radius: 10px;
    box-shadow: none;
}
div#footer-widget .foot2 .widget {
    padding-left: 120px;
    margin-left: 10px;
    position: relative;
}
div#footer-widget .foot2 .widget:before {
    content: "";
    position: absolute;
    height: 87px;
    width: 1px;
    background: #737373;
    left: 0;
    top: 60%;
    transform: translate(0, -50%);
}
div#footer-widget .foot3 .widget {
    padding-left: 70px;
    margin-left: 0px;
    position: relative;
    height: 100%;
}
div#footer-widget .foot3 .widget:before {
    content: "";
    position: absolute;
    height: 87px;
    width: 1px;
    background: #737373;
    left: 0;
    top: 40%;
    transform: translate(0, -50%);
}


/********** Inner pages Css ************/
.breadcrumbs {
    background-color: #bbf6fb !important;
    padding-top: 250px;
    padding-bottom: 120px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.breadcrumbs h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.NewsPage {
    padding-top: 100px;
    padding-bottom: 0;
}

.NewsPage h4 {
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.NewsPage p {
    17:
    ma-b;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.NewsPage a.vc_general {
    background: #e23c46 !important;
    color: #fff !important;
    font-size: 16px;
}
.CarrierPage {
    padding-top: 100px;
    padding-bottom: 50px;
}

.CarrierPage h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.CarrierPage a.vc_general {
    background: #E34648 !important;
    color: #fff !important;
    padding: 16px 26px !important;
    border-radius: 10px !important;
    border: solid 1px #E34648 !important;
    transition: 0.5s ease !important;
    font-size: 16px !important;
    margin-bottom: 70px;
}

.CarrierPage strong {
    color: #000;
    font-size: 24px;
}
section.vc_section.ContactPage {
    padding-top: 150px !important;
}
.post-type-archive-industries .red-btn a {
    color: #e23c46;
    font-weight: 500;
    font-size: 18px;
}
.NewsPage .cardsinner {
    padding-bottom: 100px;
    display: block;
    border: none;
}
.NewsPage .cardsinner img {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
}

.NewsPage .cardsinner>div {
    max-width: 100%;
}

.single-post div#comments {
    display: none;
}

/*************** Additional Css ************/
.serviceSec  p {
    font-size: 18px;
    line-height: 34px;
}
.serviceSec p b {
    color: #000;
}
.serviceSec p a {
	color: #1f497d;
	font-weight: 700;
}
.single-services h1.entry-title {
    font-size: 30px;
    color: #000;
    display: none;
}

.single-services p {
    font-size: 18px;
    line-height: 34px;
}

.single-services p b {
    color: #000;
}
.single-industries #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-industries .post-thumbnail {
    margin-bottom: 30px;
}
.single-industries .post-thumbnail img {
    width: 600px;
}

.single-industries h1.entry-title {
    font-size: 30px;
    color: #000;
    display: none;
}

.single-industries p {
    font-size: 18px;
    line-height: 34px;
}

.single-industries p b {
	color: #000;
}
.Indus_page h3 {
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 40px;
}

.Indus_page h4 {
    font-size: 24px;
    color: #000;
    margin-top: 0;
    line-height: 1.5;
}
.foot1 figure {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-right: 0 !important;
    width: 250px !important;
}

.foot1 figure figcaption {
    display: none !important;
}
.post-type-archive-industries .services-list .service-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 11px;
}
.Indus_img .vc_single_image-img {
    object-fit: cover;
    width: 1200px;
    border-radius: 30px;
}
.services-list .service-item:hover .red-btn img {
	filter: invert(1);
}
.service-item-img img {
    width: 320px;
    height: 250px;
    object-fit: fill;
    border-radius: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.5s ease-in-out !important;
    background: #fff !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: 0.5s ease-in-out !important;
    position: absolute;
}
.dropdown-menu .dropdown-item {
    width: 250px;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}
.dropdown-menu .dropdown-item:hover{
   color: #e34648 !important;
   transition: all 0.5s ease-in-out;
}
.dropdown-menu .dropdown-item:focus {
    color: #000 !important;
}

.aboutSec img {
    height: 500px !important;
    object-fit: cover;
}



.phonemain path {
    fill: transparent;
    stroke: #e23c46;
    stroke-width: 22px;
}
.phonemain svg {
    font-size: 23px;
    margin-right: 17px;
}

.single-services .post-thumbnail, .single-industries .post-thumbnail {
    display: none;
}
.single-services .breadcrumbs, .single-industries .breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.single-services h1, .single-industries h1 {
    color: #fff;position: relative;
}
.single-services .breadcrumbs:before, .single-industries .breadcrumbs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}
footer#colophon p {
    margin-top: 34px;
}


.blogsSec  h3 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-top: 110px;
    color: #e23c46 !important;
}

.single-industries #content .container {
    max-width: 100%;
    padding: 0 30px;
}

.ContactPage iframe {
    border-radius: 20px !important;
}
#content.site-content {
    padding: 0 !important;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 !important;
}

.post-type-archive-services #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}

.post-type-archive-industries #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}
.single #primary {
    padding-top: 100px;
    padding-bottom: 50px;
}

/************* Responsive Css ****************/
@media only screen and (max-width: 1440px) {
div#footer-widget .widget_media_image img {
    width: 80%;
}
}

@media only screen and (max-width: 1280px) {
section.vc_section.bannerSec h2 {
    font-size: 60px;
}
section.vc_section.bannerSec h2:after {
    background-size: 80%;
    left: 9%;
}
section.vc_section.bannerSec p {
    font-size: 18px;
}
.red-btn .vc_general {
    font-size: 16px !important;
    min-width: unset;
    padding: 16px 26px !important;
}
.Indus_img .vc_single_image-img {
    width: 1100px;
}
.industriesSec h2.vc_custom_heading {
    font-size: 44px !important;
}
.services-list .service-item h3 {
    font-size: 22px;
    line-height: 32px;
    min-height: 65px;
    margin-bottom: 20px;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 230px;
}
section.vc_section.industriesSec .services-list .service-item {
    padding: 15px;
}
section.vc_section.industriesSec .services-list .service-item .red-btn a {
    font-size: 16px;
}
section.vc_section.aboutSec h2 {
    font-size: 44px !important;
    line-height: 60px;
    padding: 0;
    margin-bottom: 15px;
}
p {
    font-size: 16px;
    line-height: 28px;
}
section.vc_section.serviceSec {
    padding-top: 90px !important;
    padding-bottom: 200px !important;
}
section.vc_section.serviceSec h2 {
    font-size: 44px !important;
}
.serviceSec p {
    font-size: 16px;
}
.service-item-img img {
    width: 100%;
    height: 230px;
}
.services-list .service-item {
    padding: 20px 15px 25px 15px;
}
section.vc_section.serviceSec:after {
    height: 550px;
}
section.vc_section.blogsSec {
    padding-top: 30px !important;
    padding-bottom: 250px !important;
}
section.vc_section.blogsSec h2.vc_custom_heading {
    font-size: 44px !important;
}
.blogsSec h3 {
    font-size: 34px;
}
section.vc_section.blogsSec:after {
    height: 650px;
}
.contactSec  h2 {
    font-size: 44px !important;
}
.breadcrumbs {
    padding-top: 220px;
    padding-bottom: 100px;
}
.single-industries #primary {
    padding-top: 50px;
}
.single-industries p {
    font-size: 16px;
    line-height: 32px;
}
header#masthead {
    padding: 15px 0;
}
}

@media only screen and (max-width: 1199px) {
/* button.navbar-toggler {
    background: #e23c46;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
button.navbar-toggler:focus {
    outline: none;
}
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #fff;
    z-index: 99;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 35%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
    text-align: center;
}
div#main-nav.show {
  transform: none;
}
div#main-nav .navbar-brand {
    width: 80%;
    padding-bottom: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    padding: 0;
    margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:after {
    display: none;
}
#masthead .navbar-nav > li > a {
    font-size: 16px;
    line-height: 40px;
}
#masthead .navbar-nav > li > a:hover:after, #masthead .navbar-nav > li> a:after {
    display: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:hover ul.dropdown-menu {
    box-shadow: 0 0 10px 10px #00000021;
    padding: 15px;
    border-radius: 10px;
}
.dropdown-menu .dropdown-item {
    padding: 0;
	padding-bottom: 10px;
} */
	
	.mob-menu-header-holder {
    padding: 10px 0;
    height: 125px !important;
}
.mobmenur-container {
    background: #e23c46 !important;
    padding: 6px 3px;
    border-radius: 3px !important;
    top: 30% !important;
}
.mobmenu-content li {
    padding: 0 !important;
}
.mobmenu-content li a {
    font-size: 16px !important;
    color: #000 !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background: #E34648 !important;
}
.mobmenu-content #mobmenuright .sub-menu a {
    color: #fff !important;
}
.mobmenu-content #mobmenuright .sub-menu {
    background: #E34648 !important;
}
.mobmenu-content .red-btn {
    margin-top: 30px;
    margin-left: 20px;
}
.mobmenu-content #mobmenuright .sub-menu .red-btn {
    display: none !important;
}
}

@media only screen and (max-width: 1024px) {
#masthead nav {
    padding: 15px !important;
}
.navbar-brand {
    width: 20%;
}
button.navbar-toggler {
    font-size: 18px;
}
section.vc_section.bannerSec h2 {
    font-size: 55px;
}
section.vc_section.bannerSec h2:after {
    background-size: 90%;
}
.Indus_img .vc_single_image-img {
    width: auto !important;
}
section.vc_section.bannerSec {
    padding-top: 160px;
    padding-bottom: 70px;
}
.industriesSec h2.vc_custom_heading {
    font-size: 38px !important;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 200px;
}
.services-list .service-item h3 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 18px;
}
section.vc_section.industriesSec .services-list .service-item p {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.vc_section.aboutSec {
    padding-top: 70px !important;
}
section.vc_section.aboutSec h2 {
    font-size: 38px !important;
    line-height: 50px;
}
section.vc_section.aboutSec .wpb_text_column {
    margin-bottom: 20px !important;
}
section.vc_section.serviceSec h2 {
    font-size: 38px !important;
}
.service-item-img img {
    height: 200px;
}
section.vc_section.serviceSec:after {
    background-size: 100%;
    height: 550px;
}
section.vc_section.blogsSec {
    padding-top: 0 !important;
}
section.vc_section.blogsSec h2.vc_custom_heading {
    font-size: 38px !important;
    bottom: -67px;
}
.blogsSec h3 {
    font-size: 30px;
    padding-top: 90px;
}
section.vc_section.blogsSec:after {
    background-size: 100%;
    height: 550px;
}
.contactSec h2 {
    font-size: 38px !important;
}
.contactform .form-control {
    height: 60px;
}
.contactSec  iframe {
    height: 530px !important;
}
section.vc_section.contactSec {
    margin-top: -30px;
}
div#footer-widget {
    padding-top: 110px;
}
div#footer-widget h3.widget-title {
    font-size: 25px;
}
div#footer-widget .custom-html-widget .phonemain a, div#footer-widget .custom-html-widget .phonemain-link a {
    font-size: 16px;
}
div#footer-widget a {
    font-size: 16px;
}
div#footer-widget .foot2 .widget {
    padding-left: 80px;
}
div#footer-widget .foot3 .widget {
    padding-left: 50px;
}
footer#colophon p {
    padding: 18px 0;
    margin-top: 25px;
}
.breadcrumbs h1 {
    font-size: 30px;
    line-height: 1.4;
}
.breadcrumbs {
    padding-top: 120px;
    padding-bottom: 80px;
}
.post-type-archive-industries .services-list .service-item img {
    height: 200px;
}
.services-list .service-item p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-type-archive-services #primary {
    padding-top: 70px;
    padding-bottom: 20px;
}
.post-type-archive-industries #primary {
    padding-top: 70px;
    padding-bottom: 20px;
}
div#main-nav {
    width: 45%;
}
.single #primary {
    padding-top: 70px;
    padding-bottom: 20px;
}
.NewsPage .cardsinner img {
    height: 250px;
}
.cardsinner h3 {
    font-size: 20px;
    line-height: 1.4;
}
.NewsPage p {
    font-size: 16px;
}
.cardsinner a {
    font-size: 16px;
}
section.vc_section.ContactPage {
    padding-top: 110px !important;
}
.post-type-archive-industries .red-btn a {
		font-size: 16px !important;
}
.CarrierPage {
    padding-top: 70px;
    padding-bottom: 30px;
}
.CarrierPage h2 {
    font-size: 35px;
    padding: 0;
}
.CarrierPage a.vc_general {
    margin-bottom: 50px;
}
.CarrierPage strong {
    font-size: 20px;
}
}

@media only screen and (max-width: 768px) {
.mob-menu-logo-holder .mob-standard-logo {
    height: 80px !important;
}
.mob-menu-header-holder {
    height: 110px !important;
}
section.vc_section.bannerSec {
    padding-top: 100px;
}
div#main-nav {
    width: 50%;
}
.navbar-brand {
    width: 25%;
}
section.vc_section.bannerSec h2 {
    font-size: 45px;
}
.red-btn .vc_general {
    padding: 14px 22px !important;
}
.industriesSec h2.vc_custom_heading {
    font-size: 35px !important;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 150px;
}
.services-list .service-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
section.vc_section.industriesSec .services-list .service-item .red-btn a {
    font-size: 15px;
}
section.vc_section.industriesSec .services-list .service-item p {
    margin-bottom: 15px;
}
section.vc_section.industriesSec {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 30px !important;
}
section.vc_section.aboutSec h2 {
    font-size: 32px !important;
    line-height: 45px;
    margin-bottom: 12px;
}
p {
    font-size: 15px;
    line-height: 26px;
}
section.vc_section.serviceSec h2 {
    font-size: 35px !important;
}
.service-item-img img {
    height: 160px;
}
section.vc_section.serviceSec:after {
    height: 300px;
    background-repeat: no-repeat;
    bottom: 40px;
}
section.vc_section.serviceSec {
    padding-bottom: 150px !important;
}
section.vc_section.blogsSec h2.vc_custom_heading {
    font-size: 35px !important;
    padding: 0;
}
section.vc_section.blogsSec {
    padding-bottom: 200px !important;
}
section.vc_section.blogsSec:after {
    height: 450px;
}
.contactSec h2 {
    font-size: 35px !important;
    padding-bottom: 15px;
}
.contactSec iframe {
    height: 500px !important;
}
section.vc_section.contactSec {
    margin-top: 0;
    padding-bottom: 30px !important;
}
div#footer-widget {
    padding-top: 100px;
}
div#footer-widget .custom-html-widget .phonemain a, div#footer-widget .custom-html-widget .phonemain-link a {
    font-size: 15px;
}
div#footer-widget .foot2 .widget {
    padding-left: 50px;
    margin-left: 0;
}
div#footer-widget .foot3 .widget {
    padding-left: 20px;
}
div#footer-widget .foot2 {
    max-width: 30.333333%;
    flex: 0 0 30.333333%;
}
div#footer-widget .foot1 {
    max-width: 36.333333%;
    flex: 0 0 36.333333%;
}
div#footer-widget .foot3 .widget:before {
    top: 49%;
}
div#footer-widget a {
    font-size: 15px;
}
.post-type-archive-industries .services-list .service-item img {
    height: 160px;
}
}

@media only screen and (max-width: 767px) {
.industriesSec h2.vc_custom_heading {
    text-align: center !important;
}
.industriesSec  .red-btn {
    text-align: center !important;
    margin-top: 20px;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 400px;
}
.services-list .service-item h3 {
    font-size: 25px;
    margin-top: 25px;
    min-height: unset;
    margin-bottom: 15px;
}
section.vc_section.industriesSec .services-list .service-item p {
    font-size: 16px;
}
section.vc_section.industriesSec .services-list .service-item .red-btn {
    text-align: left !important;
}
section.vc_section.industriesSec .services-list .service-item .red-btn a {
    font-size: 16px;
}
section.vc_section.industriesSec .services-list .service-item {
    padding: 25px;
}
section.vc_section.aboutSec {
    padding-top: 50px !important;
    text-align: center;
}
section.vc_section.aboutSec h4.vc_custom_heading {
    margin-top: 20px;
}
section.vc_section.aboutSec h2 {
    text-align: center !important;
    margin-top: 15px;
}
section.vc_section.aboutSec h2 br {
    display: none;
}
section.vc_section.serviceSec {
    padding-top: 70px !important;
}
.service-item-img img {
    height: 400px;
}
.contactSec h2 {
    text-align: center !important;
    padding-bottom: 20px;
}
div#footer-widget .foot1 {
    max-width: 100%;
    flex: 0 0 100%;
}
div#footer-widget .foot2 {
    max-width: 100%;
    flex: 0 0 100%;
}
div#footer-widget {
    background-color: #bbf6fb;
    padding-top: 50px;
    text-align: center;
}
section.vc_section.contactSec {
    padding-bottom: 50px !important;
}
div#footer-widget .widget_media_image img {
    width: 50%;
    margin-bottom: 15px;
}
p {
    font-size: 16px;
}
div#footer-widget .custom-html-widget .phonemain a, div#footer-widget .custom-html-widget .phonemain-link a {
    font-size: 16px;
}
div#footer-widget .custom-html-widget .phonemain, div#footer-widget .custom-html-widget .phonemain-link {
    margin-bottom: 20px;
}
div#footer-widget .foot2 .widget {
    padding: 0;
}
div#footer-widget .foot2 .widget:before {
    display: none;
}
div#footer-widget h3.widget-title {
    margin-top: 20px;
}
div#footer-widget a {
    font-size: 16px;
}
div#footer-widget .foot3 .widget:before {
    display: none;
}
div#footer-widget .foot3 .widget {
    padding: 0;
}
.newsletter {
    width: 60%;
    margin: 0 auto;
}
.single-services p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}
.post-type-archive-industries .services-list .service-item img {
    height: 400px;
}
.single-industries #content .container {
    padding: 0 15px;
}
.NewsPage .cardsinner img {
    height: 400px;
}
.NewsPage {
    padding-top: 50px;
}
.CarrierPage {
    text-align: center;
}
.CarrierPage h2 {
    text-align: center !important;
}
.CarrierPage .wpb_single_image {
    text-align: center !important;
}
}

@media only screen and (max-width: 568px) {
.navbar-brand {
    width: 35%;
}
div#main-nav {
    width: 80%;
}
section.vc_section.bannerSec h2 {
    font-size: 35px;
}
section.vc_section.bannerSec p {
    font-size: 16px;
}
.industriesSec h2.vc_custom_heading {
    font-size: 30px !important;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 300px;
}
section.vc_section.industriesSec .services-list .service-item {
    padding: 20px;
}
.services-list .service-item h3 {
    font-size: 22px;
}
.service-item-img img {
    height: 300px;
}
section.vc_section.serviceSec:after {
    height: 250px;
}
section.vc_section.aboutSec h2 {
    font-size: 30px !important;
}
section.vc_section.serviceSec h2 {
    font-size: 30px !important;
}
section.vc_section.blogsSec h2.vc_custom_heading {
    font-size: 30px !important;
}
.blogsSec h3 {
    font-size: 25px;
}
section.vc_section.blogsSec:after {
    height: 300px;
}
section.vc_section.blogsSec {
    padding-bottom: 150px !important;
}
.contactSec h2 {
    font-size: 30px !important;
}
div#footer-widget .widget_media_image img {
    width: 60%;
}
.newsletter {
    width: 70%;
}
.breadcrumbs h1 {
    font-size: 25px;
}
.breadcrumbs {
    padding-top: 80px;
    padding-bottom: 60px;
}
.post-type-archive-services #primary {
    padding-top: 50px;
}
.post-type-archive-industries .services-list .service-item img {
    height: 300px;
}
.NewsPage .cardsinner img {
    height: 300px;
}
.CarrierPage {
    padding-top: 50px;
}
.CarrierPage h2 {
    font-size: 30px;
}
section.vc_section.ContactPage {
    padding-top: 50px !important;
}
.aboutSec img {
    height: 400px !important;
}
} 

@media only screen and (max-width: 430px) {
.navbar-brand {
    width: 50%;
}
section.vc_section.bannerSec h2 {
    font-size: 30px;
}
section.vc_section.bannerSec {
    padding-top: 70px;
    padding-bottom: 50px;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 200px;
}
.services-list .service-item h3 {
    font-size: 20px;
}
section.vc_section.industriesSec .services-list .service-item {
    padding: 15px;
}
section.vc_section.aboutSec h2 {
    font-size: 28px !important;
}
.service-item-img img {
    height: 200px;
}
section.vc_section.serviceSec {
    padding-bottom: 120px !important;
}
section.vc_section.serviceSec:after {
    height: 200px;
}
.newsletter {
    width: 100%;
}
.post-type-archive-industries .services-list .service-item img {
    height: 200px;
}
.post-type-archive-industries #primary {
    padding-top: 50px;
}
.NewsPage .cardsinner img {
    height: 200px;
}
.single #primary h1.entry-title {
	font-size: 20px;
	line-height: 1.5;
}
.CarrierPage h2 {
    font-size: 25px;
}
.CarrierPage a.vc_general {
    margin-bottom: 30px;
}
.contactSec iframe {
		height: 400px !important;
}
.aboutSec img {
    height: 350px !important;
}
.mob-menu-logo-holder .mob-standard-logo {
    height: 70px !important;
}
.mob-menu-header-holder {
    height: 100px !important;
}
}

@media only screen and (max-width: 320px) {
div#main-nav {
    width: 78%;
}
header#masthead .container {
    padding: 0 10px;
}
.navbar-brand {
    width: 55%;
}
section.vc_section.bannerSec h2 {
    font-size: 26px;
}
section.vc_section.industriesSec .services-list .service-item img {
    height: 170px;
}
.service-item-img img {
    height: 170px;
}
.post-type-archive-industries .services-list .service-item img {
    height: 170px;
}
.aboutSec img {
    height: 280px !important;
}
}