/*
Theme Name: custom wrapper
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: 'Manrope', sans-serif !important;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family:'K2D';
}
h1 {
  font-size: 100px;
  font-weight: 200; 
  line-height: 110px;
  margin: 0 !important;
  padding: 0 !important;
  color: #2B2B2B;
  text-transform: uppercase;
}
h2 {
    font-size: 60px ;
    font-weight:500 ;
    line-height: 70px;
    color: #2B2B2B;
    text-transform: uppercase;
}
h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  color: #9B0606;
  text-transform: uppercase;

}
h4 {
  font-size:35px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
}
h5 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #2B2B2B;
  text-transform: capitalize;
}
h6{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #818181 !important;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Inter' !important;
    background: #fff !important;
}
body, html {
    overflow-x: hidden;
}
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
--------------------------------------------------------------*/
#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
--------------------------------------------------------------*/
.btn-close {
    display: none;
}
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
   
}
.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: 0rem;
  padding-top: 0rem;
}

.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: 0em 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: 1366px) {
  html {
    font-size: 95%;
  }
/*h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}*/
/*h3 {
    font-size: 30px !important;
    line-height: 40px !important;
}*/
h4 {
    font-size: 26px;
    line-height: 36px !important;
}
body.archive div#content {
    padding: 100px 0px !important;
}
body.page-template.page.page-id-25.logged-in.woocommerce-checkout div#content {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
}
body.product-template-default.single.single-product div#content {
    padding: 100px 0px 60px !important;
}
}
@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}
}
@media (max-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px !important;
}
}
@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: 767px) {
  .navbar-collapse {
    width: 100%;
}
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----------------------------------------
             custom css
------------------------------------------*/
ul{
  padding-left: 0 !important;
  list-style: none;
}

a{
  text-decoration: none !important;
  padding: 0px !important;
  background: none !important;
}
input{
  box-shadow: none !important;
  outline: none !important;
}
/*----------------------------------------
        
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/


/*----------------------------------------
          
------------------------------------------*/
 

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
          
------------------------------------------*/

/*----------------------------------------
         
------------------------------------------*/

/*----------------------------------------
           
------------------------------------------*/

/*----------------------------------------
            
------------------------------------------*/

/*----------------------------------------
           footer
------------------------------------------*/
.site-info.row {
    display: flex !important;
    justify-content: center;
}
#colophon .site-info section, 
#colophon .site-info section p {
    margin-bottom: 0;
}
#footer-widget h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
#colophon, div#footer-widget {
    background: transparent !important;
}
#footer-widget h3 {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #2B2B2B !important;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.main-footer ul li a {
    font-size: 20px;
    line-height: 30px;
    color: #818181 !important;
    transition: 0.4s;
    font-weight: 400;
    font-family: 'Inter';
}
.ftr-1 ul {
    margin-bottom: 0px;
    display: flex;
}
.ftr-3 ul li i {
    background: #FDD8D8;
    border-radius: 30px;
    font-size: 17px;
    color: #9B0606;
    padding: 28px 22px;
    margin-right: 10px;
    line-height: 0px;
}
.ftr-1 ul li {
    margin-right: 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1PX SOLID #FDD8D8;
}
.ftr-1 ul li a {
    color: #9b0606 !important;
    font-size: 22px;
}
.ftr-1 #media_image-2 {
    margin-bottom: 0px !important;
}
#footer-widget p {
    color: #EFDFC9 !important;
    font-size: 15px;
    line-height: 25px;
}
.main-footer ul li a:hover {
    color: #9a0606 !important;
    transition: 0.4s;
}
.main-footer p {
    color: #fff !important;
    margin-bottom: 0px !important;
}
.main-footer ul li {
    margin-bottom: 15px;
}
.main-footer {
    background: #FFF3F3;
    border-top: 2px solid #F9E8E8;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    position: relative;
    bottom: 0;
    left: 0;
}
.main-footer:before {
    content: '';
    background: url(./inc/assets/images/maths.png) no-repeat;
    width: 100%;
    height: 200px;
    position: absolute;
}
#colophon .container {
    border-top: 1px solid #9e9e9e21;
}
#footer-widget {
    padding-top: 100px;
    padding-bottom: 50px;
}
.ftr-1 ul.zoom-social-icons-list li a span {
    background: #262626 !important;
    border-radius: 4px;
}
#footer-widget .row {
    align-items: baseline;
}
#colophon .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-right {
    text-align: right;
}
.footer-right ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
#colophon ul li {
    margin-bottom: 0px;
    margin-left: 20px;
}
.main-footer p strong {
    color: #00A1D8;
}
#footer-widget .ftr-1 p {
    color: #818181 !important;
    margin-top: 30px !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    width: 60%;
}
.ftr-2 {
    display: flex;
    justify-content: center;
}
#colophon p {
    color: #818181 !important;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
#colophon ul li a {
    color: #ffffffdb !important;
    font-size: 16px;
}
.ftr-3 {
    display: flex;
    justify-content: end;
}
/*----------------------------------------
           hover effects
------------------------------------------*/
.navbar-brand img {
    transform: none !important;
}
#masthead ul#menu-header-menu li a:hover {
    background: transparent !important;
    color: #000 !important;
    transition: 0.5s !important;
}
.site_all a:hover{
    transition: 0.8s !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: unset !important;
}
#masthead ul#menu-header-menu li a:hover {
    color: #e38686 !important;
    transition: 0.5s !important;
}
#masthead ul#menu-header-menu li a {
    position: relative;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
#masthead ul#menu-header-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #9b0606;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
#masthead ul#menu-header-menu li a:hover::after {
    transform: scaleX(1);
}
.navbar-nav .active> a {
    color: #9b0606 !important;
}
.banner-btn {
    display: flex;
}
.banner-btn .cnt-wra {
    margin-left: 10px;
    background: #ffffff14 !important;
    border-color: #ffffff14 !important;
}
.banner-btn .cnt-wra a {
    color: #fff !important;
}
.banner-btn .site_btn.cnt-wra a::before {
    filter: invert(1);
}
/*----------------------------------------
        Custom css Start
------------------------------------------*/
/*----------------------------------------
         Header CSS
------------------------------------------*/
#masthead {
    padding: 20px 0px 20px 0px;
    width: 100% !important;
    position: absolute;
    z-index: 999;
    border-bottom: 2px solid #F9E8E8;
    background: #fff;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
#masthead ul#menu-header-menu li {
    margin-left: 50px;
}
#masthead ul#menu-header-menu li a {
    color: #818181;
    font-size: 18px !important;
    font-weight: 400;
    transition: 0.5s !important;
    line-height: 20px;
    text-transform: capitalize;
}
/*----------------------------------------
        BreadCrumb CSS
------------------------------------------*/
.custom-breadcrumb {
    background: #fff3f3;
    text-align: center;
    padding-top: 180px !important;
    padding-bottom: 120px !important;
    border-bottom: 2px solid #F9E8E8;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.custom-breadcrumb h2 {
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: capitalize !important;
    color: #9b0606 !important;
}
.breadcrumb-trail a, .breadcrumb-trail span {
    color: #9b0606;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.breadcrumb-trail {
    margin-bottom: 0px;
    color: #9b0606 !important;
}
/*----------------------------------------
        Banner Css
------------------------------------------*/
.site_btn a {
    border: 2px solid #FFEFEF !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #FFEFEF !important;
    border-radius: 10px !important;
    position: relative !important;
    text-transform: uppercase;
    font-family: 'K2D' !important;
    color: #9B0606 !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 19px 36px !important;
    transition: all 0.4s ease-in-out;
    transform-style: preserve-3d;
}
.site_btn a:hover {
    background: linear-gradient(145deg, #fff7f7, #ffe0e0) !important;
    transform: translateY(-5px) scale(1.05) rotateX(5deg);
    box-shadow: 0 10px 20px rgba(155, 6, 6, 0.3), 0 5px 10px rgba(0,0,0,0.1);
    color: #9B0606 !important;
}
.site_btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(120deg, rgba(255, 0, 0, 0.2), rgba(255, 255, 255, 0.3));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.site_btn a:hover::before {
    opacity: 1;
}
.red-btn a {
    position: relative;
    overflow: hidden;
    border: 2px solid #FFEFEF !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #9B0606 !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-family: 'K2D' !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 19px 36px !important;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.red-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, #ff4d4d 10%, transparent 12%),
                radial-gradient(circle at 50% 100%, #ff9999 8%, transparent 10%),
                radial-gradient(circle at 80% 80%, #ff4d4d 10%, transparent 12%),
                radial-gradient(circle at 30% 20%, #ff7373 10%, transparent 12%),
                radial-gradient(circle at 70% 30%, #ff9999 10%, transparent 12%);
    background-repeat: no-repeat;
    background-size: 120% 120%;
    transform: scale(1.2);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}
.red-btn a:hover::before {
    opacity: 1;
    animation: background-bubbles 2.5s ease-in-out infinite alternate;
}
@keyframes background-bubbles {
    0% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}
.red-btn a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(155, 6, 6, 0.3);
}
.banner-sec .site_btn a {
    margin-left: 20px;
    border: 2px solid #e3e3e3 !important;
}
.stats-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    text-align: center;
    padding: 40px 50px;
    width: 40%;
    background: #fff;
    padding-left: 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    box-shadow: 6px 0px 6px 4px #fff3f3;
    margin-top: 50px;
}
.stat-box h2 {
  font-size: 40px;
  color: #a60b0b;
  margin: 0;
  font-weight: 600;
  line-height: 38px;
}
.stat-box p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 0px;
}
.stats-section .stat-box:nth-child(2) {
    position: relative;
}
.stats-section .stat-box:nth-child(2):after {
    content: '';
    position: absolute;
    border: 1px solid #E8D0D0;
    height: 58px;
    top: 20px;
    left: -70px;
}
/* .stats-section .stat-box:nth-child(2):before {
    content: '';
    position: absolute;
    border: 1px solid #E8D0D0;
    height: 58px;
    top: 20px;
    right: -70px;
} */
.banner-sec .ban-p p {
    padding-right: 200px;
    margin-top: 30px;
    margin-bottom: 10px !important;
}
.cont-frm {
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px;
}
.cont-frm p.frm-para {
    margin-bottom: 40px;
}
.cont-frm .form-control {
    height: 50px;
    background: #FAF4F4;
    border: unset;
    border-radius: 10px;
    color: #818181;
    font-size: 16px;
}
.cont-frm .form-control::placeholder {
    color: #818181;
    font-size: 16px;
}
.cont-frm .wpcf7-form-control.wpcf7-checkbox {
    background: transparent;
}
.cont-frm .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.cont-frm .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 20px;
}
.cont-frm .sub-btns {
    background: #F9E8E8;
    border: unset;
    color: #9b0606;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'K2D';
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.cont-frm .wpcf7-spinner {
    position: absolute;
}
.cont-frm h5 {
    margin-top: 0px;
}
.your-trust-sec h3 {
    font-weight: 500;
}
/*----------------------------------------
        About Us Section CSS
------------------------------------------*/
.slide-text marquee p {
    display: inline;
    margin-left: 70px !important;
    padding-left: 70px;
    font-size: 24px;
    line-height: 60px;
    text-transform: capitalize;
    position: relative;
    color: #fff !important;
    font-weight: 500;
    z-index: -1;
}
.slide-text marquee p:before {
    content: "";
    position: absolute;
    background: url(inc/assets/images/wer.png) no-repeat;
    left: -33px;
    width: 50px;
    height: 50px;
    top: -9px;
}
.slide-text {
    background: #9B0606;
    padding-top: 15px !important;
    padding-bottom: 15px;
}
/*----------------------------------------
       Your Trust section
------------------------------------------*/
.vc_section.your-trust-sec {
    padding-top: 150px !important;
    padding-bottom: 150px;
    border-bottom: 2px solid #F9E8E8;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.your-trust-sec .wpb_single_image img {
    width: 100%;
}
.your-trust-sec .vc_column-inner {
    position: relative;
}
.your-trust-sec .truxt-list {
    margin-bottom: 0px !important;
    position: absolute;
    background: #fff;
    padding: 50px;
    top: 15%;
    right: -72px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 40%;
}
.your-trust-sec .truxt-list h4 {
    color: #2B2B2B;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.your-trust-sec .truxt-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 20px;
    list-style: disc;
}
.your-trust-sec .truxt-list ul {
    padding-left: 20px !important;
}
.your-trust-sec .bt0-box {
    padding-top: 50px;
}
.your-trust-sec .img-boxs {
    position: relative;
}
.your-trust-sec .img-boxs:after {
    content: '';
    position: absolute;
    background: url(./inc/assets/images/normal.png) no-repeat;
    width: 50px;
    height: 50px;
    right: -60px;
    top: 5px;
}
.your-trust-sec .site_btn {
    margin-left: 20px;
    margin-bottom: 0px;
}
/*----------------------------------------
          Services section
------------------------------------------*/
.comprehensive-sec .srv-left {
    text-align: end;
}
.service_wrapper .service-wrap-rex {
    padding: 35px;
    background: #FFF3F3 !important;
    border-radius: 20px;
    border: 1px solid #FFF3F3;
    margin-bottom: 30px;
    margin-bottom: 20px !important;
}
.service_wrapper .service-wrap-rex h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #2B2B2B;
    margin-top: 40px;
    margin-bottom: 20px;
}
.service_wrapper .service-wrap-rex .f-image {
    background: #9B0606;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.service_wrapper .service-wrap-rex .ser-wrapper a {
    font-size: 16px;
    text-transform: uppercase;
    color: #9B0606;
    font-weight: 500;
    font-family: 'K2D';
}
.service_wrapper .service-wrap-rex:hover {
    transition: 0.5s;
        background: #fff !important;
}
.service_wrapper .service-wrap-rex:hover .f-image {
    background: #fff3f3 !important;
}
.service_wrapper .service-wrap-rex:hover .f-image img {
    filter: invert(1);
    transition: 0.5s;
}
.vc_section.comprehensive-sec {
    background-size: 100% 100% !important;
    background-position: center !important;
}
/*----------------------------------------
         Trusted section
------------------------------------------*/
.trusted-sec .site_btn {
    margin-bottom: 0px !important;
}
.trusted-sec .site_btn a {
    background: #fff !important;
}
.vc_section.trusted-sec {
    background-size: 100% 100% !important;
    background-position: center !important;
}
.tst_slider .boxer .info-wrapper {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}
.tst_slider .boxer {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s ease;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
}
.tst_slider .boxer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, #ffb2b2 25%, transparent 25%) -40px 0,
    linear-gradient(225deg, #f6e9e9 25%, transparent 25%) -40px 0,
    linear-gradient(315deg, #fdd8d8 25%, transparent 25%),
    linear-gradient(45deg, #f9e8e8 25%, transparent 25%);
  background-size: 90px 90px;
  opacity: 0;
  transform: scale(1.2) rotate(0deg);
  border-radius: 20px;
  transition: all 0.8s ease;
}
.tst_slider .boxer:hover .info-wrapper:after {
    filter: drop-shadow(2px 4px 6px black);
    transition: 0.5s;
}
.tst_slider .boxer:hover::before {
  opacity: 0.25;
  transform: scale(1.05) rotate(10deg);
}
.tst_slider .boxer > * {
  position: relative;
  z-index: 2;
}

.tst_slider .boxer:hover {
  box-shadow: 0 0 18px rgba(249, 232, 232, 0.6);
}
.tst_slider .boxer .ser_title {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #2B2B2B;
    line-height: 30px;
    margin-bottom: 0px;
}
.tst_slider .boxer .info-wrapper .user_name {
    margin-left: 10px;
}
.tst_slider .boxer .info-wrapper .user_name .sub-title {
    margin-bottom: 0px;
    color: #9B0606 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'K2D' !important;
}
.tst_slider .boxer .info-wrapper:after {
    content: '';
    position: absolute;
    background: url(./inc/assets/images/quote.png) no-repeat;
    width: 68px;
    height: 68px;
    right: 0;
    top: 0;
}
/*----------------------------------------
         let's simplfy Section
------------------------------------------*/
.lets-simplfy-sec #para-wrapper {
    margin-top: 30px;
    margin-bottom: 50px !important;
}
.lets-simplfy-sec .site_btn {
    margin-left: 20px;
}
.lets-simplfy-sec .last-col-rel .vc_column-inner {
    position: relative;
}
.lets-simplfy-sec .last-col-rel .last-para {
    background: #fff;
    width: 40%;
    padding: 30px 60px;
    border-radius: 60px;
    position: absolute;
    bottom: 45px;
    box-shadow: 0px 0px 12px -2px #f8dada;
}
.lets-simplfy-sec .last-col-rel .last-para p {
    position: relative;
    padding-left: 30px;
    line-height: 25px;
}
.lets-simplfy-sec .last-col-rel .last-para p:before {
    content: '';
    position: absolute;
    background: url(./inc/assets/images/normal.png) no-repeat;
    width: 50px;
    height: 50px;
    left: -31px;
    top: 0px;
}
.lets-simplfy-sec {
    overflow: visible !important;
    position: relative;
}
.lets-simplfy-sec:after {
    content: '';
    background: url(./inc/assets/images/circle.png) no-repeat;
    width: 795px;
    height: 795px;
    position: absolute;
    top: -200px;
    right: -290px;
    z-index: -1;
}
/*----------------------------------------
          WEB RESPONSIVE
------------------------------------------*/
@media only screen and (max-width: 1920px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1760px !important;
}
}
@media only screen and (max-width: 1790px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1760px !important;
    padding-left: 50px;
    padding-right: 50px;
}
h1 {
    font-size: 90px;
    line-height: 100px;
}
.your-trust-sec .img-boxs:after {
        right: -31px;
        top: 15px;
    }
.your-trust-sec .img-boxs p {
    padding-right: 30px;
    padding-top: 10px;
}
.service_wrapper .service-wrap-rex {
    padding: 20px;
}
.service_wrapper .service-wrap-rex .f-image {
    width: 90px;
    height: 90px;
}
.service_wrapper .service-wrap-rex h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.tst_slider .boxer {
    padding: 30px;
}
.lets-simplfy-sec .last-col-rel .last-para {
    padding: 20px 40px;
}
.stats-section {
    width: 60%;
}
.your-trust-sec .truxt-list {
    padding: 40px;
    top: 15%;
    right: -34px;
    width: 60%;
}
}
@media only screen and (max-width: 1660px){
  h5 {
    font-size: 24px;
    line-height: 34px;
}
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
p {
    font-size: 15px;
    line-height: 28px;
}
.your-trust-sec .img-boxs p {
    padding-right: 20px;
    padding-top: 10px;
    line-height: 21px;
}
    .your-trust-sec .truxt-list {
        padding: 22px;
        top: 15%;
        right: -35px;
        width: 70%;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
h3 {
    font-size: 42px;
    line-height: 52px;
}
.comprehensive-sec .srvics-waro {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.service_wrapper .service-wrap-rex .f-image {
        width: 70px;
        height: 70px;
        padding: 10px;
    }
    .service_wrapper .service-wrap-rex h3 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 10px;
    } 
  .stats-section {
      width: 70%;
      padding: 30px 40px;
  }               
}
@media only screen and (max-width: 1366px) {
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .stats-section {
        width: 57%;
        padding: 20px 30px;
        gap: 0px;
    }
  .cont-frm {
    padding: 20px 20px;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .your-trust-sec .img-boxs p {
    padding-right: 10px;
    padding-top: 10px;
    line-height: 19px;
    font-size: 14px;
  }
  .your-trust-sec .img-boxs:after {
    right: -49px;
    top: 14px;
  }
  .your-trust-sec .truxt-list {
    padding: 22px;
    top: 15%;
    right: -15px;
    width: 70%;
  }
  .your-trust-sec .truxt-list ul li {
    margin-bottom: 10px;
  }
  .your-trust-sec .truxt-list h4 {
    font-size: 22px;
    line-height: 30px !important;
    margin-bottom: 10px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
  .your-trust-sec .img-boxs:after {
    display: none;
  }
  .service_wrapper .service-wrap-rex .f-image {
    width: 50px;
    height: 50px;
  }
      .service_wrapper .service-wrap-rex {
        padding: 15px;
        height: AUTO;
    }
  .lets-simplfy-sec .last-col-rel .last-para {
    padding: 20px 40px;
    width: 60%;
    left: -40px;
  }
  .lets-simplfy-sec:after {
    top: -240px;
  }
  .tst_slider .boxer {
    padding: 20px;
  }
  .tst_slider .boxer .info-wrapper {
    margin-top: 30px;
  }
  .main-footer ul li a {
    font-size: 16px;
    line-height: 28px;
  }
  .ftr-3 ul li i {
    font-size: 16px;
    padding: 26px 19px;
    margin-right: 6px;
  }
  #masthead ul#menu-header-menu li {
    margin-left: 30px;
  }
  #masthead ul#menu-header-menu li a {
    font-size: 16px !important;
  }
  .stat-box h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .stat-box p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
  }
  .site_btn a {
    font-size: 16px !important;
    padding: 18px 15px !important;
  }
  .red-btn a {
    font-size: 16px !important;
    padding: 18px 15px !important;
  }
  #footer-widget {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

aside#secondary {
    display: none;
}
.single-our_service #primary {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 3px 3px 1px 3px #fdd8d8;
  border-radius: 50px;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  transition: all 0.5s ease;
}
.single-our_service #primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(135deg, #9b0606 25%, transparent 25%) -50px 0,
    linear-gradient(225deg, #f6e9e9 25%, transparent 25%) -50px 0,
    linear-gradient(315deg, #fdd8d8 25%, transparent 25%),
    linear-gradient(45deg, #9b0606 25%, transparent 25%);
  background-size: 100px 100px;
  opacity: 0;
  z-index: 0; 
  transition: all 0.8s ease;
  transform: scale(1.3) rotate(0deg);
  border-radius: 50px;
}
.single-our_service #primary:hover::before {
  opacity: 0.3;
  transform: scale(1.1) rotate(10deg);
}
.single-our_service #primary > * {
  position: relative;
  z-index: 2;
}
.single-our_service #primary:hover {
  box-shadow: 0 0 25px rgba(155, 6, 6, 0.3);
}
.single-our_service #primary .post-thumbnail {
    width: 120px;
    height: 120px;
    background: #9b0606;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
.single-our_service #primary .entry-title {
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.05;
  padding: 20px 28px !important;
  color: #9b0606;
  background: #f6e9e9;
  display: inline-block;
  position: relative;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-radius: 50px;
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.single-our_service #primary .nav-links a {
    background: #9b0606 !important;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 10px !important;
}
.single-our_service #primary p {
    color: #000 !important;
}


.lets-simplfy-sec h2 {
    margin-bottom: 40px !important;
}
.ftr-1 img.image {
    margin-bottom: 20px;
}


@media only screen and (max-width: 1199px){
	.navbar-collapse.collapse.show {
		transform: unset;
	}
	button.navbar-toggler {
		position: absolute;
		right: 0;
		background: #9b0606;
	}
	.navbar-collapse {
		background: linear-gradient(45deg, #990606, #ca5454, #a60b0b);
		width: 100%;
		right: 0% !important;
		position: fixed !important;
		z-index: 999;
		top: 0 !important;
		transition: 0.5s;
		padding: 0px 0px;
		height: 100%;
		transform: translate(100%, 0);
	}
	#masthead .btn-close {
		background: #ffefef !important;
		border: none;
		color: #a91010;
		font-weight: 700 !important;
		font-size: 24px;
		top: 10px;
		position: relative;
		display: block !important;
		outline: none !important;
		left: 14px;
		width: 50px;
		height: 50px;
		border-top-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	#masthead .navbar-collapse #menu-header-menu li a {
		color: #fff;
		padding: 16px 0px !important;
		text-align: center !important;
		margin-right: 0px !important;
	}
	#masthead #menu-header-menu li {
		border-bottom: 1px solid #fff;
		margin-left: 0px !important;
		text-align: center;
	}
	#masthead .site_btn {
		text-align: center;
		margin-top: 20px;
	}
	.stats-section {
		width: 100%;
		padding: 20px 30px;
		gap: 0px;
		margin-top: 10px;
	}
	.cont-frm {
		padding: 10px 10px;
	}
	.stats-section .stat-box:nth-child(2):after {
		left: -140px;
	}
	.banner-sec .ban-p p {
		padding-right: 0px;
		margin-top: 20px;
		margin-bottom: 10px !important;
	}
	.ftr-3 ul li i {
		font-size: 15px;
		padding: 20px 13px;
		margin-right: 3px;
	}
	.main-footer ul li a {
		font-size: 13px;
		line-height: 24px;
	}
	#colophon p {
		font-size: 15px;
	}
	.service_wrapper .service-wrap-rex {
		padding: 15px;
		height: 360px;
		margin-bottom: 30px !important;
	}
	.vc_section.comprehensive-sec {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.vc_section.comprehensive-sec .vc_row-fluid {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	h2 {
		font-size: 35px;
		line-height: 42px;
	}
	.about-inner {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.about-inner img {
		margin-bottom: 20px;
	}
	p br {
		display: none;
	}
.vc_section.banner-sec {
    padding-bottom: 50px !important;
    padding-top: 170px !important;
}
}
@media only screen and (max-width: 960px){
	    h5 {
        font-size: 19px;
        line-height: 29px;
    }
    h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .red-btn a {
        font-size: 15px !important;
        padding: 15px 10px !important;
    }
.site_btn a {
        font-size: 15px !important;
        padding: 15px 10px !important;
    }
    .stats-section .stat-box:nth-child(2):after {
        left: -30px;
        top: 0;
    }
#footer-widget h3 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.ftr-1 #media_image-2 {
    margin-bottom: 0px !important;
    width: 70%;
}
/*.service-wrap-rex .info-wrapper p {
    overflow-y: scroll;
    height: 140px;
    scrollbar-width: thin;
    scrollbar-color: #9b0606 #e5e5e5;
}

.service-wrap-rex .info-wrapper p::-webkit-scrollbar {
    width: 6px;
}
.service-wrap-rex .info-wrapper p::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.service-wrap-rex .info-wrapper p::-webkit-scrollbar-thumb {
    background-color: #9b0606;
    border-radius: 10px;
}*/
.service_wrapper {
    padding-left: 8px;
    padding-right: 8px;
}
.service_wrapper .service-wrap-rex {
    height: auto;
}
.service_wrapper .service-wrap-rex .ser-wrapper a {
    font-size: 14px;
}
section.vc_section.about-inner {
    PADDING-TOP: 50PX ! IMPORTANT;
    PADDING-BOTTOM: 50PX ! IMPORTANT;
}
}
@media only screen and (max-width: 767px){
section.vc_section.banner-sec {
    text-align: center;
}

section.vc_section.banner-sec h3 {
    text-align: center !important;
}

section.vc_section.banner-sec h2 {
    TEXT-ALIGN: center !IMPORTANT;
}

.main-footer {
    TEXT-ALIGN: center;
}

.ftr-3 {
    JUSTIFY-CONTENT: center;
}

.ftr-1 img.image {
}

.col-12.col-md-5.ftr-1 {
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
}
section.vc_section.about-inner {
    TEXT-ALIGN: center;
}

section.vc_section.about-inner h2 {
    TEXT-ALIGN: center !IMPORTANT;
}
.main-footer ul li a {
    FONT-SIZE: 15PX;
    LINE-HEIGHT: 24PX;
}	
}

@media only screen and (max-width: 439px){
 h3 {
        font-size: 26px;
        line-height: 36px;
    }
.vc_column_container>.vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
}
.stats-section {
        width: 100%;
        padding: 10px 10px;
        gap: 0px;
        margin-top: 10px;
        text-align: center !important;
    }
.stats-section p {
    text-align: center;
}
.stats-section .stat-box:nth-child(2):after {
        left: 9px;
        top: 24px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }
}


button.btn.get_str.open-service-modal {
    border: 2px solid #FFEFEF !important;
    background: #9B0606 !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-family: 'K2D' !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 15px 15px !important;
    margin-bottom: 20px;
}
.modal-content .cont-frm {
    padding: 10px;
}

.modal-content .close {
    background: #9b0606;
    opacity: 1;
    color: #fff;
    outline: unset;
}

.service_wrapper .service-wrap-rex .btn.get_str.open-service-modal {
    padding: 10px !important;
    margin-top: 10px;
    font-size: 16px !important;
}

.service-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}