/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;

  color: #4d4643;
}

a {
  color: #0083c9;
  text-decoration: none;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.btn-primary {
  color: #fff;
  background-color: #f07c00;
  border-color: #f07c00;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f03c02;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fd541e;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #8a181b;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
}

#topbar p {
  margin-bottom: 5px;
}

#topbar ul {
  display: block;
}

#topbar ul li {
  margin-bottom: 10px;
}

#topbar ul.list-inline {
  text-align: center
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 10px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  opacity: 0.9;
  font-family: "Open Sans", sans-serif;
}

#topbar .contact-info i a:hover {
  color: #0083c9;
}

#topbar .social-links a i {
  color: #fff;
  width: 30px;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

#topbar .social-links a {
  /*color: #fff;font-size: 12px;
  line-height: 0;padding: 8px;
  transition: 0.3s;border-radius: 50px;
  margin-left: 15px; background-color: #da7911;*/
  width: 30px;
  margin-right: 10px;
  height: 30px;
  color: #fff;
  display: block;
  background-color: #2d6af7;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  text-transform: capitalize;
}

#topbar .social-links a:hover {
  color: #0083c9;
  background-color: #435170;
}

.get-started {
  background: #87151d;
  color: #fff !important;
  border-radius: 25px;
  margin: 14px 0px;
  text-transform: uppercase;
  padding: 12px 23px !important;
  font-size: 15px;
}

.get-started:hover {
  background: #2d6af7;
}

.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 45px;
  color: #ffffff !important;
  border: none;

  border-radius: 5px;
  padding: 0 26px;
  font-size: 15px !important;
  line-height: 45px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #84121e;
}

.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
  border: none !important;
}


.map-btn {
  display: inline-block;
  font-size: 14px !important;
  line-height: 36px;
  min-width: 100px;
  height: 36px;
  background-color: #f07c00;
  border-radius: 5px;
  border: none;
  color: #ffffff !important;
  padding: 0 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.icon-bar {
  position: fixed;
  bottom: 8%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  z-index: 9999;
}

.icon-bar a:hover {
  background-color: #4dc247;
}

.facebook {
  background: #4dc247;
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
}

.scrolled-offset {
  margin-top: 44px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  padding-top: 10px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 30px;
  font-size: 15px;
  color: #65534c;
  white-space: nowrap;

  transition: 0.3s;
  font-weight: 600;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2d6af7;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #f03c02;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd490f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  color: #581601;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #2d6af7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2b2320;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #581601;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #f03c02;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #f03c02;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Home About Us
--------------------------------------------------------------*/

.home-about-us {}

.home-about-us {}

.home-about-us label {
  font-size: 18px;
  line-height: 24px;
  color: #0181ca;
  font-weight: 400;
}

.tg-heading {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 25px;
}

.tg-heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}

.tg-heading p {
  color: #84121e !important;
  font-weight: 600 !important;
}

.tg-heading h2 span {
  color: #2d6af7;
}

.tg-heading:before {
  width: 100px;
  background: #f7f7f7;
}

.tg-heading:before,
.tg-heading:after {
  top: 0;
  left: 0;
  height: 2px;
  content: '';
  position: absolute;
}

.tg-heading:after {
  background: #2d6af7;
}

.tg-heading:after {
  width: 30px;
}

/*.home-about-us h2 {
    font-weight: 600;
    font-size: 34px;
}

.home-about-us h2 span {color: #0181ca;}*/

.s2 {
  list-style-type: square;
  list-style-position: inside;
  margin-bottom: 30px;
}

.s2 li {
  color: #2c3e50;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;

}

.home-about-us h5 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
}

.home-about-us h3 {
  line-height: 26px;
  font-size: 24px;
  font-weight: 500;
}

.home-about-us p {
  font-weight: 400;
  font-size: 15px;
  color: #505563;
  text-align: justify;
}

.ttm-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.ttm-list.ttm-bordered-lists li {
  padding: 13px 0 13px 0;
  display: block;
}

.ttm-list.ttm-list-style-icon li {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.ttm-list.ttm-list-style-icon li i {
  position: absolute;
  left: auto;
  top: 4px;
  color: #2d6af7;
  font-weight: 700;
}

.ttm-list.ttm-bordered-lists.ttm-list-style-icon li i {
  top: 19px;
}

.ttm-list.ttm-list-style-icon .ttm-list-li-content {
  display: inline-block;
  padding-left: 30px;
}

.more {
  display: inline-block;
  color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 14px;
  background: #84121e;
  padding: 10px 40px;
  cursor: pointer;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  border: none;
}

.more:hover {
  color: #FFF;
  background: #0181ca;
  opacity: 1;
}

/*--------------------------------------------------------------
# Home Solutions
--------------------------------------------------------------*/

.home-pro {}

.tg-adinpanel .tg-shortcodeimg figure {
  margin: -40px 0 0;
}

.tg-sectionhead {
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
}

.tg-sectionhead .tg-heading:before,
.tg-sectionhead .tg-heading:after {
  left: 50%;
  margin: 0 0 0 -50px;
}

.tg-sectionhead .tg-heading p {
  padding-top: 15px;
}

.tg-shortcode,
.tg-shortcodetext,
.tg-shortcodeimg {
  width: 100%;
  float: left;
}

.tg-productbanner {
  width: 100%;
  float: left;
}

figure {
  margin-bottom: 6px;
  position: relative;
}

.tg-productbanner figure {
  width: 100%;
  float: left;
  margin: 0;
}

.tg-productbanner figure img {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.tg-productbanner figure>figcaption {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 50px 30px 50px 295px;
}

.tg-productbanner figure figcaption h2 {
  margin: 0;
  color: #504f56;
  font-size: 32px;
  font-weight: 400;
  line-height: 60px;
  padding: 14px 0 0;
  position: relative;
}

/*.tg-productbanner figure figcaption h2:before {
    left: 0;
    color: #fff;
    width: 70px;
    bottom: 100%;
    font-size: 16px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    content: attr(data-new);
    border-radius: 17px 17px 17px 0;
}*/

.tg-productbanner figure figcaption h2 span {
  display: block;
  font-weight: 500;
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
}

.tg-productbanner figure figcaption h2 span {
  color: #f07c00;
}

.tg-productbanner figure figcaption h2 span:before {
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  content: '';
  position: absolute;
  background: #ffffff;
}

/*.tg-productbanner figure figcaption h2:after {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border-top: 12px solid #504f56;
    border-right: 7px solid transparent !important;
}*/


.tg-btn {
  display: inline-block;
  color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
  text-transform: capitalize;
  font-size: 14px;
  background: #f07c00;
  padding: 10px 40px;
  cursor: pointer;
  line-height: 21px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: color 0.2s ease 0s, background 0.2s ease 0s, border 0.2s ease 0s, opacity 0.2s ease 0s;
  border: none;
}

.tg-btn:hover {
  color: #FFF;
  background: #0181ca;
  opacity: 1;
}


.tg-categories {
  width: 100%;
  float: left;
  margin: -15px 0;
}

.tg-category {
  width: 100%;
  float: left;
  margin: 0px 0px 18px 0;
  cursor: pointer;
}

.tg-category:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.tg-category figure {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
}

.tg-category>figure>a {
  display: block;
}

.tg-category>figure>a>img {
  width: 100%;
  height: 100%;
  display: block;
}

.tg-category figure figcaption {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
  position: absolute;
  text-align: center;
}

.tg-category figure figcaption h3 {
  margin: 0;
  color: #504f56;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.tg-category figure figcaption h3 span {
  color: #57c778;
  display: block;
  font-weight: 500;
  padding: 0 0 20px;
  position: relative;
}

.tg-category figure figcaption h3 span:before {
  bottom: 0;
  left: 50%;
  content: '';
  width: 70px;
  height: 2px;
  position: absolute;
  background: #504f56;
  margin: 0 0 0 -35px;
}


.tg-category figure figcaption h3 span a {
  color: #f07c00;
}



.section-title {
  /* text-align: center; */
  /* padding-bottom: 60px; */
  color: #f03c02;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #000000;
}

.section-title h2 span {
  color: #0181ca;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Home Solutions
--------------------------------------------------------------*/


.title-section {
  margin-bottom: 50px;
}

.title-section .title {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;

  color: #222222;
}

.title-section .title:after {
  width: 50px;
  height: 5px;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  background-color: #0181ca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}



/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/

.countsBg {
  background-color: #bed0f7;
  /*background: url(../img/stats-bg.jpg) no-repeat center; */
  /*background-size: cover;
    background-attachment: fixed;*/
  padding: 10px 0px 0px;
}

.countsBg img {}

.tg-statasticicon {
  width: 100%;
  float: left;
  color: #504f56;
  font-size: 80px;
  line-height: 80px;
  padding: 0 0 30px;
  text-align: center;
  position: relative;
}

.tg-statasticicon:before {
  top: 100%;
  left: 50%;
  content: '';
  width: 70px;
  height: 2px;
  position: absolute;
  margin: 0 0 0 -35px;
  background: #f07d00;
}

.counter-Txt span {
  margin-top: 20px;
  margin-bottom: 0px;
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #504f56;
}

.counter-Txt span span {
  display: inline-block;
}

.counter-Txt p {
  font-size: 18px;
  font-weight: 600;
  color: #504f56;
}




/*--------------------------------------------------------------
# Home Call Back
--------------------------------------------------------------*/

.callback {
  padding-top: 85px !important;
  padding-bottom: 80px !important;
  background-color: #2e363a !important;
}

.callback form {
  padding-left: 30px !important;
  padding-right: 75px !important;
}

.callback-title {
  text-align: right;
  color: #fff;
}

.callback-title p {
  font-size: 14px;
  line-height: 26px;
}

.callback-title h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  color: #fff;
}

.callback label {
  color: #ccc;
  font-weight: 400;
  margin-bottom: 10px;
}

.callback input {
  background: #d8e7ef;
  border-radius: 3px;
  text-shadow: none;
  box-shadow: none;
}

.callback select,
textarea,
input {
  border: 1px solid #e6e6e6;
  /*height: 50px;*/
  padding: 13px 15px;
  width: 100%;
  color: #555;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flat-button-form {
  height: 50px;
  line-height: 50px;
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  background-color: #0181ca;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0 30px;
  white-space: nowrap;
  border: none;
}

.flat-button-form:hover {
  background-color: #264796;
}





/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/

.header-background-1 {
  background-image: url('../img/image_01.jpg');
}

.header-background {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.fp-overlay {
  position: relative;
}

.fp-overlay::after {
  content: "";
  position: absolute;
  visibility: visible;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 46, 89, 0.4);
  z-index: 1;
}

.breadcrumbs .opacity {
  background: rgba(0, 0, 0, 0.40);
  height: 100%;
  padding: 90px 0 90px 0;
  position: relative;
}

.breadcrumbs .fp-overlay::after {
  background: rgba(27, 46, 89, 0.3);
}

.bread-crumb-container {
  padding-top: 44px;
}

.bread-crumb {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header-background .bread-crumb li,
.header-background .bread-crumb li a {
  color: #FFF;
}

.bread-crumb li,
.bread-crumb li a {
  color: #868F9E;
  line-height: 24px;
}

.bread-crumb li {
  margin-right: 12px;
}

.bread-crumb li:last-child {
  margin-right: 0;
}

.page-header.header-background h1 {
  /* margin-top: 103px; */
  color: #FFF;
}

.page-header h1 {
  margin-top: 30px;
  font-size: 34px;
  line-height: 46px;
}


/*--------------------------------------------------------------
# Service page right Menu
--------------------------------------------------------------*/

.sidebar {
  margin-bottom: 40px;
}

.sidebar h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.vertical-menu li a {
  display: -ms-flexbox;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: #F2F4F8;
  padding: 21px 30px 23px;
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  color: #252634;
  margin-top: 10px;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}

.vertical-menu li:first-child a {
  margin-top: 0;
}

.vertical-menu li.selected a {
  background: #377EF9;
}

.vertical-menu li:hover a,
.vertical-menu li:hover a span {
  color: #fff;
  background: #377EF9;
}

.vertical-menu li.selected a,
.vertical-menu li.selected a span,
.vertical-menu.widget-categories li.selected a span {
  color: #FFF;
}

.vertical-menu li a span {
  margin-left: 10px;
  line-height: 24px;
}

.vertical-menu.widget-categories li a span {
  color: #868F9E;
}

.services-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-content hr {
  margin-bottom: 40px;
  margin-top: 40px;
}

.services-content ul.flat-list {
  margin-bottom: 50px;
}

.services-content ul.flat-list li {
  display: flex;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  color: #0d0c0a;
}

.services-content ul.flat-list li span.fa {
  color: #0181ca;
  padding-right: 10px;
  padding-top: 4px;
  font-size: 14px;
}

.flat-list :last-child {
  margin-bottom: 0;
}

.services-content .table {
  margin-top: 20px;
  margin-bottom: 50px;
}

.services-content .table-dark {
  --bs-table-bg: #377EF9;
}

.services-content .table ul {
  list-style: none;
}

.services-content .table ul li {
  line-height: 30px;
}

.services-content .table ul li::before {
  content: "•";
  padding-right: 8px;
  color: blue;
}

.locations {}

.locations-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.locations-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.locations-content hr {
  margin-bottom: 40px;
  margin-top: 40px;
}

.locations-content ul.flat-list {
  margin-bottom: 50px;
}

.locations-content ul.flat-list li {
  display: flex;
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  color: #0d0c0a;
}

.locations-content ul.flat-list li span.fa {
  color: #0181ca;
  padding-right: 10px;
  padding-top: 4px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 0px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list div {
  padding: 10px 0px 10px 30px;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #ff5821;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Products page
--------------------------------------------------------------*/

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sub-products {}

.tg-twocolumns {
  width: 100%;
  float: left;
}

.tg-content {
  width: 100%;
  float: left;
}

.tg-pagehead {
  width: 100%;
  float: left;
}

.tg-pagehead h1 {
  color: #84121e;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 20px;
}

.tg-pageImg {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 20px 40px -14px rgb(0 0 0 / 15%);
  border: 1px solid rgba(0, 0, 0, .125);
  text-align: center;
  margin-bottom: 60px;
  padding: 30px;
  overflow: hidden;
}

.tg-description {}

.tg-description h2 {
  color: #504f56;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 30px;
}

.tg-pagehead p {
  letter-spacing: normal;
  line-height: 30px;
  font-size: 15px;
  text-align: justify;
}

.tg-products {
  width: 100%;
  float: left;
}

.tg-product {
  width: 100%;
  float: left;
  margin: 15px 0;
  border: 1px solid #eee;
}

.tg-productimg {
  margin: 0;
  width: 100%;
  float: left;
  position: relative;

}

.tg-productimg>img {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.tg-product:hover .tg-productimg figcaption {
  opacity: 1;
  visibility: visible;
}

.tg-productimg figcaption {
  border-color: #57c778;
}

.tg-productimg figcaption {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 20px solid;
  border-color: rgba(240, 125, 0, 0.70);
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tg-hoverimglink {
  width: 100%;
  float: left;
  height: 100%;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}

.tg-hoverimglink a {
  color: #f07d00;
}

.tg-hoverimglink a:hover {
  color: #000000;
}

.tg-hoverimglink img {
  display: block;
  margin: 0 0 30px;
  padding: 0 0 30px;
  width: auto !important;
  border-bottom: 1px solid #ddd;
}

.tg-productcontent {
  width: 100%;
  float: left;
  padding: 20px 0 20px 0;
  text-align: center;
}

.tg-productcontent h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.tg-productcontent h2 a {
  color: #504f56;
}

.tg-productcontent h2 a:hover {
  color: #f07d00;
}

.tg-productcontent p {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #f07d00;
}

/*--side Menu--*/

.sidebar {
  width: 340px;
  /*height: 100%;*/
  background: #f8f8f8;
  border: 1px solid #dedede;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}


.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
}

.sidebar #leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*.sidebar #leftside-navigation ul li.active > a {
  color: #fff;
    background-color: #cd0001;
}*/

.sidebar #leftside-navigation ul li.active>a {
  color: #fff;
  background-color: #f07d00;
}

.sidebar #leftside-navigation ul li.active>a:hover {
  color: #000;
}

.sidebar #leftside-navigation ul ul li.active>a {
  color: #f07c00;
  background-color: #fff;
}

.sidebar #leftside-navigation ul li.active ul {
  display: block;
}

.sidebar {
  padding: 5px 20px;
}

.sidebar h3 {
  font-size: 25px;
  color: #87151d;
}

.sidebar #leftside-navigation ul li a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
  font-size: 15px;
  outline: 0;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.sidebar #leftside-navigation ul li a:hover {
  /*color: #ffffff;background-color: #cd0001;*/
  color: #0181ca;
}

.sidebar #leftside-navigation ul ul li a:hover {
  color: #f07c00;
  background-color: #ffffff;
}

.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}

.sidebar #leftside-navigation ul li a i {
  width: 20px;
}

.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}

.sidebar #leftside-navigation ul ul {
  display: none;
}

.sidebar #leftside-navigation ul ul li {
  background: #ffffff;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /*border-bottom: none;*/
}

.sidebar #leftside-navigation ul ul li a {
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #1a191d;
}

.privacy-policy p {
  font-weight: 400;
  font-size: 16px;
  color: #505563;
}

.privacy-policy h2 {
  color: #000000;
  font-size: 32px;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 25px;
}

.privacy-policy ul {
  display: block;
  list-style-type: disc;
  font-size: 16px;
  padding-inline-start: 40px;
}

.privacy-policy ul li {
  font-size: 16px;
  line-height: 30px;
}

.privacy-policy ul li a {
  font-size: 16px;
  color: #000000;
}

.privacy-policy hr {
  margin-bottom: 50px;
  margin-top: 50px;
}

/* New slider */

.carousel {

  /*top: 98px;*/
}

.carousel-indicators {}

#carousel .carousel-item.boat {
  background-image: url("../img/slide/slide-1.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../img/slide/slide-2.html");
}

#carousel .carousel-item.river {
  background-image: url("../img/slide/slide-3.jpg");
}

#carousel .carousel-item.sky {
  background-image: url("../img/slide/slide-4.html");
}

#carousel .carousel-item.circle {
  background-image: url("../img/slide/slide-5.html");
}

#carousel .carousel-item.oval {
  background-image: url("../img/slide/slide-6.html");
}

#carousel .carousel-item.try {
  background-image: url("../img/slide/slide-7.html");
}

#carousel .carousel-item.bus {
  background-image: url("../img/slide/slide-8.html");
}

#carousel .carousel-item {
  /*height: 100vh;*/
  height: 50px;
  width: 100%;
  min-height: 506px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  /*background-color: rgba(0, 0, 0, 0.5);*/
  padding: 0px;
  padding-top: 0px;
  color: white;
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption h1 {
  animation-duration: 1s;
  animation-delay: 2s;
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  font-size: 44px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 36px;
  padding: 0px;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

  #carousel .carousel-item {
    min-height: 260px;
  }

}


/* slider css */

.rs_slider .caption-container .btn-default {
  color: #fff;
  background-color: #e53a24;
  border-color: #e53a24;
}

.rs_slider .caption-container .btn-lg {
  padding: 12px 22px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 0px;
}

.rs_slider .caption-container .btn-default:focus,
.rs_slider .caption-container .btn-default:hover {
  color: #fff;
  background-color: #d2232a;
  border-color: #d2232a;
}

#title {
  margin-top: 90px;
}



.rs_slider {
  display: block;
  margin-top: 0px;
  overflow: hidden;
  padding-bottom: 0px;
}

.rs_slider .flexslider {
  margin: 0;
  padding: 0;
  border: 0px;
  border-radius: 0px;
  max-height: 613px;
  overflow: hidden;
}

.rs_slider .flex-direction-nav a::before {
  display: none;
}

.rs_slider .flex-direction-nav .flex-nav-prev a {
  background: url("../img/slider/master-slider-left.html") 0 0 no-repeat;
  display: inline-block;
  height: 48px;
  width: 30px;
}

.rs_slider .flex-direction-nav .flex-nav-next a {
  background: url("../img/slider/master-slider-right.html") 0 0 no-repeat;
  display: inline-block;
  height: 48px;
  width: 30px;
}

.rs_slider .flex-caption {
  margin: 0 auto;
  max-width: inherit;
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 100;
}

.rs_slider .caption-container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 85%;
  display: block;
}

.rs_slider .slides .flex-active-slide .text-container {
  animation: 2s ease 0s normal none 1 running slideIn;
  -ms-animation: 2s ease 0s normal none 1 running slideIn;
  -o-animation: 2s ease 0s normal none 1 running slideIn;
  -moz-animation: 2s ease 0s normal none 1 running slideIn;
  -webkit-animation: 2s ease 0s normal none 1 running slideIn;
}


.rs_slider .text-container {
  /*text-align: center;*/


  position: relative;
  max-width: inherit;
  width: 100%;


}

.rs_slider .text-container .con_text {
  font-family: 'Poppins';
  font-size: 40px;
  /*line-height: 20px;*/
  /* text-align: center;*/
  /*text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);*/
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.rs_slider .text-container .con_text span span {
  color: #e53a24;
}


.rs_slider .text-container p {
  font-family: 'Poppins';
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;

}

.rs_slider .text-container .con_link {
  background: linear-gradient(to bottom, #00b1f2, #00b1f2) repeat scroll 0 0 #00b1f2;
  color: #ffffff;
  font-family: "Droid Sans";
  font-size: 22px;
  font-variant: normal;
  letter-spacing: inherit;
  padding: 10px 20px;
  position: absolute;
  left: 47%;
  top: 119%;
  text-decoration: none;
  z-index: 999;
}

.rs_slider .text-container .con_link:hover {
  background: linear-gradient(to bottom, #00a2dd, #00a2dd) repeat scroll 0 0 #00a2dd;
  text-decoration: none;
}

@-webkit-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-moz-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-o-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-ms-keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    left: 9%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}









.card-title {
  margin-bottom: 0.5rem;
  color: #84121e;
  font-size: 19px;
  font-weight: bold;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 12px;
}

.card:hover {
  box-shadow: 3px 3px 7px #d2d2d2;
}

.card-text {
  font-weight: 400;
  font-size: 14px;
  color: #505563;
}

.enquiry_section {
  background: #eaf3fe !important;
  padding: 50px 0px;
}

.service_box .card-body {
  height: 150px;
}

p {
  font-weight: 400;
  font-size: 16px;
  color: #505563;
}

.bg_grey {
  background: #eee;
}

/* Call & Whatsapp icon Start */
.icon_bar_box {
  position: fixed;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}

.icon_bar_box a {
  display: block;
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon_bar_box a:hover {
  background-color: #fd6509;
}

.icon_bar_box .facebook_box {
  background: #ed3237;
  color: white;
}

.icon_bar_box .twitter {
  background: #1ba939;
  color: white;
}

.icon_bar_box .content {
  margin-left: 75px;
  font-size: 30px;
}

/* Call & Whatsapp icon End */

.product_inner_img_box img {
  width: 100%;
}