* { margin: 0px; padding: 0px; box-sizing: border-box; }
a{text-decoration: none;}
:focus-visible { outline: none;}
ul{padding: 0;}

body {
  color: #303940;
  font-family: Titillium Web;
  font-size: 18px;
  font-size: 16px;
  font-style: normal;

}
.justify-content-center{justify-content: center;}
/*=======================================================================================================*/
.header_top .navbar-brand {
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

    .header_top .navbar-brand img {
        width: 140px;
    }

.header_top .navbar-nav {
}

    .header_top .navbar-nav .nav-item {
    }

        .header_top .navbar-nav .nav-item .nav-link.active {
        }

        .header_top .navbar-nav .nav-item .nav-link {
            position: relative;
            padding: 10px 6px;
            color: #303940;
            font-family: Titillium Web;
            font-size: 14px;
            font-weight: 600;
            line-height: 150%; /* 21px */
            letter-spacing: -0.42px;
            text-transform: uppercase;
        }


.header_top .btnLogin {
    border: 0;
    background: #BD000D;
    padding: 5px 20px;
    color: #fff;
    font-family: Titillium Web;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: -0.42px;
    text-transform: uppercase;
}

.header_top .btn_join {
    text-align: center;
    border: 0;
    background: #fff;
    color: #303940;
    padding: 5px 12px;
    font-family: Titillium Web;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: -0.42px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
/*-------------------------------------------------------------------------------------------*/


.language-picker {
  display: inline-block;
  position: relative
}

.js .language-picker__form {
  display: none
}

.language-picker__button .icon {
  height: 16px;
  width: 16px;
  margin-left: .25rem;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #fff;
  background-color: var(--color-bg);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
  box-shadow: var(--shadow-sm);
  padding: .375rem 0;
  padding: var(--space-xxs) 0;
  border-radius: .25em;
  z-index: 4;
  z-index: var(--zindex-popover);
  --space-unit: 1rem;
  --space-xxxxs: 0.125rem;
  --space-xxxs: 0.25rem;
  --space-xxs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.25rem;
  --space-xxl: 5.25rem;
  --space-xxxl: 8.5rem;
  --space-xxxxl: 13.75rem;
  --component-padding: 1.25rem;
  --component-padding: var(--space-md);
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out;
  background: #fff;
}

.language-picker__item {
  text-decoration: none;
  padding: .5em 2em .5em 1.25em;
  color: #313135;
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {
  background-color: #f2f2f2;
}

.language-picker__item[aria-selected=true] {
  position: relative;
  background-color: #4472c7;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}


.language-picker__flag {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #303940;
  font-family: Titillium Web;
  font-size: 14px;
  font-weight: 600;
  gap: 0 5px;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

.language-picker__flag::before {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  height: 20px;
  width: 20px;
  margin-right: .375rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}
.language-picker__list li{display: block;}
.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs)
}

.navbar-expand-lg {
  padding: 29px 20px  29px 30px;
}

header.header_top {
    top: 0;
    left: 0;
    position: sticky;
    z-index: 9;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.language-picker__flag--English::before {
  background-image: url(../images/Eng_flag.svg)
}
.banner_sect img {
  width: 100%;
}
.language-picker__flag--India::before {
  background-image: url(../images/india_flag.png)
}
.language-picker__flag--French::before {
    background-image: url(../images/french_flag.jpg)
}
.language-picker__flag--Mandarin::before {
    background-image: url(../images/china_flag.png)
}

.header_top  .btn_grp {
  margin-left: 5px;
  display: flex;
}
.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.dropdown.user_login .btn span:first-child {
    margin-right: 10px;
}

.dropdown.user_login .dropdown-menu {
    padding: 0;
    background: #fff;
    border-radius: 0;
    border: 0;
    width: 215px;
}

    .dropdown.user_login .dropdown-menu .dropdown-item {
        padding: 13px 30px;
        background: #303940;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-left: 4px solid transparent;
        line-height: normal;
    }

.dropdown.user_login .dropdown-item:focus, .dropdown.user_login .dropdown-item:hover {
    background: #BD000D;
    color: #fff;
}

.language-picker--hide-label .language-picker__button em {
  display: none
}
.language-picker__button {
  width: 133px;
  border: 0;
  padding: 10px;
  box-shadow: none;
}
.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
}

.elementor-divider-separator {
  width: 90px;
}

.elementor-divider-separator {
  min-height: 5px;
  border-top: 2px solid #D70006;
  width: 90px;
  display: inline-block;
  }
  .elementor-divider-separator{
    position: relative;
   
  }


 .elementor-divider-separator:after {
    content:  "❯❯";
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 17px;
    letter-spacing: -1px;
    height: 20px;
    width: 26px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #D70006;
}
.elementor-divider {
  padding-top: 5px;
  padding-bottom: 5px;
}


.elementor-divider-separator:after,
.elementor-divider-separator:before {
  -webkit-animation: heading-move 7s infinite linear;
  animation: heading-move 7s infinite linear;
}


.arrow_move {
  position: absolute;
  top: 30%;
  z-index: 2;
}
.banner_sect {
    position: relative;
}

.banner_cont {
    position: absolute;
    /*bottom: 10%;*/
    top: 26%;
    width: 100%;
    padding: 0 7%;
    z-index: 6;
}

    .banner_cont h3 {
        color: #FFF;
        font-family: Satoshi;
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -2.4px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .banner_cont h4 {
        color: #fff;
        font-family: Satoshi;
        font-size: 70px;
        font-weight: 700;
        line-height: 70px;
        letter-spacing: -2.4px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .banner_cont p {
        color: #FFF;
        font-family: Satoshi;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height:52px;
        letter-spacing: -2.4px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .banner_cont h5 {
        color: #fff;
        font-family: Satoshi;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: -0.4px;
    }

    .banner_cont h4 span:last-child {
        font-size: 40px;
    }

    .banner_cont h5 span:last-child {
        font-size: 70px;
        margin-left: 5px;
    }

    .banner_cont h3 span:last-child {
        font-size: 70px;
        margin-left: 5px;
    }

.banner_sect:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.40%, #000 100%);
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow_move img {
  animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@-webkit-keyframes heading-move {
  0% {
      transform: translateX(-1px)
  }

  50% {
      transform: translateX(72px)
  }

  100% {
      transform: translateX(-1px)
  }
}

@keyframes heading-move {
  0% {
      transform: translateX(-1px)
  }

  50% {
      transform: translateX(72px)
  }

  100% {
      transform: translateX(-1px)
  }
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(10px, 0, 0); }
}



.flip-box-wrapper{
  margin: 0px 0px 0px 0px;
  background-image: url(../images/service.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
  height: 453.313px;
  text-align: center;
  display: block;
    overflow: hidden;
}

.services2{
  background-image: url(../images/service1.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
 
}

.services3{
  background-image: url(../images/service2.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.flip-box-wrapper .flip-box-inner {
  height: 100%;
}

[class*=' imghvr-'], [class*=' imghvr-'] *, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after, [class*=' imghvr-']:before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-]:before, [class^=imghvr-]:after, [class^=imghvr-]:before {
  box-sizing: border-box;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;
}

[class*=' imghvr-'], [class^=imghvr-] {
  position: relative;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.flip-box-wrapper .flip-front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flip-box-wrapper .flip-front,
 .flip-box-wrapper .flip-back {
  display: flex;
}
.flip-box-wrapper .flip-front {
  background-color: #fff;
}
 .flip-box-wrapper .flip-front {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 20px;
  right: 20px;
  display: block;
  transform: scaleY(1);
}
 .flip-box-inner .flip-front {
  background-color: #fff;
  padding: 68px 10px 16px 10px;
}

.flip-box-inner .flip-front-inner {
  align-self: center;
  width: 100%;
}

.flip-box-wrapper .flip-front>*:last-child, .flip-box-wrapper .flip-back>*:last-child {
  margin-bottom: 0;
}

.flip-box-wrapper .flip-box-image {
  display: inline-block;
}
 .flip-box-wrapper .flip-front .flip-box-image {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: linear-gradient(0deg,white 0%,#f3f3f3 100%);
  z-index: 0;
}

.flip-box-wrapper .flip-front .flip-box-image {
  margin-bottom: 17px;
}
.flip-box-title {
  position: relative;
  margin-bottom: 15px;
}

 .flip-front .flip-box-title {
  margin: 0px 50px 0px 50px;
  margin-bottom: 0px;
  color: #303940;
  text-align: center;
  font-family: Titillium Web;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}


[class*=' imghvr-'] .flip-back, [class^=imghvr-] .flip-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[class*=' imghvr-fade'] .flip-back, [class*=' imghvr-fade']:hover>.flip-front, [class^=imghvr-fade] .flip-back, [class^=imghvr-fade]:hover>.flip-front {
  opacity: 0;
}
[class*=' imghvr-fade']:hover .flip-back, [class^=imghvr-fade]:hover .flip-back {
  opacity: 1;
}
.flip-box-wrapper .flip-back {
    background-color: #f2f2f2;
}

.flip-box-wrapper .flip-back {
    z-index: 1;
}

.flip-box-wrapper .flip-back {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transform: scale(1,0);
    transform-origin: bottom center;
    transition: transform 500ms ease;
}

.flip-box-inner .flip-back {
    background-color: #FFFFFF;
}

.flip-box-wrapper .flip-front > *:last-child,
.flip-box-wrapper .flip-back > *:last-child {
    margin-bottom: 0;
}

.flip-box-wrapper .flip-box-image {
    display: inline-block;
}

.flip-box-wrapper .flip-back .flip-box-image {
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    display: block;
    height: 90px;
    line-height: 90px;
    padding-top: 16px;
    background: #da1318;
}

.flip-box-wrapper .flip-back .flip-content {
}

.flip-box-wrapper .flip-back .flip-content {
    color: #303940;
    text-align: center;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    padding: 0 15px;
    font-weight: 400;
    line-height: normal;
    padding-top: 15px;
}

.cea-button-link {
    position: relative;
    overflow: hidden;
    color: #4472C7;
    font-family: Titillium Web;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flip-back .flip-box-title {
    margin-bottom: 0px;
    background: #BD000D;
    color: #FFF;
    padding: 32px 20px;
    text-align: center;
    font-family: Titillium Web;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.flip-box-wrapper:hover .flip-back {
    transform: scale(1,1);
    transition: transform 500ms ease;
}
@media only screen and (max-width: 1024px){
 .flip-box-wrapper .flip-back {
    padding: 24px 30px 24px 30px!important;
}
.flip-box-wrapper .flip-back .flip-box-image {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
}

.flip-box-wrapper .flip-back .flip-content {
  padding-top: 15px;
}
.flip-box-wrapper .flip-back .flip-content {
  padding-top: 15px;
}

}

.ServiceHome {
    position: relative;
    overflow: hidden;
    background: #000;
    height: 470px;
    padding-top: 65px;
}

.ServiceHome .arrow_service {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.ServiceHome .arrow_service img {
  width: 577px;animation: bounce 0.6s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.heading_title h4 {
  color: #FFF;
  font-family: Titillium Web;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;margin: 0;
  line-height: 133.6%;
}

.heading_title h3 {
  color: #FFF;
  font-family: Titillium Web;
  font-size: 36px;
  font-weight: 400;
  line-height: 133.6%; margin: 0;
}

.heading_title .elementor-divider-separator {
    border-color: #D70006;
}

    .heading_title .elementor-divider-separator:after {
        color: #D70006;
    }

.mg-auto{margin: 0 auto;}

.ServiceHome .form_sev {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  gap: 30px;
  margin-top: 70px;margin-bottom: 80px;
}

.ServiceHome .form_sev .crd_bx {
  border-radius: 8px;
  border: 2px solid #FFF;
  text-align: center;
  padding: 9px;
  position: relative;
}

.ServiceHome .form_sev .crd_bx .icon {}

.ServiceHome .form_sev .crd_bx .cont_bx {}

.ServiceHome .form_sev .crd_bx .cont_bx h3 {
  color: #FFF;
  font-family: Titillium Web;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.ServiceHome .form_sev .crd_bx .form-control {
  background: transparent;
  color: #FFF;
  border: 2px solid #FFF;
  font-family: Titillium Web;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  height: 62px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.ServiceHome .form_sev .crd_bx  .btn_grp {
  margin-left: 15px;
}

.ServiceHome .form_sev .crd_bx  .btn_grp .btn {
  border-radius: 0;
  background: #303940;
  color: #FFF;
  font-family: Titillium Web;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 0px 8px 0px 0px;
  line-height: normal;
  padding: 15px 6px;
  width: 100%;
}

.ServiceHome .form_sev .crd_bx .frm_grp {
}

.ServiceHome .form_sev .crd_bx:last-child {}

.ServiceHome .form_sev .crd_bx:first-child {border-radius: 8px;border: 2px solid #FFF;padding: 25px;display: grid;height: 111px;grid-template-columns: 1fr 130px;}

.ServiceHome .form_sev .crd_bx:after,.ServiceHome .form_sev .crd_bx:last-child:before {
  position: absolute;
  content: '';
  background: #B1B9BF;
  width: 2px;
  height: 100%;
  left: -18px;
  top: 0;
}

.ServiceHome .form_sev .crd_bx:last-child:before {
  left: initial;
  right: -15px;
}

.services_page{
  margin-top: -280px;
  z-index: 6;
  position: relative;
  }

  .flip-box-wrapper {}

.flip-box-inner .flip-back-inner {
    width: 100%;
}

.btn_serv .btn {
  background: #303940;
  color: #FFF;
  font-family: Titillium Web;
  font-size: 20px;
  font-style: normal;
  border-radius: 0;
  font-weight: 700;
  line-height: normal;
  padding: 10px 30px;
  margin-top: 40px;
}

.btn_serv .btn:hover {}

.tab_shop{margin-bottom: 50px;}
.tab_shop .nav-tabs {
  border: 0;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}
.language-picker__flag em{font-style: normal;}
.tab_shop .nav-tabs .nav-item {
  margin: 0 15px;
}

.tab_shop .nav-tabs .nav-item .nav-link {
  border-radius: 10px;
  font-family: Titillium Web;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  padding: 12px 50px;
  line-height: normal;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #BD000D;
  border-bottom: 0;
}

.tab_shop .nav-tabs .nav-item .nav-link.active {
  border-radius: 10px;
  background: #BD000D;
  color: #fff;
}
.btn_serv .btn:hover{ background: #BD000D;
  color: #fff;}
.heading_shop h3 {
  color: #BD000D;
  text-align: center;
  font-family: Titillium Web;
  font-size: 36px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: 133.6%; 
}

.heading_shop h4 {
  color: #303940;
  font-family: Titillium Web;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
}

.heading_shop {
  text-align: center;
}

.shop_home {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.shop_home::after{
  position: absolute;
  right: 0px;
  top: -74%;
  background: url(../images/arrow3.png);
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 853px;
  height: 1343px;
  background-repeat: no-repeat;
  z-index: -1;
}
.tab_shop {
  text-align: center;
  z-index: 6;
  position: relative;
}

.shop_list .card_bx {
  border-radius: 24px;
  background: #FFF;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
  visibility: visible;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  animation-duration: 1s;
  animation-delay: 0.3s;
}

.shop_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px 24px;
  z-index: 7;
}

.shop_list .card_bx .icon {
  margin-bottom: 30px;
}

.shop_list .card_bx h3 {
  color: #BD000D;
  font-family: Titillium Web;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%; 
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}

.shop_list .card_bx p {
  color:  #000;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.36px;
  margin: 0;
}

.shop_list .card_bx:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.user_cent_home{background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), #C4C4C4;padding: 50px 0;}
.user_cent_home .heading_title{text-align: center;  border-bottom: 5px solid #fff;
  padding-bottom: 50px;
  position: relative;}


.list_cent {
    display: grid;
    /*grid-template-columns: repeat(4,1fr);*/
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
    margin-top: 100px;
    z-index: 1;
}

.list_cent .card_bx {
    border-radius: 24px;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 24px;
}

.list_cent .card_bx .icon {
    margin-bottom: 30px;
}

.list_cent .card_bx h3 {
    color: #BD000D;
    font-family: Titillium Web;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.list_cent .card_bx p {
    color: #000;
    font-family: Titillium Web;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

    .list_cent .card_bx:first-child:after {
        content: '';
        position: absolute;
        width: 5px;
        top: -104.3px;
        height: 45px;
        background: #fff;
        /*left: 35.3%;*/
        left: 35%;
    }

.list_cent .card_bx:last-child:after {
    content: '';
    position: absolute;
    width: 5px;
    top: -104.3px;
    height: 45px;
    background: #fff;
    right: 35.3%;
}

.list_cent .card_bx:nth-child(2):after,.list_cent .card_bx:nth-child(3):after {
    content: '';
    position: absolute;
    width: 5px;
    top: -104.3px;
    height: 45px;
    background: #fff;
    right: 50%; 
}

.list_cent .card_bx:nth-child(2):before,.list_cent .card_bx:nth-child(3):before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    right: 48%;
    border-radius: 100px;
    top: -65px;
}

    .list_cent .card_bx:first-child:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 100px;
        top: -60.3px;
        background: #fff;
        left: 33.33%;
        /*left: 25.33%;*/
    }

    .list_cent .card_bx:last-child:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 100px;
        top: -60.3px;
        background: #fff;
        /* right: 33.33%;*/
        right: 48.33%;
    }

.list_cent .card_bx .icon svg path {
  fill: #BD000E;
}

.list_cent .card_bx:hover .icon svg path {
  fill: #fff;
}

.list_cent .card_bx:hover {
  background: #BD000D;
}

.list_cent .card_bx:hover h3 {
  color: #fff;
}

.list_cent .card_bx:hover p {
  color: #fff;
}

.user_cent_home{position: relative;overflow: hidden;}
.user_cent_home:after{
  position: absolute;
  left: -10px;
  top: -49%;
  background: url(../images/arrow4.png);
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 831px;
  height: 1343px;
  background-repeat: no-repeat;
  z-index: 0;
}


.qdee_deli_sect {
  padding: 80px 0;
}

.qdee_deli_sect .card_deli {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.qdee_deli_sect .card_deli .card_txt {
    background: #BD000D;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 195px;
    text-align: center;
    padding: 15px;
}

.qdee_deli_sect .card_deli .card_txt h3 {
  color: #FFF;
  font-family: Titillium Web;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 130%; 
  letter-spacing: -0.48px;
}

.qdee_deli_sect .card_deli .card_txt p {
  color: #FFF;
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.qdee_deli_sect .card_deli img {
transition: transform .5s ease,opacity .5s ease;
transform: scale(1.1) translate(0);
width: 100%;
}

.qdee_deli_sect .card_deli:hover img{transform: scale(1) translate(0);
}

.qdee_deli_sect .heading_shop{margin-bottom: 40px;}

.whyqdee_list .card_bx {
  border-radius: 0px 110px 0px 0px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 28px 28px 30px;
  border-bottom: 7px solid #BD000D;
}

.whyqdee_list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px 100px;
}

.whyqdee_list .card_bx .con_bx {
  padding-left: 35px;
}

.whyqdee_list .card_bx .con_bx ul {
  padding: 0;
  margin: 0;
}

.whyqdee_list .card_bx .con_bx ul li {
  color: #303940;
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
  line-height: normal;
  display: block;
}

.whyqdee_list .card_bx .con_bx ul li:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  content: '';
  top: 11px;
}

.whyqdee_list .card_bx .con_bx h3 {
  color: #303940;
  font-family: Titillium Web;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.whyqdee_list .card_bx:hover {
  border-radius: 0px 110px 0px 0px;
  background: #BD000D;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-color: #fff;
}

.whyqdee_list .card_bx:hover h3 {
  color: #fff;
}

.whyqdee_list .card_bx:hover ul li {
  color: #fff;
}

.whyqdee_list .card_bx:hover ul li:after {
  background: #fff;
}


.whyqdee_list .card_bx svg path {
  fill: #BD000D;
}
.whyqdee_list .card_bx:hover  svg path {
  fill: #fff;
}
.whyqdee_list .card_bx:nth-child(3) svg path {
  fill: inherit;
}
.whyqdee_list .card_bx:nth-child(3):hover svg path:nth-child(4) {
     stroke: #fff;
}
.whyqdee_list .card_bx:nth-child(3):hover svg path:nth-child(2) {
     stroke: #fff;
}
.whyqdee_list .card_bx:nth-child(3):hover svg path:nth-child(1) {
     stroke: #fff;
}
.whyqdee_list .card_bx:nth-child(3):hover svg path:nth-child(3) {
     stroke: #fff;
}
.whyqdee_list .card_bx:nth-child(3):hover svg path:nth-child(5) {
     stroke: #fff;
}

.Whyqdee_Home,.qdee_deli_sect{position: relative; overflow: hidden;}

.qdee_deli_sect::after{
  background: url(../images/arrow6.png);
  position: absolute;
  right: 0px;
  top: -30%;
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 853px;
  height: 1343px;
  background-repeat: no-repeat;
  z-index: -1;
}
.Whyqdee_Home::after{
  background: url(../images/arrow5.png);
  position: absolute;
  left: 0px;
  top: -30%;
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 831px;
  height: 1318px;
  background-repeat: no-repeat;
  z-index: -1;
}

.Home_seamless{position: relative;padding: 50px 0;}
.Home_seamless .heading_shop p {
  color: #000;
  text-align: center;
  font-family: Titillium Web;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.testi_home {
  background: linear-gradient(0deg, rgba(189, 0, 13, 0.80) 0%, rgba(189, 0, 13, 0.80) 100%), #C4C4C4;
  padding: 70px 0;
}

.testi_home .heading_shop h3,.testi_home .heading_shop h4 {color:#fff;}

.testi_home .heading_shop h4 {}




.testi_home .media {
    display: grid;
    grid-template-columns: 353px 1fr;
    gap: 40px;
}

.testi_home .media .media-body {
    margin-top: 45px;
    position: relative;
}

.testi_home .media .media-body .post-excerpt {}
.testi_home .media .media-body .post-excerpt h3{color: #FFF;text-align: left;font-family: Titillium Web;font-size: 24px;font-style: normal;font-weight: 600;line-height: normal;}
.testi_home .media .media-body .post-excerpt p{color: #FFF;font-family: Titillium Web;font-size: 24px;font-weight: 400;line-height: 133.6%;}

.post-title-head a {
    text-align: right;
    line-height: 1;
    color: #FFF;
    text-align: center;
    font-family: Titillium Web;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.6%; 
}
.top-meta {
    text-align: right;
    padding-right:70px;
    line-height: 1;
}
.post-title-head {
    text-align: right;
    padding-right: 70px;
    line-height: 1;
    color: #FFF;
    text-align: right;
    font-family: Titillium Web;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.6%; 
}
.testi_home .media .media-body .testimonial-designation {
  color: #FFF;padding-right: 70px;
  text-align: right;
  font-family: Titillium Web;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.6%; 
}


.testi_home .owl-stage-outer {
  background-image: url(../images/comm.svg);
  background-position: 100% 96%;
  background-repeat: no-repeat;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
  }


  .testi_home .owl-carousel .owl-dots {
    position: absolute;
    left: 26%;
    transform: translateX(-50%);
    display: inline-block;
    bottom: 85px;
    margin: auto;
    text-align: center;
    padding: 15px 20px 20px;
    line-height: 1;
    border-radius: 30px;
    background: #fff;
    border: 3px solid #BD000D;
}
.testi_home .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.testi_home .owl-dots button.owl-dot {
    width: 30px;
    height: 6px;
    border-radius: 0;
    opacity: .3;
    margin: 0 5px;
    transform: skewX(-43deg);
}
.testi_home .owl-dots button.owl-dot.active {
    opacity: 1;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.testi_home .owl-dots button.owl-dot{    background-color: #d70006;}
.testi_home{position: relative;overflow: hidden;}

.testi_home:after{
  background: url(../images/arrow7.png);
  position: absolute;
  right: 0px;
  top: -71%;
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 800px;
  height: 1270px;
  background-repeat: no-repeat;
}

.post_desig {
  position: absolute;
  right: 0;
  bottom: 0;
}


.Commit_slider .media {
    display: grid;
    grid-template-columns: 1fr 570px;
    gap: 0 50px;
}

.Commit_slider .post-image-link {
  background: rgba(48, 57, 64, 0.24);
  width: 554px;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}


.Commit_slider {
  padding: 80px 0;
}

.Commit_slider .media .media-body {
    margin-top: 140px;
}

.Commit_slider .media .media-body .post-excerpt {}

.Commit_slider .media .media-body .post-excerpt h3 {color: #303940;font-family: Titillium Web;font-size: 24px;font-style: normal;font-weight: 600;line-height: 133.6%; /* 37.408px */margin-bottom: 20px;}
.Commit_slider .media .media-body .post-excerpt p {color: #000;font-family: Titillium Web;font-size: 18px;font-style: normal;font-weight: 400;line-height: 140.6%; /* 26.72px */}
.Commit_slider .media .media-body .post-excerpt ul {}

.Commit_slider .media .media-body .post-excerpt ul li {color: #303940;font-family: Titillium Web;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;position: relative;padding-left: 20px;display: block;margin-bottom: 10px;}

.Commit_slider .media .media-body .post-excerpt ul li:after{    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    content: '';
    top: 11px;}

.testi_home .elementor-divider-separator {
    border-color: #D70006;
}

    .testi_home .elementor-divider-separator:after {
        color: #D70006;
    }
    
  .Commit_slider .heading_shop {
      position: absolute;
      top: 80px;
  }
  
  .Commit_slider {
      position: relative;
  }
  
  .Commit_slider .elementor-divider {
      text-align: left;
  }

  .Commit_slider  .owl-nav,.testi_slider .owl-nav{display: none;}



.Commit_slider .owl-carousel .owl-dots {
    position: absolute;
    left: 20%;
    bottom: 40px;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.Commit_slider .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.Commit_slider .owl-dots button.owl-dot {
    width: 30px;
    height: 6px;
    border-radius: 0;
    opacity: .3;
    margin: 0 5px;
    transform: skewX(-43deg);
}
.Commit_slider .owl-dots button.owl-dot.active {
    opacity: 1;
    transform: skewX(-43deg);
    -webkit-transform: skewX(-43deg);
    -moz-transform: skewX(-43deg);
    -ms-transform: skewX(-43deg);
    -o-transform: skewX(-43deg);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}
.Commit_slider .owl-dots button.owl-dot{    background-color: #d70006;}

.Faq_sect .heading_shop {
  text-align: left;
}

.Faq_sect .heading_shop h4 {
  text-align: left;
}
.tab_query .accordion {
  border: 0;
}

.tab_query .accordion .accordion-item {border: 0;border-radius: 0;background: #fff;border-bottom: 1px solid #959595!important;}

.tab_query .accordion .accordion-item .accordion-header {
  margin: 0;
}

.tab_query .accordion .accordion-item .accordion-header .accordion-button {
  border: 0;
  background: #fff;
  box-shadow: none;
  color: #000;
  font-family: Titillium Web;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; 
  letter-spacing: -0.48px;
  padding-left: 0;
}

.tab_query .accordion .accordion-item .accordion-header .accordion-button::after {
  content: '';
  background-image: url(../images/plus.png);
  width: 24px;
  height: 24px;    background-size: contain;
  background-repeat: no-repeat;
}
.tab_query .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
content: '';
background-image: url(../images/close.png);
width: 24px;    background-size: contain;
height: 24px;
background-repeat: no-repeat;

}
.tab_query .accordion .accordion-item  .accordion-body {
  padding: 0;
}

.tab_query .accordion .accordion-item .accordion-body p {
  color: #000;
  font-family: Titillium Web;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.6%;
}

.enqury_form_home .frm_enquriy {}

.enqury_form_home .frm_enquriy h3 {
    color: #000;
    font-family: Titillium Web;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; 
    letter-spacing: 0.22px;
    margin-bottom: 60px;
}

.enqury_form_home .frm_enquriy .frm_grp {
    margin-bottom: 20px;
}

.enqury_form_home .frm_enquriy .frm_grp .form-control {
    color: #6C6C6C;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    line-height: normal;
    border-bottom: 1px solid #7A7A7A;
}

.enqury_form_home .frm_enquriy .btn_grp {
    margin-top: 50px;
}

.enqury_form_home .frm_enquriy .btn_grp .btn {
    border-radius: 4px;
    background: #BD000D;
    color: #fff;
    text-align: center;
    font-family: Titillium Web;
    font-size: 16px;
    font-style: normal;
    padding: 16px 24px;
    font-weight: 600;
    line-height: normal;
}

.enqury_form_home {
    padding: 100px 0;
}

.enqury_form_home .frm_enquriy h3 span:first-child {
    padding-right: 5px;
}

.enqury_form_home .frm_enquriy .frm_grp textarea {
    height: 100px;
}

.enqury_form_home .frm_enquriy .btn_grp .btn span:first-child {
    margin-right: 10px;
}

.contact_details h4 {
  text-align: left;
}

.contact_details .elementor-divider {
  text-align: left;
}

.contact_details .heading_shop {
  margin-bottom: 50px;
}

.contact_details 
.contact_list {}

.contact_details .contact_list h3 {
  color: #6C6C6C;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px; 
}

.contact_details .contact_list span:first-child {margin-right: 10px;}

.contact_details .contact_list h4 {
  color: #000;
  font-family: Titillium Web;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px; 
  letter-spacing: 0.28px;
  margin-bottom: 30px;
}

.contact_details .contact_list p {
  color: #000;
  font-family: Titillium Web;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 30px;
}

.contact_details {
  padding-left: 100px;
}




.cont_ft h3 {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  letter-spacing: -0.42px;
  font-family: Titillium Web;
}

.cont_ft h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0;
  font-family: Titillium Web;
}

footer.footer {
  background: #303940;
  padding-top: 65px;
}

.foot_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  border-bottom: 1px solid #959595;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.foot_top .address_bx {
  display: flex;
  align-items: center;
}

.foot_top .address_bx .cont_ft {
  margin-left: 15px;
}

.foot_top .address_bx .cont_ft .frm_grp {
  display: flex;
  align-items: center;
}

.foot_top .address_bx .cont_ft .frm_grp .form-control {
  background: #222B31;
  color: #fff;
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 400;
  border-radius: 0;
  line-height: 150%; 
  border: 0;
  padding: 16px;
  width: 300px;
  letter-spacing: -0.42px;
}

.foot_top .address_bx .cont_ft .frm_grp .btn {
  background: #BD000D;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Titillium Web;
  padding: 14px 20px;
  border-radius: 0;
  line-height: 27px;
  display: flex;
  letter-spacing: -0.32px;
}

.foot_top .address_bx .cont_ft .frm_grp .btn span:last-child {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.ft_sect {}

.footer_mid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.7fr 100px;
}

.ft_about ul {
  margin: 0;
}

.ft_about ul li {
  display: block;
  margin-bottom: 5px;
}

.ft_about ul li a {
  color: var(--style, #FFF);
  font-family: Titillium Web;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.32px;
}

.ft_about h3 {
  color: #BD000D;
  font-family: Titillium Web;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.ft_sect .logo_ft {
  margin-bottom: 15px;
}

.ft_about h4 {
  color: #fff;
  font-family: Titillium Web;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.ft_sect .soical_list_ft {}

.ft_sect .soical_list_ft li {
  text-align: right;
  display: block;
  margin-bottom: 24px;
}

.ft_sect .soical_list_ft li a {}

.footer_bottom {
  background: #222B31;
  margin-top: 30px;
}

.footer_bottom .footer_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.footer_bottom .footer_copy p,.footer_bottom .footer_copy p a {
  margin: 0;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.42px;
}
.enqury_form_home {position:relative;overflow:hidden;}
.enqury_form_home:after{
  background: url(../images/arrow6.png);
  position: absolute;
  right: 0px;
  top: -44%;
  animation: bounce 0.6s;
  content: '';
  animation-direction: alternate;
  animation-iteration-count: infinite;
  width: 853px;
  height: 1343px;
  background-repeat: no-repeat;
  z-index: -1;
  }


  #target {
    display: none;
}



/*----------------------------------------------------------------------------*/
.message_chat {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  width: 350px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.message_chat .accordion-button {
  background: #BD000D;
  border: 0px!important;
  border-radius: 0px!important;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.scroll-to-top {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 35px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #fff;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#target{display: none;}
.chat_meagge_scoller {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  bottom: 20%;
  right: 20px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
  font-size: 24px;
  background: #BD000D;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message_chat .accordion-button span:first-child,.message_chat .accordion-button span:first-child img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 20px;
}
.message_chat .accordion-button span:first-child img{margin-right: 0;}
.accordion-item {
  border: 0px!important;
  border-radius: 0px!important;
}

footer.footer {    
  position: relative;
}
.message_chat .accordion-button:focus{outline: none;border: 0;box-shadow: none;}
.message_chat  .accordion-button::after{display:none;}
.message_chat  .accordion-button::before {
  right: 10px;
  top: 8px;
}
.message_chat  .accordion-button:not(.collapsed)::before {}

.dot_active {
  background: #E4E4E5;
  padding: 10px 20px;
}

.message_chat .accordion-body {
  padding: 0;
}

.dot_active span:first-child {
  width: 8px;
  height: 8px;
  background: #1BA261;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
}

.chat-body {
  height: 450px;
  background: #fff;
  padding: 0 20px;
}

.chat-mss {
  margin: 0;
  padding-top: 20px;
  display: block;
}
.chat-inner {
  position: relative;
  text-align: center;
  height: calc(450px - 50px) !important;
  overflow-y: scroll;
  padding-right: 20px;
  margin-right: -15px;
}
.chat-mss.rply-mss {
  display: inline-block;
  width: 100%;
}
.chat-mss.rply-mss ul li {
  float: right;display: block;
  direction: rtl;
}
.chat-mss ul li{display: block;}
.chat-mss ul li p {
  display: table;
  padding: 12px;
  border-radius: 5px;
  background: #2C4664;
  margin-bottom: 0;
  white-space: pre-line;
  text-align: left;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}
img.img-type {
  display: block;
  margin-bottom: 5px;
}
.message_chat .accordion-button {
  justify-content: space-between;
  align-items: center;
}
.img-type {
  width: 180px;
  height: 120px;
  border-radius: 15px;
  box-shadow: unset;
  object-fit: cover;
  cursor: pointer;
}
.chat-mss.rply-mss ul li p {
  text-align: right;
  margin-left: 0px;
  position: relative;
  right: 0;
  border-radius: 5px;
  background: #B5B5B5;
  direction: ltr;
  color: #676767;
  font-family: Titillium Web;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}
.chat-mss.rply-mss ul li{display: block;}
.chat-mss.rply-mss ul li p span.msgSpan {
  margin-left: auto;
  display: table;
}

.chat-mss.rply-mss ul li p span {
  color: #676767;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.084px;
}

.chat_footer {
}

.chat-foot {
    display: grid;
    width: 100%;
    height: initial !important;
    min-height: 35px;
    align-items: center;
    position: absolute;
    bottom: 0px;
    padding: 4px 12px;
    left: 0;
    grid-template-columns: 20px 1fr 60px;
    background: rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(30px);
}
.msg_int_style {
    border: 0 none white;
    outline: none;
    max-height: 32px;
    resize: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 17px;
    color: #474747;
    padding-right: 15px;
}

.msg_int_style {
    background-color: transparent;
}
.sent-btn-emoji ul li:nth-child(2) {
    color: #306dd0;
    text-align: center;
    width: 30px;
    height: 30px;
}
.sent-btn-emoji ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
}
.sent-btn-emoji {}

.sent-btn-emoji {
    margin-left: 0;
    right: 10px;
    z-index: 1;
}
.att_plane input[type="file" i] {
  display: none;
}

.att_plane  label.btn {
  border: 0;
}
.sent-btn-emoji ul {
    margin: 0;
}

.sent-btn-emoji ul li:nth-child(2) a {
    display: inline-block;
    text-align: center;
}

.chat-inner::-webkit-scrollbar {
  width: 0px;
}

.chat-inner:hover::-webkit-scrollbar {
  width: 12px;
}

.chat-inner::-webkit-scrollbar-track {
  background-color: #FCF6E9;
  border-radius: 100px;
}

.chat-inner::-webkit-scrollbar-thumb {
  background-color: #BD000D;
  border-radius: 100px;
}
.chat-mss ul li a {
  display: block;
}

.chat-mss.rply-mss ul {
  margin: 0;
}
/*===============================================================================*/
.chat_meagge_scoller {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 99;
  bottom: 7%;
  right: 20px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
  font-size: 24px;
  background: #BD000D;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ServiceHome .form_sev .crd_bx:nth-child(2):hover,.ServiceHome .form_sev .crd_bx:nth-child(3):hover{background: #303940;} 


/******** new pupup************/

.signHead {
    text-align: center;
    padding-top: 20px;
}

.signup .formArea {
    padding: 20px 45px;
    width: 100%;
    height: auto;
}

.closeBtn {
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.btn4 {
    padding: 10px 50px;
    border: 1px solid #E18A1F;
    background: #e59c43ab;
    border-radius: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.005em;
    font-size: 14px;
    cursor: pointer;
}

.signup .formArea .form-group {
    position: relative;
    margin-bottom: 15px !important;
}

a.Quote {
    color: white;
}
.modal-dialog-Quotain {
    width: 45% !important;
}
.modal-dialog-Quotain input {
    height:25px;
}
.modal-dialog-Quotain input {
        
}

.modal-dialog.modal-dialog-Quotain input {
    height: 44px;
}

.boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0pc;
}

.boxs .input-container {
    /*display: flex;*/
    align-items: center;
}

    .boxs .input-label {
        margin-right: 10px;
    }

    .boxs .input-field {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 2px;
    }


.column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.column .input-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.column  .input-label {
    margin-right: 12px;
}

    .column .input-field {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 2px;
    }
.box2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 0pc 25px;
}
    .box2 .input-container {
        display: flex;
        flex-direction: row;
        width: 45%;
        align-items:center;
    }
    .box2 .input-label {
        margin-right: 32px;
    }
    .box2 .input-field {
        width: 100%;
        padding: 5px;
        font-size: 12px;
        letter-spacing: 2px;
    }

.instaajust {
    border: 1px solid #62696e;
    height: 48px;
    width: 48px;
    padding: 12px;
    border-radius: 50%;
}
    .instaajust svg {
        color: #fff;
        width: 24px;
        height: 24px;
    }

.centered-row {
    width: 100%;
    display: flex;
    justify-content: center;
}
.centered-item {
    grid-column: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /*border: 1px solid #ccc;*/
    box-sizing: border-box;
}
.centered-row .card_bx {
     
}
input#txtsubscriptemail::placeholder {
    color: #ccc;
}

.support {
    color: #fff;
    position: absolute;
    top: 68px;
    font-size: 17px;
}

.ajustImg {
    height: 3.563383rem;
}
/************Play store****************/
.appstore {
    display: flex;
    flex-wrap: wrap;
}






.appstore .left {
    flex: 45%;
    padding: 20px;
   /* background-color: #f2f2f2;*/
}
    .appstore .left img {
        width:100%;
    }

    .appstore .right {
        flex: 55%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center vertically */
        text-align: left; /* Align text to the left */
    }

    .appstore h1 {
        color: #303940;
        font-family: Titillium Web;
        font-size: 48px;
        font-style: normal;
        text-align: center;
        font-weight: 700;
        line-height: 52px;
        margin: 0;
        text-align:left;
    }

    .appstore p {
        color: #000;
        text-align: center;
        font-family: Titillium Web;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: left;
    }

.appstore .app-images {
    text-align: left;
    margin-top: 20px;
}

.appstore .app-images img {
    max-width: 100%;
    height: auto;
    margin: 0 10px;
}
/************End Play store****************/


/***********new slider **************/


.ServiceHome .form_sev .crd_bx:nth-child(2):hover, .ServiceHome .form_sev .crd_bx:nth-child(3):hover {
    background: #303940;
}

.banner_sect .item {
    position: relative;
}

section.banner_sect .item:after {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 34.54%, #000 100%);*/
   background:  linear-gradient(180deg, rgba(0, 0, 0, 0.00) 18.54%, #000 100%); position: absolute;
    width: 100%;
    top: 0;
    content: '';
    z-index: 2;
    left: 0;
    height: 100%;
}


.banner_sect .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

.banner_sect .owl-dots button.owl-dot {
    background-color: #ffffff;
}

.banner_sect .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 7px;
    border-radius: 50%;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.banner_sect .owl-dots button.owl-dot {
    width: 30px;
    height: 5px;
    border-radius: 0;
    margin: 0 5px;
    transform: skewX(-43deg);
    background-color: #fff;
}

    .banner_sect .owl-dots button.owl-dot.active {
        opacity: 1;
        transform: skewX(-43deg);
        -webkit-transform: skewX(-43deg);
        -moz-transform: skewX(-43deg);
        -ms-transform: skewX(-43deg);
        -o-transform: skewX(-43deg);
        -webkit-transition: all 250ms ease-in-out 0s;
        -moz-transition: all 250ms ease-in-out 0s;
        -ms-transition: all 250ms ease-in-out 0s;
        -o-transition: all 250ms ease-in-out 0s;
        transition: all 250ms ease-in-out 0s;
        background-color: #bd000d;
    }

.banner_sect .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .banner_sect .owl-nav .owl-prev span {
        font-size: 1.6875rem;
        color: #fff;
        line-height: 16px;
    }

    .banner_sect .owl-nav .owl-prev:focus {
        outline: 0;
    }

    .banner_sect .owl-nav .owl-prev:hover {
        background: #000 !important;
    }

.banner_sect .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

    .banner_sect .owl-nav .owl-next span {
        font-size: 1.6875rem;
        color: #fff;
        line-height: 1;
    }

    .banner_sect .owl-nav .owl-next:focus {
        outline: 0;
    }

    .banner_sect .owl-nav .owl-next:hover {
        background: #000 !important;
    }

.banner_sect:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner_sect:hover .owl-next {
    right: 0px;
    opacity: 1;
}



.banner_sect .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner_sect .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}


.header_top .navbar-nav .nav-item .nav-link.need_qut {
    color: #4472C7;
}

.header_top .btn_grp .search_bx {
    position: relative;
}

    .header_top .btn_grp .search_bx .form-control {
        border-radius: 20px;
        border: 1px solid #E8E8E8;
        color: #949494;
        font-family: Titillium Web;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 21px */
        letter-spacing: -0.42px;
        text-transform: capitalize;
    }

        .header_top .btn_grp .search_bx .form-control .icon {
        }

    .header_top .btn_grp .search_bx .icon {
        position: absolute;
        top: 4px;
        right: 15px;
    }

.dropdown.user_login {
    padding-left: 15px;
}

section.ServiceTrack {
    background: #000;
}


.ServiceTrack .form_sev {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .ServiceTrack .form_sev .crd_bx {
        border-radius: 0px;
        border: 1px solid #FFF;
        text-align: center;
        padding: 4px;
        position: relative;
    }

        .ServiceTrack .form_sev .crd_bx .icon {
            width: 20px;
            height: 20px;
            margin: 0 auto;
        }

        .ServiceTrack .form_sev .crd_bx .cont_bx {
        }

            .ServiceTrack .form_sev .crd_bx .cont_bx h3 {
                color: #FFF;
                font-family: Titillium Web;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin: 0;
            }

        .ServiceTrack .form_sev .crd_bx .form-control {
            background: transparent;
            color: #000;
            border: 2px solid #FFF;
            font-family: Titillium Web;
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            height: 33px;
            padding: 4px 10px;
            text-transform: uppercase;
        }

        .ServiceTrack .form_sev .crd_bx .btn_grp {
            margin-left: 15px;
        }

            .ServiceTrack .form_sev .crd_bx .btn_grp .btn {
                color: #FFF;
                font-family: Titillium Web;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                padding: 5px 6px;
                width: 100%;
                border-radius: 0px 8px;
                background: #303940;
            }

        .ServiceTrack .form_sev .crd_bx .frm_grp {
        }

        .ServiceTrack .form_sev .crd_bx:last-child {
        }

        .ServiceTrack .form_sev .crd_bx:first-child {
            border-radius: 0;
            background: #fff;
            padding: 10px;
            display: grid;
            grid-template-columns: 1fr 130px;
        }


        .ServiceTrack .form_sev .crd_bx:last-child:before {
            left: initial;
            right: -15px;
        }


        .ServiceTrack .form_sev .crd_bx .icon svg {
            width: 20px;
            height: 20px;
        }

.google-login-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4285F4; /* Google Blue */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    width:100%;
}

    .google-login-button:hover {
        background-color: #bd000d;
        color: #fff; 
        
    }

/* Style for the Google icon */
.google-icon {
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.5;
}

.flexs{
    display:flex;
}
.flexsItems {
    flex:1;
    text-align:right;
    padding-top:10px;
}

/* Popup container */
.popup-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Popup content */
.popup-content {
    background-color: white;
    border-radius: 10px;
    width: 40%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup-content input {
    width: 100%;
}
/* Close button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.856545em;
    font-weight: bold;
    color: #bd000d;
}