/*=================================================
    1. body reset content4025
==============================================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto|Rubik');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/*footer*/
.flipkart-img-icon{
  height: 20px!important;
  width: 20px!important;
}

.soical-list li.flip-icon a:hover .flipkart-img-icon{
  content: url('../../assets/images/flipkart-icon-white.png')!important;
}
/*footer*/
/*menu*/
.menu-img{
  height: 18px;
  width: 18px;
}
/*menu*/
/*product*/
.service-summary-details .product-img-1 {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
.service-summary-details .product-img-1>img {
  transform: scale(1);
  transition: all 0.4s ease;
}

/*product*/
:root {
  font-size: 16px;
}

.divider img {
  height: 45px !important;
}

body {
  font-family: 'Roboto', sans-serif;
}

.body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}


a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

@media (min-width:1200px) {
  .container {
    max-width: 1250px
  }
}


.calculator {
  position: relative;
  padding: 45px 0px;
}

.calculator ul li a {}

.calculator .nav-tabs .nav-item .nav-link {
  border: 1px solid #e6e6e6;
  color: #222;
}

.calculator .nav-tabs .nav-item .nav-link.active {
  border: 0px;
  border-radius: 0px;
  border-top: 2px #bd1710 solid;
  color: #bd1710;
  border: 1px solid #e6e6e6;
}

.motor_output li {
  display: inline-block;
  color: #fff;
  width: 30%;
  text-align: center;
}

.motor_output li select {
  width: 100%;
  padding: 10px;
  border: transparent;
}

.motor_output li .current {
  color: #222;
}

.calculator .tab_pane_1 {
  background: #bd1710;
  padding: 15px 0px;
  margin-top: 10px;
}

.load_current {
  background: #f3f3f3;
  padding: 15px;
}

.load_current ul li {
  display: inline-block;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  font-style: italic;
}

.load_current ul li:nth-child(2) {
  margin-left: 10px;
}

.red {
  color: #f00;

}

.load_current_1 h2 {
  color: #f00;
  font-size: 20px;
}

.load_current_1 {
  background: #f3f3f3;
  padding: 15px;
}

.load_current_1 ul li {
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  vertical-align: top;
}

.clear_btn {
  text-align: right;
  padding-right: 15px;
  border: transparent;
}

.clear_btn button {
  border: transparent;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.shift ul li a,
.shift ul li a:after,
.shift ul li a:before {
  transition: all .5s;
}

/* SHIFT */
.shift ul li a {
  position: relative;
  z-index: 1;
}

.shift ul li a:hover {
  color: #fff !important;
}

.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #bc1711;
  visibility: none;
  opacity: 0;
  z-index: -1;
}

.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
}

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

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

button:focus {
  outline: none;
}

/*=================================================
    2. top bar info
==============================================================*/
.topbar-info-area,
.info-mobile-version {
  color: #4f434a;
  background: #fcfdff;
  padding: 5px;
}

.topbar-info-area .info-list,
.info-mobile-version .info-list {
  padding: 5px 0;
}

.topbar-info-area .info-list>li:not(:last-child),
.info-mobile-version .info-list>li:not(:last-child) {
  margin-bottom: 15px;
}

.topbar-info-area .info-list>li a,
.info-mobile-version .info-list>li a {
  color: #000;
}

.info-mobile-version {
  display: none;
}

.info-mobile-version .info-list {
  padding: 10px 0;
}

.info-mobile-version .info-list>li i {
  color: #ffffff;
}

.nav-logo-wraper {
  text-align: center;
}

/*=================================================
    3. top bar content
==============================================================*/
.topbar-area {
  color: #ffffff;
}

.topbar-area .row [class*=col-]+[class*=col-] {
  text-align: right;
}

.topbar-area .lists>li:not(:last-child) {
  margin-bottom: 0px;
}

.topbar-menu>li>a {
  color: #ffffff;
}

.topbar-menu>li>a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.topbar-menu>li:not(:last-child) a {
  border-right: 1px solid #fe9357;
  padding-right: 21px;
  margin-right: 21px;
}

.topbar-content,
.topbar-menu>li>a {
  padding: 5px 0;
}

/*=================================================
    4. main menu
==============================================================*/
/* menu default style reset */
.main-menu {
  padding: 0px;
}

.navbar-nav {
  text-align: center;
  margin: 0px auto;
}

.main-menu .navbar-nav .nav-item {
  padding: 0px;
}

.main-menu .navbar-nav .nav-item .nav-link {
  margin: 10px 0;
   text-transform: uppercase; 
  font-size: 15px;
}

.main-menu .navbar-nav>li:not(:last-child) {
  margin-right: 10px;
}

.main-menu .navbar-nav>li>a {
  font-size: 1rem;
  letter-spacing: 0px;
  color: #1f1e1e;
  font-weight: 600;
}

.main-menu .navbar-nav>li>a:hover {
  color: #bc1711;
}

.main-menu .navbar-nav>li.active>a {
  color: #ffffff;
  background-color: #bd1710;
}

.navbar-text>li:not(:last-child) {
  margin-right: 36px;
}

.navbar-text>li>a {
  color: #222222;
  font-size: 1.5rem;
  position: relative;
}

.footer-menu {
  padding: 0px;
}

.footer-menu .main-menu {
  width: 100%;
}

.footer-menu .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.footer-menu.primary-bg .navbar-nav>li>a {
  color: #ffffff;
}

.dropdown {
  border: 0px;
}

.dropdown:hover {
  border: 0px;
}

.dropdown:hover>.dropdown-menu {
  border: 0px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  margin: 0;
  border-radius: 0;
  min-width: 250px;
  transform: translateY(50px);
  padding: 0;
}

.dropdown-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.dropdown-menu .nav-item>a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #444;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.dropdown-menu .nav-item>a:hover {
  color: #bc1711;
  background: #ededed;
}

.dropdown-menu .nav-item.active>a {
  color: #bc1711;
  /* padding: 8px 25px; */
}

.dropdown-menu .dropdown-item:active {
  background-color: #f7f7f7;
}

.header-area {
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  /* box-shadow: 0px 2px 26px 0px #000000a6; */
  z-index: 999;
}

.header-area.stick {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 991;
  background: #fcfdff;
  width: 100%;
  top: 0;
  transition: 0.5 0.4s ease;
}


/*=================================================
    5. banner content
==============================================================*/
.banner-slider .owl-item.active .banner-content .banner-sub-title,
.banner-slider .owl-item.active .banner-content .banner-title {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.banner-slider .owl-item.active .banner-content .banner-title {
  animation-delay: .5s;
}

.banner-slider .owl-item.active .banner-content.text-center .banner-sub-title,
.banner-slider .owl-item.active .banner-content.text-center .banner-title {
  animation-name: inDown;
}

.banner-slider .owl-item.active .banner-content.text-left .banner-sub-title,
.banner-slider .owl-item.active .banner-content.text-left .banner-title {
  animation-name: inLeft;
}

.banner-slider .owl-item.active .banner-content.text-right .banner-sub-title,
.banner-slider .owl-item.active .banner-content.text-right .banner-title {
  animation-name: inRight;
}

.banner-slider .owl-item.active .banner-content .btn-wraper .btn {
  animation: inLeft 1.5s ease both;
}

.banner-slider .owl-item.active .banner-content .btn-wraper .btn+.btn {
  animation-name: inRight;
  animation-delay: 1s;
}

@keyframes inDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes inLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes inRight {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.banner-area,
.banner-single-slider {
  /* min-height: 600px; */
}

.banner-single-slider {
  position: relative;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content .banner-sub-title,
.banner-content .banner-title {
  color: #ffffff;
}

.banner-content .banner-sub-title {
  margin-bottom: 40px;
}

.banner-content .banner-title {
  margin-bottom: 60px;
}

.banner-sub-title {
  font-size: 2.625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/*=================================================
    6. get service tab area
==============================================================*/
.banner-area+.getservice-area {
  margin-top: -44px;
  position: relative;
  z-index: 1;
}

.getservice-tab-wraper .tab-content {
  background-color: #252936;
  padding: 30px;
}

.getservice-tab-wraper .form-group {
  margin-bottom: 0px;
}

/*=================================================
    7. about content
==============================================================*/
.about-content {
  padding-left: 40px;
  padding-right: 45px;
  text-align: justify;
}

.about-content .heading-title {
  margin-bottom: 20px;
}

.about-content p {
  margin-bottom: 20px;
}

.about-content .lists {
  margin-bottom: 30px;
}

.about-image .responsive-img {
  display: none;
}

/*=================================================
    8. promotion banner
==============================================================*/
.promotion-banner-area {
  position: relative;
  padding: 100px 0;
}

.promotion-banner-area .row [class*=col]+[class*=col] {
  text-align: right;
}

.promotion-banner-area .btn-wraper {
  margin-top: 0px;
}

.promotion-banner-area.promotion-banner2 .promotion-banner-content .heading-title {
  margin-bottom: 0px;
  line-height: 1.583;
}

.promotion-banner-area.promotion-banner2 .btn-wraper {
  margin-top: 5px;
}

.promotion-banner-content {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.promotion-banner-content .heading-title {
  margin: 15px 0 0;
}

/*=================================================
    9. work tab
==============================================================*/
.work-tab-content .heading-title {
  margin-bottom: 20px;
}

.work-tab-content p {
  margin-bottom: 15px;
}

.work-tab-content .row {
  margin-bottom: 35px;
}

/*=================================================
    10. call to action
==============================================================*/
.calltoaction-area {
  background-color: #1f1f32;
  color: #ffffff;
  padding: 56px 0;
}

.calltoaction-area .heading-title2 {
  margin-bottom: 12px;
}

.calltoaction-area p {
  font-size: 1.125rem;
  margin-bottom: 20px;
}

/*=================================================
    11. service copntent
==============================================================*/
.single-service .border-with-fill-icon {
  margin-bottom: 30px;
}

.single-service .heading-title {
  margin-bottom: 25px;
}

.single-service p {
  margin-bottom: 25px;
}

/*=================================================
    12. funfact area
==============================================================*/
.funfact-area {
  padding: 54px 0;
}

.funfact-area.funfact-style2 {
  position: relative;
}

.funfact-area.funfact-style2 .single-funfact {
  position: relative;
  z-index: 2;
}

.funfact-area.funfact-style2 .single-funfact i,
.funfact-area.funfact-style2 .single-funfact h5 {
  color: #ffffff;
}

.single-funfact {
  text-align: center;
}

.single-funfact i {
  font-size: 3.75rem;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}

.single-funfact h5 {
  font-size: 1.125rem;
  margin-bottom: 0px;
  font-weight: 400;
  color: #ffffff;
}

.funfact-wraper {
  font-size: 2.25rem;
  font-weight: 600;
  color: #FF6600;
  font-family: 'Rubik', sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}

/*=================================================
    13. team content
==============================================================*/
.single-team {
  text-align: center;
}

.single-team:hover .image::before {
  opacity: 1;
}

.single-team:hover .image .hover-area {
  top: 50%;
  opacity: 1;
}

.single-team .image {
  margin-bottom: 15px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.single-team .image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
  opacity: 0;
}

.single-team .image .hover-area {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}

.single-team .image img {
  width: 100% !important;
}

.single-team .image-holder {
  position: relative;
  margin-bottom: 25px;
}

.single-team .image-holder>img {
  margin-left: auto;
  margin-right: auto;
}

.team-content .team-title {
  font-size: 1.25rem;
  color: #222222;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.team-content .designation {
  color: #bc1711;
  font-size: 1rem;
}

.owl-item.center .single-team .image::before {
  opacity: 1;
}

.owl-item.center .single-team .image .hover-area {
  top: 50%;
  opacity: 1;
}

/* inner page team */
.inner-page-team .single-team {
  margin-bottom: 33px;
}

/*=================================================
    14. testimonials
==============================================================*/
.single-testimonial {
  width: calc(100% - 350px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-testimonial .testimonial-header {
  margin-bottom: 30px;
}

.single-testimonial .testimonial-header img {
  text-align: center;
  margin: 0px auto;
}

.single-testimonial .quote-icon {
  color: #bc1711;
  font-size: 2.25rem;
  display: block;
}

.single-testimonial .description {
  font-size: 1rem;
  color: #454545;
  margin-bottom: 18px;
}

.single-testimonial .testimonial-avatar {
  height: 90px;
  width: 90px !important;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.commentor-details {
  margin-bottom: 30px;
}

.commentor-details .commentor-name {
  font-size: 1.125rem;
  color: #222222;
  margin-bottom: 0px;
  font-weight: 600;
}

.commentor-details a {
  color: #222222;
  display: inline-block;
}

.commentor-details a i {
  color: #bc1711;
  padding-right: 6px;
}

/* single testimonial */
.single-testimonial.testimonial-inner-style {
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  min-height: 350px;
  margin-bottom: 30px;
  position: relative;
}

.single-testimonial.testimonial-inner-style .description {
  font-size: 0.875rem;
  margin-bottom: 14px;
}

.single-testimonial.testimonial-inner-style .testimonial-header {
  margin-bottom: 20px;
}

.single-testimonial.testimonial-inner-style .commentor-details {
  margin-bottom: 0px;
}

.testimonials-inner-area .row+.row {
  margin-top: 30px;
}

.testimonial-grid-item {
  padding: 0 15px;
}

.testimonial-grid {
  margin-left: -15px;
  margin-right: -15px;
}

/*=================================================
    15. pricing
==============================================================*/
.single-pricing {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.single-pricing .my-tag {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 1.5rem;
  border-left: 35px solid transparent;
  border-right: 35px solid #bc1711;
  border-bottom: 35px solid transparent;
  border-top: 35px solid #bc1711;
  transition: all 0.4s ease;
  opacity: 1;
}

.single-pricing .my-tag::before {
  content: "$";
  position: absolute;
  top: -30px;
  right: -20px;
  transform: rotate(-45deg);
}

.single-pricing:hover .pricning-header {
  background-color: #bc1711;
}

.single-pricing:hover .pricning-header .pricing-icon .back {
  opacity: 1;
  transform: translateY(0%);
}

.single-pricing:hover .pricning-header .pricing-icon .front {
  transform: translateY(-150%);
  opacity: 0;
}

.single-pricing:hover .btn {
  background-color: rgba(255, 255, 255, 0);
  color: #bc1711;
}

.single-pricing:hover .my-tag {
  opacity: 0;
}

.pricning-header {
  background-color: #262936;
  padding: 40px;
  color: #ffffff;
  transition: all 0.4s ease;
}

.pricning-header .pricing-price {
  position: relative;
  top: 20px;
}

.pricning-header .pricing-icon {
  background-image: url(../images/pricing/icon-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 95px;
  height: 95px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.pricning-header .pricing-icon .front {
  position: relative;
  transition: all 0.4s ease;
  transform: translateY(0%);
  opacity: 1;
}

.pricning-header .pricing-icon .front i {
  font-size: 3.125rem;
  color: #bc1711;
  line-height: 95px;
}

.pricning-header .pricing-icon .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(150%);
  opacity: 0;
  transition: all 0.4s ease;
}

.pricning-header .pricing-title {
  font-size: 1.25rem;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0px;
}

.text-center .pricning-header .pricing-icon {
  margin-left: auto;
  margin-right: auto;
}

.pricing-body {
  text-align: left;
  padding: 40px;
}

.pricing-footer {
  padding-bottom: 40px;
}

.pricing-slider .owl-stage-outer {
  padding: 10px;
}

.pricing-price {
  color: #bc1711;
  font-size: 1.5rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.pricing-price sub {
  display: block;
  font-size: 0.75rem;
  bottom: 0px;
}

.pricing-price sup {
  font-size: 0.8125rem;
}

.owl-item.center .single-pricing .my-tag {
  opacity: 0;
}

.owl-item.center .single-pricing .pricning-header {
  background-color: #bc1711;
}

.owl-item.center .single-pricing .pricning-header .pricing-icon .back {
  opacity: 1;
  transform: translateY(0%);
}

.owl-item.center .single-pricing .pricning-header .pricing-icon .front {
  transform: translateY(-150%);
  opacity: 0;
}

.owl-item.center .single-pricing .btn {
  background-color: rgba(255, 255, 255, 0);
  color: #bc1711;
}

/*=================================================
    16. video area
==============================================================*/
.video-area {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 75px 0;
}

.video-area .video-wraper a {
  margin-bottom: 12px;
  display: inline-block;
}

.video-area .video-wraper h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #ffffff;
}

/*=================================================
    17. news area
==============================================================*/
.single-news {
  transition: all 0.4s ease;
}

.single-news:hover .entry-header::before {
  opacity: 1;
}

.single-news:hover .entry-header .entry-thumb>img {
  transform: scale(1.05);
}

.single-news:hover .entry-header .hover-area {
  opacity: 1;
  top: 50%;
}

.single-news:hover .entry-content>a {
  color: #bc1711;
}

.single-news:hover .entry-content>a:after {
  right: -30px;
  opacity: 1;
}

.single-news .entry-header {
  position: relative;
  overflow: hidden;
}

.single-news .entry-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}

.single-news .entry-header .entry-thumb>img {
  transform: scale(1);
  transition: all 0.4s ease;
  width: 100%;
}

.single-news .entry-header .entry-thumb .video-popup h2 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 3rem;
}

.single-news .entry-header .hover-area {
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
  transition: all 0.4s ease;
  opacity: 0;
}

.single-news .entry-header .entry-meta {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
}

.single-news .entry-header .entry-content>a {
  color: #bc1711;
}

.single-news .entry-header .entry-content>a:after {
  right: -30px;
  opacity: 1;
}

.single-news .entry-content {
  padding: 30px 0px 0;
}

.single-news .entry-content .entry-title {
  line-height: 1.5;
  margin-bottom: 0px;
  font-size: 20px;
}

.single-news .entry-content span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.single-news .entry-content>a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  position: relative;
}

.single-news .entry-content>a:after {
  content: "\f101";
  font-family: fontawesome;
  color: #bc1711;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.single-news .meta-date {
  color: #ffffff;
  background-color: #bc1711;
  display: inline-block;
  font-size: 0.875rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 2px 12px;
}

.single-news.news-style2 .entry-content {
  padding: 0px 0 0;
}

.single-news.news-style2 .post-meta-list {
  padding: 15px 0;
}

.blog.php-single-area p,
.blog.php-single-area span,
.blog.php-single-area ul li,
.blog.php-single-area div {
  font-size: 14px !important;
}

.blog.php-single-area ul {
  padding-left: 20px;
}

.blog.php-single-area ul li {
  list-style: initial !important;
}


.single-news.news-style2 .post-meta-list span {
  display: inline-block;
  padding: 0 0px;
  line-height: 1.3;
}

.single-news.news-style2 .post-meta-list span:not(:last-child) {
  border-right: 0px solid #c9c9c9;
  margin-right: 10px;
}

.single-news.news-style2 .post-meta-list span:last-child {
  padding-right: 0px;
}

.single-news.news-style2 .post-meta-list span>a {
  color: #222222;
}

.single-news.news-style2 .post-meta-list span>a:hover {
  color: #bc1711;
}

.single-news.news-style2 .post-meta-list span>a>i {
  color: #bc1711;
  padding-right: 7px;
}

.single-news.news-style2 .post-meta-list .media-body+.media-body {
  text-align: right;
}

.single-news.news-style2>a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  position: relative;
}

.single-news.news-style2>a:after {
  content: "\f101";
  font-family: fontawesome;
  color: #bc1711;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.single-news.post-quote .entry-header::before {
  opacity: 1;
}

.single-news.post-quote .entry-header .hover-area {
  top: 50%;
  opacity: 1;
  padding: 0 10px;
}

.single-news.post-quote .entry-header .hover-area blockquote {
  color: #ffffff;
}

.owl-item.center .single-news .entry-header::before {
  opacity: 1;
}

.owl-item.center .single-news .entry-header .entry-thumb img {
  transform: scale(1.05);
}

.owl-item.center .single-news .entry-header .hover-area {
  opacity: 1;
  top: 50%;
}

.owl-item.center .single-news .entry-content>a {
  color: #bc1711;
}

.owl-item.center .single-news .entry-content>a:after {
  right: -30px;
  opacity: 1;
}

/* post meta list */
.post-meta-list {
  padding: 15px 0 0;
}

.post-meta-list span {
  display: inline-block;
  padding: 0 0px;
  line-height: 1.3;
}

.post-meta-list span:not(:last-child) {
  border-right: 1px solid #c9c9c9;
}

.post-meta-list span:last-child {
  padding-right: 0px;
}

.post-meta-list span>a {
  color: #222222;
}

.post-meta-list span>a:hover {
  color: #bc1711;
}

.post-meta-list span>a>i {
  color: #bc1711;
  padding-right: 7px;
}

.post-meta-list .media-body+.media-body {
  text-align: right;
}

/* inner page blog.php */
.inner-page-blog.php .single-news {
  margin-bottom: 30px;
}

/* blog.php post list */
.post-list {
  background-color: transparent;
  border-bottom: 0px;
}

.post-list:not(:last-child) {
  margin-bottom: 40px;
}

.post-list .entry-content {
  padding: 0px;
}

.post-list .post-meta-list {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.post-list .entry-content .entry-title {
  font-size: 1.875rem;
  font-weight: 500;
}

.post-list .entry-content p {
  margin-bottom: 30px;
}

.post-list.post-quote .entry-header .hover-area {
  padding: 0 200px;
}

.post-list.post-video .entry-header::before {
  display: none;
}

.post-list.post-video .entry-header .entry-thumb iframe {
  display: block;
  height: 480px;
}

.post-list.post-audio .entry-header::before {
  display: none;
}

.post-list.post-audio .entry-header .entry-thumb iframe {
  height: 200px;
}

.post-lists {
  margin-bottom: 60px;
}

/*=================================================
    18. cupons area
==============================================================*/
.single-cupons {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 14px;
  position: relative;
  width: calc(100% - 28px);
}

.single-cupons::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100% + 40px);
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

.single-cupons:hover::before {
  opacity: 1;
}

.single-cupons:hover .hover-area {
  opacity: 1;
  top: 50%;
}

.single-cupons .hover-area {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 3;
}

.single-cupons .cupons-wraper {
  border: 1px dashed #bc1711;
  padding: 30px;
}

.single-cupons .cupon-header {
  margin-bottom: 30px;
}

.single-cupons .cupon-header>div+div {
  text-align: right;
}

.single-cupons .cupon-header .cupon-link {
  color: #636363;
  font-size: 0.75rem;
  display: inline-block;
}

.single-cupons .cupon-body {
  text-align: center;
}

.single-cupons .cupon-body .heading-title {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.single-cupons .cupon-body .heading-title span {
  color: #bc1711;
}

.single-cupons .cupon-body p {
  margin-bottom: 15px;
}

.single-cupons .ribbon {
  margin-bottom: 5px;
}

.single-cupons .cupon-footer {
  text-align: center;
}

.ribbon {
  text-align: center;
  position: relative;
  height: 108px;
  z-index: 1;
}

.ribbon .ribbon-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.ribbon h2 {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 20px;
}

.ribbon::before {
  position: absolute;
  content: "";
  background-image: url(../images/ribbon-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 0;
  height: 100%;
  width: calc(100% + 120px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.cupons-area .row [class*=col-]:nth-child(even) .single-cupons {
  margin-left: auto;
}

.cupon-modal .modal-body {
  padding: 30px;
}

.cupon-modal .modal-body .single-cupons {
  width: 100%;
}

.cupon-modal .modal-body .single-cupons::before {
  display: none;
}

.cupon-modal .modal-header {
  border-bottom: 0px solid #000;
}

.cupon-modal .modal-dialog {
  max-width: 600px;
}

.inner-coupons .single-cupons {
  margin-bottom: 50px;
}

.cupons-inner-area.section-padding {
  padding-bottom: 50px;
}

/*=================================================
    19. client area
==============================================================*/
.single-client {
  min-height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 5px;
}

/*=================================================
    20. footer
==============================================================*/
.footer-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-widget .widget-title {
  margin-bottom: 20px;
}

.footer-widget .fotoer-logo {
  margin-bottom: 25px;
}

.footer-widget>p {
  margin-bottom: 25px;
}

.footer-widget p {
  color: #454545;
}

.footer-widget p a {
  color: #bc1711;
  font-weight: 500;
}

.footer-widget .copyright p {
  margin-bottom: 0px;
}

.footer-widget .copyright p a {
  display: inline-block;
}

.footer-widget .info-list>li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widget .info-list>li a {
  color: #454545;
}

.footer-widget>.row [class*=col-]:not(:last-child) .info-list {
  padding-right: 20px;
}

.footer-widget .soical-list {
  text-align: left;
}

.footer-widget .soical-list>li:not(:last-child) {
  margin-right: 10px;
}

.footer-widget .soical-list>li>a {
  background-color: transparent;
}

.footer-widget.final-widget {
  margin-top: 60px;
}

/*=================================================
    21. inner welcome
==============================================================*/
.inner-welcome {
  text-align: center;
  padding: 100px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2ea5bb;
}

.inner-banner-title {
  font-size: 2.5rem;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
}

.my-breadcumb {
  border-radius: 0px;
  background-color: transparent;
  justify-content: center;
  margin-bottom: 0px;
  padding: 15px 20px;
  color: #fff;
}

.my-breadcumb .breadcrumb-item {
  font-size: 1rem;
}

.my-breadcumb .breadcrumb-item a {
  color: #fff;
}

.my-breadcumb .breadcrumb-item.active {
  color: #fdcc49;
}

.my-breadcumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: "\f101";
  font-family: fontawesome;
}

/*=================================================
    22. about summary
==============================================================*/
.about-summary-content .heading-title {
  margin-bottom: 20px;
}

.about-summary-content p {
  color: #454545;
  text-align: justify;
}

.about-summary-content p:not(:last-child) {
  margin-bottom: 30px;
}

/*=================================================
    23. mission and vission
==============================================================*/
.summary-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}

.summary-img>img {
  transition: all 0.4s ease;
  transform: scale(1.05);
}

.summary-article:hover .summary-img>img {
  transform: scale(1);
}

.summary-article .heading-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.summary-article p {
  margin-bottom: 25px;
}

/*=================================================
    24. work
==============================================================*/
.single-work {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 30px;
}

.single-work:hover .work-image>img {
  transform: scale(1);
}

.single-work:hover .work-image .hover-area {
  transform: translateY(-50%);
  opacity: 1;
}

.single-work:hover::before {
  height: 100%;
}

.single-work::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
}

.single-work .work-image {
  position: relative;
  overflow: hidden;
}

.single-work .work-image>img {
  transform: scale(1.05);
  transition: all 0.4s ease;
  width: 100%;
}

.single-work .work-image .hover-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(0%);
  width: 100%;
  text-align: center;
  transition: all 0.4s ease;
  z-index: 3;
  opacity: 0;
}

.work-style2 .single-work::before {
  background-color: rgba(18, 18, 18, 0.85);
}

/*=================================================
    25. service block
==============================================================*/
.service-block-area.section-padding {
  padding-bottom: 65px;
}

.single-service-block {
  margin-bottom: 35px;
  border: 1px solid #d8d8d8f2;
  padding-bottom: 10px;
  ;
}

.single-service-block .heading-title {
  margin-bottom: 18px;
}

.single-service-block>a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  position: relative;
}

.single-service-block>a:after {
  content: "\f101";
  font-family: fontawesome;
  color: #bc1711;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.single-service-block .service-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}

.single-service-block .service-header::before,
.single-service-block .service-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.28));
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.single-service-block .service-header::after {
  left: auto;
  right: 50%;
}

.single-service-block .service-header>img {
  transition: all 0.4s ease;
}

.single-service-block:hover .service-header::before {
  left: 0;
  opacity: 1;
}

.single-service-block:hover .service-header::after {
  right: 0;
  opacity: 1;
}

.single-service-block:hover .service-header>img {
  transform: scale(1.2);
  filter: brightness(200%);
}

.single-service-block:hover>a {
  color: #bc1711;
}

.single-service-block:hover>a:after {
  right: -30px;
  opacity: 1;
}

/*=================================================
    26. single service
==============================================================*/
.service-sidebar-widget {
  background-color: #ffffff;
  box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  padding: 40px;
  margin-bottom: 40px;
}

.service-sidebar-widget .widget-title {
  font-weight: 500;
}

.service-sidebar-widget .info-list>li:not(:last-child) {
  margin-bottom: 20px;
}

.service-sidebar-widget .info-list .media-body strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.widget-contact {
  padding: 40px 20px;
  background-image: url(../images/contact-widget-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.widget-contact .widget-contact-content {
  position: relative;
  z-index: 5;
}

.widget-contact .widget-title {
  text-align: left;
  color: #ffffff;
  margin-bottom: 25px;
  padding: 0px;
}

.widget-contact .contact-form textarea {
  height: 200px;
  padding-top: 15px;
}

.widget-contact .contact-form .form-group {
  margin-bottom: 8px;
}

.widget-contact .contact-form .contact-input-group {
  margin-bottom: 18px;
}

/* Service summary */
.service-summary-details .service-header {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}


.service-summary-details .service-header>img {
  transform: scale(1);
  transition: all 0.4s ease;
}

.service-summary-details:hover .service-header>img {
  transform: scale(1.02);
}

.service-summary-details .heading-title2 {
  margin-bottom: 17px;
  font-size: 1.875rem;
}

.service-summary-details p {
  margin-bottom: 10px;
  color: #454545;
  line-height: 26px;
}

.service-summary-details .lists {
  margin-bottom: 20px;
}

.service-shedule-info p {
  font-size: 1rem;
  margin-bottom: 30px !important;
  padding-right: 190px;
}

/*=================================================
    27. service rate
==============================================================*/
.single-rate-of-service {
  position: relative;
  margin-bottom: 30px;
}

.single-rate-of-service .image {
  position: relative;
}

.single-rate-of-service .image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
  opacity: 0;
}

.single-rate-of-service .image .over-cotent {
  position: absolute;
  top: 20px;
  left: 0;
  color: #ffffff;
  background-color: #bc1711;
  border-radius: 0 30px 30px 0;
  height: 60px;
  line-height: 60px;
  z-index: 3;
  padding-left: 26px;
  padding-right: 26px;
}

.single-rate-of-service .product-rate {
  font-size: 1.125rem;
}

.single-rate-of-service .product-rate span {
  font-size: 1.5rem;
  font-weight: 500;
}

.single-rate-of-service .rate-of-product-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #222222;
  padding: 20px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
}

.single-rate-of-service .rate-of-product-footer .rate-of-product-title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
}

.single-rate-of-service .rate-of-product-footer .rate-of-product-title a {
  color: #ffffff;
}

.single-rate-of-service .rate-of-product-footer .download-icon {
  color: #ffffff;
  position: relative;
  font-size: 1.5rem;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.4s ease;
  line-height: 1;
}

.single-rate-of-service:hover .image::before {
  opacity: 1;
}

.single-rate-of-service:hover .rate-of-product-footer {
  background-color: #bc1711;
}

.single-rate-of-service:hover .rate-of-product-footer .download-icon {
  opacity: 1;
  transform: translateY(0px);
}

/*=================================================
    28. get start here
==============================================================*/
.get-start-here-content {
  border: 1px solid #e8e8e8;
  padding: 60px 40px;
}

.get-start-here-content .get-start-title {
  font-size: 1.5rem;
  margin-bottom: 22px;
  font-weight: 600;
}

.get-start-here-content .description {
  margin-bottom: 30px;
}

.get-start-here-content .btn-wraper {
  margin-bottom: 30px;
}

.get-start-here-content .get-start-footer-title {
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/*=================================================
    29. comments area
==============================================================*/
.comments-area {
  margin-bottom: 50px;
}

.comments-area .comments-title {
  margin-bottom: 28px;
  font-size: 2.25rem;
  font-weight: 500;
}

.comments-area .comment-body:before {
  display: table;
  content: "";
  clear: both;
}

.comments-area .comment-body img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  float: left;
}

.comments-area .meta-data {
  margin-left: 100px;
}

.comments-area .reply {
  float: right;
}

.comments-area .reply .comment-reply-link {
  color: #bc1711;
  font-size: 1rem;
  font-weight: 500;
}

.comments-area .comment-author a {
  font-weight: 500;
  font-size: 1.125rem;
  color: #222222;
}

.comments-area .comment-date {
  color: #333;
  margin-bottom: 0px;
  font-weight: 500;
  display: inline-block;
}

.comments-area .comment-content {
  margin-top: 10px;
  padding-right: 50px;
}

.comments-area .comment-content p {
  margin-bottom: 0px;
}

.comments-area .comment:not(:last-child) .children {
  margin-left: 100px;
}

.comments-area .comment:not(:last-child) .meta-data {
  margin-bottom: 30px;
}

/* comment responsed */
.comment-respond .comment-reply-title {
  margin-bottom: 28px;
  font-size: 2.25rem;
  font-weight: 500;
}

.responsd-form textarea.form-control {
  padding-top: 10px;
}

/*=================================================
    30. blog.php single
==============================================================*/
.post-details {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
}

.post-details:hover {
  border-color: #ededed;
}

.post-details .post-meta-list {
  margin-bottom: 0px;
}

.post-details .entry-content .entry-title {
  margin-bottom: 10px;
}

.post-details .entry-content p {
  margin-bottom: 25px;
}

.post-details .entry-content blockquote {
  position: relative;
  margin-bottom: 30px;
}

.post-details .entry-content blockquote::before {
  content: '\f10d';
  font-family: "FontAwesome";
  color: #000;
  font-size: 1.875rem;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -20px;
}

.post-details .entry-content blockquote p {
  padding-left: 70px;
  font-size: 0.875rem;
}

.post-details .entry-content blockquote p:last-child {
  margin-bottom: 0px;
}

.post-details .entry-content blockquote p::after {
  display: none;
}

/*=================================================
    31. shop product
==============================================================*/
.single-product {
  margin-bottom: 20px;
}

.single-product:hover .product-header>img {
  transform: scale(1.05);
}

.single-product .product-header {
  position: relative;
  overflow: hidden;
}

.single-product .product-header>img {
  transform: scale(1);
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

.single-product .product-header .image-content {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
}

.single-product .product-footer {
  padding: 30px 10px 10px;
}

.single-product .product-footer.text-center .star-rating:before {
  width: 100%;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 15px;
}

.single-product .product-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 1.5;
}

.single-product .price {
  margin-bottom: 20px;
  display: block;
}

.ribbon-title {
  background-color: #bc1711;
  display: inline-block;
  border-radius: 10px;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 4px 8px;
  line-height: 1;
}

.price ins {
  text-decoration: none;
}

.price ins .woocommerce-Price-amount {
  color: #222222;
}

.price .woocommerce-Price-amount {
  font-size: 1rem;
  font-weight: 400;
}

/* product style list */
.product-style-list .single-product {
  display: flex;
  flex-wrap: wrap;
}

.product-style-list .single-product .product-footer {
  padding: 0px;
  margin-left: 20px;
  flex: 0 0 49%;
}

.product-style-list .single-product .product-header {
  flex: 0 0 45%;
}

.product-style-list .single-product .price {
  margin-bottom: 14px;
}

/*=================================================
    32. product details
==============================================================*/
.product-summary .product-header,
.product-summary .product-body {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-summary .lists>li:not(:last-child) {
  margin-bottom: 7px;
}

.product-summary .product-title {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.583333;
  margin-bottom: 20px;
}

.product-summary .woocommerce-product-rating {
  margin-bottom: 15px;
}

.product-summary .price {
  font-size: 1.5rem;
}

.product-summary .price ins .woocommerce-Price-amount {
  color: #bc1711;
}

.product-summary .product-meta {
  padding-left: 15px;
}

.product-meta {
  color: #68b613;
  font-size: 1rem;
}

.product-meta i {
  padding-right: 5px;
}

.woocommerce-form {
  display: flex;
}

.woocommerce-form .my_number {
  margin-right: 30px;
}

.product-details-tab.nav-tabs .nav-item:not(:last-child) {
  margin-right: 15px;
}

.product-details-tab.nav-tabs .nav-item .nav-link {
  padding: 10px 38px;
  border: 1px solid #dedede;
  font-size: 1rem;
  color: #222222;
}

.product-details-tab.nav-tabs .nav-item .nav-link.active {
  background-color: #bc1711;
  color: #ffffff;
  border-color: #bc1711;
}

.client-img {
  margin: 18px 0px;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  text-align: center;
  padding: 7px;
  border-radius: 6px;
}

#clients h3 {
  margin: 20px;
}

#clients h3::after {
  content: '';
  margin: 0px auto;
  display: block;
  border-bottom: 2px solid #bc1711;
  height: 10px;
  width: 11%;
}

a.view-btn {
  text-align: center;
  margin: 0px auto;
  display: block;
  background-color: #bd1710;
  width: 10%;
  color: #ffffff;
  padding: 11px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

a.view-btn:hover {
  text-align: center;
  margin: 0px auto;
  display: block;
  background-color: #3f70c6;
  width: 10%;
  color: #ffffff;
  padding: 11px 10px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.product-tab-pane {
  padding: 40px 30px;
  border: 1px solid #dedede;
}

.sign_in_form {
  margin-bottom: 50px;
}

.checkout_title {
  margin-bottom: 30px;
}

.table.shop_table thead th {
  border-bottom: 0px;
}

.table.shop_table td,
.table.shop_table th {
  border-top: 0px;
}

.table.shop_table .product-quantity .quantity {
  display: inline-block;
}

.table.shop_table a.remove {
  float: right;
}

.input-style2 .coupon .form-control,
.input-style3 .coupon .form-control {
  height: 50px;
}

.cart_table_wraper,
.wc-proceed-to-checkout {
  padding-left: 30px;
}

/*------------------------ main content end -------------------------*/
/*--------------------- main element start ----------------------------*/
/*=================================================
    1. element btn
==============================================================*/
.btn {
  padding: 0 40px;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 500;
  transition: all .8s ease;
  position: relative;
  z-index: 2;
}

.btn:not([class*=btn-outline-]) {
  border: 0px;
}

.btn:not(.style2) {
  border-radius: 0px;
}

.btn.style2 {
  border: 1px solid #bc1711;
  border-radius: 3px;
}

.btn.style2:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #bc1711;
}

.btn.btn-secondary {
  background-color: #ffffff;
  color: #bc1711;
}

.btn.btn-secondary:hover {
  background-color: #bc1711;
  color: #ffffff;
}

.btn.btn-primary {
  background-color: #bc1711;
}

.btn.btn-primary:hover:not(.style2) {
  background-color: #ffffff;
  color: #bc1711;
}

.btn[class$=primary]:not(.btn-primary) {
  color: #bc1711;
  border-color: currentColor;
}

.btn[class$=primary]:not(.btn-primary):hover {
  color: #ffffff;
  background-color: #bc1711;
}

.btn.hover-style2 {
  border: 1px solid transparent;
}

.btn.hover-style2.btn-primary:hover:not(.style2) {
  border-color: #bc1711;
  color: #bc1711;
}

.btn-wraper .btn:not(:last-child) {
  margin-right: 5px;
}

/*=================================================
    2. element input field
==============================================================*/
.nice-select.form-control {
  border: 1px solid;
  margin-bottom: 20px;
}

.nice-select.form-control::before {
  top: 10px;
}

.nice-select.form-control .current {
  margin-top: 6px;
  display: block;
}

.form-control {
  border-radius: 2px;
  border-color: transparent;
  padding-left: 19px;
  resize: none;
  transition: all 0.4s ease;
}

.form-control:not(textarea) {
  height: 50px;
}

.form-control:focus {
  border-color: #bc1711;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222;
  font-size: 1rem;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
  font-size: 1rem;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222;
  font-size: 1rem;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
  font-size: 1rem;
}

.form-control.error {
  border-color: #ff3333;
}

select.form-control {
  color: #222222;
  appearance: none;
  position: relative;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

select.form-control option {
  color: #222222;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number],
input[type=date] {
  -moz-appearance: textfield;
}

.form-group {
  margin-bottom: 20px;
}

/* input style 2 */
.input-style2 .form-control,
.input-style3 .form-control {
  border-color: #d8d8d8;
  background-color: #f3f3f3;
  border-radius: 0px;
}

.input-style2 .form-control:not(textarea),
.input-style3 .form-control:not(textarea) {
  height: 45px;
}

.input-style2 .form-control:focus,
.input-style3 .form-control:focus {
  border-color: #a5a5a5;
}

.input-style2 select.form-control:not([size]):not([multiple]),
.input-style3 select.form-control:not([size]):not([multiple]) {
  height: 45px;
}

/* input style 3 */
.input-style3 .form-control {
  border-color: #4c4a4a;
}

#contact_email {
  color: #4c4a4a
}

#contact_email::placeholder {
  color: #4c4a4a
}

.input-style3 .form-control::-moz-placeholder {
  color: #454545;
  font-size: 0.875rem;
}

.input-style3 .form-control::-webkit-input-placeholder {
  color: #454545;
  font-size: 0.875rem;
}

.input-style3 .form-control:-ms-input-placeholder {
  color: #454545;
  font-size: 0.875rem;
}

.input-style3 .form-control::placeholder {
  color: #454545;
  font-size: 0.875rem;
}

/*=================================================
    3. element list
==============================================================*/
.lists>li:not(:last-child) {
  margin-bottom: 10px;
}
body li{
  display: block;
}

.lists>li i {
  color: #bc1711;
}

.lists.check>li:before {
  content: "\f00c";
  color: #bc1711;
  padding-right: 9px;
  font-family: "FontAwesome";
  font-size: 10px;
}

.lists.play>li>a:before {
  content: "\f04b";
  color: #bc1711;
  padding-right: 9px;
  font-family: "FontAwesome";
}

.lists.border-list>li::before {
  padding-left: 9px;
}

.lists.border-list>li:not(:last-child) {
  border-bottom: 1px solid rgba(38, 41, 54, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* info list */
.info-list>li {
  font-size: 1rem;
  line-height: 1.6;
}

.info-list>li i {
  color: #bc1711;
  margin-top: 4px;
  padding-right: 12px;
}

.info-list>li a+a {
  display: block;
}

/* inline list */
.list-inline>li {
  display: inline-block;
}

.border-with-fill-icon img:hover {
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Safari 3-8 */
  transform: scale(0.9);
}

.product_range p {
  color: #333;
}


/*=================================================
    4. element section title
==============================================================*/
.section-title-area[class*=text] {
  padding: 0 60px;
}

.section-title-area .section-title {
  margin-bottom: 20px;
}

.section-title-area .divider {
  margin-bottom: 20px;
}

.section-title-area p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
}

h2,
.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #000;
}

.section-title span#welcome {
  color: #bc1711;
  font-size: 30px;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  text-shadow: 1px 3px 0 #dfdbdb, 1px 13px 5px #d8d5d5;
}

.section-title span#welcome::after {
  content: '';
  width: 40%;
  height: 10px;
  border-bottom: 2px solid #999999;
  margin: 0px auto;
  display: block;
}

.aboutrow {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*=================================================
    5. element social list
==============================================================*/
.soical-list>li {
  display: inline-block;
}

.soical-list>li>a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  color: #222222;
  font-size: 1rem;
  text-align: center;
}

.soical-list>li>a:hover {
  background-color: #bc1711;
  color: #ffffff;
}

.soical-list.round>li>a {
  border-radius: 100%;
}

.soical-list.style2>li>a {
  color: #bc1711;
  border: 1px solid currentColor;
}

.soical-list.style2>li>a:hover {
  color: #ffffff;
}

/*=================================================
    6. element default font sizes
==============================================================*/
h1,
h2,
h3,
h4 {
  color: #222222;
  font-family: 'Rubik', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #222222;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #bc1711;
}

h1,
h2 {
  font-weight: 600;
}

h1,
.banner-title {
  font-size: 3.5rem;
  font-weight: 600;
}

h3,
.heading-title2 {
  font-size: 2.25rem;
  font-weight: 500;
}

h3.style2,
.heading-title2.style2 {
  color: #ffffff;
}

h4,
.heading-title {
  font-size: 1.5rem;
  font-weight: 600;
}

h4.style2,
.heading-title.style2 {
  color: #ffffff;
}

h4.style3,
.heading-title.style3 {
  color: #bc1711;
}

.laed {
  font-size: 1rem;
}

.box-title {
  margin-bottom: 0px;
  border: 1px solid #bc1711;
  padding: 9px 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

.certification_img {
  text-align: center;
  background: white;
}

.certification_img li {
  padding: 10px;
  border-right: 1px dotted #221d1a;
}

.certification_img li:last-child {
  border-right: 0;
}

.certification_img img {
  width: 100px;
}

.single-funfact img {
  width: 100px;
  margin-bottom: 25px;
}



/*=================================================
    7. element owl style
==============================================================*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #c9c9c9;
  font-size: 4.521875rem;
  transition: all 0.4s ease;
  z-index: 2;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  color: #bc1711;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.work-tab-image .owl-carousel .owl-nav button.owl-prev {
  left: 20px !important;
}

.work-tab-image .owl-carousel .owl-nav button.owl-next {
  right: 20px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
  backface-visibility: hidden;
}

.owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 5px;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bc1711;
  transition: all 0.4s ease;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev,
.banner-slider .owl-carousel .owl-nav button.owl-next {
  color: #c9c9c9;
}

.banner-slider .owl-carousel .owl-nav button.owl-prev:hover,
.banner-slider .owl-carousel .owl-nav button.owl-next:hover {
  color: #bc1711;
}

.img-slider .owl-nav button.owl-prev,
.img-slider .owl-nav button.owl-next {
  font-size: 2.994375rem;
}

.img-slider .owl-nav button.owl-prev {
  left: 20px;
}

.img-slider .owl-nav button.owl-next {
  right: 20px;
}

.product-slider .owl-nav button.owl-prev,
.product-slider .owl-nav button.owl-next {
  font-size: 3.75rem;
  color: #222222;
}

.product-slider .owl-nav button.owl-prev:hover,
.product-slider .owl-nav button.owl-next:hover {
  color: #bc1711;
}

.product-slider .owl-nav button.owl-prev {
  left: -60px;
}

.product-slider .owl-nav button.owl-next {
  right: -60px;
}

/*=================================================
    8. element main tab style
==============================================================*/
.nav-tabs .nav-item .nav-link {
  border: 0px;
  border-radius: 0px;
}

.main-tab .nav-item .nav-link {
  background-color: #ffffff;
  color: #bc1711;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 29px;
  height: 45px;
  line-height: 45px;
}

.main-tab .nav-item .nav-link.active {
  background-color: #bc1711;
  color: #ffffff;
}

.tab-pane.fadeInRight {
  transform: translate3d(100px, 0, 0);
  transition: transform 1s cubic-bezier(0.39, 0.58, 0.57, 1), opacity 1.5s ease;
}

.tab-pane.fadeInRight.show {
  transform: translate3d(0px, 0, 0);
}

/*=================================================
    9. element icon with tab
==============================================================*/
.main-tab2 {
  margin-bottom: 30px;
}

.main-tab2 .nav-item {
  width: calc(calc(100% / 3) - 30px);
}

.main-tab2 .nav-item:not(:last-child) {
  margin-right: 42px;
}

.main-tab2 .nav-item .nav-link {
  padding: 0px;
  display: block;
  text-align: center;
  color: #222222;
  font-size: 1rem;
  padding-bottom: 20px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-top: 0px;
  transition: all 0.4s ease;
}

.main-tab2 .nav-item .nav-link i {
  margin-bottom: 15px;
  display: block;
  font-size: 3.125rem;
}

.main-tab2 .nav-item .nav-link.active,
.main-tab2 .nav-item .nav-link:hover {
  border-color: #bc1711;
  color: #bc1711;
  background-color: transparent;
}

/*=================================================
    10. element video
==============================================================*/
.video-wraper {
  position: relative;
  z-index: 2;
}

.video-wraper a i {
  width: 100px;
  height: 100px;
  line-height: 70px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  display: block;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.video-wraper a i:hover {
  background: #bc1711;
  border: 1px solid #bc1711;
}

.simple-popup {
  color: #bc1711;
  font-size: 2.25rem;
}

/*=================================================
    11. back to top
==============================================================*/
.backtotop-wraper {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.4s ease;
}

.backtotop-wraper.sticky {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.backtotop-btn {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: #bc1711;
  font-size: 1.5rem;

}

.backtotop-btn:hover {
  color: #bc1711;
  background-color: transparent;
  border-color: currentColor;
}

/*=================================================
    12. accordion menu
==============================================================*/
.accordion-menu-widget {
  margin-bottom: 40px;
}

.accordion-menu-widget>.card {
  border: 0px;
}

.accordion-menu-widget>.card:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-menu-widget .card-header {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}

.accordion-menu-widget .card-header>.accordion-btn {
  display: block;
  height: 50px;
  background-color: #1e222f;
  line-height: 50px;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 0 18px;
  position: relative;
}

.accordion-menu-widget .card-header>.accordion-btn[aria-expanded="true"] {
  background-color: #bc1711;
}

.accordion-menu-widget .card-header>.accordion-btn[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.accordion-menu-widget .card-header>.accordion-btn[aria-expanded]:before {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  top: 0%;
  right: 18px;
  transform: rotate(0deg);
  font-size: 1.25rem;
  transition: all 0.4s ease;
  transform-origin: center center;
}

.accordion-menu-widget .card-header.active>.menu-btn {
  background-color: #bc1711;
}

.accordion-menu-widget .card-body {
  padding: 0px;
  border-radius: 0px;
}

.accordion-menu>li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.accordion-menu>li>a {
  color: #222222;
  font-size: 1rem;
  display: block;
  padding: 20px 18px;
  line-height: 1;
}

.accordion-menu>li>a:hover {
  color: #bc1711;
}

.accordion-menu>li>a i {
  padding-right: 14px;
  font-size: 0.875rem;
}

.accordion-menu>li.active>a {
  color: #bc1711;
}

/*=================================================
    13. table
==============================================================*/
.price-table thead th {
  background-color: #bc1711;
  border-color: transparent;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
}

.price-table td,
.price-table th {
  text-align: center;
  border-color: transparent;
}

.price-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.price-table.table-striped tbody tr:nth-of-type(odd):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.price-table.table-striped tbody tr:nth-of-type(even) {
  background-color: #e3e3e3;
}

.price-table.table-striped tbody tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.price-table tbody tr {
  transition: all 0.4s ease;
}

.price-table tbody tr td {
  font-size: 1rem;
  color: #222222;
  width: 33.333333%;
}

.price-table tbody tr td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

/*=================================================
    14. accordion
==============================================================*/
.faqAccordion .card,
.faqAccordion .card-header {
  border: 0px;
  border-radius: 0px;
}

.faqAccordion .card:not(:last-child) {
  margin-bottom: 30px;
}

.faqAccordion .card-header {
  background-color: transparent;
  padding: 0px;
}

.faqAccordion .btn-link {
  display: block;
  background-color: #f1f1f1;
  font-size: 1rem;
  color: #222222;
  font-weight: 700;
  padding: 12px 30px;
  cursor: pointer;
  position: relative;
}

.faqAccordion .btn-link::before {
  position: absolute;
  content: "+";
  right: 30px;
  top: 12px;
  color: #bc1711;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.4s ease;
}

.faqAccordion .btn-link[aria-expanded="true"]::before {
  content: "-";
}

.faqAccordion .card-body {
  padding: 20px 30px;
  border: 1px solid #e4e4e4;
}

.faqAccordion .card-body p {
  color: #000000;
}

/*=================================================
    15. filter
==============================================================*/
.filter-button-group {
  margin-bottom: 60px;
}

.main-filter {
  text-align: center;
}

.main-filter>li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.main-filter>li>a {
  font-size: 1.125rem;
  color: #222222;
  display: block;
  transition: all 0.4s ease;
  padding: 15px;
  font-weight: 600;
  color: #333;
  margin: 2px;
  border: 1px solid #ddd;
}

.main-filter>li>a.selected,
.main-filter>li>a:hover {
  color: #bc1711;
  border: 1px solid #bc1711;
}

.main-filter>li:not(:last-child)>a::after {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  background-color: #bc1711;
  margin: 0 20px;
  position: relative;
  top: -5px;
}

/*=================================================
    16. blockquote
==============================================================*/
blockquote {
  margin-bottom: 0px;
}

blockquote p {
  font-size: 1rem;
  margin-bottom: 7px;
}

blockquote p::after {
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 1.5rem;
  display: block;
  padding-top: 15px;
}

blockquote cite {
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
}

/*=================================================
    17. pagination
==============================================================*/
.pagination .page-item:not(:last-child) {
  margin-right: 8px;
}

.pagination .page-item.active .page-link {
  background-color: #bc1711;
  border-color: #bc1711;
  color: #ffffff;
}

.pagination .page-item .page-link {
  border-radius: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  text-align: center;
  color: #bc1711;
  border-color: #d9d9d9;
  font-size: 1rem;
  font-weight: 500;
}

.pagination .page-item:last-child .page-link {
  width: 100px;
}

.row+.pagination {
  margin-top: 30px;
}

/*=================================================
    18. map
==============================================================*/
.map {
  height: 450px;
}

.map-area {
  margin-bottom: 60px;
}

/*=================================================
    19. info block
==============================================================*/
.contact-info-block-area {
  margin-bottom: 30px;
}

.single-info-block {
  background-color: #ececec;
  padding: 20px;
}

.single-info-block .media-body {
  padding-left: 20px;
  color: #222222;
  font-size: 0.9375rem;
  font-weight: 500;
}

.single-info-block a {
  color: inherit;
}

.single-info-block .round-icon {
  font-size: 1.5rem;
}

/*=================================================
    20. search
==============================================================*/
.serach-form {
  position: relative;
}

.serach-form .form-control {
  height: 50px;
  border: 1px solid #ececec;
}

.serach-form .form-control:focus {
  border-color: #bc1711;
}

.serach-form .search-btn {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  color: #bc1711;
  font-size: 0.875rem;
  height: 50px;
  padding: 0 20px;
  z-index: 2;
  cursor: pointer;
}

/*=================================================
    21. recent post
==============================================================*/
.single-recent-post-list:not(:last-child) {
  margin-bottom: 20px;
}

.single-recent-post-list .media-body {
  margin-right: 20px;
}

.single-recent-post-list .media-body+.media-body {
  margin-right: 0px;
}

.single-recent-post-list .media-body>img {
  width: 100%;
}

.single-recent-post-list .entry-title {
  font-size: 0.875rem;
}

.single-recent-post-list .entry-meta>span {
  color: #bc1711;
}

/*=================================================
    22. tag
==============================================================*/
.tag-lists>.tag {
  border: 1px solid #ececec;
  color: #222222;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tag-lists>.tag:hover {
  color: #ffffff;
  background-color: #bc1711;
  border-color: currentColor;
}

.tag-lists.style2>.tag {
  border-color: #555;
  padding: 4px 13px;
}

/*=================================================
    23. sidebar
==============================================================*/
.sidebar-widget {
  box-shadow: 0px 2px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 40px 30px;
}

.sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-widget .widget-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.sidebar-widget .lists>li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar-widget .lists>li>a {
  color: #222222;
  font-size: 1rem;
}

.sidebar-widget .lists>li>a::before {
  color: inherit;
}

.sidebar-widget .lists>li>a:hover {
  color: #bc1711;
}

.sidebar-widget .lists>li>a:hover::before {
  color: inherit;
}

.sidebar-widget .lists>li span {
  padding-left: 5px;
}

/*=================================================
    24. slider range
==============================================================*/
.price-filter .slider-range {
  border: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  margin-bottom: 25px;
}

.price-filter .slider-range .ui-slider-range {
  background-color: #bc1711;
  border-radius: 0px;
}

.price-filter .slider-range .ui-slider-handle {
  border: 0px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #bc1711;
}

.price-filter .slider-output {
  display: flex;
  font-size: 1rem;
  color: #222222;
}

.price-filter .slider-output label {
  margin-bottom: 0;
}

.price-filter .slider-output input:not([type="submit"]) {
  border: 0px;
  pointer-events: none;
  padding-left: 5px;
}

.price-filter .slider-output input:not([type="submit"])::-moz-placeholder {
  font-size: 1rem;
}

.price-filter .slider-output input:not([type="submit"])::-webkit-input-placeholder {
  font-size: 1rem;
}

.price-filter .slider-output input:not([type="submit"]):-ms-input-placeholder {
  font-size: 1rem;
}

.price-filter .slider-output input:not([type="submit"])::placeholder {
  font-size: 1rem;
}

/*=================================================
    25. product filter
==============================================================*/
.nice-select {
  display: inline-block;
  background-color: #ececec;
  border-radius: 0;
  border: 0px;
  min-width: 155px;
  height: 40px;
}

.nice-select::after {
  display: none;
}

.nice-select::before {
  position: absolute;
  content: "\f107";
  right: 17px;
  top: 0;
  font-family: "FontAwesome";
  color: #222222;
  font-size: 0.9375rem;
  transform: rotateX(0deg);
  transition: all 0.4s ease;
}

.nice-select.open .list {
  width: 100%;
  min-width: 200px;
}

.nice-select.open::before {
  transform: rotateX(180deg);
}

.filter-tab {
  justify-content: flex-end;
}

.filter-tab .nav-item {
  margin-bottom: 0px;
}

.filter-tab .nav-item:not(:last-child) {
  margin-right: 10px;
}

.filter-tab .nav-item .nav-link {
  padding: 0px;
  line-height: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ececec;
  color: #222222;
  text-align: center;
}

.filter-tab .nav-item .nav-link.active {
  background-color: #bc1711;
  color: #ffffff;
}

.product-filter {
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5e5e5;
}

.product-filter .shop-filter-title {
  font-size: 1rem;
}

.product-filter .filter-title {
  font-size: 1rem;
  padding-right: 15px;
  display: inline-block;
}

.product-filter .nice-select {
  float: none;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 0px;
}

/*=================================================
    26. woocommerce rating
==============================================================*/
.woocommerce.woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  width: auto;
  overflow: visible;
  font-family: inherit;
}

.woocommerce .star-rating {
  font-size: 0.875rem;
}

.woocommerce .star-rating::before {
  content: '\f005\f005\f005\f005\f006';
  color: #bc1711;
  font-family: "FontAwesome";
  letter-spacing: 3px;
  position: static;
  font-size: 1rem;
}

.woocommerce .star-rating span::before {
  display: none;
}

.woocommerce .star-rating .woocommerce-review-link {
  color: #222222;
  font-size: 1rem;
  margin-left: 15px;
}

.woocommerce .star-rating .woocommerce-review-link:hover {
  color: #bc1711;
}

.woocommerce .star-rating .woocommerce-review-link .count {
  overflow: visible;
  float: none;
  position: static;
  padding-top: 0;
}

/*=================================================
    27. woo review
==============================================================*/
.rate-list li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.rate-list li b {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 0.75rem;
  padding-left: 5px;
}

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

.rate-list li .rate-title {
  width: 15%;
  line-height: 1;
  font-size: 0.75rem;
  margin-top: 1px;
}

.rate-list li .rate-chart {
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: block;
  width: 65%;
  position: relative;
  overflow: hidden;
}

.rate-list li .rate-chart .rate-chart-bar {
  background-color: #bc1711;
  border-radius: 5px;
  display: block;
  height: 100%;
}

.rate-list li .star-rating {
  width: 20%;
  margin-bottom: 0;
  text-align: right;
  margin-top: -2px;
  padding-right: 0;
  padding-left: 15px;
}

.rate-list li .star-rating::before {
  color: #bc1711;
}

.rate-list li .star-rating[data-value="5"]::before {
  content: '\f005\f005\f005\f005\f005';
}

.rate-list li .star-rating[data-value="4"]::before {
  content: '\f005\f005\f005\f005\f006';
}

.rate-list li .star-rating[data-value="3"]::before {
  content: '\f005\f005\f005\f006\f006';
}

.rate-list li .star-rating[data-value="2"]::before {
  content: '\f005\f005\f006\f006\f006';
}

.rate-list li .star-rating[data-value="1"]::before {
  content: '\f005\f006\f006\f006\f006';
}

.rate-score .star-rating {
  font-size: 1.875rem;
  float: left;
}

.rate-score .rating-score-des {
  font-size: 1.25rem;
  float: left;
  margin-bottom: 0;
}

.rate-score .help-tip {
  float: right;
}

.woocommerce .rate-score .star-rating {
  margin-bottom: 10px;
}

.woocommerce-Reviews {
  padding-top: 50px;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 500;
}

.woocommerce-Reviews .comment_container .comment-text {
  float: right;
}

.woocommerce-Reviews .star-rating {
  font-family: inherit;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 42px;
  height: 42px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 30px;
  width: calc(100% - 70px);
}

.woocommerce .comment-form-rating {
  display: inline-block;
  line-height: 1;
}

.woocommerce .comment-form-rating .star-rating {
  margin: 0;
  float: right;
  width: auto;
  overflow: visible;
  font-family: inherit;
  padding-left: 15px;
}

.woocommerce .woocommerce-Reviews .comment-form {
  padding-top: 50px;
}

.woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]),
.woocommerce .woocommerce-Reviews .comment-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce .woocommerce-Reviews .comment-form textarea {
  height: 100px;
  padding: 15px;
  resize: none;
}

.woocommerce #respond input#submit {
  font-size: 0.75rem;
  padding: 12px 25px;
  font-weight: 500;
  color: #ffffff;
  background-color: #bc1711;
  transition: all 0.4s ease;
}

/*=================================================
    28. help tip
==============================================================*/
.help-tip {
  text-align: center;
  background-color: #bc1711;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  display: inline-block;
  z-index: 9;
  position: relative;
}

.help-tip::before {
  content: '?';
  font-weight: bold;
  color: #fff;
}

.help-tip:hover .help-tip-text {
  display: block;
  transform-origin: 100% 0%;
  animation: tipFadeIn 0.3s ease-in-out;
}

.help-tip .help-tip-text {
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  min-width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 8px;
  pointer-events: none;
  font-weight: 400;
}

.help-tip .help-tip-text::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px;
}

.help-tip .help-tip-text::after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}

@keyframes tipFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100%;
  }
}

/*=================================================
    29. vertical slider
==============================================================*/
.slideshow_thumbs>li:not(:last-child) {
  margin-bottom: 8px;
}

.slideshow_thumbs>li>a {
  position: relative;
  overflow: hidden;
}

.slideshow_thumbs>li>a>img {
  transition: all 0.4s ease;
  transform: scale(1);
}

.slideshow_thumbs>li>a:hover {
  opacity: .9;
}

.slideshow_thumbs>li>a:hover>img {
  transform: scale(1.05);
}

.slideshow {
  margin-left: 10px;
}

/*=================================================
    30. custom number
==============================================================*/
.my_number .add {
  float: right;
}

.my_number .sub {
  float: left;
}

.my_number .add,
.my_number .sub,
.my_number .input_number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  color: #303030;
}

.my_number .input_number {
  border: 1px solid #e7e7e7;
  pointer-events: none;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 500;
}

.my_number .add,
.my_number .sub {
  background-color: #e7e7e7;
  cursor: pointer;
}

/*=================================================
    31. preloader
==============================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

.preloader .preloader-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sk-cube-grid {
  width: 60px;
  height: 60px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #bc1711;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.sidebars>.sidebar {
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 300px;
}

.sidebars>.sidebar .slide-toggle {
  float: right;
  font-size: 1rem;
  border: 1px solid transparent;
}

.sidebars>.sidebar .round-icon:hover {
  color: #bc1711;
  border-color: #bc1711;
}

.sidebars>.sidebar .sidebar-area {
  margin-top: 100px;
}

.sidebars>.sidebar .sidebar-area .info-list {
  margin-bottom: 30px;
}

.sidebars>.sidebar .sidebar-area .info-list>li {
  text-align: left;
}

.sidebars>.sidebar .sidebar-area .info-list>li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebars>.sidebar .sidebar-area .info-list>li .media-body>a,
.sidebars>.sidebar .sidebar-area .info-list>li .media-body>p {
  color: #222222;
}

.sidebars>.sidebar .sidebar-area .soical-list>li:not(:last-child) {
  margin-right: 15px;
}

.sidebars>.sidebar .sidebar-area .sidebar-title {
  font-size: 1.875rem;
  margin-bottom: 20px;
}

.sidebars>.sidebar .sidebar-area .single-recent-post-list .entry-title {
  font-size: 1.125rem;
}

.sidebars>.sidebar .recent-post-lists {
  margin-bottom: 40px;
}

.sidebars>.sidebar .btn-wraper {
  text-align: center;
}

.sidebars>.sidebar .btn-wraper .btn {
  padding: 0 25px;
  margin-bottom: 10px;
}

.sidebars>.sidebar .btn-wraper .btn:not(:last-child) {
  margin-right: 10px;
}

/*=================================================
    32. element inheritance
==============================================================*/
/* margin bottom */
.mb_0 {
  margin-bottom: 0px;
}

/* padding bottom */
.pb_0 {
  padding-bottom: 0px;
}

/* margin bottom */
.mb_1 {
  margin-bottom: 10px;
}

/* padding bottom */
.pb_1 {
  padding-bottom: 10px;
}

/* margin bottom */
.mb_2 {
  margin-bottom: 20px;
}

/* padding bottom */
.pb_2 {
  padding-bottom: 20px;
}

/* margin bottom */
.mb_3 {
  margin-bottom: 30px;
}

/* padding bottom */
.pb_3 {
  padding-bottom: 30px;
}

/* margin bottom */
.mb_4 {
  margin-bottom: 40px;
}

/* padding bottom */
.pb_4 {
  padding-bottom: 40px;
}

/* margin bottom */
.mb_5 {
  margin-bottom: 50px;
}

/* padding bottom */
.pb_5 {
  padding-bottom: 50px;
}

/* margin bottom */
.mb_6 {
  margin-bottom: 60px;
}

/* padding bottom */
.pb_6 {
  padding-bottom: 60px;
}

/* margin bottom */
.mb_7 {
  margin-bottom: 70px;
}

/* padding bottom */
.pb_7 {
  padding-bottom: 70px;
}

/* margin bottom */
.mb_8 {
  margin-bottom: 80px;
}

/* padding bottom */
.pb_8 {
  padding-bottom: 80px;
}

/* margin bottom */
.mb_9 {
  margin-bottom: 90px;
}

/* padding bottom */
.pb_9 {
  padding-bottom: 90px;
}

/* margin bottom */
.mb_10 {
  margin-bottom: 100px;
}

/* padding bottom */
.pb_10 {
  padding-bottom: 100px;
}

/* default style a tag */
a {
  transition: all 0.4s ease;
  display: inline-block;
}

/* remove last child padding */
p:last-child {
  margin-bottom: 0px;
}

/* round icon */
.round-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: #bc1711;
  color: #ffffff;
  transition: all 0.4s ease;
}

.round-icon:hover {
  background-color: #ffffff;
  color: #bc1711;
}

.round-icon.medium {
  font-size: 1.875rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

/* color */
.black-color {
  color: #000000;
}

/* background color */
.black-bg {
  background-color: #000000;
}

/* color */
.white-color {
  color: #ffffff;
}

/* background color */
.white-bg {
  background-color: #ffffff;
}

/* color */
.primary-color {
  color: #bc1711;
}

/* background color */
.primary-bg {
  background-color: #bc1711;
}

/* color */
.gray-color {
  color: #f4f4f4;
}

/* background color */
.gray-bg {
  background-color: #f4f4f4;
}

/* remove from control focus box shadow */
.form-control:focus {
  box-shadow: none;
}

/* bootstrap nav style reset */
.nav-tabs {
  border-bottom: 0px;
}

/* owl image preset */
.owl-carousel .owl-item img {
  width: auto;
}

/* tab pane animation */
.tab-pane.animated {
  animation-duration: 1.5s;
}

/* remove iframe box shadow and background */
.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: transparent;
}

/* section padding */
.section-padding {
  padding: 100px 0px;
}

.section-padding-bottom {
  padding-bottom: 100px;
}

.work-tab-image {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.work-tab-image .service-slider {
  border: 1px dashed #FF6600;
  padding: 10px 0px;
}

.section-padding-top {
  padding-top: 50px;
}

.section-padding-top-50 {
  padding-top: 50px;
}

.section-padding-bottom-50 {
  padding-bottom: 50px;
}

.section-padding-top-bottom {
  padding: 50px 0;
}

/* parallax */
.parallax {
  background-attachment: fixed;
}

/* background image */
.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* content label */
.content-label {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #bc1711;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  position: absolute;
  top: 3px;
  right: -8px;
}

/* border with fill icoon */
.border-with-fill-icon {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 100%;
  font-size: 2.5rem;
  color: #bc1711;
  transition: all 0.4s ease;
}

.border-with-fill-icon img {
  border-radius: 100%;
  width: 90%
}

.border-with-fill-icon img:hover {
  transition: all .3s;
  width: 100%
}

.border-with-fill-icon:hover {
  background-color: #bc1711;
  color: #ffffff;
}

/* if parent text center */
.text-center .border-with-fill-icon {
  margin-left: auto;
  margin-right: auto;
}

/* if parent text right */
.text-right .border-with-fill-icon {
  margin-left: auto;
}

/* icon wraper */
.icon-wraper>i:not(:last-child) {
  margin-right: 10px;
}

.left-side {
  height: 100%;
  padding: 7em 1em 7em 8em;
  background: #2ea5bb url(../images/careers.php-image.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
  font-size: .8em;
  line-height: 1.4em;
}

.right-side {
  padding: 3em 0 1em;
}

.no-padding {
  padding: 0px !important;
}

.about-image {
  text-align: right;
  padding-top: 40px;
}




.category_effects {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.category_effects figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.category_effects figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.category_effects figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category_effects figure figcaption::before,
.category_effects figure figcaption::after {
  pointer-events: none;
}

.category_effects figure figcaption,
.category_effects figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.category_effects figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.category_effects figure h2 {
  font-size: 150%;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .7);
}


.category_effects figure h2 span {
  font-weight: 800;
}

.category_effects figure h2,
.category_effects figure p {
  margin: 0;
}

.category_effects figure p {
  font-size: 65.5%;
  color: #fff;
}






figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 15%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 1em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 5%;
  transition: transform 0.35s;
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.request-quote {
  position: fixed;
  bottom: 2px;
  left: 0px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.75);
}

.pt-40 {
  padding-top: 40px;
}

.pt-10 {
  padding-top: 10px;
}

.table td,
.table th {
  padding: 5px;
  font-size: 14px;
}

.page-heading h5 {
  font-size: 18px;
  font-weight: bold;
}

.product-img img {
  box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.15), 0 5px 14px 0 rgba(0, 0, 0, 0.18);
  float: right;
}


.download-brochure {
  padding: 0 9px;
  margin-top: 5px;
}

.single-work figcaption {
  color: #fff;
}

.single-work figcaption h5 {
  margin-bottom: 0px;
}

.single-work figcaption .divider {
  height: 2px;
  width: 77px;
  background-color: #fff;
  text-align: center;
  display: inline-block;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  /* background: none; */
  border: none;
  width: 100%;
}



/* ================= marquee section css ================ */

.marquee-text ul li a {
  color: #000;
  font-size: 16px;
}

.marquee-text ul li {
  float: left;
  list-style: none;
  display: contents;
}

.marquee-text {
  margin-top: 10px;
  display: none;
}

.seo-nav-item .nav-link {
  margin: 0px !important;
}

/* .seo-text-1 h6{line-height: 0px;} */

.vender-img {
  box-shadow: -1px 3px 15px 2px #c0d2ff;
  margin-bottom: 40px;
}

.whyus {
  background: linear-gradient(0deg, #0e0e0e2e, #131313), url(../images/banners/why-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4%;
}

.bbott {
  color: #ffffff;
}

.bbott::after {
  content: '';
  display: block;
  margin: 0px auto;
  height: 10px;
  width: 20%;
  border-bottom: 2px solid #ffffff;
}

.ketpoints {
  width: 100%;
  margin-top: 40px;
}

.ketpoints h5 {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.ketpoints ul {
  display: flex;
  color: #ffffff;

}

.ketpoints ul li {
  font-size: 18px;
  background-color: #ffffffde;
  color: #000000;
  padding: 20px 9px;
  text-align: center;
  margin: 17px auto;
  border-radius: 6px;
  width: 210px;
  justify-content: center;
  align-items: center;
  display: block;
}

.ketpoints ul li i {
  margin-right: 10px;
}

section.company {
  background: #f2f0f0;
}

.cname>h1 {
  background-image: url(../images/bg2.webp);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 115px;
  font-weight: 800;
  font-family: 'DM Serif Display', serif;
  -webkit-font-smoothing: antialiased;
  animation: textclip 15s linear infinite;
  margin: 0 auto;
  color: #FFFFFF;
  text-shadow: 1px 3px 0 #d62525, 1px 13px 5px #cbcbcb;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }

}

.dflex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topinfo {
  background: #252424;
  color: white;
  padding: 5px 0px;
  display: flex;
  align-items: center;
}

.topinfo ul li {
  display: inline;
  margin-right: 10px;
}

ul.top-social {
  float: right;
}

ul.top-social li img {
  width: 27px;
}

ul.top-social li img:hover {
  transform: rotate(360deg);
  transition: 0.8s;
}

.top-call {
  margin-top: 3px;
}

footer .footerSection {
  padding: 70px 0px;
  padding-bottom: 0px;
  width: 100%;
  background: linear-gradient(0deg, #0e0e0ed9, #131313d1), url(../images/fbg2.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  border-top: 5px solid #ee211a;
  background-attachment: fixed;
}

footer .footerSection h4 {
  margin-bottom: 40px;
  color: white;
}

img#flogo {
  width: 280px;
  display: block;
  margin-bottom: 36px;
}

.footerinfo ul li i {
  position: absolute;
  left: 15px;
  font-size: 27px;
  color: red;
}

.footerinfo ul li {
  margin-left: 35px;
  margin-bottom: 10px;
}

#contact_submit {
  width: 135px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background: white;
  border: 0px;
  margin-top: 10px;
  border-bottom: 1px solid red;
}

.newsletter {
  padding-left: 30px;
  padding-right: 30px;
}

.soical-list.round.style2.newssocial {
  margin-top: 40px;
}

.copyright {
  width: 100%;
  background: #0000008a;
  padding: 17px 0px;
  margin-top: 40px;
}

.copyright a {
  color: white;
}

#requestquote {
  width: 160px;
  padding: 10px;
  background: linear-gradient(#ee2727, #910606);
  color: white;
  border: 0px;
  cursor: pointer;
  text-align: center;
}

#requestquote:hover {
  background: linear-gradient(#910606, #ee2727);
}

.mymenu {
  width: 100%;
  background: rgb(235, 233, 233);
  padding: 25px;
  height: 80vh;
  overflow-y: scroll;
}

.mymenu h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted black;
  width: fit-content;
}

.mymenu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;


}

.mymenu ul li {
  text-align: center;
  margin: 5px;
  background: radial-gradient(#f7f3f3c2, #125c7f);
}

.mymenu ul li a>h5 {
  margin: 0px;
  background: #e40f0f;
  color: white;
  padding: 5px;
  font-size: 16px;
}

.mymenu::-webkit-scrollbar {
  width: 6px;
  background-color: rgb(214, 214, 214);
}

.mymenu::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #1c8cf5a6, #1f77eba8), url(../images/linepat.jpg);
  border-radius: 10px;

}

.mymenu::-webkit-scrollbar-thumb:vertical:hover {
  background: rgba(5, 63, 150, 0.65);
}

.single-work.media {
  overflow: hidden;
}


.row.adjustnav {
  display: flex;
  align-items: center;
}

.main-menu .navbar-nav>li:not(:last-child) {
  margin-right: 1px;
}

.header-area {
  background: #fcfdff;
}

.header-area .row>[class^="col-"] {
  position: relative !important;
}

img#logo {
  width: 100%;
  padding: 15px 0px;
}






.mycard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  background: white;
  margin-bottom: 25px;
}

.mycard img {
  width: 100%;
}

.mycard:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.mycard:hover .cardbox {
  background: linear-gradient(0deg, #68e3f3a1, transparent);
}

.cardbox {
  padding: 20px;
  height: 190px;
}

.titleHeading {
  display: flex;
  text-align: center;
  justify-content: center;
}

.cardrow {
  margin-top: 30px;
}

.progallery {
  width: 100%;
  padding: 70px 0px;
  background: rgb(240, 240, 240);
}

.cableCategory {
  background: #ffffff;
  padding: 70px 0px;
  box-sizing: border-box;
  margin: 6% 0px;
}



.galleryItem {
  position: relative;
  margin: 0.4rem;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  border: 1px solid #ccc;
  background: radial-gradient(#f7f5f5, #201f1f29);
  display: inline-block;
  height: 280px;
}

.galleryItem img {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 280px;
}

.ourgallery {
  /* display: block; */
}


.galleryItem .gal-icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #0000006e;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.7s linear;

}

#proname {
  position: absolute;
  bottom: -2px;
  text-align: center;
  width: 100%;
  background: #0000006e;
  color: white;
  margin: 0px;
  padding: 15px 0px;
}

.galleryItem:hover .gal-icon {
  display: flex;
  flex-direction: column;
  color: white;
}

.galleryItem:hover #proname {
  display: none;
}

.galleryItem .gal-icon a i {
  font-size: 25px;
  margin: 7px;
  color: white;
}

img.fancybox-image {
  background: white;
}

@media(min-width:768px) {
  .ourgallery {
    column-gap: 0px;
    column-width: 20vw;
  }

  .galleryItem {
    break-inside: avoid;
  }
}

section#director {
  padding: 5% 0px 5%;
  background-color: #ededed;
}

.cent-col {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.director {
  background-color: #ffffff;
  text-align: center;
  padding: 5% 14px;
  border-radius: 5px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.director img {
  width: 55%;
  border-radius: 50%;
}

.director h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.director h3 {
  color: #9b9b9b;
  font-size: 24px;
  font-family: 'Roboto';
  margin-top: 10px;
}









@media(max-width:764px) {
  .cardbox {
    padding: 20px;
    height: auto;
  }

  .top-social {
    display: none;
  }

  .topinfo ul li {
    font-size: 13px;
    margin-right: 0px;
  }

  .row.dflex img {
    width: 100px;
  }

  .cname>h1 {
    font-size: 25px;
    line-height: 40px;
    -webkit-text-fill-color: #bc1711;
    background-image: none;
    text-shadow: none;
    margin: 0px;
    text-align: left;
  }

  img#renufo {
    display: none;
  }

  .navbar-toggler-icon {
    margin-top: 20px;
  }

  .newsletter {
    padding-left: 0;
  }

  footer .footerSection h4 {
    margin-bottom: 20px;
    color: white;
    font-size: 25px;
    margin-top: 25px;
  }

  .request-quote {
    bottom: 70px;
  }

  img#logo {
    width: 200px;
  }

  .mymenu ul {
    flex-direction: column;
    justify-content: start;
  }

  .mymenu ul li a img {
    display: none;
  }

  .mymenu ul li {
    background: none;
    text-align: left;
  }

  .mymenu ul li a>h5 {
    background: none;
    color: black;
  }

  .mymenu h3 {
    font-size: 17px;
  }

  .navbar-toggler {
    left: 84% !important;
  }

  .galleryItem {
    break-inside: avoid;
  }
}

.nav-item {
  font-family: 'Merriweather', serif;
}


.l-color a {
  color: #ffffff !important;
  text-decoration: underline;
}

a.carr-btn {
  text-align: center;
  margin: 16px auto 0px;
  display: block;
  border: 1px solid;
  width: 45%;
  padding: 7px;
  color: #000000;
}

.car-img h2 {
  font-size: 25px;
  text-align: center;
  margin: 0px 0px 7px;
}

.about-pag {
  text-align: center;
  margin: 1% 0px 5%;
}

.about-pag h2::after {
  content: '';
  margin: 0px auto 10px;
  border-bottom: 2px solid #bd1710;
  width: 13%;
  height: 5px;
  display: block;
}

#dealer {
  padding: 5% 0px;
  background-color: #f3f3f3;
  text-align: center;
}

.form-heading {
  text-align: center;
  margin-bottom: 20px;
}

.form-heading h3 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.amazon-section {
  position: fixed;
  top: 50%;
  right: -43px;
  z-index: 9999;
  transform: translateY(-50%) rotate(270deg);
  -webkit-transform: translateY(-50%) rotate(270deg);
  -o-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  -moz-transform: translateY(-50%) rotate(270deg);
  background: #fff;
  padding: 8px;
}

.amazon-section img {
  width: 120px;
}

.contact-btn {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  left: -43px;
  top: 40%;
  z-index: 99;
  transform: translateY(-50%) rotate(270deg);
  -webkit-transform: translateY(-50%) rotate(270deg);
  -o-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  -moz-transform: translateY(-50%) rotate(270deg);
}



/*-------milestone-------------*/
.newmiles-sec {
  padding: 0 0 0 0;
}

.newmiles-sec .milestn-message-sec {
  margin: 0 0 0 0px;
}

.newmiles-sec .milestn-message-sec:before {
  content: "";
  width: 4px;
  height: 100%;
  border-left: 8px dotted #333;
  position: absolute;
  bottom: -100%;
  left: 35px;
}

.newmiles-sec .milestn-message-sec h2 {}

.newmiles-sec .milestn-message-sec p {}

.newmiles-sec .mistone-road-sec {
  position: relative;
  margin: 0px 0 0 0;
}

.newmiles-sec .mistone-road-sec .in-mistone-road-sec {
  position: relative;
  top: 0;
}

.newmiles-sec .mistone-road-sec .in-mistone-road-sec img.desktop-road-img {
  display: block;
}

.newmiles-sec .mistone-road-sec .in-mistone-road-sec img.mobile-road-img {
  display: none;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk img.milestone-board-img {
  width: 75px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk {
  position: absolute;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk span.year {
  position: absolute;
  color: #525252;
  font-size: 20px;
  font-weight: 600;
  left: 16px;
  top: 16px
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk .description {
  width: 180px;
  position: absolute;
  font-size: 14px;
  line-height: 16px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) {
  top: 160px;
  left: 0px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) .description {
  top: -35px;
  left: 20px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) .inner-content:before {
  content: "";
  position: absolute;
  right: -24px;
  top: 6px;
  width: 30px;
  background-image: url(../images/milestone-arrow-up-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) {
  top: 213px;
  left: 150px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) .description {
  top: -122px;
  left: -13px;
  width: 200px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) .inner-content:before {
  content: "";
  position: absolute;
  right: -26px;
  top: 9px;
  width: 30px;
  background-image: url(../images/milestone-arrow-up-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) {
  top: 290px;
  left: 240px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) .description {
  top: -48px;
  left: 79px;
  width: 208px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) .inner-content:before {
  content: "";
  position: absolute;
  right: -26px;
  top: 9px;
  width: 30px;
  background-image: url(../images/milestone-arrow-up-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) {
  top: 220px;
  left: 620px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) .description {
  top: 7px;
  left: 70px;
  width: 197px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) .inner-content:before {
  content: "";
  position: absolute;
  right: -32px;
  top: 34px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) {
  top: 287px;
  left: 690px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) .description {
  top: 50px;
  left: 92px;
  width: 170px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) .inner-content:before {
  content: "";
  position: absolute;
  right: -32px;
  top: 34px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) {
  top: 75px;
  left: 416px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) .description {
  top: -5px;
  left: -136px;
  width: 140px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) .inner-content:before {
  content: "";
  position: absolute;
  right: 74px;
  width: 27px;
  background-image: url(../images/milestone-arrow-down-l.png);
  background-size: cover;
  height: 30px;
  top: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) {
  top: 24px;
  left: 525px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) .description {
  top: -21px;
  left: 78px;
  width: 156px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) .inner-content:before {
  content: "";
  position: absolute;
  right: -32px;
  top: 34px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) {
  top: 85px;
  left: 1038px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) .description {
  top: 68px;
  left: 46px;
  width: 124px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) .inner-content:before {
  content: "";
  position: absolute;
  right: -32px;
  top: 34px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-r.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) {
  top: 144px;
  left: 795px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) .description {
  top: -36px;
  left: -218px;
  width: 226px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) .inner-content:before {
  content: "";
  position: absolute;
  right: 69px;
  top: 16px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-tl.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) {
  top: -90px;
  left: 1070px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) .description {
  top: 70px;
  left: -154px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) .inner-content:before {
  content: "";
  position: absolute;
  right: 78px;
  top: 11px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-l.png);
  background-size: cover;
  height: 30px;
}


.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) {
  top: -150px;
  left: 900px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) .description {
  top: -40px;
  left: -87px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) .inner-content:before {
  content: "";
  position: absolute;
  right: 69px;
  top: 16px;
  width: 30px;
  background-image: url(/wp-content/uploads/2022/11/milestone-arrow-down-tl.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(13) {
  top: -150px;
  left: 1170px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(13) .description {
  top: -36px;
  left: -70px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(13) .inner-content:before {
  content: "";
  position: absolute;
  right: 69px;
  top: 16px;
  width: 30px;
  background-image: url(../images/milestone-arrow-down-tl.png);
  background-size: cover;
  height: 30px;
}

.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(14),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(15),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(16),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(17),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(18),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(19),
.newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(20) {
  display: none;
}


@media only screen and (max-width :1920px) {
  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) {
    top: 185px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) {
    top: 180px;
    left: 0;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) {
    top: 230px;
    left: 129px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) {
    top: 293px;
    left: 287px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) {
    top: 261px;
    left: 624px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) {
    top: 33px;
    left: 396px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) {
    top: 14px;
    left: 515px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) {
    top: 75px;
    left: 713px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) .description {
    top: 19px;
    left: 72px;
    width: 221px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) {
    left: 1064px;
    top: 80px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) {
    left: 788px;
    top: -104px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) {
    top: -149px;
    left: 893px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(13) {
    top: -148px;
    left: 94%;
  }
}

@media only screen and (max-width :1366px) {
  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) {
    top: 160px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) {
    top: 170px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) {
    top: 218px;
    left: 141px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) {
    top: 377px;
    left: 353px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) {
    top: 260px;
    left: 631px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) {
    top: 61px;
    left: 429px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) {
    top: 82px;
    left: 674px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) {
    left: 1102px;
    top: -95px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) {
    top: -149px;
    left: 915px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) {
    top: -104px;
    left: 794px;
  }
}

@media only screen and (max-width :1024px) {
  .newmiles-sec .milestn-message-sec {
    max-width: 50% !important;
    flex: 0 0 50%;
  }

  .newmiles-sec .milestn-message-sec:before {
    content: "";
    height: 60%;
    bottom: -117px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk img.milestone-board-img {
    width: 60px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk span.year {
    font-size: 18px;
    top: 12px;
    left: 11px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk .description {
    font-size: 12px;
    line-height: 14px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) {
    top: 100px;
    left: -26px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) .inner-content:before {
    right: -30px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(2) .description {
    top: -30px;
    left: 4px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) {
    top: 145px;
    left: 80px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) .inner-content:before {
    right: -28px;
    top: 18px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(3) .description {
    top: -27px;
    left: 66px;
    width: 132px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) {
    top: 200px;
    left: 189px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) .description {
    top: 67px;
    left: 65px;
    width: 138px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(4) .inner-content:before {
    content: "";
    position: absolute;
    right: -32px;
    top: 34px;
    width: 30px;
    background-image: url(../images/milestone-arrow-down-r.png);
    background-size: cover;
    height: 30px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(5) {
    top: 171px;
    left: 450px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) {
    top: 24px;
    left: 269px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) .description {
    top: -50px;
    left: 9px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(6) .inner-content:before {
    content: "";
    position: absolute;
    right: -25px;
    top: -2px;
    width: 30px;
    background-image: url(../images/milestone-arrow-up-r.png);
    background-size: cover;
    height: 30px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) {
    top: 23px;
    left: 464px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) .description {
    top: 50px;
    left: -121px;
    width: 138px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(7) .inner-content:before {
    content: "";
    position: absolute;
    right: 56px;
    top: 11px;
    width: 30px;
    background-image: url(../images/milestone-arrow-down-l.png);
    background-size: cover;
    height: 30px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) {
    top: 53px;
    left: 526px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) .description {
    top: 60px;
    left: 38px;
    width: 159px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(8) .inner-content:before {
    content: "";
    top: 25px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) {
    top: 59px;
    left: 751px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) .description {
    top: -34px;
    left: -30px;
    width: 142px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(9) .inner-content:before {
    content: "";
    position: absolute;
    right: -25px;
    top: -2px;
    width: 30px;
    background-image: url(../images/milestone-arrow-up-r.png);
    background-size: cover;
    height: 30px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) {
    left: 556px;
    top: -88px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(10) .description {
    left: -154px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) {
    left: 624px;
    top: -120px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(11) .description {
    top: 60px;
    left: -94px;
    width: 130px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(12) {
    top: -120px;
    left: 710px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk:nth-child(13) {
    top: -120px;
    left: 780px;
  }
}

@media only screen and (max-width :968px) {
  .newmiles-sec .mistone-road-sec .in-mistone-road-sec img.desktop-road-img {
    display: none;
  }

  .newmiles-sec .mistone-road-sec .in-mistone-road-sec {
    background-image: url("../images/road-line.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 28px 0;
  }

  .newmiles-sec .milestn-message-sec {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk {
    position: relative;
  }

  .newmiles-sec .milestn-message-sec:before {
    content: "";
    height: 0;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk img.milestone-board-img {
    transform: rotate(90deg);
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk {
    left: 90px !important;
    top: 0 !important;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk .description {
    top: -20px !important;
    left: 0 !important;
    position: relative !important;
    width: 80% !important;
    padding: 0 20px !important;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk span.year {
    font-size: 18px;
    left: 48px;
    top: 49px;
  }

  .newmiles-sec .mistone-road-sec .mistonetimeline-blk .inner-content:before {
    display: none !important;
  }
}

  /*--------milestone css end-------------*/


  /*---counter css start----*/

 
  .counter-card .counter-text{
    color: #ffffff;
    font-size: 2em;
    font-weight: 600;
  }
  .number-color{
    color: #f47629;
  }

.l-color{
  word-break: break-all;
}


/*---counter css end----*/
.ty .ul, li {
  margin: 0;
  padding: 0;
  list-style: circle!important;
}



/*counter responsive css*/

@media only screen and (max-width: 600px){
.projectFactsWrap .item {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    text-align: center;
}

.cable-counter{
  height: 1200px;
    width: 100%;
}
.single-funfact h5{
  margin-top: 10px;
}
.projectFactsWrap .item:nth-child(1) {
  background: none;
}
.projectFactsWrap .item p{
  color: #FF6600;
}
.projectFactsWrap .item {
  flex: 0 0 50%;
}
}
@media screen and (min-width: 767px) and (max-width: 800px){
  .projectFactsWrap .item {
      width: 100%;
      height: 100%;
      padding: 20px 0px;
      text-align: center;
  }
  

  .single-funfact h5{
    margin-top: 10px;
  }
  .projectFactsWrap .item:nth-child(1) {
    background: none;
  }
  .projectFactsWrap .item p{
    color: #FF6600;
  }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-top: 45px;
}
  }

  @media screen and (min-width: 1023px) and (max-width: 1052px){

  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0px;
  }
  .main-menu .navbar-nav .nav-item .nav-link{
    font-size: 12px;
  }
  }







.director_msg{
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 35px;
  margin-bottom: 50px;
  border-radius: 10px;
  top: 0;
  transition: top ease 0.5s;
  position: relative;
}
.director_msg:hover{
  top: -10px;
}
.imgSect_dirctor img{
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.content_dirctor{
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .director_msg {
    padding: 15px;
  }
  .imgSect_dirctor img{
    width: 50%;
  }
  .imgSect_dirctor{
    text-align: center;
  }
  .content_dirctor h4{
    font-weight: 700 !important;
  }
  .content_dirctor {
    padding: 15px 0;
  }

}


.paraClstop{
  padding: 30px 100px;
}
.content_dirctor h6{
  font-weight: 700;
}

