@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");



/***** General CSS *****/

body {

  word-break: break-word;

  font: 15px / 25px;

  color: #000;

  overflow-x: hidden;

  overflow-y: scroll;

  opacity: 0;

  transition: opacity 0.5s ease;

  font-family: "Montserrat", serif;

}



body.loaded {

  opacity: 1;

}



a {

  text-decoration: none;

  color: #000;

  white-space: initial;

}



a:hover,

a:focus {

  text-decoration: none;

  color: #000;

}



a:hover {

  transition: all 0.2s ease-in-out;

}



img {

  object-fit: cover;

  max-width: 100%;

  width: 100%;

}



input:focus,

textarea:focus,

select:focus {

  transition: all 0.5s ease;

  outline: none;

}



select,

input,

textarea {

  appearance: auto;

}



/***** Font Files *****/

@font-face {

  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  font-weight: 400;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "american";

  src: url(../fonts/american.otf);

  font-weight: 400;

  font-display: swap;

  font-style: normal;

}



/***** Custom Classes *****/

select {

  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;

}



::-webkit-input-placeholder,

::-moz-placeholder,

:-ms-input-placeholder,

:-moz-placeholder {

  color: #575757;

}



.noPadding {

  padding: 0;

}



.noLeft {

  padding-left: 0;

}



.noRight {

  padding-right: 0;

}



.centerCol {

  float: none;

  margin: 0 auto;

}



.pt_8,

.pb_8,

.py_8,

.sec {

  padding: 100px 0;

}



.flexRow,

.flexCol {

  display: flex;

  align-items: center;

}



ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



/* Headings */

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "american";

  text-transform: uppercase;

  margin: 0 0 10px;

}



h1 {

  font-size: 100px;

  line-height: 1;

  color: #fff;

  font-weight: 500;

  margin-bottom: 5px;

}



h2 {

  font-size: 60px;

  line-height: 1.2;

  color: #000;

  font-weight: 500;

}



h3 {

  font-size: 51px;

  line-height: 1.2;

  color: #000;

  font-weight: 600;

}



h4 {

  font-size: 34px;

  line-height: 1.2;

  color: #000;

  font-weight: 500;

}



h5 {

  font-size: 31px;

  line-height: 1.2;

  color: #000;

  font-weight: 500;

}



h6 {

  font-size: 23px;

  font-family: "Montserrat", serif;

  color: #000;

  font-weight: 500;

}



p {

  font-size: 14px;

  font-weight: 600;

  line-height: 25px;

  color: #7c7c7c;

  font-family: "Montserrat", serif;

}



/* Menu */



.nav ul {

  list-style: none;

  text-align: center;

  justify-content: space-around;

  display: flex;

  align-items: center;

  height: 100%;

}



.nav ul li a {

  transition: 0.3s ease-in-out;

  text-transform: uppercase;

  transition: all 0.5s;

  position: relative;

  color: #000;

  font-family: 'Montserrat';

  font-weight: 500;

  font-size: 14px;

  padding: 10px 20px;

  display: block;

}



section.header .nav.stroke {

  display: block;

}





/* Buttons Css Start*/





.them-btn-1 {

  display: inline-block;

  text-decoration: none;

  transition: all 0.3s ease;

  position: relative;

  overflow: hidden;

}



/* Hover effect */

.them-btn-1:hover {

  transform: translateY(-4px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

}



/* Shine animation */

.them-btn-1::before {

  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: linear-gradient(120deg,

      transparent,

      rgba(255, 255, 255, 0.4),

      transparent);

  transition: all 0.5s ease;

}



.them-btn-1:hover::before {

  left: 100%;

}





.them-btn-1 {

  border: 1px solid #fcfcfc;

  padding: 18px 45px;

  border-radius: 50px;

  color: #fff !important;

  font-weight: 500;

}





/* Buttons Css Ends */



/* Loader start */

#loader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 9999;

  transition: all 1s ease;

  flex-direction: column;

  gap: 5px;

}



#loader.hide {

  transform: translateY(-100%);

  opacity: 0;

  pointer-events: none;

}



img.loader {

  width: 10vw;

}



/* Loader end */



/* Custom Scrollbar  */

#style-6::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #f5f5f5;

}



#style-6::-webkit-scrollbar {

  width: 10px;

  background-color: #f5f5f5;

}



#style-6::-webkit-scrollbar-thumb {

  background-color: #f48a12;

  background-image: -webkit-linear-gradient(45deg,

      rgba(255, 255, 255, 0.2) 25%,

      transparent 25%,

      transparent 50%,

      rgba(255, 255, 255, 0.2) 50%,

      rgba(255, 255, 255, 0.2) 75%,

      transparent 75%,

      transparent);

}



.scrollbar {

  overflow-y: scroll;

}



/* Custom Scrollbar  */



/* Home Page start*/



/* Header Start */



.meun-search-bar-box input {

  width: 100%;

  height: 58px;

  padding: 0 22px;

  border-radius: 50px;

  background: none;

  border: 2px solid #2c3773;

  font-family: "Montserrat", serif;

  color: #969cb4;

}



.meun-icon-box ul {

  display: flex;

  align-items: center;

  gap: 15px;

  justify-content: end;

}



.meun-search-bar-box form {

    position: relative;

    display: flex;

    align-items: center;

    width: 90%;

    margin: 0 auto;

}



.meun-icon-box ul li a:hover i {

  color: transparent;

  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

  -webkit-background-clip: text;

  transition: 0.5s;

}



.meun-icon-box ul li a:hover {

  background: #fff;

  transition: 0.5s;

}



.meun-icon-box ul li a {

  border: 1px solid #6d7182;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  color: #ffffff;

  font-size: 20px;

  transition: 0.5s;

}



.meun-search-bar-box input::placeholder {

  font-family: "Montserrat", serif;

  color: #969cb4;

}



.meun-search-bar-box form {

  position: relative;

  display: flex;

  align-items: center;

}



.meun-search-bar-box-button {

  position: absolute;

  right: 12px;

}



.meun-search-bar-box-button button {

  color: #a2a4ae;

  border: none;

  background: none;

  font-size: 18px;

}



.hdr_logo a img {

  object-fit: scale-down;

  padding: 20px 0;

  display: block;

  width: fit-content;

}



section.header {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9;

    padding: 10px 0;

}



ul#menu li a {

    color: #d6dce5;

    font-weight: 500;

}



.meun-button a img {

  width: 35px;

  height: 29px;

  object-fit: contain;

}



.meun-logo a img {

    width: 225px;

    height: 135px;

    object-fit: contain;

}



ul#menu {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.container-fluid.add-padding {

  padding: 0 5%;



}



.menu-button img {

    width: 35px;

    height: 29px;

    object-fit: contain;

    cursor: pointer;

}



.full-menu {

  position: fixed;

  top: 0;

  left: 0;

  width: 15%;

  height: 100vh;

  display: flex;

  justify-content: center;

  align-items: center;

  transform: translateX(-100%);

  transition: transform 0.6s ease;

  z-index: 999;

  background-image: url(../images/about-us-img-back.png);

  background-size: cover;

  border-right: 3px solid #fff;

}



.full-menu.active {

  transform: translateX(0);

}



.full-menu ul {

    list-style: none;

}

.full-menu ul li {

  margin: 20px 0;

}



.full-menu ul li a {

  color: #fff;

  font-size: 22px;

  text-decoration: none;

}



.close-btn {

  position: absolute;

  top: 20px;

  right: 30px;

  font-size: 40px;

  color: #fff;

  cursor: pointer;

}





/* Header Ends */



/* Main Banner Start */





.banner-number-counter {

  position: absolute;

  right: 120px;

  margin-top: -70px;

}



.banner-number-counter ul li h2 {

  margin-bottom: 5px;

  line-height: 50px;

  color: #fff;

}



.banner-number-counter ul li p {

  color: #d2e0f0;

  margin-bottom: 0;

}



.banner-number-counter ul li {

  margin-bottom: 50px;

}



.banner-number-counter ul li:last-child {

  margin-bottom: 0;

}



.banner_sec {

  position: relative;

  z-index: 1;

  height: 972px;

  display: flex;

  align-items: center;

}



.banner_text p {

  color: #8ea2bb;

  width: 70%;

  margin: 0 auto;

}



.banner_sec::before {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 89%;

  z-index: -1;

  content: '';

  background-image: url(../images/main-banner-back.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}



.banner_text {

  margin-top: 170px;

  text-align: center;

}



.banner_images {

  text-align: center;

  margin-top: 50px;

}



.banner-slider .slick-list {

  height: 100%;

}



.banner-slider .slick-track {

  height: 100%;

}



.banner_text ul {

  margin-top: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;

}



.them-btn-1.chg {

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

}



.banner-left-heading h2 {

  font-size: 200px;

  margin-bottom: 0;

}



.banner-left-heading {

  position: absolute;

  transform: rotate(-90deg);

  left: -300px;

  top: 266px;

}



.banner-left-heading h2 {

  font-size: 240px;

  margin-bottom: 0;

  color: rgba(255, 255, 255, 0.4);

  line-height: 0.8;

  opacity: 0.4;

}





/* Main Banner Ends */



/*About Us Start*/



.about_image {

    padding-left: 160px;

    padding-right: 45px;

    position: relative;

    padding-bottom: 55px;

}



.about_image:before {

  content: "";

  position: absolute;

  background-image: url(../images/about-us-img-back.png);

  width: 100%;

  height: 280px;

  left: 0;

  background-size: cover;

  z-index: -1;

  bottom: 0;

  border-radius: 15px;

}



.about_text {

  margin-left: 25px;

}



.about_image img {

    width: 100%;

    height: 465px;

    object-fit: cover;

    border-radius: 10px;

}



.theme-heading {

  width: fit-content;

  border: 2px solid #1b2f7d;

  font-family: "american";

  font-size: 20px;

  border-radius: 50px;

  padding: 8px 35px;

  margin-bottom: 20px;

  animation: pulse-animation 2s infinite;

}



@keyframes pulse-animation {

  0% {

    box-shadow: 0 0 0 0px rgb(17 30 76);

  }



  100% {

    box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);

  }

}



.about_text p {

  margin-bottom: 25px;

}



.about_text a {

  padding: 20px 45px;

}



.about-us-btn {

  margin-top: 45px;

}





/*About Us Ends */



/*Our Services Start*/



.our-services-heading h2 {

  margin-bottom: 5px;

}



.our-services-heading .theme-heading {

  margin-bottom: 10px;

}



.our-services-button {

  text-align: end;

  margin-top: -40px;

}



.our-services-points-box {

  border-bottom: 1px solid #cccccc;

  padding: 30px 0;

  position: relative;

}



.our-services-points-images {

  position: relative;

  opacity: 0;

  transition: 0.5s;

}



.our-services-points-box:hover .our-services-points-images {

  opacity: 1;

  transition: 0.5s;

  z-index: 999;

}



.our-services-points-button {

  text-align: end;

}



.our-services-points-images img {

  position: absolute;

  top: -45px;

}



.our-services-points-images img {

  width: 100%;

  height: 385px;

  object-fit: cover;

  border-radius: 8px;

}



.our-services-row {

  margin-top: 15px;

}



.our-services-points-text {

  opacity: 0;

  transition: 0.5s;



}



.our-services-points-button a {

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 0 0 auto;

  border-radius: 50%;

  color: #abb2d0;

  font-size: 18px;

  border: 1px solid #abb2d0;

  animation: pulse-animation 2s infinite;

}



.our-services-points-box:hover .our-services-points-button a {

  transition: 0.5s;

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

  color: #fff;

}



.our-services-points-button a i {

  transform: rotate(45deg);

}



.our-services-points-box:hover .our-services-points-text {

  opacity: 1;

  transition: 0.5s;

}



.our-services-points-box h2 {

  font-size: 40px;

  margin-bottom: 0;

  line-height: 30px;

  color: #cccccc;

  transition: 0.5s;

}



.our-services-points-box:hover .our-services-points-heading h2 {

  color: #000;

  transition: 0.5s;

}



.our-services-points-box p {

  width: 80%;

  margin: 0 auto;

}



.our-services-points-box .row {

  align-items: center;

}





.our-services-heading .row {

  align-items: end;

}



.our-services-heading p {

  margin-bottom: 0;

}



.our-services-points-box.two .our-services-points-images img {

  top: -160px;

}



.our-services-points-box.three .our-services-points-images img {

  top: -250px;

}



.our-services-points-box.four .our-services-points-images img {

  top: -370px;

}



/*Our Services Ends*/





/*Mission Ready Solution Start*/





.mission-ready-solution-box h2 span {

  display: block;

}



.mission-ready-solution-box {

  text-align: center;

}



.mission-ready-solution-box h2 {

    margin-bottom: 5px;

    font-size: 68px;

    color: #fff;

}



.mission-ready-solution-box p {

  width: 55%;

  margin: 0 auto;

  margin-bottom: 40px;

  color: #a3b7c9;

}



.mission-ready-solution-sec {

  margin: 100px 0;

  background-image: url(../images/mission-ready-solution-back.png);

  width: 100%;

  height: 685px;

  background-size: cover;

  display: flex;

  align-items: center;

  position: relative;

}



.mission-ready-solution-left {

  position: absolute;

  bottom: 30px;

}



.mission-ready-solution-right {

  right: 0;

  bottom: 30px;

  position: absolute;

}



.mission-ready-solution-right img {

    width: 545px;

    height: 367px;

    object-fit: contain;

}



.mission-ready-solution-left img {

    width: 445px;

    height: 429px;

    object-fit: contain;

}



.mission-ready-solution-box a {

  border: none;

  padding: 20px 45px;

}





/*Mission Ready Solution Ends*/



/*Products Start*/



.select-box {

  font-family: "Montserrat", serif;

  color: #000000;

  font-weight: 600;

}



.products-heading h2 {

  margin-bottom: 5px;

}



.products-heading p {

  width: 30%;

  margin-bottom: 0;



}



.products-heading label {

  margin-bottom: 15px;

}



.custom-select {

    position: relative;

    width: 95%;

    margin: 0 0 0 auto;

}



.select-box {

  border: 1.5px solid #a5afd3;

  border-radius: 30px;

  padding: 15px 20px;

  cursor: pointer;

  display: flex;

  justify-content: space-between;

  align-items: center;

  background: #fff;

}



.products-sec .arrow {

  transition: transform 0.3s ease;

}



.custom-select.open .arrow {

  transform: rotate(180deg);

}



.products-sec .options {

  list-style: none;

  padding: 0;

  margin: 8px 0 0;

  border: 1px solid #ddd;

  border-radius: 12px;

  background: #fff;



  max-height: 0;

  overflow: hidden;

  transition: max-height 0.35s ease, opacity 0.3s ease;

  opacity: 0;

}



.custom-select.open .options {

    max-height: 200px;

    opacity: 1;

    position: absolute;

    width: 100%;

    top: 60px;

    z-index: 999;

}



.products-sec .options li {

  padding: 10px 16px;

  cursor: pointer;

  font-weight: 600;

}



.products-sec .options li:hover {

  background: #f5f5f5;

}





.products-silder .select-box-inner {

  background: #fff;

  border-radius: 28px;

  padding: 10px 16px;

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.products-silder .arrow {

  transition: transform 0.3s ease;

}



.custom-select.open .arrow {

  transform: rotate(180deg);

}



.products-silder .options {

  list-style: none;

  padding: 0;

  margin: 8px 0 0;

  border-radius: 12px;

  background: #fff;

  border: 1px solid #f0b0b5;

}



.products-heading-row .row {

  align-items: end;

}



.products-silder-items {

  margin-top: 28px;

}



.products-silder-items-img img {

  width: 100%;

  height: 435px;

  object-fit: cover;

  border-radius: 10px;

}



.products-silder ul.pro-silder-text li h2 {

  font-size: 34px;

  margin-bottom: 0;

}



.products-silder ul.pro-silder-text {

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #cccccc;

  padding: 15px 20px;

}



.products-silder-items-text-box p {

  margin-bottom: 0;

  padding: 20px 20px;

}



.products-silder ul.pro-silder-button li h3 {

  font-size: 30px;

  margin-bottom: 0;

}



.products-silder ul.pro-silder-button {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 20px;

}



.products-silder ul.pro-silder-button li a {

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

  display: flex;

  align-items: center;

  justify-content: center;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  font-size: 20px;

  color: #fff;

  animation: pulse-animation 2s infinite;

}



.products-silder .slick-slide {

  margin: 20px 18px;

}





.products-silder ul.pro-silder-text li span {

  color: #2c2c2c;

  font-weight: 500;

}



.products-silder ul.pro-silder-text li i {

  color: #ffb016 !important;

  margin-right: 5px;

}



.products-silder-items-text-box {

    background: #ffff;

    box-shadow: 0 0 5px 0 #0000001c;

    padding: 15px 0;

    border-radius: 8px;

    height: 290px;

    margin-top: -90px;

    position: relative;

    z-index: 999;

    transition: 0.5s;

}

.products-silder .slick-slide.slick-current.slick-active.slick-center .products-silder-items .products-silder-items-text-box {

  background-image: url(../images/products-silder-text-box-back.jpg);

  transition: 0.5s;

  width: 100%;

  background-size: cover;

}



.products-silder .slick-slide.slick-current.slick-active.slick-center .products-silder-items .products-silder-items-text-box * {

  color: #fff;

  transition: 0.5s;

}





.products-silder .slick-prev:before,

.slick-next:before {

  color: #7a8c91 !important;

  font-size: 12px !important;

  content: "\f060" !important;

  font-family: "Font Awesome 6 Pro" !important;

  font-weight: 900 !important;

}



.products-silder .slick-slide {



  opacity: 1.2;

}



.products-silder button.slick-prev.slick-arrow:before {

  content: "\f060" !important;

  position: absolute !important;

  font-weight: 900 !important;

  font-family: "Font Awesome 6 free" !important;

  transform: rotate(0deg) !important;

  font-size: 18px !important;

  color: #a5afd3 !important;

  transition: 0.5s !important;

}



.products-silder button.slick-next.slick-arrow:before {

  content: "\f060" !important;

  position: absolute !important;

  font-weight: 900 !important;

  font-family: "Font Awesome 6 free" !important;

  transform: rotate(180deg) !important;

  font-size: 18px !important;

  color: #a5afd3 !important;

  transition: 0.5s !important;



}



.products-silder .slick-slide {

  opacity: 1.2;

}



.products-silder button.slick-prev,

button.slick-next {

  width: 48px !important;

  height: 48px !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  border: 2px solid #bcc3de !important;

  border-radius: 50px !important;

}



.products-silder button.slick-prev.slick-arrow:hover {

  background-image: linear-gradient(to right, #1e348a, #0e1a41) !important;

  transition: 0.5s !important;

  border: none !important;

}



.products-silder button.slick-next.slick-arrow:hover {

  background-image: linear-gradient(to right, #1e348a, #0e1a41) !important;

  transition: 0.5s !important;

  border: none !important;



}



.products-silder button.slick-prev.slick-arrow:hover:before {

  color: #fff !important;

}



.products-silder button.slick-next.slick-arrow:hover:before {

  color: #fff !important;

}



/*Products Ends */



/*Why Choose Us Start*/





.why-choose-us-text {

  margin-left: 25px;

}



.why-choose-us-text label {

  margin-bottom: 15px;

}



.why-choose-us-points h2 {

  font-size: 25px;

  margin-bottom: 5px;

}



.why-choose-us-text p {

  width: 90%;

}



.why-choose-us-points p {

  margin-bottom: 0;

}



.why-choose-us-points {

  padding-left: 30px;

  margin-bottom: 28px;

  position: relative;

}



.why-choose-us-points:before {

  content: "";

  position: absolute;

  background: #1f3690;

  width: 8px;

  height: 8px;

  left: -3px;

  border-radius: 50%;

  top: 0;

  animation: pulse-animation 2s infinite;

}



.why-choose-us-points-box {

  position: relative;

  margin-top: 35px;

  margin-bottom: 50px;

}



.why-choose-us-images img {

  width: 100%;

  height: 775px;

  object-fit: cover;

  object-position: top;

  border-radius: 12px;

}



.why-choose-us-points-box:before {

  content: "";

  position: absolute;

  border: 1px dashed #e4e4e4;

  height: 90%;

  top: 0;

}



/*Why Choose Us Ends*/





/* Testimonails Start*/



.testimonials-heading {

  text-align: center;

}



.testimonials-heading label {

  margin-bottom: 12px;

}



.testimonials-heading h2 {

  margin-bottom: 5px;

}



.testimonials-heading p {

  width: 40%;

  margin: 0 auto;

}



.testimonials-silder-items {

  border: 1px solid #cccccc;

  padding: 40px 35px;

  border-radius: 10px;

  margin-top: 50px;

  transition: 0.5s;

}



.testimonials-silder ul.testimonials-star li {

  display: flex;

  align-items: center;

  gap: 5px;



}



.testimonials-silder ul.testimonials-star li i {



  color: #f9ae0e;

}



.testimonials-silder ul.testimonials-star {

  margin-bottom: 18px;

}



.testimonials-silder ul.testimonials-images li h2 {

  font-size: 20px;

  margin-bottom: 0;

}



.testimonials-silder ul.testimonials-images li span {

  color: #7c7c7c;

  font-weight: 500;

}



.testimonials-silder ul.testimonials-images li img {

  width: 70px;

  height: 70px;

  object-fit: cover;

  border-radius: 50%;

  animation: pulse-animation 2s infinite;

}



.testimonials-silder ul.testimonials-images {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-top: 25px;

}



.testimonials-silder .slick-slide.slick-current.slick-active.slick-center .testimonials-silder-items {

  background-image: url(../images/products-silder-text-box-back.jpg);

  width: 100%;

  height: 100%;

  background-size: cover;

  transition: 0.5s;

}



.testimonials-silder .slick-slide.slick-current.slick-active.slick-center .testimonials-silder-items p {

  color: #9cb5d9;

}



.testimonials-silder .slick-slide.slick-current.slick-active.slick-center .testimonials-silder-items ul li span {

  color: #9cb5d9;

}



.testimonials-silder .slick-slide.slick-current.slick-active.slick-center .testimonials-silder-items ul li h2 {

  color: #fff;

}



.testimonials-silder button.slick-prev.slick-arrow:before {

  content: "\f060" !important;

  position: absolute !important;

  font-weight: 900 !important;

  font-family: "Font Awesome 6 free" !important;

  transform: rotate(0deg) !important;

  font-size: 18px !important;

  color: #a5afd3 !important;

  transition: 0.5s !important;

}



.testimonials-silder button.slick-next.slick-arrow:before {

  content: "\f060" !important;

  position: absolute !important;

  font-weight: 900 !important;

  font-family: "Font Awesome 6 free" !important;

  transform: rotate(180deg) !important;

  font-size: 18px !important;

  color: #a5afd3 !important;

  transition: 0.5s !important;



}



.testimonials-silder .slick-slide {

  opacity: 1.2;

}



.testimonials-silder button.slick-prev,

button.slick-next {

  width: 51px !important;

  height: 50px !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  border: 2px solid #bcc3de !important;

  border-radius: 50px !important;

  animation: pulse-animation 2s infinite;

}



.testimonials-silder button.slick-prev.slick-arrow:hover {

  background-image: linear-gradient(to right, #1e348a, #0e1a41) !important;

  transition: 0.5s !important;

  border: none !important;

}



.testimonials-silder button.slick-next.slick-arrow:hover {

  background-image: linear-gradient(to right, #1e348a, #0e1a41) !important;

  transition: 0.5s !important;

  border: none !important;



}



.testimonials-silder button.slick-prev.slick-arrow:hover:before {

  color: #fff !important;

}



.testimonials-silder button.slick-next.slick-arrow:hover:before {

  color: #fff !important;

}



/* Testimonails Ends*/



/*Footer Start*/









.testimonials-sec {

  margin: 25px 0 120px;

}



.main-footer-logo {

  text-align: center;

}



.main-footer-sec {

  background-image: url(../images/footer-back.jpg);

  width: 100%;

  height: 100%;

  background-size: cover;

}



.main-footer-logo-row {

    padding: 35px 0;

}



.main-footer-center-sec {

  border-top: 1px solid #485477;

}



.main-footer-center-sec h2 {

  font-size: 30px;

  color: #fff;

}



.ftr-about-us-box {

  border-right: 1px solid #485477;

  padding: 70px 0;

  height: 306px;

}



.main-footer-logo a img {

    width: 240px;

    height: 145px;

    object-fit: contain;

}



.ftr-about-us-box p {

    margin-bottom: 0;

    color: #a4abbd;

    width: 85%;

    font-size: 13px;

}



.ftr-quick-links-box {

    padding: 70px 30px;

    border-right: 1px solid #485477;

}

.ftr-quick-links-box ul {

  column-count: 2;

}



.ftr-quick-links-box ul li a {

    color: #a6bbcf;

    font-weight: 500;

    font-size: 14px;

}



.ftr-quick-links-box ul {

  line-height: 40px;

}



.ftr-contact-info-box ul li a {

    color: #a6bbcf;

    font-weight: 500;

    font-size: 14px;

}







.ftr-contact-info-box ul {

  line-height: 40px;

}



.ftr-about-us-box h2 {

  margin-bottom: 20px;

}



.ftr-contact-info-box {

    padding: 70px 20px;

    border-right: 1px solid #485477;

}



.ftr-follow-us-box {

    padding: 70px 30px;

}



.ftr-follow-us-box ul li a {

    color: #a6bbcf;

    font-weight: 500;

    font-size: 14px;

}



.ftr-follow-us-box ul {

  line-height: 40px;

}



.main-footer-bottom-sec {

  border-top: 1px solid #485477;

  padding: 25px 0;

}



.ftr-copy-right p {

  color: #ffffff;

  margin-bottom: 0;

}



.ftr-atm-card img {

  width: 211px;

  height: 26px;

  object-fit: contain;

}



.ftr-atm-card {

  text-align: end;

}



/*Footer Ends */





/*Inner About Us Start*/





section.inner-banner-sec {

    background-image: url(../images/inner-banner-back.png);

    width: 100%;

    height: 577px;

    background-size: cover;

    display: flex;

    align-items: center;

    text-align: center;

    position: relative;

    margin-bottom: 120px;

}





.inner-banner-images {

    position: absolute;

    text-align: center;

    right: 0;

    left: 0;

    margin: 0 auto;

    bottom: -140px;

}



.inner-banner-heading {

    margin-top: -100px;

}





.inner-banner-images img {

    width: 40%;

}



.meet-our-team-heading {

  text-align: center;

}



.meet-our-team-heading h2 {

  margin-bottom: 0;

}



.meet-our-team-heading p {

  width: 40%;

  margin: 0 auto;

}



.meet-our-team-box-row {

  margin: 80px 0;

}



.meet-our-team-box-text h2 {

  font-size: 25px;

  margin-bottom: 5px;

}



.meet-our-team-images img {

  width: 100%;

  height: 375px;

  object-fit: cover;

  border-radius: 10px;

}



.meet-our-team-box-text {

  margin-top: 15px;

  text-align: center;

}



.meet-our-team-box-text span {

  color: #7c7c7c;

}



.meet-our-team-box-text ul li a {

  border: 1px solid #cfcfcf;

  color: #cccccc;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  font-size: 20px;

  transition: 0.5s;

}



.meet-our-team-box-text ul {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 15px;

  gap: 8px;

}



.meet-our-team-box-text ul li a:hover {

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

  transition: 0.5s;

  color: #fff;

}



.meet-our-team-box {

  margin-top: 45px;

}



.meet-our-team-box-heading h2 {

  margin-bottom: 0;

}



/*Inner About Us Ends*/



/*Inner Account Start*/



.inner-account-box {

  border: 1px solid #cccccc;

  padding: 35px;

  border-radius: 8px;

}



.inner-account-box label {

  color: #888888;

  font-weight: 500;

  margin-top: 20px;

}



.inner-account-box ul li p,

.product-heading-box h2 {

  margin-bottom: 0;

  color: #7c7c7c;

}



.inner-account-box ul li input {

  width: 15px;

  height: 15px;

  border-radius: 50% !important;

  border: 1px solid !important;

  margin: 0 !important;

}



.inner-account-box ul {

  margin-top: 25px;

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 25px;

}



.inner-account-box input {

  width: 100%;

  height: 60px;

  border: 1px solid #cccccc;

  margin-top: 5px;

  border-radius: 50px;

  padding: 0 20px;

  color: #888888;

}



.inner-account-box h2,

.inner-work-shop-detail-text h2,

.motorcycle-detail-text h2,

.section-heading h5 {

  margin-bottom: 5px;

}



.inner-account-box form input::placeholder {

  color: #888888;

}



/*Inner Account Ends*/





/* Inner Blog Detail Start*/



.blog-detail-images img {

  width: 100%;

  height: 753px;

  object-fit: cover;

  border-radius: 8px;

}



.blog-detail-text {

  margin-top: 25px;

}



.blog-detail-text h2 {

  margin-bottom: 0;

}



.blog-detail-text span {

  color: #7c7c7c;

  font-weight: 500;

}



.blog-detail-text h2 {

  margin-bottom: 5px;

}



/* Inner Blog Detail Ends*/





/*Inner Contact Us Start*/





.inner-conatct-us-form textarea {

  width: 100%;

  height: 155px;

  padding: 20px;

  border-radius: 8px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

  font-size: 14px;

  font-weight: 600;

  resize: none;

  color: #7c7c7c;

}



.inner-conatct-us-form input {

  width: 100%;

  height: 60px;

  padding: 0 20px;

  border-radius: 8px;

  margin-bottom: 20px;

  border: 1px solid #bdbdbd;

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form input::placeholder {

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form textarea::placeholder {

  font-size: 14px;

  font-weight: 600;

  color: #7c7c7c;

}



.inner-conatct-us-form h2 {

  margin-bottom: 20px;

}



.inner-conatct-us-form button {

  width: fit-content;

}



.inner-conatct-info {

  padding: 100px 45px;

  border-radius: 20px;

  margin-left: 30px;

  background-image: url(../images/inner-contact-us-back.jpg);

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center;

}



.inner-conatct-info ul li a i {

  font-size: 20px;

}



.inner-conatct-info h2 {

  color: #fff;

  margin-bottom: 12px;

}



.inner-conatct-info ul li a {

  color: #fff;

  font-weight: 500;

  display: flex;

  align-items: baseline;

  gap: 12px;

}



.inner-conatct-info p {

  color: #a9d1f5;

}



.inner-conatct-info ul {

  margin-top: 45px;

}



.inner-conatct-info ul li {

  margin-bottom: 30px;

}



.inner-conatct-info i.fa.fa-phone-alt {

  transform: rotate(94deg);

}



.inner-conatct-us-form {

  box-shadow: 0 0 10px 0 #0000001a;

  padding: 40px 30px;

  border-radius: 10px;

}





/*Inner Contact Us Ends*/





/*Inner Cart Start*/



.cart_sidebar .bt {

  width: 80%;

}



.cart_sidebar .h-sub {

  color: #000;

  font-size: 20px;

  margin-bottom: 30px;

  padding-top: 10px;

  border-bottom: 1px solid #e4e4e4;

  padding-bottom: 20px !important;

}



.cart_sidebar form {

  margin-top: 30px;

  padding-bottom: 40px;

  border-bottom: 1px solid #e4e4e4;

}



.cart_sidebar form button {

  color: #000;

  font-size: 16px;

  padding: 15px 40px;

  background-color: unset;

  border: 1px solid #c5c5c5;

  font-weight: 600;

  border-radius: 50px;

}



.cart_sidebar form input {

  padding-left: 15px;

  margin-bottom: 20px;

  border-radius: 5px;

  border: 1px solid #c5c5c5;

}



.cart_sidebar form input,

.cart_sidebar form select {

  width: 100%;

  height: 55px;

  appearance: auto;

  font-size: 14px;

  background-color: unset;

  color: #7c7c7c;

  font-weight: 600;

}



.cart_sidebar form select {

  padding-left: 14px;

  border: 1px solid #c5c5c5;

  margin-bottom: 15px;

  border-radius: 5px;

}



.cart_sidebar form input,

.cart_sidebar form select {

  width: 100%;

  height: 55px;

  appearance: auto;

  font-size: 14px;

  background-color: unset;

  color: #7c7c7c;

  font-weight: 600;

  border-radius: 50px;

  padding: 0 25px;

}



.cart_sidebar h4 {

  font-size: 20px;

  color: #000;

}



.cart_sidebar h3,

.cart_sidebar h4 {

  margin-bottom: 20px;

  line-height: 30px;

}



.cart_sidebar ul li input {

  padding: 0;

  height: initial;

  width: initial;

  margin-bottom: 0;

  display: none;

  cursor: pointer;

}



.about-text h2,

.cart_sidebar ul li:not(:last-child),

section.product-sec.inner .product-heading {

  margin-bottom: 15px;

}



.cart_sidebar ul li label {

  position: relative;

  color: #7c7c7c;

  font-weight: 600;

}



.bnelli_text,

label {

  display: inline-block;

}



.cart_sidebar h4 {

  font-size: 20px;

  color: #000;

}



.cart_sidebar h3,

.cart_sidebar h4 {

  margin-bottom: 20px;

  line-height: 30px;

}



.cart_sidebar .h-sub {

  color: #000;

  font-size: 20px;

  margin-bottom: 30px;

  padding-top: 10px;

  border-bottom: 1px solid #e4e4e4;

  padding-bottom: 20px !important;

}



.cart_sidebar h5 span,

.workshop-services-button {

  float: right;

}



.cart_sidebar h3 {

  margin-top: 0;

  font-size: 22px;

}



.cart_sidebar h3,

.cart_sidebar h4 {

  margin-bottom: 20px;

  line-height: 30px;

}



.cart_sidebar {

  padding: 0 0 0 35px;

}



.clear_carT_list ul li .clear-list {

  border: 1px solid #ddd;

  background: 0 0;

  border-radius: 5px;

  margin-right: 20px;

  color: #000;

  border-radius: 50px;

}



.clear_carT_list {

  margin-top: 20px;

}



.clear_carT_list ul {

  display: flex;

  align-items: center;

  justify-content: end;

}



.clear_carT_list ul li a {

  color: #7c7c7c;

  font-size: 16px;

  padding: 12px 40px;

  background-color: #ebebeb;

  border: 2px solid #ebebeb;

  display: inline-block;

  margin-top: 10px;

  font-weight: 600;

  border-radius: 50px;

}



.inner-request-a-quote-cart-pro-name ul li img {

  width: 140px;

  height: 120px;

  border-radius: 5px;

  object-fit: cover;

  background: #e2e2e2;

  object-position: 100% 10%;

}



.inner-request-a-quote-sec li.request-cart-img button {

  font-size: 13px;

  background: #fff;

  width: 25px;

  height: 25px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #000;

  box-shadow: 0 0 4px 0 #00000057;

  border: 0;

}



.inner-request-a-quote-sec button.request-cart-btn {

  position: absolute;

  right: -10px;

  top: -10px;

}



.inner-request-a-quote-sec .quantity {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: 1px solid #c5c5c5;

  padding: 10px 25px;

  width: fit-content;

  border-radius: 50px;

}



.inner-request-a-quote-sec .quantity button {

  background: #ebebeb;

  border: none;

  border-radius: 50%;

  width: 35px;

  height: 35px;

  font-size: 20px;

  cursor: pointer;

  transition: 0.2s;

}



.inner-request-a-quote-sec .quantity span {

  font-size: 18px;

  font-weight: 600;

  width: 25px;

  text-align: center;

}



.inner-request-a-quote-cart-row h6 {

  color: #7c7c7c;

  margin-bottom: 0;

  font-size: 20px;

}



.inner-request-a-quote-cart ul li span {

  color: #000;

  font-family: "american";

  font-size: 20px;

}



.inner-request-a-quote-cart-row {

  border-bottom: 1px solid #e4e4e4;

  padding: 25px 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-right: 40px;

}



.cart_sidebar ul li label:before {

  content: "";

  -webkit-appearance: none;

  background-color: transparent;

  border: 1px solid #b7b7b7;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);

  padding: 10px;

  display: inline-block;

  position: relative;

  vertical-align: middle;

  cursor: pointer;

  margin-right: 15px;

  border-radius: 10%;

}



.cart_sidebar ul li input:checked+label:after {

  content: "";

  display: block;

  position: absolute;

  top: 4px;

  left: 9px;

  width: 6px;

  height: 14px;

  border: solid #1b307e;

  border-width: 0 2px 2px 0;

  transform: rotate(45deg);

}



.inner-request-a-quote-cart ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 18px;

  border-bottom: 1px solid #e4e4e4;

  padding-right: 50px;

}



.inner-request-a-quote-cart-pro-name ul,

.motorcycle-detail-qtn-row {

  display: flex;

  align-items: center;

  gap: 20px;

}



.inner-request-a-quote-cart-pro-name li {

  font-size: 18px;

  color: #000;

  font-family: "american";

  position: relative;

}



.sub-total label,

label {

  cursor: pointer;

}



/*Inner Cart Ends*/





/*Inner Blog Start*/





.inner-blogs-heading {

  text-align: center;

}



.inner-blogs-heading h2 {

  margin-bottom: 0;

}



.inner-blogs-heading p {

  width: 60%;

  margin: 0 auto;

}



.inner-blogs-boxs-images img {

  width: 100%;

  height: 344px;

  object-fit: cover;

  border-radius: 10px;

}



.inner-blogs-boxs-text {

  border: 1px solid #dbdbdb;

  border-top: none;

  padding: 40px 35px 30px;

  margin-top: -10px;

  border-bottom-right-radius: 10px;

  border-bottom-left-radius: 10px;

  transition: 0.5s;

  height: 291px;

}



.inner-blogs-boxs {

  transition: 0.5s;

  margin-top: 50px;

}



.inner-blogs-boxs-text h2 {

  font-size: 30px;

}



.inner-blogs-boxs-text ul {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 25px;

}



.inner-blogs-boxs-text ul li {

  color: #7c7c7c;

  font-weight: 500;

}



.inner-blogs-boxs-text ul li a {

  color: #969696;

  text-decoration: underline;

}



.inner-blogs-boxs:hover .inner-blogs-boxs-text {

    background-image: url(../images/inner-blog-box-back.jpg);

    width: 100%;

    background-size: cover;

    transition: 0.5s;

    height: 291px;

}



.inner-blogs-boxs:hover .inner-blogs-boxs-text * {

  color: #fff;

  transition: 0.5s;

}



.inner-blogs-boxs:hover .inner-blogs-boxs-text ul li a {

  color: #fff;

  transition: 0.5s;

}



.inner-blogs-boxs:hover .inner-blogs-boxs-text ul li {

  color: #fff;

  transition: 0.5s;

}



/*Inner Blog Ends*/





/*Inenr CheckOut Start*/



.checout-input input {

  border: 1px solid #e5e5e5;

  padding: 20px;

  border-radius: 50px;

}



.checout-input input,

.checout-input select.form-select {

  margin: 5px 0;

  height: 58px;

  width: 100%;

  background-color: unset;

}



section.checkout-page label {

  color: #888;

  font-weight: 500;

  text-transform: capitalize;

  margin-bottom: 5px;

}



.checkout-input-radio label {

  margin-left: 10px !important;

}



.checout-input select.form-select {

  padding: 0 20px;

  color: #888;

  border-radius: 50px;

  background-image: url(../images/down.png);

  font-size: 14px;

  font-weight: 500;

  border: 1px solid #e5e5e5;

}



.checout-input {

  margin: 10px 0;

}



.checkout-input-radio input[type="radio"] {

  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  width: 20px;

  height: 20px;

  border: 2px solid #aaaaaa63;

  border-radius: 50%;

  position: relative;

  cursor: pointer;

  outline: 0;

}



.checkout-input-radio input[type="radio"]:checked::before {

  content: "";

  width: 12px;

  height: 12px;

  background-color: #1c3284;

  border-radius: 50%;

  position: absolute;

  top: 2px;

  left: 2px;

}



.checout-input.textarea {

  width: 90%;

}



.sub-total h6 {

  font-family: "american";

}



.sub-total p {

  font-family: "american";

  margin-bottom: 0;

  font-size: 20px;

  color: #000;

}



.checkout-input-radio {

  display: flex;

  align-items: center;

  margin: 15px 0;

}



section.checkout-page label {

  color: #888;

  font-weight: 500;

  text-transform: capitalize;

  margin-bottom: 5px;

}



.checout-input textarea {

  width: 100%;

  resize: none;

  height: 170px;

  padding: 20px;

  background-color: unset;

  border-radius: 10px;

  border: 1px solid #e5e5e5;

}



.checkout-right {

  border: 1px solid #f1f1f1;

  padding: 50px 30px 30px;

  border-radius: 5px;

}



.sub-total {

  align-items: center;

  padding: 2px;

  border-bottom: 1px solid #d5d5d5;

  margin-bottom: 21px;

}



.sub-total {

  align-items: center;

  padding: 2px;

  border-bottom: 1px solid #d5d5d5;

  margin-bottom: 21px;

}



.price,

.sub-total {

  justify-content: space-between;

  display: flex;

}



.price {

  padding: 0;

}



.price h6 {

  color: #666;

  font-size: 15px;

  line-height: 24px;

  text-transform: capitalize;

  font-weight: 700;

}



.price h6,

body {

  font-family: Montserrat, sans-serif;

}



.price p {

  font-size: 15px;

  color: #000;

  font-weight: 700;

}



.price-sub {

  display: flex;

  justify-content: space-between;

  align-items: center;

  font-weight: 600;

  padding: 10px 0 5px;

  border-bottom: 1px solid #d1cdcd;

}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

}



.price-sub p {

  font-weight: 600;

  color: #000;

  font-size: 17px;

}



.shipping-check-box h2 {

  font-size: 18px;

  margin-bottom: 10px;

  margin-top: 20px;

}



.Shipping.last h6,

.price-sub h6,

.shipping-check-box h2 {

  font-weight: 500;

}



section.checkout-page label {

  color: #666666;

  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 5px;

  margin-top: 10px;

}



.placebbtnwrapper {

  margin-top: 25px;

}



.placebbtnwrapper button {

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: center;

}



.checkout-input-radio label {

  margin: 0 !important;

  margin-left: 10px !important;

}



.Shipping label {

  position: relative;

  padding-left: 30px;

}



.Shipping label,

.checkout-input-radio label,

.instruction label {

  margin-bottom: 0 !important;

  cursor: pointer;

}



.Shipping label,

.instruction label {

  font-size: 16px;

  color: #333;

  line-height: 22px;

}



.Shipping label::before,

.instruction label::before {

  content: "";

  position: absolute;

  left: 0;

  top: 2px;

  width: 20px;

  height: 20px;

  border: 2px solid #aaa;

  border-radius: 50%;

  background: #fff;

}



.Shipping input[type="radio"]:checked+label::before,

.Shipping label:hover::before,

.instruction input[type="radio"]:checked+label::before {

  border-color: #1d3388;

}



.Shipping input[type="radio"]:checked+label::after,

.instruction input[type="radio"]:checked+label::after {

  content: "";

  position: absolute;

  left: 5px;

  top: 7px;

  width: 10px;

  height: 10px;

  background: #296a41;

  border-radius: 50%;

}



.Shipping.last {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-top: 30px;

  border-top: 1px solid #d3d3d3;

  margin-top: 20px;

  margin-bottom: 0 !important;

}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

}



.Shipping.last h6,

.price-sub h6,

.shipping-check-box h2 {

  font-weight: 600;

  font-family: Montserrat, sans-serif;

  margin-bottom: 10px;

}



.Shipping.last p {

  font-weight: 700;

}



.Shipping.last h6,

.Shipping.last p,

.price-sub h6 {

  font-size: 18px;

  margin-bottom: 0;

  color: #000;

  font-weight: 600;

}



.check-btm {

  margin-top: 30px;

  border: 1px solid #f3f3f3;

  padding: 30px;

  border-radius: 5px;

}



.instruction {

  padding-bottom: 10px;

  display: flex;

  align-items: center;

  gap: 10px;

}



.Shipping input,

.checout-input-rado input,

.instruction input {

  width: 15px;

  height: 15px;

}



.instruction label {

  position: relative;

  padding-left: 35px;

}



.Shipping label::before,

.instruction label::before {

  content: "";

  position: absolute;

  left: 0;

  top: 2px;

  width: 20px;

  height: 20px;

  border: 2px solid #aaaaaa63;

  border-radius: 50%;

  background: #fff;

}



.Shipping input[type="radio"]:checked+label::after,

.instruction input[type="radio"]:checked+label::after {

  content: "";

  position: absolute;

  left: 5px;

  top: 7px;

  width: 10px;

  height: 10px;

  background: #1d3388;

  border-radius: 50%;

}



.instruction a {

  color: #000;

  font-weight: 700;

}



.Shipping input[type="radio"],

.instruction input[type="radio"],

.menuSec li ul,

.menuSec li>ul>li>a:after,

.menuSec li>ul>li>a:before,

.menuSec ul li:last-child a:after {

  display: none;

}





/*Inenr CheckOut Ends */





/* Inner Shop Start */



.range-text {

  display: flex;

  justify-content: center;

  position: relative;

}



.right-side-top {

  border-radius: 5px;

  padding: 10px 10px;

}



.right-side-top select {

  width: 100%;

  padding: 13px 10px;

  border: 1px solid transparent;

  background-color: #ffffff;

  font-size: 14px;

  font-weight: 500;

  appearance: auto;

  line-height: 60px;

  color: #000;

}



.showing-icon>select {

  width: 50%;

}



.showing-icon>.product-select {

  width: 85%;

}



.showing-icon>p {

  width: 15%;

}



.right-side-top p {

  margin: 0;

  font-size: 14px;

  color: #3c454e;

  font-weight: 600;

}



.show-prg-num a {

  font-size: 16px;

  font-weight: 600;

  color: #a7a7a7;

  padding: 0 4px;

  transition: 0.5s;

}



.show-prg-num p {

  font-size: 16px;

}



.show-prg-num {

  gap: 10px;

}



.show-prg-num a:hover {

  color: #8d7766;

}





.showing-icon {

  display: flex;

  align-items: center;

  justify-content: start;

  gap: 10px;

}



.showing-icon a {

  margin-top: 19px;

  padding: 0 13px;

  color: var(--black);

}



section.collection-side {

  padding: 100px 0px;

  position: relative;

}



img.bk-2.prd-pg-2 {

  bottom: 20%;

}



img.bk-1.prd-pg-1 {

  right: -5%;

  bottom: 15%;

}



.product-bar-txt h5 {

  /* color: var(--white); */

  font-size: 23px;

}



.product-bar form {

  position: relative;

}



.inner-contact-us-map-sec iframe {

    width: 100%;

    height: 500px;

    border-radius: 10px;

}

.product-bar {

  width: 90%;

  height: 100%;

}



.range-bg-space {

  padding: 25px;

  border-radius: 5px;

  background-color: #f3f3f3;

}



.grid-view {

  position: relative;

  display: inline-block;

}



.grid-view .tooltip {

  position: absolute;

  bottom: 120%;

  left: 50%;

  transform: translateX(-50%);

  background: #0e1a41;

  color: #fff;

  padding: 5px 10px;

  font-size: 12px;

  border-radius: 4px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;

  transition: 0.3s;

}



.grid-view:hover .tooltip {

  opacity: 1;

  visibility: visible;

}



.grid-view .tooltip::after {

  content: "";

  position: absolute;

  top: 100%;

  left: 50%;

  transform: translateX(-50%);

  border-width: 5px;

  border-style: solid;

  border-color: #0e1a41 transparent transparent transparent;

}



.range-slider {

  width: 100%;

  margin-top: 46px;

  position: relative;

}



.range-slider input {

  border: none;

}



.left-side-one {

  width: 55px;

}



:root {

  --primary-color: #101010;

  /* Black for fill */

  --secondary-color: #e5e7eb;

  /* Light gray for background track */



}



.show-top {

  gap: 10px;

  display: flex;

  font-size: 14px;

  margin-top: 50px;

  font-weight: 500;

  align-items: center;

  justify-content: flex-start;

}



.range-slider .rangeValues {

  width: 100%;

  display: block;

  font-size: 14px;

  margin-top: 10px;

  font-weight: 500;

  color: #313131;

}



/* The custom fill track (the black part between the thumbs) is created using a pseudo-element on the parent */

.range-slider::before {

  content: '';

  height: var(--track-height);

  background: var(--black);

  /* Black color for the active range */

  position: absolute;

  top: 25px;

  /* Adjust to center vertically */

  left: 0;

  right: 0;

  z-index: 1;

  /* Use custom properties updated by JS to control the black fill width and position */

  left: var(--min-val);

  right: calc(100% - var(--max-val));

}



/* The overall light gray track (unselected area) */

.slider-track {

  position: absolute;

  top: 25px;

  /* Center vertically */

  width: 100%;

  height: var(--track-height);

  background: var(--secondary-color);

  /* Light gray for inactive range */

  border-radius: 3px;

  z-index: 0;

}



.range-slider input[type=range] {

  -webkit-appearance: none;

  width: 100%;

  position: absolute;

  left: 0;

  border: none;

  padding: 0;

  height: var(--track-height);

  top: 25px;

  /* Align with the track and pseudo-element */

  margin: 0;

  background: none;

  /* Crucial: make input background transparent */

  pointer-events: none;

  /* Allow interaction through the input track */

  z-index: 3;

  /* Ensure thumbs are above the fill */

}



/* Make the input tracks transparent so we can see the background track and fill */

.range-slider input[type=range]::-webkit-slider-runnable-track {

  background: transparent;

  height: var(--track-height);

  border: none;

}



.range-slider input[type=range]::-moz-range-track {

  background: transparent;

  height: var(--track-height);

  border: none;

}



/* Style for the thumb (the dot) */

.range-slider input[type=range]::-webkit-slider-thumb {

  -webkit-appearance: none;

  height: var(--thumb-size);

  width: var(--thumb-size);

  border-radius: 50%;

  background: var(--primary-color);

  cursor: pointer;

  position: relative;

  z-index: 4;

  /* Ensure thumbs are clickable */

  pointer-events: all;

  /* Make thumbs clickable */

  margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);

  /* Center thumb vertically */

}



.range-slider input[type=range]::-moz-range-thumb {

  -moz-appearance: none;

  height: var(--thumb-size);

  width: var(--thumb-size);

  border-radius: 50%;

  background: var(--primary-color);

  cursor: pointer;

  z-index: 4;

  pointer-events: all;

  border: none;

}



/* Value Popups (The black tags $15 and $500 in the image) */

.range-slider .rangeValues {

  display: flex;

  justify-content: space-between;

  font-size: 14px;

  font-weight: 500;

  color: var(--primary-color);

  position: relative;

  z-index: 5;

  top: -20px;

}



.value-popup {

  position: absolute;

  top: -10px;

  background-color: var(--primary-color);

  color: white;

  padding: 4px 8px;

  border-radius: 4px;

  font-size: 12px;

  font-weight: 600;

  text-align: center;

  /* Transition for smooth movement */

  transition: left 0.1s ease;

}



.value-popup::after {

  content: '';

  position: absolute;

  width: 0;

  height: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 5px solid #8d7766;

  bottom: -5px;

  left: 50%;

  transform: translateX(-50%);

}





.range-bg-space h5 {

  font-size: 25px;

  font-weight: 600;

  margin-bottom: 30px;

}



.product-bar1 a {

  display: block;

  color: #2c2c2c;

  font-size: 16px;

  line-height: 30px;

  margin-bottom: 16px;

  padding-bottom: 10px;

  padding-left: 0;

  transition: 0.5s;

  font-weight: 600;

  font-family: "Montserrat", serif;

}



.product-bar1 {

  margin-top: 0;

}



.product-bar1 h5 {

  font-size: 30px;

  font-weight: 500;

  margin-bottom: 30px;

}



.product-bar1 a:hover {

  padding-left: 25px;

  color: #0675ad;

  font-weight: 600;

}



.confidence-in-every-strand-sec.inner {

  margin-bottom: 100px;

}



.grid-view {

  /* display: flex; */

  /* gap: 15px; */

  /* color: var(--black); */

  /* position: relative; */

}



.grid-view>a {

  font-size: 19px;

  width: 25px;

  height: 25px;

  transform: rotate(90deg);

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: #ff7f00;

  overflow: hidden;

  transition: ease-in-out;

  transition-duration: 0.2s;

}



.pro-grid-view .w-full {

  width: 50%;

}



.pro-grid-view .w-full {

  width: 50%;

}



.grid-view>a:hover {

  color: var(--white);

  transition: ease-in-out;

  transition-duration: 0.2s;

}



.collection-side .premium-products-silder-items {

  margin: 20px 0;

}



.grid-view p {

  color: #ff7f00;

}



.grid-view:hover .grid-view-badge {

  display: block;

}



.grid-view-badge {

  position: absolute;

  top: -40px;

  left: 0;

  padding: 10px;

  background: #ff7f00;

  border-radius: 5px;

  z-index: 9;

  display: none;

}



.grid-view-badge::before {

  content: '';

  position: absolute;

  bottom: -10px;

  right: 0;

  left: 0;

  margin: 0 auto;

  width: 20px;

  height: 10px;

  background-color: #ff7f00;

  clip-path: polygon(100% 0, 0 0, 50% 100%);

}



.grid-view-badge h6 {

  font-size: 12px;

  line-height: 1;

  color: var(--white);

  font-family: 'Poppins';

  font-weight: 600;

  margin: 0;

}



.large-grid-view-class .col-lg-4 {

  width: 50%;

}



.list-view-class .col-lg-4 {

  width: 100%;

}



.row.product-grid.grid-view-class .col-lg-4 {

  width: 33%;

}



.view-grid1 {

  display: flex;

  align-items: center;

  justify-content: end;

  gap: 18px;

}



.view-grid1 a i {

  color: #3c454e;

}



.view-grid1 a i:hover {

  color: #8d7766;

}



.range-slider {

  width: 100%;

  margin-top: 30px;

  position: relative;

}



.slider-track {

  position: absolute;

  top: 35px;

  width: 100%;

  height: 6px;

  background: #e5e7eb;

  border-radius: 3px;

  z-index: 1;

}



.range-slider input[type="range"] {

  position: absolute;

  top: 30px;

  width: 100%;

  -webkit-appearance: none;

  background: transparent;

  z-index: 2;

}



.range-slider input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;

  height: 18px;

  width: 18px;

  background: black;

  border-radius: 50%;

  cursor: pointer;

  margin-top: -6px;

}



.value-popup {

  position: absolute;

  top: 0;

  background: #8d7766;

  color: white;

  font-size: 12px;

  padding: 4px 8px;

  border-radius: 4px;

  white-space: nowrap;

}



.show-top {

  display: flex;

  justify-content: space-between;

  margin-top: 45px;

  font-size: 14px;

  color: #6b7280;

}



/* Filled bar between thumbs */

.range-slider::before {

  content: '';

  position: absolute;

  height: 6px;

  top: 35px;

  background: black;

  border-radius: 3px;

  z-index: 1;

}





.range-slider input::-webkit-slider-thumb {

  background: #8d7766 !important;

  /* Blue color */

}





section.collection-side.inner ul.pro-silder-text {

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #cccccc;

  padding: 15px 20px;

}



section.collection-side.inner ul.pro-silder-text li h2 {

  font-size: 34px;

  margin-bottom: 0;

}



section.collection-side.inner ul.pro-silder-text li i {

  color: #ffb016 !important;

  margin-right: 5px;

}



section.collection-side.inner ul.pro-silder-text li span {

  color: #2c2c2c;

  font-weight: 500;

}



section.collection-side.inner .products-silder-items-text-box p {

  margin-bottom: 0;

  padding: 20px 20px;

}



section.collection-side.inner ul.pro-silder-button li h3 {

  font-size: 30px;

  margin-bottom: 0;

}



section.collection-side.inner ul.pro-silder-button li a {

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

  display: flex;

  align-items: center;

  justify-content: center;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  font-size: 20px;

  color: #fff;

  animation: pulse-animation 2s infinite;

}





section.collection-side.inner ul.pro-silder-button {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 20px;

}





section.collection-side.inner .products-silder-items:hover .products-silder-items-text-box {

  background-image: url(../images/products-silder-text-box-back.jpg);

  transition: 0.5s;

  width: 100%;

  background-size: cover;

}



section.collection-side.inner .products-silder-items:hover .products-silder-items-text-box * {

  color: #fff;

  transition: 0.5s;

}





section.collection-side.inner .products-silder-items:hover .products-silder-items-text-box ul.pro-silder-button li a {

  background: #fff !important;

  color: #1e348a !important;

}



section.collection-side.inner .products-silder-items:hover .products-silder-items-text-box ul.pro-silder-button li a i {

  color: #1e348a !important;

}





/* Inner Shop Ends */





/* Inner Products Start */





.product-detail .productdetailportion {

  height: 579px;

  display: flex;

  align-items: center;

  border-radius: 8px;

  justify-content: center;

}



.productdetailfor .slick-slide img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 8px;

}



.productdetailnav .slick-slide {

  margin: 0 10px;

  cursor: pointer;

}



.productdetailsmallportion {

  width: 100%;

  display: flex;

  height: 170px;

  border-radius: 5px;

  align-items: center;

  justify-content: center;

}



.productdetailsmallportion img {

  width: 100%;

  height: 140px;

  transition: 0.3s;

  object-fit: cover;

  border-radius: 5px;

}



.productdetailnav .slick-slide.slick-current .productdetailsmallportion {

  position: relative;

}



.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  top: -10px;

  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

  background-color: var(--white);

  z-index: -1;

}



.productdetailnav .slick-slide.slick-current .productdetailsmallportion {

  border-radius: 5px;

}



.product-content .top-section h6 {

  font-size: 40px;

  margin-bottom: 15px;

  font-family: "american";

  font-weight: 400;

}



.product-content ul {

  list-style: none;

  padding: 0;

  margin: 0;

}



.product-content ul li {

  margin-right: 5px;

  font-size: 17px;

  color: black;

  font-weight: 600;

}



.product-content ul li i.fas.fa-star {

  color: #f9ae0e;

  font-size: 15px;

}



.product-content hr {

  margin: 20px 0;

  border-color: #eee;

}



.row.flexEnd.price_rev ul {

  display: flex;

}



.row.flexEnd.price_rev p {

  color: #1a1a1a;

  font-weight: 600;

  font-size: 15px;

}





.product-detail .slick-active {

  opacity: 1;

}



.product-detail .slick-slide {

  transition: all ease-in-out .3s;

  opacity: 1;

  margin: 8px 10px;

}



ul.brand h3 {

  color: #00000082;

  font-size: 22px;

  padding: 20px 0 20px 0;

  text-decoration: line-through;

}





.quanity.product-detail span#number {

  width: 60px;

  text-align: center;

  font-size: 22px;

  font-family: "american";

}



.quanity.product-detail span#plus {

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  font-family: "american";

}



.quanity.product-detail span#minus {

  width: 20px;

  height: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  font-family: "american";

}





.price_rev {

  margin-bottom: 5px;

}



.product-content {

  margin-top: 30px;

}



ul.brand h2 {

  line-height: 1;

  font-size: 35px;

  font-weight: 600;

  padding: 0 0 10px 0;

  font-family: "american";

  color: #1c1c1c;

}



ul.brand h4 {

  font-size: 18px;

  margin: 15px 0px;

  text-transform: uppercase;

  color: #1d1d1d;

  font-family: "american";

}



ul.brand p {

  padding: 0 0 10px 0;

}



p.availability {

  color: #1d1d1d;

  font-family: "american";

  font-size: 18px;

}



.quanity.product-detail div {

  gap: 10px;

  display: flex;

  align-items: center;

  margin: 0px 0px 20px;

  border-radius: 0 !important;

  justify-content: flex-start;

}



.quanity.product-detail .num-block.skin-2 .num-in,

.quanity.product-detail .num-block.skin-2 {

  gap: 0;

  margin-bottom: 0px;

}



.quan-count {

  height: 60px;

  width: 140px;

  display: flex;

  padding: 0px 10px;

  border-radius: 50px;

  align-items: center;

  justify-content: center;

  border: 1px solid #cbcbcb;

}



.sku {

  display: flex;

  justify-content: space-between;

  width: 70%;

  margin-top: 15px;

}



.sku p {

  font-size: 17px;

  font-weight: 600;

  padding: 0 0 10px 0;

  color: var(--headingColor2);

}



.sku span {

  font-size: 17px;

  font-weight: 600;

  color: var(--headingColor2);

}



ul.share-icon {

  gap: 10px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



ul.share-icon li {

  font-size: 17px;

  font-weight: 600;

  color: var(--headingColor2);

}



.sku p {

  margin-bottom: 5px;

  color: #1d1d1d;



  font-family: "Montserrat", serif;

  text-transform: uppercase;

  color: #1d1d1d;

}





.sku p.position-relative {

  top: 10px;

}



ul.share-icon a {

  width: 40px;

  height: 40px;

  display: flex;

  opacity: 0.5;

  font-size: 16px;

  border-radius: 50%;

  align-items: center;

  transition: ease-in-out;

  justify-content: center;

  transition-duration: 0.5s;

  color: #858585;

  border: 1px solid #e3e3e3;

}



ul.share-icon a:hover {

  opacity: 1;

  color: #fff;

  transition: ease-in;

  transition-duration: 0.5s;

  background-image: linear-gradient(to right, #1e348a, #0e1a41);

}





.prod-detail-description .rating:not(:checked)>input {

  position: absolute;

  -webkit-appearance: none;

}



.prod-detail-description .rating:not(:checked)>label {

  float: right;

  cursor: pointer;

  font-size: 30px;

  color: #666;

}



.prod-detail-description .rating:not(:checked)>label:before {

  content: "Ã¢Ëœâ€¦";

}



.prod-detail-description .rating>input:checked+label:hover,

.prod-detail-description .rating>input:checked+label:hover~label,

.prod-detail-description .rating>input:checked~label:hover,

.prod-detail-description .rating>input:checked~label:hover~label,

.prod-detail-description .rating>label:hover~input:checked~label {

  color: #e58e09;

}



.prod-detail-description .rating:not(:checked)>label:hover,

.prod-detail-description .rating:not(:checked)>label:hover~label {

  color: #ff9e0b;

}



.prod-detail-description .rating>input:checked~label {

  color: #ffa723;

}



.price_rev .col-6 {

  width: fit-content;

}



/* Rating Stars */



.prod-detail-description {

  position: relative;

  padding: 0 4% 100px;

}



.prod-detail-description .nav-tabs .nav-link {

  padding: 15px;

  font-size: 25px;

  font-weight: 500;

  width: fit-content;

  margin-right: 10px;

  background: transparent;

  text-transform: uppercase;

  color: #1e1e1f;

  border-radius: 0 !important;

  font-family: "american";

}



.prod-detail-description .nav-tabs .nav-link.active,

.prod-detail-description .nav-tabs .nav-item.show .nav-link {

  border: 0;

  border-bottom: 3px solid #0e1a41 !important;

}



.prod-detail-description .nav-tabs .nav-link:hover,

.prod-detail-description .nav-tabs .nav-link:focus {

  border: 0;

  border-bottom: 3px solid #0e1a41 !important;

}



.prod-detail-description .nav-tabs {

  margin-bottom: 15px;

  border: 0;

  border-bottom: 1px solid #dee2e6;

}



.prod-detail-description .prd-review-input label {

  font-size: 16px;

  color: var(--black);

  font-weight: 600;

  text-transform: capitalize;

}



.prod-detail-description .prd-review-input input {

  width: 100%;

  height: 50px;

  padding: 0 10px;

  font-size: 16px;

  color: #cbcbcb;

  font-weight: 500;

  border: 1px solid #cbcbcb;

  margin: 5px 0 20px;

  background-color: transparent;

}



.prod-detail-description .prd-review-input input::placeholder,

.prod-detail-description .prd-review-input textarea::placeholder {

  color: var(--black);

  font-weight: 600;

  font-size: 16px;

}



.prod-detail-description .prd-review-input textarea {

  width: 100%;

  height: 200px;

  padding: 13px;

  margin: 5px 0 0;

  color: #cbcbcb;

  font-size: 16px;

  font-weight: 600;

  resize: none;

  background-color: transparent;

  border: 1px solid #cbcbcb;

}



.prod-detail-description .rating-stars input {

  width: auto !important;

  height: auto;

  border: 0;

}



.prod-detail-description .rating-stars {

  display: inline-grid;

  justify-items: baseline;

}



.prod-detail-description .rating {

  display: block;

  /* align-items: center; */

  /* justify-content: flex-start; */

  /* gap: 5px; */

  margin: 20px 0;

  float: left;

}



.prod-detail-description .prd-review-input.give-review h4 {

  font-size: 30px;

  color: var(--black);

  text-transform: uppercase;

}





.rating-stars button {

  border: none;

}



.prod-detail-description .client-review-box {

  box-shadow: 0 0 5px 1px #989898;

  border-radius: 10px;

  padding: 20px;

  margin: 20px 0;

}



.prod-detail-description ul.client-list-review {

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  margin-bottom: 20px;

}



.prod-detail-description ul.client-list-review li {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 5px;

}



.prod-detail-description ul.client-list-review img {

  width: 80px;

  height: 80px;

  border-radius: 100px;

  object-fit: cover;

  box-shadow: 0 0 5px 1px #989898;

}



.prod-detail-description ul.client-list-review h5 {

  font-size: 24px;

  color: #000;

  text-transform: capitalize;

  font-weight: 500;

  font-family: "american";

}



.prod-detail-description ul.client-list-review h6 {

  font-size: 16px;

  color: #666;

  font-family: "american";

}



.prod-detail-description ul.client-list-review li i {

  font-size: 20px;

  color: #c78b1b;

}



.prod-detail-description .client-info {

  margin-left: 15px;

}





.prod-detail-description .prd-det-review-form .row {

  align-items: center;

}



.prod-detail-description .prd-det-discription-content p {

  margin-bottom: 20px;

}



.prod-detail-description .prd-det-additional-content p {

  text-align: justify;

  font-size: 16px;

  font-weight: 500;

  padding-bottom: 10px;

}



.prod-detail-description .prd-det-discription-content ul li p {

  text-transform: uppercase;

  margin-bottom: 0;

  color: #0e0e0f;

  font-family: "Montserrat", serif;

}



ul.disc-list li {

  margin: 10px 0;

}





.product-detail1 .skin-2 .num-in {

  height: 50px;

  width: 150px;

  float: left;

  display: flex;

  border-radius: 25px;

  cursor: pointer;

  align-items: center;

  position: relative;

}



.product-detail1 .skin-2 .num-in span:before,

.product-detail1 .skin-2 .num-in span:after {

  opacity: 1;

  content: '';

  position: absolute;

  background-color: var(--black);

  height: 2px;

  width: 10px;

  top: 50%;

  left: 50%;

  margin-top: -1px;

  margin-left: -5px;

}



ul.disc-list li img {

  width: 15px;

  height: 15px;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(28%) sepia(87%) saturate(1208%) hue-rotate(173deg) brightness(101%) contrast(95%);

}





section.inner_gift_sec1 .about_text h3 {

  font-size: 44px;

}



.product-detail1 .skin-2 .num-in span.plus:after {

  transform: rotate(90deg);

  opacity: 1;

}



ul.disc-list li {

  display: flex;

  align-items: center;

  gap: 10px;

}



ul.disc-list {

  margin-bottom: 20px;

}





/* Inner Products Detail Ends */



/*Inner Services Detail Start*/



.inner-services-images img {

  width: 100%;

  height: 565px;

  object-fit: cover;

  border-radius: 10px;

}



.inner-services-text ul li a {

  display: flex;

  align-items: center;

  gap: 8px;

  color: #000000;

  font-weight: 500;

}



.inner-services-text ul li a img {

  width: 18px;

  height: 18px;

  object-fit: contain;

}



.inner-services-text ul {

  column-count: 2;

  line-height: 40px;

  width: fit-content;

}



.inner-services-text {

  margin-left: 20px;

}



.inner-services-text.chg ul {

  width: auto;

  column-count: 3;

}



/*Inner Services Detail Ends */





/*Inenr Services Start */





.inner-services-heading .theme-heading {

  margin-bottom: 10px;

}





.inner-services-heading h2 {

  margin-bottom: 5px;

}



.inner-services-heading p {

  width: 60%;

}



.inner-services-box-text {

    text-align: center;

    border: 1px solid #cccccc;

    border-top: none;

    padding: 40px 40px 30px;

    width: 100%;

    margin-top: -10px;

    border-bottom-right-radius: 8px;

    border-bottom-left-radius: 8px;

    transition: 0.5s;

    height: 315px;

}



.inner-services-box-text h2 {

  font-size: 40px;

}



.inner-services-box-images img {

  width: 100%;

  height: 370px;

  object-fit: cover;

  border-radius: 10px;

}



.inner-services-box {

  margin-top: 30px;

  transition: 0.5s;

}



.inner-services-box:hover .inner-services-box-text * {

  color: #fff;

  transition: 0.5s;

}





.inner-services-box:hover .inner-services-box-text {

    background-image: url(../images/inner-services-box-text-back.jpg);

    width: 100%;

    height: 100%;

    background-size: cover;

    transition: 0.5s;

    height: 315px;

}



/*Inenr Services  Ends*/





.our-partner-heading {

    text-align: center;

}





.our-partner-heading label {

    margin-bottom: 10px;

}

.our-partner-sec {

    padding: 40px 0 100px;

}

.our-partner-silder-items a img {

    width: 220px;

    height: 60px;

    object-fit: contain;

    margin: 0 auto;

}

.slick-slide {

    transition: all ease-in-out .3s;

    opacity: 1.2;

}

.our-partner-silder-items {

    margin-top: 50px;

}



/* Home Page end*/





/*Get A Quote Start*/



.get-a-quote-sec {

    padding: 140px 0 100px;

}



.get-a-quote-input input {

    width: 100%;

    height: 60px;

    border: 1px solid #c5c5c5;

    border-radius: 5px;

    padding: 0 20px;

    color: #999999;

    font-size: 16px;

}

.get-a-quote-input-iocn i {

    font-size: 20px;

    color: #1b307e;

}

.inner-contact-us-map-sec {

    margin-bottom: 80px;

}

.inner-conatct-box-btn {

    text-align: center;

}

.get-a-quote-input-iocn {

  position: absolute;

  right: 25px;

}

.get-a-quote-input {

  position: relative;

  display: flex;

  align-items: center;

  margin-bottom: 40px;

}

.paga-link ul li:last-child a {

  color: #cb1a22;

}

.get-a-quote-input input::placeholder {





  color: #999999;

  font-size: 16px;

}



.get-a-quote-textarea textarea {

    width: 100%;

    height: 230px;

     border: 1px solid #c5c5c5;

    border-radius: 5px;

    padding: 20px 20px;

    resize: none;

     color: #999999;

  font-size: 16px;

}

.get-a-quote-heading h2 {

    font-size: 70px;

}

.get-a-quote-heading h2 {

    font-size: 70px;

    margin-bottom: 40px;

}

.get-a-quote-textarea textarea::placeholder {



   color: #999999;

  font-size: 16px;

}

.get-a-quote-textarea {

  position: relative;

}

.get-a-quote-textarea-icon {

  position: absolute;

}

.get-a-quote-textarea-icon {

  position: absolute;

  top: 20px;

  right: 20px;

}

.get-a-quote-textarea-icon i {

    font-size: 20px;

    color: #fe3e2c;

}





section.contact_page textarea {

    width: 100%;

    resize: none;

    margin-bottom: 25px;

    height: 200px;

    padding: 20px 20px;

}



.get-a-quote-button {

    margin-top: 30px;

    text-align: center;

}

.get-a-quote-button a {

  width: 13%;

  margin: 0 auto;

}

.pt-10 {

    padding-top: 100px;

}



/*Get A Quote End*/

/*Support Start*/

.vip-card {
    border: 2px solid #000;
    backdrop-filter: blur(8px);
    color: #fff;
    text-decoration: none;
    padding: 40px 10px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.4s ease;
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.vip-card:hover {
    background-image: linear-gradient(to right, #1e348a, #0e1a41);
    color: #fff;
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.4);
}
.support-sec .row {
    justify-content: center;
}

.inner-account-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #1e348a, #0e1a41);
}
.inner-account-button a {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 60px;
    border-radius: 8px;
}
/*Support Ends*/