::-moz-selection {
  background: #e2001c;
  color: #fff;
}
::selection {
  background: #e2001c;
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 1.65;
}
a {
  color: #232633;
  text-decoration: none;
  outline: none;
}

a,
.btn,
button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #e2001c;
  text-decoration: none;
}
.fancybox-button {
  min-width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Space Grotesk", sans-serif; */
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #232633;
}
.main-section a.link {
  word-break: break-all;
}
a.link i {
  font-size: 11px;
}
h1 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 20px;
}

.mrt-20 {
  margin-top: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.fs-60 {
  font-size: 60px;
}
.fs-55 {
  font-size: 55px;
}
.fs-50 {
  font-size: 50px;
}
.fs-45 {
  font-size: 45px;
}
.fs-35 {
  font-size: 35px;
}
.fs-30 {
  font-size: 30px;
}
.fs-25 {
  font-size: 25px;
}
.fs-18 {
  font-size: 18px;
}

img {
  max-width: 100%;
}
button,
.btn,
input[type="submit"] {
  min-width: 137px;
  border: 0px;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  font-family: "Roboto", sans-serif;
  box-shadow: none !important;
  color: #fff;
  background: #032532;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  text-transform: uppercase;
}
[type="reset"]:hover,
[type="submit"]:hover,
button:hover,
.btn:hover,
html [type="button"]:hover {
  background: #e2001c;
  border-color: #e2001c;
  color: #fff;
  cursor: pointer;
}

[type="reset"]:focus,
[type="submit"]:focus,
button:focus,
.btn:focus,
html [type="button"]:focus {
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.33);
}
/*
        .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {background: #232633; color: #fff;}
        */
a.link {
  text-decoration: underline;
}
input {
  font-family: "Rajdhani", sans-serif;
}
input[type="file"] {
  font-size: 14px;
  -webkit-appearance: none;
}
.field {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  float: left;
}
.form-control {
  outline: none !important;
  padding: 14px 15px;
  border-radius: 0px;
  border: 1px solid rgb(216 216 216 / 93%) !important;
  background: #fafafb;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(24 24 24 / 98%);
  font-family: "Roboto", sans-serif;
}
textarea.form-control {
  min-height: 91px;
}
.form-control:focus {
  background-color: transparent;
  border-color: inherit;
}
select.form-control:not([size]):not([multiple]) {
  height: 49px;
  -webkit-appearance: none;
  background-image: url(images/select-arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
blockquote {
  padding: 25px 25px;
  border-left: 4px solid #232633;
  background: rgba(16, 86, 120, 0.05);
  font-size: 17px;
  font-weight: 300;
  position: relative;
  line-height: 28px;
}
blockquote strong {
  font-weight: 500;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 41px 41px 0;
  border-color: #ddd #fff;
  transition: all ease 0.5s;
}

.bg-site {
  background: #032532;
  color: #fff;
}
.form-group label {
  display: block;
  margin-bottom: 10px;
}

/* nochange*/

.font-medium {
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semi-bold {
  font-weight: 600;
}
::placeholder {
  color: #c4c4c4;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
::-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
:-moz-placeholder {
  color: #c4c4c4;
  opacity: 1;
}

.white-placeholder .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.white-placeholder .form-control:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.main-section {
  padding: 70px 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}
.main-section .container {
  position: relative;
}
.main-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
}
.pr-50 {
  padding-right: 50px;
}
.pl-50 {
  padding-left: 50px;
}
button.close:before {
  display: none;
}
button.close {
  min-width: auto;
  color: #000 !important;
  opacity: 1;
  background: transparent !important;
}
button.close.white-btn {
  color: #fff !important;
}
.br-5 {
  border-radius: 5px;
}
.br-10 {
  border-radius: 10px;
}
.box-shadow {
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
}
.object-fit {
  overflow: hidden;
}
.object-fit img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.zoom-hover img {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s;
}
.zoom-hover:hover img {
  transform: scale(1.1);
}
.sprit-icon {
  background-image: url(images/sprit.png);
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
}
.list-style {
  padding: 0px;
  list-style: none;
}
.list-style li {
  display: inline-block;
}

/* heading */
.heading-decoration {
  position: relative;
  margin-bottom: 20px;
}
.heading-decoration .first {
  width: 20px;
  border-top: 2px solid #e2001c;
}
.heading-decoration > span {
  display: inline-block;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  transition: width 0.4s linear;
  border-top: 2px solid #ddd;
}
.heading-decoration .second {
  width: 70px;
}
.main-title:hover .first {
  width: 0;
  -webkit-animation: move-short 1.5s infinite linear;
  animation: move-short 1.5s infinite linear;
}
.main-title:hover .second {
  width: 70px;
  -webkit-animation: move 1.5s infinite linear;
  animation: move 1.5s infinite linear;
}

@-webkit-keyframes move-short {
  100% {
    width: 90px;
    margin-right: 0;
  }
}
@keyframes move-short {
  100% {
    width: 90px;
    margin-right: 0;
  }
}

@-webkit-keyframes move {
  100% {
    width: 0;
  }
}
@keyframes move {
  100% {
    width: 0;
  }
}

.mb-115 {
  margin-bottom: 115px;
}
.ls-0 {
  letter-spacing: 0px;
}
.check-list ul {
  list-style: none;
  padding: 0px;
}
.check-list ul li:before {
  font-family: LineIcons;
  content: "\ea5b";
  font-weight: 700;
  color: #e2001c;
  position: absolute;
  left: 0px;
  top: 0px;
}
.check-list ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 10px;
}

/* header */
.header-top-bar {
  padding: 10px 0px;
  background: #032532;
  position: relative;
  z-index: 2;
}
/*.social-icon { padding-right: 35%; } 
        */
.social-icon ul li a {
  color: #aaabb0;
  padding: 13px 15px 13px 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.social-icon ul li a:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 4px;
  border-right: 1px solid rgb(35 38 51 / 8%);
  transform: rotate(-11deg);
}
.social-icon ul li a:hover {
  color: #232633;
}
.header-middle-bar ul li {
  position: relative;
  padding-left: 40px;
}
.header-middle-bar ul li {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  max-width: 200px;
  margin-right: 50px;
  float: left;
}
.header-middle-bar ul li:last-child {
  margin-right: 0px;
  padding-left: 0px;
}
.header-middle-bar ul li small {
  font-family: "Roboto", sans-serif;
  color: #5d5d5d;
}
.header-middle-bar ul li a {
  color: #232633;
}
.header-middle-bar ul li a:hover {
  color: #232633;
}
.header-middle-bar ul li p {
  margin: 0px;
  line-height: normal;
}
.header-middle-bar ul li i {
  color: #e2001c;
  position: absolute;
  left: 0px;
  top: 6px;
}
i.fas.fa-phone {
  transform: rotate(90deg);
}
.header-middle-bar {
  padding: 15px 0px;
}
.site-logo {
  position: relative; /* height: 100%; */ /* display: flex; */ /* align-items: center; */
}
.site-logo:before {
  content: "";
  left: 36px;
  top: 15px;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgb(35 38 51 / 8%);
  position: absolute;
  pointer-events: none;
  transform: rotate(-11deg);
}

.search-bx {
  width: 100%;
  position: relative;
}
.search-bx button {
  position: absolute;
  top: 0px;
  background: #e2001c;
  color: #fff !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 50px;
  line-height: 21px;
  padding: 14px 25px;
  right: 0;
}
.header-middle-bar ul li form {
  width: 100%;
}
.header-middle-bar ul {
  display: inline-block;
  width: 100%;
  padding-left: 42px;
  margin: 0px;
}

.header .nav .main-list > li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.header .nav .main-list {
  margin: 0px;
}
.header .nav .main-list > li > a {
  display: inline-block;
  padding: 20px 7px;
  line-height: normal;
  position: relative;
  color: #032532;
}
.header .nav .main-list li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin-right: 0px;
  text-transform: uppercase;
  /* font-family: 'Oswald', sans-serif; */
}
.header .nav .main-list li:last-child {
  margin-right: 0px;
}

.header .nav .main-list > li:hover > a {
  background: transparent;
  color: #e2001c;
}
.header .nav .main-list > li.active > a {
  background: transparent;
  color: red;
  font-size: 14px;
  border-bottom: 2px solid;
}

.transparent-btn {
  background: transparent !important;
}
.header-middle-bar ul li button i {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-btn {
  min-width: auto;
}
.active-btn {
  background: #e2001c;
  border-color: #e2001c;
}
.active-btn:hover {
  background: #232633;
  border-color: #ff9c45;
}
.menu {
  /* background: #e2001c; */
}

.header .nav .main-list li.dowpdown > a:after {
  content: "\ea5e";
  font-family: LineIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  padding-left: 5px;
  color: #fff;
}
.header .nav ul.main-list li ul {
  position: absolute;
  top: 130%;
  background: #e2001c;
  padding: 0px;
  width: 250px;
  margin: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav ul.main-list li ul li {
  width: 100%;
  margin: 0px;
}
.header .nav ul.main-list li ul li a {
  padding: 10px 22px;
  border-bottom: 1px solid rgb(255 255 255 / 21%);
  width: 100%;
  display: inline-block;
  color: #ffff;
}
.header .nav ul.main-list > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  pointer-events: all;
  z-index: 11;
}
.header .nav ul.main-list li ul li:hover > a {
  color: #fff;
  background: #c10018;
}

.header.sticky {
  top: -144px;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 0px;
  background: #fff;
}

.lngg {
  text-align: right;
  padding: 10px 0px;
}
.lngg .form-control {
  max-width: 173px;
  margin-left: auto;
  padding: 5px 20px 5px 10px;
  height: auto !important;
  background: #fff;
  text-align: left;
}

.site-action ul li {
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.site-action {
  text-align: right;
}
.site-action ul li a {
  color: #fff;
}
.site-action ul li ul {
  position: absolute;
  top: 100%;
  z-index: 11;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 0px;
  margin: 0px;
}
.site-action ul li:hover > ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.site-action ul.list-style > li {
  margin-right: 10px;
}
.site-action ul.list-style > li:last-child {
  margin-right: 0px;
}
.site-action ul.list-style > li > a {
  padding: 19px 0px;
  display: inline-block;
}
.site-action ul li ul li {
  display: inline-block;
  width: 100%;
}
.site-action ul li ul li a {
  color: #e2001c;
  text-align: left !important;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}
.site-action ul li ul li a:hover {
  background: #e2001c;
  color: #fff;
}

/* Banner  */

.slider-heading {
  font-weight: 700;
  line-height: 1.5;
}
.banner .item {
  padding: 125px 0px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.btn-section {
  margin-top: 10px;
  display: inline-block;
}
.owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1140px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.owl-nav owl-next {
  float: right;
}
button.owl-next {
  float: right;
}

.fs-16 {
  font-size: 16px;
}
.hero-slider.owl-carousel .owl-stage {
  display: flex;
}
.hero-slider .item {
  display: flex;
  height: 100%;
  position: relative;
}
.hero-slider .item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 33%);
}
.banner-txt {
  overflow: hidden;
}
.slider-heading {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
}
.banner-txt .btn-section {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}

.hero-slider .active .slider-heading,
.hero-slider .active .banner-txt .btn-section {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.hero-slider .active .slider-heading {
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.hero-slider .active .banner-txt .btn-section {
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

/* owl */
.owl-dots button:before,
.owl-dots button:after,
.owl-dots button span:before,
.owl-dots button span:after {
  display: none;
}
.owl-dots {
  height: auto !important;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background: transparent !important;
}
.owl-dots button {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  min-width: auto !important;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff !important;
  border-radius: 100%;
}
.owl-dots button.owl-dot.active {
  background: #707070;
}
.owl-dots button {
  box-shadow: none !important;
  outline: none !important;
}
.owl-nav button {
  width: 50px;
  min-width: auto;
  height: 50px;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  pointer-events: all;
  background: rgb(226 0 28) !important;
  border-radius: 0px;
  line-height: 50px !important;
}
.owl-nav button span {
  position: relative;
  z-index: 1;
  min-width: auto;
}
.owl-nav .fa-angle-right:before {
  font-family: "LineIcons" !important;
  content: "\ea62";
}
.owl-nav .fa-angle-left:before {
  font-family: "LineIcons" !important;
  content: "\ea60";
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-dots button {
  border: 3px solid #a4a4a4 !important;
  background: transparent !important;
}
.owl-dots .owl-dot.active {
  border-color: #232633 !important;
}
button.owl-next {
  margin-right: -40px;
}
button.owl-prev {
  margin-left: -40px;
}

.tcolor {
  color: #e2001c !important;
}
.bg-light {
  background-color: #fdfdfd !important;
}
.bg-dark {
  background-color: #232633 !important;
}
.services-box-img {
  position: relative;
  height: 355px;
}
.br-0 {
  border-radius: 0px;
}
.bg-light {
  background-color: rgb(35 38 51 / 5%) !important;
}

.categroy-img.object-fit {
  height: 200px;
}
.categroy-text {
  padding: 20px 15px;
  text-align: left;
}
.categroy-box {
  border: 1px solid #eee;
  background: #032532;
  margin-bottom: 30px;
}
.categroy-text h4 {
  margin-bottom: 10px;
}
.categroy-text h4 a {
  color: #fff;
}
.categroy-text p {
  color: #fff;
}
.cta-section {
  background: url(images/cta-bg.jpg);
}
.cta-section:before {
  background: linear-gradient(1deg, #032532, #03253285);
}
.bg-fixed {
  background-attachment: fixed !important;
}

.bx-icon {
  font-size: 40px;
}
.why-box {
  padding: 0px 10px;
}
.why-box h5 {
  font-weight: 500;
  margin-bottom: 10px;
}

.testi-txt {
  background: #e2001c;
  padding: 27px 30px;
  margin-bottom: 15px;
  position: relative;
  min-height: 238px;
}
.testimonails-slider .item {
  padding: 0;
}
.testi-txt i.lni.lni-quotation {
  color: #232633;
  transform: rotate(180deg);
  font-size: 30px;
}
.usr-img.object-fit {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.usr-admin {
  font-weight: 600;
  position: relative;
  min-height: 60px;
  padding-left: 80px;
  display: flex;
  align-items: center;
}
.usr-admin small {
  display: block;
  width: 100%;
}
.usr-admin p {
  margin: 0px;
}
.testi-txt:hover {
  background: #232633;
  color: #fff;
}
.testi-txt:hover i {
  color: #fff !important;
}

.testi-txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
}
.testi-txt:hover:before {
  border-color: #232633 transparent transparent transparent;
}
.text-light {
  color: #afafaf !important;
}

.contact-section {
  padding: 115px 0px 70px;
}
form {
  display: inline-block;
  width: 100%;
}
.field .field-sm {
  float: left;
  width: 50%;
  padding: 0px 8px;
}
.field .field-sm:first-child {
  padding-left: 0px;
}
.field .field-sm:last-child {
  padding-right: 0px;
}
.cnt-form {
  padding-top: 40px;
}
.cnt-section-img .alternet-img {
  width: 508px;
  height: 463px;
  max-width: 100%;
}
.cnt-section-img .alternet-img:before {
  border-width: 0 0 464px 510px;
}
.patner-logo-bx {
  border: 1px solid rgb(229 229 229 / 93%);
  height: 109px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 10px;
}
.patner-logo-bx img {
  max-height: 70px;
}
.patner-logo-bx:hover {
  border: 1px solid rgb(255 145 48 / 93%);
  filter: none;
  -webkit-filter: none;
  filter: none;
}

/* footer  */
.footer {
  padding-top: 70px;
  color: #fff;
  background: #032532;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e2001c;
}
.footer-widget h6 {
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.footer-widget h6:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background: #e2001c;
  bottom: 0px;
}
.footer-widget ul {
  list-style: none;
  padding: 0px;
}
.footer-widget ul li {
  line-height: 24px;
  margin-bottom: 5px;
}
.footer-widget ul li a {
  /* text-decoration: underline; */
}
.footer-widget address p {
  position: relative;
  padding-left: 20px;
}
.footer-widget address p i {
  position: absolute;
  left: 0px;
  top: 4px;
}
.copyright.border-top {
  border-top: 1px solid rgb(255 255 255 / 23%) !important;
  margin-top: 50px;
  padding: 20px 0px;
}
.copyright a {
  color: rgb(255 145 48 / 69%);
}

.back-to-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  text-align: center;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.308px;
  z-index: 1111;
  display: inline-block !important;
}
.back-to-top span {
  border-radius: 50%;
  border: 1px solid #e2001c;
  width: 42px;
  height: 42px;
  overflow: hidden;
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
  margin-left: 10px;
  letter-spacing: 0.308px;
  background: #e2001c;
  color: #fff;
}
a.whatsapp-link {
  display: inline-block;
  max-width: 155px;
  position: fixed;
  bottom: 20px;
  z-index: 11;
  left: 30px;
}

/* breadcrumb */
.inner-banner {
  position: relative;
  padding: 50px 0px;
  padding-top: 170px;
  text-align: center;
  background: url("./images/sslider01.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #032532, transparent);
  z-index: -1;
}
.inner-banner-txt {
  /* max-width: 580px; */
}
.inner-banner-txt h1 {
  color: #fff;
  font-size: 55px;
}
ul.breadcrumb {
  border-radius: 0;
  margin: 0;
  background: transparent;
  padding: 0px;
  display: inline-block;
}
ul.breadcrumb a {
  text-decoration: none;
}
.breadcrumb li {
  text-transform: capitalize;
  transition: all 0.5s;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  /* font-family: 'Oswald', sans-serif; */
  text-transform: capitalize;
}
.breadcrumb li:nth-last-child(1):after {
  display: none;
}
ol.breadcrumb {
  background: transparent;
  color: #fff;
  padding: 0px;
  margin-bottom: 0;
  justify-content: center;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  color: #232633;
}
.breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "\e90a";
  font-family: "LineIcons" !important;
  font-size: 11px;
}

.breadcrumb li:after {
  content: "/";
  margin: 0px 4px 0px 8px;
}
.breadcrum {
  margin-bottom: 15px;
}

/* product */

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.fill-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.prd-filter {
  margin-bottom: 30px;
}
.sorting select {
  max-width: 200px;
  float: right;
}

.fillter-bar {
  height: 100%;
}
.aside-widget ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.aside-widget {
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
  padding: 20px;
  margin-bottom: 15px;
  background: #032532;
  position: sticky;
  top: 8px;
}
.aside-widget ul.simple-links li {
  margin-bottom: 0px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e4e6e66b;
}
.aside-widget ul.simple-links li a {
  color: #fff;
  padding: 7px 0px;
  display: inline-block;
  width: 100%;
}
.aside-widget ul.simple-links li a:hover {
  color: #e2001c;
}

.fltr-point {
  position: relative;
  padding-right: 20px;
}
button.filter-cls {
  display: none;
}
.filter-btn {
  display: none;
}
.prd-img.object-fit {
  height: 256px;
  background: #f3f4f4;
}
.prd-info {
  padding: 10px 15px;
}
.prd-info h5 a {
  color: #fff;
}
.product-item:hover {
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
}

.mb-30 {
  margin-bottom: 30px;
}
.fs-20 {
  font-size: 20px;
}
.sm-btn {
  min-width: auto;
  padding: 10px 15px;
  margin: 0px 2px;
}
.price {
  font-size: 20px;
  margin-bottom: 10px;
}
.price span.tcolor {
  font-weight: 600;
}
.prd-meta li {
  text-align: left;
  font-family: "Oswald", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
ul.prd-meta {
  text-align: left;
  margin: 0px;
}
.prd-meta li:last-child {
  margin-right: 0px;
}
.fill-btn {
  background: #e2001c;
}
.aside-widget h5 {
  margin-bottom: 15px;
  color: #fff;
}
ul.tags-links li {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  float: left;
}
ul.tags-links li a {
  padding: 4px 11px;
  background: #f3f4f4;
  border-radius: 3px;
  display: inline-block;
}
ul.tags-links li a:hover {
  background: #e2001c;
  color: #fff;
}
ul.tags-links {
  display: inline-block;
  width: 100%;
}

#sync4 .item {
  padding: 10px;
  border: 1px solid #eee;
  height: 120px;
}
#sync4 {
  margin-top: 30px;
}
div#sync3 {
  border: 1px solid #ebebeb;
}
div#sync3 .item img {
  max-height: 400px;
  margin: auto auto;
}
div#sync3 .item {
  text-align: center;
  padding: 30px;
}
#sync4 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.shot-content {
  font-size: 18px;
}

.prd-action select.form-control {
  max-width: 300px;
  margin-left: 46px;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.cart-plus-minus .qtybutton {
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
  line-height: 1;
  width: 40px;
  height: 40px;
  background: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  border-radius: 50%;
  transition: 0.3s;
  background: #232633;
  color: #fff;
}
.cart-plus-minus .qtybutton:hover {
  background: #e2001c !important;
}
.cart-plus-minus .qtybutton:hover {
  background: #e4573d;
  color: #ffffff;
}
.cart-plus-minus .inc {
  left: auto;
  right: 9px;
}
.plus-minus {
  display: inline-block;
}
.cart-plus-minus input {
  height: 55px;
  width: 165px;
  border: 0;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
  background: #ebebeb;
  border-radius: 30px;
  font-weight: 500;
  color: #434343;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
}
.quantity {
  padding: 10px 0px;
}
.fs-14 {
  font-size: 14px;
}
.prd-cta {
  color: #777;
}

.select-option .tags-links {
  padding: 0px;
  margin: 0px;
}
.select-option .tags-links li {
  float: left;
  position: relative;
}
.select-option .tags-links label {
  position: relative;
}
.select-option .tags-links label span {
  position: relative;
  margin: 0px;
  padding: 4px 11px;
  background: #f3f4f4;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.select-option .tags-links li label input {
  position: absolute;
  top: 12px;
  opacity: 0;
}
.select-option .tags-links label span:hover {
  background: #e2001c;
  color: #fff;
}
.select-option .tags-links li label input:checked + span {
  background: #e2001c;
  color: #fff;
}
.btn i {
  vertical-align: middle;
}

/* tab */
.responsive-tab .tab-pane .card-body {
  padding-left: 0px;
  padding-right: 0px;
}
.responsive-tab .tab-pane.active .card-body {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #e2001c;
  border-color: #e2001c;
}
.responsive-tab a.nav-link {
  margin-right: 10px;
  border-radius: 0px;
  min-width: 137px;
  padding: 17px 15px;
  cursor: pointer;
  position: relative;
  box-shadow: none !important;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #434343;
  background-color: #f8f8f8;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  min-width: 275px;
}
.prd-tabs.responsive-tab {
  /* margin-top: 40px; */
}
.responsive-tab .cust-nav1 {
  position: relative;
}
.responsive-tab .tab-txt {
  border-top: none;
  /* padding-top: 20px; */
}
.review-tab-action.border-bottom {
  position: relative;
}
.review-tab-action.border-bottom button {
  position: absolute;
  right: 0px;
  top: 0px;
}
.reviews-list .row.border-bottom:last-child {
  border-bottom: none !important;
}
.reviews-list .row.border-bottom:last-child {
  border-bottom: none !important;
}
.rating i {
  color: #ff9f35;
}
.tab-txt .rating span {
  display: block;
  font-size: 13px;
  color: #999;
}
.rating .c-name {
  font-weight: 500;
  font-size: 20px;
}

.review-model .star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
}
.review-model .star-rating input {
  display: none;
}
.review-model .star-rating label {
  color: #ccc;
  cursor: pointer;
}
.review-model .star-rating :checked ~ label {
  color: #f90;
}
.review-model .star-rating label:hover,
.review-model .star-rating label:hover ~ label {
  color: #fc0;
}
.prd-action .rating span i {
  color: #23c119;
}

.tab-txt table tr td {
  padding: 10px 15px;
}
table tr td,
table tr th {
  border: 1px solid #ebebeb;
}
table {
  width: 100%;
}
td.product-thumbnail img {
  max-width: 100px;
}
.cart-area table tr td,
.cart-area table tr th {
  text-align: center;
}

.card-header {
  padding: 0px;
  background: transparent;
  border: none;
}
.card {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
}
.card-header button {
  background: #072532;
  border-radius: 0;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 20px 40px 20px 20px;
  font-weight: 500;
  text-decoration: none !important;
  word-break: break-all;
  white-space: normal;
}
.card-body p:last-child {
  margin-bottom: 0px;
}
.card-header button.collapsed:before {
  content: "\eb5c";
}
.card-header button:before {
  font-family: LineIcons;
  content: "\eb30";
  font-weight: 400;
  position: absolute;
  right: 0px;
  padding: 0px 12px;
}

/* faq page */
.faq-page .card-header {
  padding: 0px;
  background: transparent;
}
.faq-page .card-header a {
  padding: 10px 45px 10px 25px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.faq-page .card-header a i {
  position: absolute;
  right: 10px;
}
.faq-page .card {
  border: 0px;
}
.faq-page .card-header h5 {
  font-size: 24px;
  font-weight: 500;
}

.container-item {
  border-bottom: 1px solid #dbdbdb;
  padding: 70px 0px;
}
.cntr-table {
  margin: 40px 0px 0px;
}
table {
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}
table thead tr th {
  color: #d8d8d8;
  font-size: 14px;
  font-weight: 500;
  background: #232633;
}
table thead tr th,
table tbody tr td {
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 13px 10px;
}
.services-slider {
  margin-bottom: -49px;
}

.whyus-box {
  padding: 30px 30px 30px 100px;
  position: relative;
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
  background: #032532 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.whyus-icon {
  font-size: 40px;
  position: absolute;
  left: 23px;
  background: #e2001c;
  width: 65px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  color:#fff;
  top: 0;
}
.whyus-box h6 {
  margin-bottom: 8px;
  color: #fff;
}
.tblue {
  color: #ffffff;
}
.tred {
  color: #ffffff;
}
.tgreen {
  color: #ffffff;
}
.whyus-box:hover {
  transform: translateY(-10px);
}

/* login */

.login {
  padding: 90px;
  border: 2px solid #eaedff;
}

/* checkout */

.coupon-accordion h3 {
  background-color: #fff1f0;
  border-top: 3px solid #e4573d;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-weight: 900;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
}
.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #e2001c;
}
.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}
.coupon-checkout-content {
  display: none;
}
.create-account {
  display: none;
}
#ship-box-info {
  display: none;
}

.ship-different-title h3 {
  font-size: 18px;
  font-weight: 600;
}
.ship-different-title input {
  vertical-align: middle;
  margin-right: 5px;
}
.your-order {
  padding: 30px 40px 45px;
  border: 3px solid #eaedff;
}
.your-order h3,
.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 20px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}
.checkout-container {
  margin-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}
ul.payment-panel label {
  display: block;
  margin-bottom: 0px;
  color: #6f7172;
  font-weight: 500;
}
ul.payment-panel {
  list-style: none;
  padding: 0px;
}
ul.payment-panel span {
  padding-left: 25px;
  display: none;
  word-break: break-all;
  font-size: 13px;
}
ul.payment-panel li {
  margin-bottom: 10px;
}
ul.payment-panel li input[type="radio"] {
  margin-right: 10px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}
.login {
  padding: 90px;
  border: 2px solid #eaedff;
}
.footer-bottom-link ul {
  padding-left: 0px;
}

.ship-different-title {
  position: relative;
  padding-left: 20px;
  padding-top: 0px !important;
}
.ship-different-title input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 6px;
}

.pbar-widget {
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
  padding: 30px;
  margin-bottom: 30px;
  background: #032532;
}
.pbar-widget h6 {
  margin-bottom: 12px;
}
.widget-points {
  background: url(images/circle.png);
  background-repeat: no-repeat;
  box-shadow: none;
  background-size: contain;
  height: 345px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 50px;
}
.pbar-widget .check-list ul {
  padding-left: 25px;
}
.pbar-widget .check-list ul li {
  margin-bottom: 3px;
  font-weight: 500;
}
.clients-word {
  box-shadow: 0px 3px 35px rgb(0 0 0 / 10%);
  padding: 15px;
  position: relative;
}
.clients-word img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

map iframe,
.map {
  line-height: 0;
}

.cont-container {
  border-radius: 10px;
  margin-top: 50px;
  z-index: 999999999;
}
.contact-info {
  padding: 30px 40px;
  background: #fff;
  border: 1px solid rgb(255 158 53 / 7%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgb(35 38 51 / 5%);
}
.contact-info span {
  font-size: 30px;
  color: #e2001c;
}
.contact-info:hover {
  background: #e2001c;
  color: #fff;
}
.contact-info:hover * {
  color: #fff;
}
.sizeguide-link svg {
  vertical-align: middle;
}

.agent-img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin: auto auto 30px;
}
.white-form .form-control {
  background: #fff;
}
form.quote-form {
  background: #232633;
  padding: 25px 25px;
  color: #fff;
  border-radius: 5px;
}
.default-pg table {
  width: auto;
  margin: 40px 0px;
}
.default-pg table thead tr th,
.default-pg table tbody tr td {
  padding: 13px 15px;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .item {
  /* display: flex; */
  height: 100%;
}
.product-item {
  /* border: 1px solid #eee; */
  height: 100%;
  background: #032532;
  padding: 10px;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* container */

.container-left {
  padding-left: calc(50% - 570px);
}

@media (min-width: 576px) {
  .responsive-tab .card .card-header {
    display: none;
  }
  .responsive-tab .card .collapse {
    display: block;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .hero-slider .item {
    min-height: 585px;
    align-items: center;
    justify-content: center;
  }
  .slider-heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1680px) {
  .container-left > .row,
  .container-right > .row {
    max-width: 1170px;
  }
  .cnt-section-img .alternet-img {
    width: 100%;
  }
}
.accord {
  background: #e2001c;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.tea a {
  color: #fff;
}
.header {
  padding-top: 18px;
  position: relative;
  z-index: 9;
  /* background: #fff; */
  width: 97%;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  height: 100px;
}
.header::before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(
    0.644% 52.869%,
    0.644% 52.869%,
    0.336% 46.998%,
    0.139% 40.431%,
    0.046% 33.48%,
    0.05% 26.452%,
    0.144% 19.658%,
    0.323% 13.405%,
    0.58% 8.004%,
    0.908% 3.764%,
    1.301% 0.992%,
    1.753% 0%,
    98.241% 0%,
    98.241% 0%,
    98.717% 1.093%,
    99.126% 4.13%,
    99.46% 8.749%,
    99.714% 14.588%,
    99.88% 21.284%,
    99.954% 28.474%,
    99.929% 35.797%,
    99.798% 42.89%,
    99.555% 49.39%,
    99.194% 54.935%,
    95.779% 94.933%,
    95.779% 94.933%,
    95.693% 95.877%,
    95.604% 96.728%,
    95.513% 97.484%,
    95.419% 98.143%,
    95.324% 98.704%,
    95.227% 99.167%,
    95.128% 99.528%,
    95.028% 99.788%,
    94.927% 99.945%,
    94.826% 99.997%,
    4.411% 99.523%,
    4.411% 99.523%,
    4.289% 99.447%,
    4.169% 99.222%,
    4.051% 98.851%,
    3.934% 98.337%,
    3.82% 97.682%,
    3.709% 96.889%,
    3.601% 95.961%,
    3.497% 94.9%,
    3.398% 93.71%,
    3.302% 92.392%,
    0.644% 52.869%
  );
}
.top-icon {
  margin-bottom: 0;
}
.top-icon li a {
  color: #fff;
}

.banner {
  margin-top: -100px;
}
.serchbtn {
  min-width: 50px !important  ;
  height: 50px;
  border-radius: 50%;
}
.alternet-section {
  background: url(./images/bg-shape.svg);
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center right !important;
  padding: 70px 0px;
}
.container {
  max-width: 1250px;
}
.categroy-section::before {
  background: url(./images/circle-shape.webp);
  background-repeat: no-repeat;
  background-position: right;
}
.btn-one {
  background: #e2001c;
  border-radius: 0;
}
.sadsadl:after {
  content: "";
  background: url("./images/footer-noise.webp");
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
}
.btn-section .btn {
  background: #e2001c;
}
.redbtn {
  background: #e2001c;
}
.current {
  background: #032532;
  padding: 9px;
  color: #fff;
  border-radius: 5px;
}
.cust-nav1 .nav{
  flex-direction: column;
}
#custom-tab1 .nav-link{
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
}
.prd-tabs.responsive-tab .card-body{
  background: #f2f2f2;
  padding: 30px;
}
.whyus-box{
  color: #fff;
}