/*
Theme Name: Custom Theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
/*   font-family: "Changa", sans-serif; */
	font-family: Inter;
}

@font-face {
 font-family: Khebrat Musamim Regular;
 src: url('inc/assets/fonts/Khebrat Musamim Regular.ttf');
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: k2d;
}
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: #162F58;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 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%;
  }
}

#content.site-content {
    padding: 0 !important;
}

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

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1720px !important;
}

header#masthead .row {
    align-items: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 400 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #b7283a;
    transition: all 0.5s ease-in-out;
}
.navbar-nav li {
    border-left: 2px solid #ffffff8c;
}

.navbar-nav li:first-child {
    border-left: unset;
}

#masthead nav {
    border: 1px solid #ffffff2b;
    padding-top: 24px !important;
    padding-bottom: 25px !important;
    border-radius: 40px;
    background: #ffffff2b;
    padding-right: 40px !important;
}

.navbar-brand {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
}

.main-header-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text a {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-right: 40px;
    text-decoration: none;
}

.phone-icon a {
    border: 1px solid #BD3737;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #BD3737;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
}


.phone-icon i.fas.fa-phone-volume {
    rotate: 321deg;
}

.phone-icon {
    margin-right: 12px;
}


.header-btn a {
    font-size: 18px;
    line-height: 22px;
    border: 2px solid #BD3737;
    display: flex;
    align-items: center;
    width: 234px;
    height: 60px;
    padding-left: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    background: #162F58;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease; /* smooth hover */
}

/* Hover effect */
.header-btn a:hover {
    background: #BD3737;          /* red bg */
    color: #fff;                  /* text white hi rahe */
    border-color: #BD3737;        /* border match ho jaye */
    transform: translateY(-4px);  /* thoda lift ho jaye */
    box-shadow: 0 8px 18px rgba(0,0,0,0.25); /* shadow effect */
}


.header-btn a:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 8px;
    width: 44px;
    height: 44px;
    background-image: url(images/round.png);
}

.banner-head {
    font-family: Khebrat Musamim Regular !important;
    text-transform: uppercase !important;
}

header#masthead {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent !important;
    box-shadow: unset !important;
    padding-top: 0px !important;
}

.banner-btn {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-transform: uppercase !important;
    /*     font-family: 'Changa' !important; */
    width: 310px !important;
    height: 60px !important;
    border-radius: 40px !important;
    background: #BD3737 !important;
    color: #fff !important;
    padding-left: 20px !important;
    position: relative !important;
    transition: all 0.3s ease-in-out !important; /* Smooth effect */
    cursor: pointer !important;
}

.banner-btn:hover {
    background: #a22f2f !important;  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ dark shade */
    transform: translateY(-3px) !important; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ lift effect */
    box-shadow: 0 6px 15px rgba(0,0,0,0.25) !important; /* glow/shadow */
}


.banner-btn:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 7px;
    background-image: url(images/round-2.png);
    width: 44px;
    height: 44px;
}

.speed-head {
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 50px;
}

.speed-para p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 30px !important;
}

.speed-sec {
    padding-top: 100px;
    position: relative !important;
    padding-bottom: 50px;
    overflow: hidden;
}

.speed-btn a.vc_general {
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    /*     font-family: 'Changa' !important; */
    width: 234px !important;
    height: 60px !important;
    border-radius: 40px !important;
    background: #BD3737 !important;
    color: #fff !important;
    padding-left: 30px !important;
    position: relative !important;
    transition: all 0.3s ease-in-out !important; /* smooth hover */
    cursor: pointer !important;
}

.speed-btn a.vc_general:hover {
    background: #a22f2f !important; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ dark shade */
    transform: translateY(-3px) !important; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ lift */
    box-shadow: 0 6px 15px rgba(0,0,0,0.25) !important; /* soft shadow */
}



.speed-btn a.vc_general:before {

  content: '';
    position: absolute;
    top: 8px;
    right: 7px;
    background-image: url(images/round-2.png);
    width: 44px;
    height: 44px;
}

.speed-img-2 {
    margin-left: 50px;
}

.speed-sec:before {
  content: 'superior wall systems';
  position: absolute;
  top: 60px;
  left: 0;
  color: #7ca9da0f;
  font-size: 224px;
  line-height: 150px;
  font-family: 'Khebrat Musamim Regular';
  font-weight: 400 !important;
  text-transform: uppercase;
  display: inline-block;
  animation: waveText 3s ease-in-out infinite;
}

@keyframes waveText {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-20px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(20px); }
}

.speed-img-2 img {
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.speed-img img{
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1.2s infinite alternate;
  margin-top: 20px
}

 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(20); }
  100% { transform: translateY(-20px); }
}


.speed-box {
    position: relative;
    margin-bottom: 0px !important;
    border: 1px solid #BD3737;
    padding: 60px 50px 50px 60px;
    border-radius: 30px;
    background: #bd37371a;
    overflow: hidden; /* effect bahar na jaye */
    z-index: 1;
    transition: transform 0.3s ease;
}

.speed-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(189, 55, 55, 0.2); /* halka sa red overlay */
    border-radius: 30px;
    transition: all 0.5s ease;
    z-index: -1;
}

.speed-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(189, 55, 55, 0.6), /* #BD3737 with opacity */
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.7s;
}


.speed-box:hover {
    transform: translateY(-8px); /* thoda lift effect */
}

.speed-box:hover::before {
    left: 0; /* overlay slide in */
}

.speed-box:hover::after {
    left: 125%; /* shiny reflection pass kare */
}


.speed-box h2 {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 0px !important;
    padding-bottom: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.speed-box p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.speed-sec .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.service-para p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 80%;
    font-weight: 400;
}

.service-head-2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 80px;
}

.service-head-1 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
}

.service-btn a.vc_general {
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    /*     font-family: 'Changa' !important; */
    width: 234px !important;
    height: 60px !important;
    border-radius: 40px !important;
    background: #BD3737 !important;
    color: #fff !important;
    padding-left: 30px !important;
    position: relative !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.service-btn a.vc_general:hover {
    background: #a22f2f !important;  /* Dark shade */
    transform: translateY(-3px) !important; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ lift */
    box-shadow: 0 6px 15px rgba(0,0,0,0.25) !important; /* Shadow */
}


.service-btn {
    display: flex !important;
    justify-content: end;
} 


.service-btn a.vc_general:before {

  content: '';
    position: absolute;
    top: 8px;
    right: 7px;
    background-image: url(images/round-2.png);
    width: 44px;
    height: 44px;
}

.service-sec {
    padding-top: 54px !important;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.service-img {
    position: relative;
}

.service-con h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 65%;
    left: 20px;
    right: 0;
    display: flex;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 1px;
    z-index: 9;
}


.service-con a {
    font-size: 0;
    position: absolute;
    left: 0;
    background-image: url(images/ser-btn.png);
    height: 132px;
    display: flex;
    justify-content: center;
    bottom: -50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}


.counter-head {
    margin-bottom: 0px !important;
    font-weight: 400;
    text-transform: uppercase;
}

.counter-para p {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 80px;
}


.counter-sec:before {
    content: 'superior wall systems';
    position: absolute;
    top: 50px;
    left: 0;
    color: #7ca9da0f;
    font-size: 224px;
    line-height: 150px;
    font-family: 'Khebrat Musamim Regular';
    font-weight: 400 !important;
    text-transform: uppercase;
    display: inline-block;
  animation: waveText 3s ease-in-out infinite;
}

.counter-1 {
    position: relative;
    border: 1px solid #BD3737;
    margin-bottom: 0px !important;
    padding-top: 70px;
    padding-bottom: 60px;
    border-radius: 30px;
    overflow: hidden; /* taake before element bahar na nikle */
}

/* Before pseudo element */
.counter-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%; /* pehle hidden rahe */
    width: 100%;
    height: 100%;
    background: #BD3737; /* ya gradient bhi kar sakte ho */
    border-radius: 30px;
    transition: all 0.5s ease;
    z-index: 0; /* content ke neeche */
    opacity: 0.1; /* halka transparent */
}

/* Hover par effect */
.counter-1:hover::before {
    left: 0;
    opacity: 0.3;
    z-index: -1;
}


.counter-1.stats-top .stats-number {
    font-size: 100px !important;
    line-height: 109px !important;
    color: #BD3737 !important;
    font-family: 'Khebrat Musamim Regular' !important;
    font-weight: 400 !important;
}

.counter_suffix.mycust.ult-responsive {
    font-size: 100px !important;
    line-height: 109px !important;
    color: #BD3737 !important;
    font-family: 'Khebrat Musamim Regular' !important;
    font-weight: 400 !important;
}

.counter-1.stats-block .stats-text {
    font-size: 34px !important;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: 'Khebrat Musamim Regular';
    margin-top: 20px;
}

.counter-sec .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.counter-row-1 {
    padding-top: 100px;
}

.counter-sec {
    padding-top: 80px !important;
}




.center .portfolio-img img {
    margin-top: -40px;
    transition: all 0.5s ease-in-out;
}

div#owl_custom11 .owl-stage-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.portfolio-img:before {
    content: '';
    position: absolute;
    bottom: -34px;
    left: 44%;
    background-image: url(images/port.png);
    height: 70px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
}

.portfolio-img {position: relative !important;}


.testimonials-sec {
    padding-top: 131px !important;
    padding-bottom: 131px;
    background-repeat: no-repeat;
}



div#owl_custom11 .owl-dots {
    display: block;
    text-align: center;
}

div#owl_custom11 button.owl-dot.active {
    border: 1px solid #fff;
    width: 100px;
    height: 9px;
    background: #fff;
    border-radius: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

div#owl_custom11 button.owl-dot {
    width: 40px;
    height: 5px;
    background: #ffffff47;
    border-radius: 40px;
}

div#footer-widget {
    background: #162F58 !important;
    padding-left: 103px;
    padding-right: 103px;
    position: relative !important;
}

.main-footer .row {
    align-items: center;
}

.footer-text h3 {
    font-size: 26px;
    line-height: 30px;
    color: #BD3737;
    /*     font-family: 'Changa'; */
    text-transform: uppercase;
    font-weight: 400;
}

.footer-text h2 {
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    width: 90%;
    margin-top: 0px !important;
}

.footer-text-2 {
    padding-left: 100px;
    justify-self: center;
}

.footer-text-2 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
/*     font-family: 'Changa'; */
    width: 97%;
}

.footer-btn a {
    display: flex !important;
    align-items: center !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    /*     font-family: 'Changa' !important; */
    width: 234px !important;
    height: 60px !important;
    border-radius: 40px !important;
    background: #BD3737 !important;
    color: #fff !important;
    padding-left: 30px !important;
    position: relative !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out !important;
    cursor: pointer !important;
}

.footer-btn a:hover {
    background: #a22f2f !important;  /* Darker shade */
    transform: translateY(-3px) !important; /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ lift */
    box-shadow: 0 6px 15px rgba(0,0,0,0.25) !important; /* Soft shadow */
}



.footer-btn a:before {

  content: '';
    position: absolute;
    top: 8px;
    right: 7px;
    background-image: url(images/round-2.png);
    width: 44px;
    height: 44px;
}


.ft1 {
    border-bottom: 1px solid #ffffff26;
}

div#footer-widget h3.widget-title {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px !important;
    padding-top: 80px;
}

.ft2 a.nav-link {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    padding-left: 0px !important;
    transition: all 0.5s ease-in-out;
}

.ft2 a.nav-link:hover {
    background: unset !important;
    color: #b7283a;
    padding-left: 5px !important;
    transition: all 0.5s ease-in-out;
}

.ft3 p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px !important;
    color: #fff;
}

.ft3 a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
/*     font-family: 'Changa'; */
}

.ft4 a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}

.ft4 a:hover {
    transition: all 0.5s ease-in-out;
    color: #b7283a;
    padding-left: 5px !important;
}


.ft5 p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.ContactForm input.wpcf7-form-control {
    height: 70px;
    border-radius: 50px;
    background: #ffffff17;
    border-color: #ffffff17;
}

.ContactForm input.wpcf7-form-control::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-left: 24px;
}

.ContactForm .btn.btn-primary {
    font-size: 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(images/footer-email.png) !important;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

body:not(.theme-preset-active) footer#colophon {
    background: #162F58 !important;
    padding-left: 30px;
    padding-right: 30px;
}


.main-site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff26;
    position: relative;
    z-index: 99;
}

.site-info p {
    margin-bottom: 0px !important;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.site-info {
    padding-top: 20px;
}

.footer-pages {
    padding-top: 20px;
}

.footer-pages a {
    font-size: 18px;
    line-height: 28px;
    color: #fff !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.footer-pages a:hover {
    transition: all 0.5s ease-in-out;
    color: #b7283a !important;
}

div#footer-widget:before {
    content: '';
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(images/footer-text.png);
    left: 0;
    top: 90%;
    height: 146px;
    background-position: center;
    background-size: cover;
}


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

 .speed-sec:before {
    font-size: 194px !important;
    line-height: 150px !important;
}

.speed-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.service-head-2 {
    font-size: 65px !important;
    line-height: 72px !important;
}

.service-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.counter-sec:before {
    font-size: 194px !important;
    line-height: 150px !important;
}

.counter-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.testimonials-sec {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 103px;
    padding-right: 103px;
}


}


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

 body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.speed-head {
    font-size: 80px !important;
    line-height: 80px !important;
}

div#footer-widget {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body:not(.theme-preset-active) footer#colophon {
    padding-left: 30px !important;
    padding-right: 30px !important;
} 
}

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


 body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 23px !important;
    padding-right: 23px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

.header-btn a {
    font-size: 16px !important;
    line-height: 20px !important;
    WIDTH: 200px;
    PADDING-LEFT: 20px;
}

.banner-btn {height: 55px !important;}

.speed-head {
    font-size: 60px !important;
    line-height: 70px !important;
}

.speed-sec:before {
    font-size: 164px !important;
    line-height: 150px !important;
}

.speed-btn a.vc_general {
    font-size: 20px !important;
    line-height: 20px !important;
}

.speed-box h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.service-head-2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.service-con h2 {
    font-size: 22px !important;
    line-height: 40px !important;
    top: 70% !important;
}

.service-con a {background-size: 20% 66% !important;}

.counter-head {
    font-size: 50px !important;
    line-height: 60px !important;
}

.counter-sec:before {
    font-size: 164px !important;
    line-height: 150px !important;
}

.counter-1.stats-top .stats-number {
    font-size: 80px !important;
    line-height: 89px !important;
}

.counter_suffix.mycust.ult-responsive {
    font-size: 80px !important;
    line-height: 89px !important;
}

.counter-1.stats-block .stats-text {
    font-size: 30px !important;
    line-height: 40px !important;
}

.service-btn a.vc_general {
}

.footer-text h2 {font-size: 50px;line-height: 65px;}

.footer-btn a {
} 
.header-btn a:before {
    width: 40px;
    height: 40px;
    background-size: 100%;
}
.text a {
    font-size: 18px;
    margin-right: 15px;
}
#masthead nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
header#masthead {
    padding-left: 0px;
    padding-right: 0px;
}
.speed-box {
    padding: 45px 35px 35px 40px;
}
}


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

 .banner-btn {
    width: 260px !important;
    height: 50px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding-left: 20px !important;
    padding-l'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    padding-l'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
}

.banner-btn:before {
    top: 4px;
}

.banner-btn:before {
    top: 4px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {font-size: 15px !important;}

.header-btn a {
    font-size: 15px !important;
    line-height: 18px !important;
    width: 180px;
}

.text a {
    font-size: 16px !important;
    line-height: 30px !important;
}

.phone-icon a {
    font-size: 22px !important;
    width: 50px !important;
    height: 50px !important;
}

.speed-sec:before {
    font-size: 154px !important;
    line-height: 150px !important;
}

.speed-btn a.vc_general {
    font-size: 18px !important;
    line-height: 18px !important;
}

.speed-box h2 {
    font-size: 28px !important;
    line-height: 40px !important;
}

.service-head-2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.counter-sec:before {
    font-size: 154px !important;
    line-height: 150px !important;
}

.service-btn a.vc_general {
    font-size: 18px !important;
    line-height: 18px !important;
}

.footer-btn a {
    font-size: 18px !important;
    line-height: 18px !important;
} 
}

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


 .speed-sec:before {
    font-size: 144px !important;
    line-height: 150px !important;
}

.speed-box h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.speed-box {
    padding: 50px 30px 50px 40px !important;
}

.service-para p {
    width: 85% !important;
}

.counter-sec:before {
    font-size: 144px !important;
    line-height: 150px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
} 
}

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

 body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 15px !important;
    padding-right: 19px !important;
}

.speed-head {
    font-size: 60px !important;
    line-height: 70px !important;
}

.speed-sec:before {
    font-size: 134px !important;
    line-height: 140px !important;
}

.speed-para p {
    width: 91% !important;
}

.service-head-2 {
    font-size: 45px !important;
    line-height: 55px !important;
}

.service-para p {
  width: 90% !important;
}

.counter-sec:before {
    font-size: 134px !important;
    line-height: 140px !important;
}

.counter-head {
    font-size: 60px !important;
    line-height: 60px !important;
}

.footer-text h2 {
    font-size: 50px !important;
    line-height: 60px !important;
}

.footer-text h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.ft5 p {
    font-size: 16px !important;
}

.ft4 a {
    font-size: 16px !important;
    line-height: 16px !important;
}

.ft3 p {
    font-size: 16px !important;
}

.ft2 a.nav-link {
    font-size: 16px !important;
} 
}

@media only screen and (max-width: 1199px) {
	
header#masthead .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.navbar-brand {
    text-align: left !important;
}

#masthead nav {
    justify-content: end !important;
    background: unset !IMPORTANT;
    border: unset !important;
}

.navbar-light .navbar-toggler {
    background: #fff !important;
}
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #000;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 50px;
}
.main-header-text {
    display: block !important;
}

.navbar-nav li {
    border: unset !important;
    margin-bottom: 20px;
}

.text a {
    margin-right: 0px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.text {
    margin-bottom: 20px;
    margin-top: 10px;
}	
}


@media only screen and (max-width: 1024px) {
	
.speed-sec:before {
    font-size: 114px !important;
    line-height: 120px !important;
}

.speed-head {
    font-size: 50px !important;
    line-height: 60px !important;
}

.speed-para p {
    width: 100% !important;
}

.speed-box h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}

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

.speed-box {
    padding: 40px 27px 40px 27px !important;
}

.service-box img {
    height: 340px !important;
}

.service-con h2 {
    font-size: 18px !important;
    top: 60% !important;
    line-height: 30px !important;
}

.service-para p {
    width: 100% !important;
}

.service-head-2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.service-head-1 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.counter-head {
    font-size: 50px !important;
    line-height: 50px !important;
}

.counter-para p {
    padding-left: 10px !important;
    font-size: 15px !important;
}

.counter-sec:before {
    font-size: 114px !important;
    line-height: 100px !important;
}

.counter-1.stats-block .stats-text {
    font-size: 25px !important;
    line-height: 35px !important;
}

.counter-1.stats-top .stats-number {
    font-size: 60px !important;
    line-height: 69px !important;
}

.counter_suffix.mycust.ult-responsive {
    font-size: 60px !important;
    line-height: 69px !important;
}

.footer-text h2 {
    width: 100% !important;
    font-size: 40px !important;
    line-height: 50px !important;
}
	
.custom-breadcrumb {
    padding-top: 140px !important;
    padding-bottom: 90px !important;
}

.custom-breadcrumb h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

	.service-inner h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.service-content h3 {
    font-size: 22px !important;
}
	
.single-service div#main h1.entry-title {
    font-size: 30px !important;
    line-height: 30px !important;
}
.project-inner h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	
.single-portfolio h1.entry-title {
    font-size: 30px !important;
    line-height: 30px !important;
}
	
.Press_page h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.Press_page h3 {
    font-size: 25px !important;
    line-height: 35px !important;
}
	
.Facilities_page h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
	
.cont_form h2 {
    font-size: 35px !important;
}

.cont_form p {
    font-size: 16px !important;
}	
}

@media only screen and (max-width: 768px) {
	
.speed-sec .vc_col-sm-8 {
    width: 100% !important;
}

.speed-sec .vc_col-sm-4 {
    width: 100% !important;
}

.speed-head {
    text-align: center !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

.speed-para p {
    text-align: center !important;
}

.speed-sec:before {
    font-size: 84px !important;
    line-height: 100px !important;
}

.speed-img-2 img {
    width: 30%;
    margin: 0 auto !important;
}

.speed-img-2 {
    text-align: center !important;
}

.speed-btn {
    display: flex !important;
    justify-content: center;
}

.speed-box {
    margin-bottom: 20px !important;
}

.service-sec .vc_col-sm-3 {
    width: 100% !important;
}

.service-sec .vc_col-sm-6 {
    width: 100% !important;
}

.service-btn {
    justify-content: center !important;
}

.service-head-2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.service-sec .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.counter-sec .vc_col-sm-7 {
    width: 100% !important;
}

.counter-sec .vc_col-sm-5 {
    width: 100% !important;
}

.counter-sec:before {
    font-size: 84px !important;
    line-height: 80px !important;
}

.counter-head {
    text-align: center !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

.counter-para p {
    text-align: center !important;
}

.counter-sec .vc_col-sm-3 {
    width: 100% !important;
}

.counter-1 {
    margin-bottom: 20px !important;
}
.navbar-brand {
    width: 80%;
}
	
.testimonials-sec .vc_col-sm-3 {
    width: 100% !important;
}

.testimonials-sec .vc_col-sm-6 {
    width: 100% !important;
}

.service-para p {
    text-align: center !important;
}

section.testimonials-sec {
    padding-top: 80px !important;
    padding-bottom: 70px;
}

.main-footer .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.footer-text h2 {
    text-align: center !important;
    font-size: 35px !important;
    line-height: 45px !important;
}

.footer-text h3 {
    text-align: center !important;
}

.footer-text-2 {
    padding-left: 0px !important;
}

div#footer-widget .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

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

div#footer-widget h3.widget-title {
    padding-top: 30px !important;
}
	
.service-box img {
    height: 420px !important;
}

 section.service-sec {
    padding-top: 54px !important;
    padding-bottom: 35px !important;
}
div#main-nav {
    width: 50% !important;
}
.custom-breadcrumb {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
}

.custom-breadcrumb p.breadcrumb-trail {
    font-size: 16px !important;
}
.service-inner h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.project-inner h2 {
    font-size: 30px !important;
    text-align: center !important;
}

.project-inner p {
    text-align: center !important;
}
.Press_page h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.Press_page .vc_col-sm-4 {
    width: 100% !important;
}

.Press_page .vc_col-sm-8 {
    width: 100% !important;
}

.Press_page .wpb_content_element.vc_align_left {
    text-align: center !important;
}

.Press_page p {
    text-align: center !important;
}

.Press_page h3 {
    text-align: center !important;
}

.Press_page a.vc_general {
    margin: 0 auto !important;
    text-align: center !important;
    justify-content: center !important;
}

.Press_page  .vc_btn3-inline {
    display: flex !important;
    margin-top: 20px !important;
}
.Facilities_page h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.cont_sec .vc_col-sm-6 {
    width: 100% !important;
    margin-bottom: 20px !important;
}

section.vc_section.cont_sec h2.vc_custom_heading {
    text-align: center !important;
    font-size: 40px !important;
    line-height: 50px !important;
}

.cont_sec p {
    text-align: center !important;
}	
}

@media only screen and (max-width: 767px) {
	
header#masthead .col-md-6 {
    width: 60% !important;
}

header#masthead .col-md-3 {
    flex: 0 0 35% !important;
    max-width: 35% !important;
}
.navbar-brand {
    width: 100% !important;
}
.main-site-info {
    display: block !important;
    text-align: center !important;
}
.speed-sec:before {
        font-size: 64px !important;
        line-height: 80px !important;
 }	
}

@media only screen and (max-width: 667px) {
	
    .custom-breadcrumb h2 {
        font-size: 30px !important;
        line-height: 40px !important;
}
	
.Facilities_page p {
    width: 100% !important;
    font-size: 16px !important;
}
    .counter-sec:before {
        font-size: 54px !important;
        line-height: 60px !important;
    }	
}


@media only screen and (max-width: 568px) {
	
    .service-head-2 {
        font-size: 30px !important;
        line-height: 40px !important;
}
    .counter-head {
        text-align: center !important;
        font-size: 30px !important;
        line-height: 40px !important;
}
div#main-nav {
        width: 60% !important;
}
	
    .footer-text h2 {
        text-align: center !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }
.speed-head {
        text-align: center !important;
        font-size: 30px !important;
        line-height: 40px !important;
    }	
}

@media only screen and (max-width: 480px) {
	
    .custom-breadcrumb {
        padding-top: 90px !important;
        padding-bottom: 20px !important;
}
	
.Facilities_page h2 {
        font-size: 25px !important;
        line-height: 35px !important;
}
.cont_form {
    padding: 20px !important;
}
.cont_form input, .cont_form select {
    height: 45px !important;
}
	
.cont_form h2 {
        font-size: 29px !important;
        text-align: center !important;
}
.banner-btn {
    width: 240px !important;
    height: 50px !important;
    font-size: 11px !important;
}
.speed-btn a.vc_general {
    font-size: 16px !important;
}
    .service-box img {
        height: 340px !important;
}
.footer-text h2 {
        text-align: center !important;
        font-size: 24px !important;
        line-height: 30px !important;
    }	
}
.custom-breadcrumb {
    padding-top: 220px;
    padding-bottom: 120px;
    text-align: center;
    background-image: url(https://dev.internalstaging.com/web/superior-wall-systems/wp-content/uploads/2025/12/Group.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 60px 60px;
}

.custom-breadcrumb h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.custom-breadcrumb p.breadcrumb-trail {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.custom-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.service-card {
  background: #3b5480;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: all 0.4s ease-in-out;
  position: relative;
  margin-bottom: 30px !important;
  padding: 25px;
  height: 475px;
  box-shadow: 0 0 10px 10px #ffffff05;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.service-image {
  overflow: hidden;
  height: 420px;
  border-radius: 15px;
  transition: all 0.5s;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-content {
  text-align: left;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
}

.service-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
/*   font-family: 'Changa', sans-serif; */
  margin-top: 0;
}

.service-inner .service-content p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
}

 .service-inner .service-btn {
  display: inline-block !important;
  padding: 10px 28px;
  border-radius: 30px;
  background: #BD3737;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  text-decoration: none;
} 

.service-inner .service-btn:hover {
  background: #a22f2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
a.service-btn {
    text-decoration: none;
}

.service-inner {
    padding-top: 90px;
    padding-bottom: 100px;
}


/* Grid Layout */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin: 50px 0;
}

/* Card */
.portfolio-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Image */
.portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform .6s ease;
}

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.1);
}

/* Overlay */
.portfolio-overlay {
  color: #fff;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

/* Overlay Title */
.portfolio-overlay h3 {
  font-size: 22px;
  margin-bottom: 15px;
/*   font-family: 'Changa', sans-serif; */
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
}

/* Button */
.portfolio-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #fff;
  color: #BD3737;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .3s ease-in-out;
}

.portfolio-btn:hover {
  background: #a22f2f;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.3);
}

.project-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}


/* Contact Page Css */
/* section.vc_section.cont_sec {
    box-shadow: 0 24px 74px lab(0 0 0 / .16);
    border-radius: 20px;
    padding: 60px 40px;
    background: #fff;
    margin-top: 100px;
    margin-bottom: 100px;
} */

.cont_sec p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.cont_form input,.cont_form  select {
    height: 55px;
    border-radius: 5px;
    border: 1px solid #eeeded;
    margin-bottom: 25px;
}

.cont_form input.has-spinner.btn.btn-primary {
    padding: 15px 20px;
    height: unset !important;
    font-size: 16px;
    background: #bc2e35;
    margin-top: 10px;
    border: 1px solid transparent;
    margin-bottom: 0;
}

span.wpcf7-spinner {
    display: none;
}

.cont_sec .wpb_text_column {
    font-size: 16px;
    color: #838383;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

.cont_sec .cont_box_html {
    margin-bottom: 80px !important;
}

.cont_sec .cont_box_html:last-child {
    margin: 0 !important;
}

.cont_form textarea {
    height: 140px !important;
    resize: none;
}

.cont_box_html {
    margin: 0 !important;
}

.cont_box_html .cont_div {
    display: flex;
    align-items: center;
}

.cont_box_html .cont_div h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.cont_box_html .cont_div a {
    color: #1c2f55;
    font-size: 16px;
    line-height: 1;
}

.cont_box_html .cont_div img {
    margin-right: 20px;
    filter: invert(1);
}

section.vc_section.cont_sec h2.vc_custom_heading {
    margin-top: 0;
}
.cont_sec h2.vc_custom_heading.vc_do_custom_heading {
    color: #1c2e55;
    font-weight: 400;
    font-family: 'Khebrat Musamim Regular';
    text-transform: uppercase;
}
.single-service div#main {
    margin-top: 80px;
    margin-bottom: 80px;
    background: #3b5480;
    border-radius: 15px;
    padding: 30px;
}
.single-service div#main img {
    width: 20%;
}
.single-service div#main h1.entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 0;
    margin-bottom: 25px;
    border: none;
}
.Client_Sec {
    padding-top: 0 !important;
    padding-bottom: 50px;
}
.speed-box img {
    width: 100px;
}
.service-box img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid #fff;
}
.service-box {
    margin-bottom: 100px;
    position: relative;
}
.service-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #00000059;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 20px;
}
.service-inner h2 {font-weight: 500;text-transform: capitalize;padding: 0;margin-bottom: 30px;}

.service-inner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 70px !important;
}
.project-inner h2 {
    font-weight: 500;
    padding: 0;
    margin-bottom: 30px;
}
.project-inner p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.portfolio-img img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.single-portfolio #primary {
    padding-top: 80px;
    padding-bottom: 50px;
}
.single-portfolio .post-thumbnail {
    width: 50%;
}
.single-portfolio h1.entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-portfolio #primary p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    background: #fff !important;
    color: #bc2e35;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    padding: 10px 20px;
}
.Press_page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.Press_page h2 {
    padding: 0;
    margin-bottom: 30px;
    font-weight: 500;
}
.Press_page p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.Press_page h3 {
    font-weight: 500;
    margin-bottom: 20px;
}
.Press_page a {
    color: #bc2e35;
    font-size: 22px;
    text-decoration: none;
    font-weight: 400;
}
.Facilities_page {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}
.Facilities_page h2 {
    padding: 0;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 50px;
}
.Facilities_page p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    width: 60%;
    margin: 0 auto;
}
.Facilities_btn a.vc_general {
    background: transparent !important;
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    border-radius: 5px !important;
    border: 1px solid #fff;
    padding: 16px 50px;
    margin: 0 10px;
    transition: all 0.5s;
}
.Facilities_btn a.vc_general:hover {
    background: #BD3737 !important;
    color: #fff !important;
    transition: all 0.5s;
    border: 1px solid transparent !important;
}
section.vc_section.cont_sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.cont_sec h2 {
    margin-top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 500;
}
.cont_sec .add_para {
    margin: 0;
    text-align: center;
    font-size: 20px;
}
.single-service div#main p {
    color: #fff;
}
.service-inner .service-content  ul {
    color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-inner .service-content ul li {
    font-size: 16px;
    line-height: 30px;
}
.service-inner .service-content .new_para {
    margin-bottom: 10px !important;
}
.service-inner .service-content .serv_list {
    padding-bottom: 15px;
}
.Press_page a.vc_general {
       display: flex !important;
       align-items: center !important;
       font-size: 18px !important;
       line-height: 18px !important;
       text-transform: uppercase !important;
/*        font-family: 'Changa' !important; */
       height: 55px !important;
       border-radius: 40px !important;
       background: #BD3737 !important;
       color: #fff !important;
       position: relative !important;
       transition: all 0.3s ease-in-out !important;
       cursor: pointer !important;
       border: 1px solid transparent !important;
       padding: 0 60px 0 20px;
       margin-top: 20px;
}
.Press_page a.vc_general:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 7px;
    background-image: url(images/round-2.png);
    width: 44px;
    height: 44px;
}
.service-inner .service-content a {
    color: #BD3737;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    padding: 10px 13px;
    border-radius: 5px;
    display: inline-block;
}
.service-card:hover .service-content {
    transition: all 0.5s;
    opacity: 1;
    position: unset;
    padding-top: 30px;
}
.service-card:hover .service-image {
    height: 213px;
}
.single-service div#main ul {
    padding-left: 0;
    list-style: none;
    color: #fff;
    line-height: 28px;
}
.cont_form h2 {
    color: #fff;
    font-size: 45px;
}

.cont_form p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px !important;
}

.cont_form input {
    font-size: 16px;
}

.wpcf7 input[type="file"] {
    width: -webkit-fill-available;
    background-color: #fff;
    color: #edf2fa;
}

.cont_form {
    border: 1px solid #ffffff4a;
    padding: 30px;
    background: #ffffff4a;
    border-radius: 20px;
}

.wpcf7 input[type="file"] {
    background: unset !important;
    border: unset !important;
    margin-bottom: 0px !important;
    margin-top: 20px;
}
.service-img img {
    width: -webkit-fill-available;
}

.service-img {
    position: relative;
}

.service-img a.full_anc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.wpcf7-response-output {
    color: #fff;
}