/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
body {
  overflow-x: hidden !important;
}
html {
  overflow-x: hidden !important;
}
.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}
.container_full {
  width: 100%;
  float: left;
  margin: auto;
}
.container {
  width: 1280px;
  margin: auto;
}

/* columns */
.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
  position: relative;
  margin-right: 4%;
  float: left;
}
.one_full {
  width: 100%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.65%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.8%;
}
.two_third {
  width: 65.35%;
}
.three_fourth {
  width: 74%;
}
.onecol_forty {
  width: 40%;
}
.onecol_sixty {
  width: 56%;
}
.onecol_thirtyfive {
  width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
  position: relative;
  margin-right: 2%;
  float: left;
}
.one_full_less {
  width: 100%;
}
.one_half_less {
  width: 49%;
}
.one_third_less {
  width: 32%;
}
.one_fourth_less {
  width: 23.5%;
}
.one_fifth_less {
  width: 18.4%;
}
.two_third_less {
  width: 66%;
}
.three_fourth_less {
  width: 74.5%;
}
.onecol_forty_less {
  width: 40%;
}
.onecol_sixty_less {
  width: 58%;
}
.onecol_thirtyfive_less {
  width: 36.25%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
  float: left;
  display: block;
  width: 100%;
  min-height: 63px;
  margin-top: 17px;
  position: relative;
  text-indent: -999em;
  background: url(../images/logo.jpg) no-repeat left top;
}

/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/

/* header area adinationals */
.logo {
  float: left;
  width: 30%;
  margin-top: 5px;
}

.menu_main {
  float: left;
  width: 100%;
  z-index: 9999;
  margin-top: 0px;
}

.mstslider {
  width: 100%;
  float: left;
}

.top_nav {
  width: 100%;
  height: 48px;
  background: #d9d9d9;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.right-bar {
  padding-top: 0px;
  padding-bottom: 3px;
  height: 48px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);
  background: #ac0000;
  padding-right: calc(50% - 640px);
  width: calc(50% + 38px);
  float: left;
  position: relative;
  margin-left: -38px;
}

.right-bar::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 48px;
  width: 6px;
  transform: skew(12deg);
}
.left_bar {
  width: 50%;
  /* background: #6f3864;*/
  padding-left: calc(50% - 613px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  float: left;
}

.social {
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.user_box_link a i {
  font-size: 14px;
  margin-right: 3px;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  border: 1px solid #2f4935;
  padding: 6px;
  top: -2px;
  position: relative;
  text-align: center;
  background: #2f4935;
  line-height: 16px;
}

.phone {
  display: inline-block;
  margin-right: 36px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  height: 45px;
  padding-top: 2px;
  font-family: "Poppins", serif;
}
.phone i {
  /*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
  font-size: 16px;
  position: relative;
  top: 3px;
}

.envelope {
  display: inline-block;
  margin-right: 36px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  height: 45px;
  font-family: "Poppins", serif;
}
.envelope i {
  /*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
  font-size: 16px;
  position: relative;
  top: -1px;
}

.social_list_item {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}
.social_list_item:last-child {
  margin-right: 0px;
}
.social_list_item a {
  display: block;
  width: 100%;
  padding: 0px 5px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.social_list_item:hover a i {
  color: #b70d00;
}
.social_list_item a i {
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social_list_item a:hover {
  color: #b70d00;
}
.user_box_link {
  float: left;
  display: inline-block;
  margin-top: 5px;
}
.user_box_link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 1px;
}
.user_box_link a:hover {
  color: #fff;
}
.user_box_login {
  margin-left: 52px;
}
.user_box_login::after,
.user_box_register::after {
  display: block;
  position: absolute;
  top: 7px;
  right: -9px;
  background: #ffffff;
  width: 1px;
  height: 12px;
  content: "";
}

.enquiry-now a {
  position: relative;
  display: inline-block;
  padding: 8px 19px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 5px;
  /*background-color: #e35944;*/
}

.enquiry-now a:hover {
  background: #fff;
  color: #526954;
}

.enquiry-now a span {
  position: absolute;
  display: block;
}

.enquiry-now a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1s linear infinite;
}
.enquiry-now2 a {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  font-family: "Marcellus", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-top: 5px;
  background-color: #526954;
}

.enquiry-now2 a:hover {
  background: #fff;
  color: #526954;
}

.enquiry-now2 a span {
  position: absolute;
  display: block;
}

.enquiry-now2 a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.enquiry-now a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.enquiry-now a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.enquiry-now a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.top_nav .left {
  float: left;
  width: 30%;
  padding: 7px 0px;
}
.top_nav .left i {
  color: #c3c3c3;
}
.top_nav .left a {
  color: #c3c3c3;
  margin-right: 25px;
}
.top_nav .left a:hover {
  color: #999;
  transition: all 0.3s ease;
}
.top_nav .right {
  float: left;
  width: 70%;
  text-align: right;
}
.top_nav ul.topsocial {
  float: right;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  padding: 7px 0px;
}
.top_nav .topsocial li {
  float: left;
  padding: 0px;
  margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
  float: left;
  color: #c3c3c3;
  font-size: 13px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin-right: 0px;
}
.top_nav .topsocial li a:hover {
  color: #999;
}

.tpbut {
  float: right;
  color: #c3c3c3;
  margin-left: 0px;
  padding: 7px 18px;
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  transition: all 0.3s ease;
}
.tpbut:hover,
.tpbut.active {
  color: #999;
  background: #f9f9f9;
}
.tpbut.two {
  border-right: 1px solid #f3f3f3;
  border-left: none;
}

.top_section {
  float: left;
  width: 100%;
  height: 102px;
  background: #fff;
}
.top_section .left {
  float: left;
  width: 55%;
}
.top_section .right {
  float: left;
  width: 45%;
  margin-top: 22px;
  /*text-align: right;*/
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
/*.top_section .right .item1{
    width: 60%;
    float: left;
}
.top_section .right .item2{
    width: 40%;
    float: left;
}
.top_section .right .item3{
    width: 30%;
    float: left;
}*/
.top_section .right .item1 img {
  display: inline-block;
  float: left;
  width: 130px;
}
.top_section .right .item3 img {
  display: inline-block;
  float: left;
  width: 116px;
}
.top_section .middle .item2 img {
  display: inline-block;
  float: left;
  width: 85px;
  margin-left: -100px;
  margin-top: 9px;
}
.top_section .right h4 {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
  font-family: "Outfit", sans-serif;
}
.top_section .right p {
  color: #000;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}
.top_section .right a {
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
}
.top_section .right a:hover {
  color: #ccc;
}
.top_section .right i {
  color: #999;
  margin-left: 22px;
}
.top_section ul.topsocial {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
  float: left;
  padding: 0px;
  margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
  float: left;
  color: #fff;
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin: 0;
  background: #333;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  line-height: 20px;
}
.top_section .topsocial li a:hover {
  background: #999;
}
.top_section .topsocial li a i {
  color: #fff;
  margin: 0;
}

.slidermar {
  margin-top: 49px;
}

/* scroll up */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 22px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll-top-arrow.png) no-repeat left top;
  z-index: 9001;
}

.belowbanner-box {
  height: 200px;
  padding: 25px;
}
.belowbanner-box span {
  font-size: 30px;
  color: #f37330;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  margin-top: 4px;
}
.belowbanner-box h6 {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.belowbanner-box h4 {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.belowbanner-box p {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.belowbanner-box-1 {
  background-color: #5bb286;
  width: 33.3333%;
  float: left;
  margin-top: -50px;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.belowbanner-box-2 {
  background-color: #1f294c;
  width: 33.3333%;
  float: left;
  margin-top: -50px;
}

.belowbanner-box-3 {
  background-color: #f07c63;
  width: 33.3333%;
  float: left;
  margin-top: -50px;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.belowbanner-section {
  position: relative;
}

.about-section {
  padding: 100px 0 120px;
}

.about-left {
  width: 46%;
  float: left;
  margin-right: 4.5%;
}

.about-right {
  width: 47%;
  float: left;
  margin-right: 0%;
}

.about-image {
  position: relative;
  z-index: 1;
}

.about-image img {
  border-radius: 30px 30px 30px 30px;
}

.about-image1 {
  width: auto;
  max-width: auto;
  top: 20%;
  text-align: left;
  position: absolute;
  left: 0px;
  z-index: 1;
}

.about-image1 img {
  border-radius: 30px 30px 30px 30px;
}

.about-image2 {
  width: auto;
  max-width: auto;
  top: -110px;
  text-align: left;
  left: -158px;
  position: absolute;
}

.abouimage-section {
  background: url(../images/home-8-about-pattern-bg.png) no-repeat scroll right
    100px;
}

.about-left h6 {
  font-family: "Poppins", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ac0000;
  text-transform: uppercase;
  font-style: normal;
  padding-left: 15px;
}

.about-left h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-left: 7px solid #ac0000;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}

.about-left h1 {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #000;
  text-transform: none;
  font-style: normal;
  margin-bottom: 22px;
}

.about-left p {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Poppins", serif;
  color: #000;
  line-height: 28px;
  padding-bottom: 45px;
}

.about-ul ul li {
  list-style: none;
  float: left;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  padding-bottom: 15px;
}

.vision-box {
  background-color: #403226;
  padding: 25px;
  margin-top: 32px;
  border-radius: 30px;
}
.vision-box span {
  font-size: 50px;
  color: #fff;
  float: left;
  margin-right: 35px;
  margin-bottom: 40px;
  margin-top: 5px;
}
.vision-box h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.vision-box p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}

.services-section-bg {
  background: #f8f5ef url(../images/poem-left-1.png) no-repeat scroll right top;
}
.services-section-bg-1 {
  background: url(../images/poem-right-1.png) no-repeat scroll left bottom;
}

.services-scrolling {
  background-color: #4e3c31;
  padding: 20px 0;
}

.services-section {
  padding: 80px 0;
}

.services-section-left {
  width: 70%;
  float: left;
  margin-right: 5%;
}

.services-section-left h6 {
  font-family: "Poppins", serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.services-section-left h1 {
  letter-spacing: 1px;
  color: #000;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
  line-height: 55px;
}
.services-section-left p {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
  padding-bottom: 50px;
}
.services-section-right {
  width: 25%;
  float: left;
  margin-right: 0%;
  margin-top: 35px;
}

.schedule-btn {
  background-color: #ac0000;
  padding: 12px 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", serif;
  border-radius: 25px;
}

.schedule-btn:hover {
  background-color: #d0d0d0;
  color: #000;
}

.service-item {
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Marcellus", serif;
  margin-bottom: 35px;
}

.service-item h5 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  color: #ac0000;
}

.service-item p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 30px;
}

.tf-btn-link {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #000;
  letter-spacing: 0.5px;
}
.tf-btn-link i {
  font-size: 18px;
  color: #ac0000;
  font-weight: 600;
}

.service-item.h-280 {
  min-height: 280px;
}
.service-item .content {
  position: relative;
}
.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.service-item .content .title a {
  color: var(--Primary);
}
.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item:hover {
  background-color: #fff5ee;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.service-item.style-2 {
  border-radius: 12px;
  background-color: #fff;
}
.service-item.style-2::after {
  display: none;
}
.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-item.style-2:hover .image-wrap {
  width: 100%;
}
.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: #fff;
}
.service-item.style-2:hover .content .title a:hover {
  color: #fedac2;
}
.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: #fff;
}
.service-item.style-3 .content {
  margin-bottom: 24px;
}
.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}
.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  margin-bottom: -8px;
}

.hover-img .image-wrap {
  overflow: hidden;
}
.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }
  10%,
  90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

.z-5 {
  z-index: 5;
}
.relative {
  position: relative;
}

.why-icon-section {
  background-color: #f7f9fb;
  padding: 80px 0;
}

.why-icon-box {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.why-icon-box:last-child {
  margin-right: 0%;
}

.why-icon-section h6 {
  font-family: "Poppins", sans-serif;
  color: #ac0000;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.why-icon-section h2 {
  font-family: "Playfair", serif;
  color: #000;
  font-size: 38px;
  font-weight: 600;
  text-align: center;

  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 48px;
}

.animate_line {
  position: relative;
  z-index: 0;
  padding: 15px 15px;
}
.animate_line:hover::after,
.animate_line:hover::before {
  background-color: #ff0000;
}

.animate_line {
  position: relative;
  z-index: 0;
  padding: 15px 15px;
}
.animate_line:after,
.animate_line:before {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: -1;
}
.animate_line:after {
  left: 5px;
  bottom: 5px;
}
.animate_line:before {
  right: 5px;
  top: 5px;
}
.animate_line:hover:after,
.animate_line:hover:before {
  width: 50%;
  height: 50%;
  background: #ac0000;
}
@media only screen and (max-width: 768px) {
  .animate_line:after {
    bottom: 5px;
  }
  .animate_line:before {
    top: 5px;
  }
}

.service-box-content-new p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.s-title-one {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.site-button-link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.cardbg {
  position: relative;
  z-index: 1;
  border: 0px solid #ddd;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cardbg-pic {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cardbg:hover {
  background-color: #000 !important;
  border: 1px solid transparent;
  color: #fff;
}
.cardbg:hover .s-title-one,
.cardbg:hover .site-button-link {
  color: #fff;
}

.cardbg:hover .icon-cell img {
  filter: brightness(0) invert(1);
}

.cardbg:hover .cardbg-pic {
  opacity: 0.2;
}

.service-box-1-new {
  position: relative;
  padding: 30px 28px;
}
.wt-icon-box-wraper-new {
  position: relative;
  margin-bottom: 10px;
}
.icon-xl {
  line-height: 80px;
}
.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}

.wt-icon-number-new {
  position: absolute;
  right: 0px;
  top: 0px;
}
.site-text-secondry {
  color: #00173c;
}
.service-box-title-new {
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 30px;
}

.service-box-content-new {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.site-button-link {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.wt-icon-number-new span {
  font-size: 90px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  opacity: 0.5;
  display: block;
  font-family: "Poppins", sans-serif;
}

.add-section {
  float: left;
  width: 100%;
  text-align: center;
  background: #393939 url(../images/add-image.jpg);
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-position: center;
}
.layer {
  padding: 100px 0px;
  background: rgba(122, 122, 122, 0.92);
}

.why-left {
  width: 100%;
  float: left;
  margin-right: 0%;
  position: relative;
}

.why-right {
  width: 63%;
  float: left;
  margin-right: 0%;
}

.why-left h3 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.why-left h1 {
  font-family: "Playfair", serif;
  font-size: 46px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
/*.block-title.bt-left-aligned:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    
    top: -19px;
    width: 40px;
    height: 5px;
    background: #FFD92A;
    border-radius: 4px;
}
*/

.getintouch-btn {
  background-color: #ac0000;
  padding: 12px 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", serif;
  border-radius: 25px;
}

.getintouch-btn:hover {
  background-color: #d0d0d0;
  color: #000;
}
.why-right p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  padding-bottom: 0px;
  text-align: left;
  width: 100%;
  margin: 0px auto 0px auto;
}

.brands-section {
  padding: 120px 0 70px;
}

.brands-section h1 {
  font-family: "Playfair", serif;
  font-size: 46px;
  text-align: center;
  text-transform: uppercase;

  width: 88%;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 67px;
  color: #000;
}

.brands-section p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;

  width: 88%;
  margin: 0 auto;

  color: #000;
}

.number-counter {
  padding: 90px 0 250px;
  background-color: #2f4935;
}

.number-counter h2 {
  color: #fff;
  font-family: "Playfair", serif;
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 100px;
  line-height: 67px;
}
.enquiry-form {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
  background: #fff;
  display: flex;
  margin-top: -180px;
}

.enquiryform-left {
  width: 35%;
  float: left;
}

.enquiryform-left img {
  margin-bottom: -7px;
  width: 100%;
}

.enquiryform-right {
  width: 65%;
  float: left;
  background-color: #fff;
  padding: 50px;
}

.enquiryform-right h3 {
  color: #2f4935;
  font-family: "Playfair", serif;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
}

.enquiryform-input {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.enquiryform-input:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiryform-textarea {
  width: 100%;
  float: left;
}

.enquiryform-input label,
.enquiryform-textarea label {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.enquiryform-input input,
.enquiryform-input select,
.enquiryform-textarea textarea {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  margin-bottom: 25px;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  background-color: #0db14b;
  border-radius: 4px;
  border: 1px solid #0db14b;
  margin-top: 25px;
}

.testimonials {
  padding: 130px 0;
}
.section-title {
  text-align: center;
  max-width: 900px;
  margin-bottom: 70px;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
}
.section-title h2 {
  font-weight: 200;
  font-size: 3.37rem;
  color: #000;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Playfair", serif;
}
.section-title h2 span {
  font-weight: 600;
  color: #2f4935;
}
.section-title .bar {
  height: 4px;
  width: 85px;
  background: #94a34e;
  margin: 20px auto 25px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
.section-title p {
  font-family: "Poppins", serif;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 38px;
  color: #000;
  text-align: center;
}
.testimonials .peosays {
  width: 90%;
  margin: 0 auto;
}
.testimonials .peosays .box {
  float: left;
  width: 100%;
  font-weight: 300;
  text-align: left;

  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  color: #000;

  background-color: #fff;
  border-top: 12px solid #ff8989;
  padding: 30px 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 58px;
}
.testimonials .peosays .who {
  float: left;
  width: 100%;
  text-align: left;
  padding: 35px 0px 18px 35px;
  font-size: 13px;
  color: #000;
  padding-left: 116px;
  margin-top: -46px;
  font-family: "Poppins", sans-serif;
}
.testimonials .peosays .who img {
  border-radius: 100%;
  float: left;
  margin-right: 18px;
}

.testimonials .peosays .who .image {
  position: absolute;
  left: 19px;
  top: -67px;
  margin-bottom: 0;
  height: 132px;
  width: 132px;
  padding: 12px;
  z-index: 0;
}
.testimonials .peosays .who .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #ff8989;
  border-radius: 120px 120px 0 0;
  content: "";
  z-index: -1;
}
.testimonials .peosays .who .image img {
  height: 100%;
  width: 100%;
  border: 5px solid #fff;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.testimonials .peosays .who strong {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #000;
  display: block;
  line-height: 16px;
  font-weight: 500;
}

.footer {
  background: #00051c;
  position: relative;
  padding-top: 60px;
}

.footer .contactBox {
  display: flex;
  align-items: center;
  padding-bottom: 70px;
}
.contentBox {
  width: calc(100% - 240px);
}

.footer .contactBox a {
  font-size: 18px;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
  padding-top: 30px;
  display: block;
  width: fit-content;
  padding: 15px;
}
.footer .contactBox a svg {
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  fill: #fff;
}

.footer .contactBox .contentBox h3 {
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
}
.footer .contactBox .contentBox p {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  color: #fff;
  font-family: "Poppins", Sans-serif;
  letter-spacing: 0.5px;
}
.footer .toprw {
  padding: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-1 {
  width: 15%;
  margin-right: 4.666%;
  float: left;
}

.footer-1 p {
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  font-size: 15px;
  font-family: "Poppins", Sans-serif;
  padding-bottom: 25px;
}

.footer-1 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair", serif;
  margin-bottom: 15px;
}

.footer-1 ul li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.footer-1 ul li a {
  color: #fff;
}

.footer-2 {
  width: 15%;
  margin-right: 4.666%;
  float: left;
}

.footer-2 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair", serif;
  margin-bottom: 15px;
}

.footer-2 ul li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.footer-2 ul li a {
  color: #fff;
}

.footer-3 {
  width: 33%;
  margin-right: 4.666%;
  float: left;
}

.footer-3 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair", serif;
  margin-bottom: 15px;
}

.footer-3 ul li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.footer-3 ul li a {
  color: #fff;
}

.footer-4 {
  width: 22%;
  margin-right: 0%;
  float: left;
}

.footer-4 h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair", serif;
  margin-bottom: 15px;
}

.footer-4 ul li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  line-height: 28px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  padding-left: 23px;
}

.footer-4 ul li a {
  color: #fff;
}
.footer-4 ul li i {
  margin-left: -23px;
  color: #fff;
}

.footer .CopyRight {
  padding: 30px 0;
  margin-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .CopyRight .FlexBox {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.footer .CopyRight .lft_bx {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  /* justify-content: center; */
}
.footer .CopyRight .logo {
  margin-right: 15px;
  margin-bottom: 0;
  width: 73px;
  /* margin: 0; */
}
.footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .CopyRight p {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "Roboto", Sans-serif;
  text-align: center;
  margin-bottom: 0px;
}
.footer .CopyRight .rit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .CopyRight .rit .social {
  margin-right: 45px;
  margin-bottom: 0;
  display: flex;
}
.footer .CopyRight .rit .social .label {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.footer .CopyRight .rit .social ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  /* justify-content: center; */
  justify-content: flex-end;
}
.footer .CopyRight .rit .social ul li {
  width: auto;
  margin-left: 20px;
}
.footer .CopyRight .rit .social ul li a {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .CopyRight .rit .social ul li a svg {
  fill: #ff8888;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}
.footer .CopyRight .rit .designed {
  font-size: 14px;
  font-family: "Roboto", Sans-serif;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .CopyRight .rit .designed a {
  padding-left: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #ff8888;
}
.home-products {
  width: 100%;
  float: left;
  padding: 60px 0px 80px;
  background: url(../images/producrts-bg.jpg) no-repeat center;
  background-size: cover;
}
.home-products h2 {
  font-family: "Playfair", serif;
  color: #000;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 48px;
}

.peoduct-item {
  width: 48%;
  float: left;
  margin-right: 4%;
  overflow: hidden;
  border-radius: 10px;
}
.peoduct-item h3 {
  margin-bottom: 0px;
  color: #ac0000;
  font-size: 26px;
  font-weight: 600;
  font-family: "Playfair", serif;
}
.peoduct-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.zoom {
  animation: scale 10s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.product-inner {
  position: relative;
}
.product-details {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  background: #fff;
  padding: 14px 20px;
}
.product-details:before {
  position: absolute;
  content: "";
  width: 0;
  right: 100%;
  top: 0px;
  border-right: 30px solid #fff;
  border-top: 56px solid transparent;
}
/*========================================*/

.page-banner {
  width: 100%;
  float: left;
  background: #eff4f7;
  padding: 35px 0px;
  margin-top: 50px;
}
.page-banner h1 {
  font-family: "Oswald", sans-serif;
  font-size: 1.82rem;
  font-weight: 700;
  letter-spacing: normal;
  color: #20317f;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.page-banner p {
  color: #20317f;
  font-size: 14px;
  margin-bottom: 0px;
}
.page-banner p a {
  color: #ac0000;
}

.inner-page {
  width: 100%;
  float: left;
  padding: 60px 0px 25px 0px;
}
.inner-page p {
  color: #000;
  line-height: 27px;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: justify;
  font-family: "Poppins", serif;
}
.inner-page li {
  color: #000;
  margin-left: 20px;
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", serif;
}
/*=======================/*/
.about-right-img img {
  border-radius: 30px;
}
/*==============*/
.mt-0 {
  margin-top: 0px !important;
}

.product-page [id] {
  scroll-margin-top: 7em;
}
.product-page h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  font-size: 2rem;
  margin-bottom: 30px;
}
.product-page h3 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  font-size: 2rem;
}
.product-item {
  width: 100%;
  float: left;
  /*  margin-bottom: 50px;*/
}
.product-slider figure {
  display: flex !important;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-full-box {
  width: 100%;
  float: left;
  border: 2px solid #e8ebf7;
  margin-bottom: 50px;
  /*  display: flex;
  align-items: center;
  flex-wrap: wrap;*/
}

.product-full-box-left {
  width: 48%;
  border-radius: 20px;
  float: left;
  /* margin-right: 2%;
  position: relative;  
  border: 2px solid #f5f2f2;
  border-radius: 20px;
  margin:30px 10px; */
}

.features{
  margin-top: 20%;
}

.features li{list-style-type: none;}








.product-full-box-right {
  width: 50%;
  float: left;
  padding: 50px 40px 35px;
}

/*==========piston===========*/

.product-links1-row {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 30px !important;
  text-align: center;
}

.product-full-box-brdr img {
  border-radius: 20px;
  padding-top: 0px;
  margin-top: 8px !important;
  margin-bottom: 0px !important;
  width: 470px !important;
  height: 470px !important;
}

.product-full-box1-right {
  width: 50%;
  float: left;
  padding: 30px 40px 35px;
}
.product-full-box-brdr {
  margin-right: 2%;
  position: relative;
  border: 2px solid #f5f2f2;
  border-radius: 20px;
  margin: 30px 10px;
  height: 490px !important;
}
.application h5 {
  font-family: "Oswald", sans-serif;
  margin-top: 18px;
  font-size: 19px;
  font-weight: 600;
  color: #fd6b1c;
}
.features h5 {
  font-family: "Oswald", sans-serif;
  margin-top: 18px;
  font-size: 19px;
  font-weight: 600;
  color: #fd6b1c;
}
.features i,
.application i {
  color: #20317f;
  margin-left: -15px;
  margin-right: 5px;
}

/*==========screw===========*/
.product-full-box-left:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  /* height: 40%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); */
  border-radius: 20px;
}
.product-full-box-left img {
  border-radius: 20px;
  width: 580px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 505px;
}

.product-full-box th {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0px;
  background: #fff;
  line-height: 32px;
}
.product-full-box td {
  color: #000;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 0px;
  background: #fff;
  text-align: center;
  padding: 3px;
}
table,
th,
td {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.product-links-row {
  width: 100%;
  float: left;
  margin-top: 35px;
  text-align: center;
}

.enquiry-btn {
  font-family: "poppins", sans-serif;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: #20317f;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.download-btn {
  font-family: "poppins", sans-serif;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: #fb7c37;
  border-radius: 10px;
  padding: 10px 20px;
  text-decoration: none;
  margin-right: 0px;
  transition: all 0.3s ease-in-out;
}
.product-links-row svg {
  width: 14px;
}
.product-links1-row svg {
  width: 14px;
}

.enquiry-btn:hover {
  background: #d5efff;
  color: #072ac9;
}
.download-btn:hover {
  background: #fcd3bd;
  color: #ff5f08;
}
a:hover {
  text-decoration: none;
}
.submit-product {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.product-page [id] {
  scroll-margin-top: 7em;
}
.product-full-box th {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0px;
  background: #fff;
  line-height: 32px;
}

/*=============query==popup===================*/
.product-query-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  overflow: scroll;
}
.product-query-overlay:target {
  visibility: visible;
  opacity: 1;
}

.product-query-popup {
  margin: 70px auto;
  padding: 30px 30px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.product-query-popup h2 {
  margin-top: 0;
  color: #20317f;
  background: #eff4f7;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}
.product-query-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #357fe6;
  text-align: center;
  border-radius: 50%;
}
.product-query-popup .close:hover {
  color: #000;
}
.product-query-popup .content {
  max-height: 30%;
  overflow: auto;
}
.product-query-popup .query-form-block {
  padding: 0px 30px;
}
@media screen and (max-width: 700px) {
  .product-query-popup {
    width: 80%;
  }
}

.product-query-popup .form-group {
  margin-bottom: 13px;
  width: 100%;
  float: left;
}
.product-query-popup .form-group input[type="text"],
.product-query-popup .form-group input[type="email"],
.product-query-popup .form-group input[type="tel"],
.product-query-popup .form-group textarea  {
  width: 100%;
  float: left;
  padding: 10px 50px;
  padding-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  border-bottom: 2px solid #e8ebf7;
  outline: 0;
  font-family: "Open Sans", sans-serif;
}

/*================================contact us=======================================*/

.address-list {
  margin: 100px 0px;
}

.address-items {
  background: #f7f7f7;
  text-align: center;
  border-radius: 0 0 5px 5px;
  height: 205px;
}
.address-2 {
  text-align: left;
  margin-left: 100px;
}

.address-3 {
  text-align: left;
  margin-left: 35px;
}
.address-text li{
  list-style-type: none !important;
  line-height: 30px;
}

.address_head p {
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  letter-spacing: 0.5px;
}

.address-text {
  padding: 40px 20px 20px 20px;
}

/* .address-items-3{
  height: 190px;
  width: 300px;
  margin-left: -50px;
  text-align: center;
  border-radius: 35px;
  background-color: #00051c;
  color: white;
  padding: 30px 20px;
} */

.address_head i {
  font-size: 30px;
  /* margin-bottom: 12px; */
}
.address-text i {
  font-size: 10px;
  padding: 3px 3px;
}
.address_head h2 {
  margin-bottom: 0;
  transition: 0.3s;
  font-weight: 600;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 19px;
  line-height: 1.24;
  color: #20317f;
  margin-bottom: 10px;
}

.address_head .icon {
  position: absolute;
  left: 50%;
  top: -6.5%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: #fff;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 6%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.form-list {
  margin: 0px 0px 80px 0px;
}

.contact_form-group-1 {
  width: 615px;
  height: 515px;
  background-color: white;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  /* z-index: -1;
  position: relative; */
  /* box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%); */
  /* margin: -404px auto 0 calc(((100% - 1140px) / 2)); */
}

.form_layout-1 h2 {
  text-align: center;
  font-weight: bold;
}

.form_layout-1 {
  padding: 60px 40px 80px;
  z-index: 4;
  position: relative;
}

.u-form-group {
  margin-bottom: 0px;
  padding-left: 28px;
  width: 93%;
}

/* .ui-shape-2{
  position: relative;
  z-index: 4;
} */

.u-border-2 {
  width: 100%;
  height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8080806b;
}

.u-form-1 {
  color: aliceblue;
  font-size: 18px;
  margin-left: 23px;
  margin-top: 50px;
  border: none;
  border-style: solid;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  width: 90%;
  background-image: none;
  height: 60px;
  background-color: #20317f;
  border-radius: 50px;
}

.google_map iframe {
  margin-left: 2%;
  width: 97.2%;
  height: 515px;
}

/*===============================services-page=====================================*/

.service_totl {
  margin: 80px 0px 20px 0px;
}

.service_totl1 {
  margin: 80px 0px 40px 0px;
}

.service_left img {
  width: 590px;
  height: 425px;
  border-radius: 20px;
}
.services_items {
  width: 576px;
  margin: 5px 0px;
}
.service-border {
  border: 2px solid #8080801c;
  padding: 40px 20px 15px 20px;
}

.services_items h5 {
  font-weight: 600;
  color: #000;
  font-size: 23px;
  line-height: 30px;
}

.service-application {
  line-height: 35px;
}
.work_total-items h2 {
  font-size: 50px;
  font-weight: 700;
  margin-left: 13px;
  margin-bottom: 50px;
}

.work-left-items img {
  width: 200px;
  margin-left: -52px;
  margin-top: 39px;
}
.work-application ul li {
  line-height: 23px;
}

.work-application li {padding-left: 20px;}

.work-application i {margin-left: -28px; }

.service-application li {
    padding-left: 15px;}

.service-application i { margin-left: -15px; }

.service-application li {
  color: #000;
  line-height: 22px;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", serif;
}

.work-application li {
  color: #000;
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Poppins", serif;
}


/*=========================================================================*/

.enquire-cont{display: none;}

.phone1 {
    display: inline-block;
    margin-right: 0px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    height: 45px;
    padding-top: 2px;
    font-family: "Poppins", serif;
}
    .menu-toggle{display:none !important;}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 9999;
}

.cd-panel::after {
  /* overlay layer*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
      z-index: 9999;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #002147;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px #454545;
          box-shadow: 0 1px 1px #454545;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
 padding-left: 5%;
  font-size: 16px; 
  margin:10px 0px 0px 0px; 
  color:  #fff; 
  font-weight: 400;    font-family: 'poppins', sans-serif;       text-align: left;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 28%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #000;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 28%;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;background: #ac0000;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.menu-desktop{display: block;}

.menu-mobile{display: none;}

.cd-panel__content ul {padding:5px ;}

.cd-panel__content ul li{padding-bottom:12px; margin-bottom: 12px; border-bottom: 1px solid #031325}

.cd-panel__content ul li a{ font-family: "Roboto", serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul {padding:15px ;}

.cd-panel__content ul li ul li{padding-bottom:10px; margin-bottom: 0px; border-bottom: 0px solid #031325}

.cd-panel__content ul li ul li a{ font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul li a i{ 
        color: #fff;
    font-size: 6px;
    float: left;
    padding-right: 10px;
    padding-top: 8px;}


.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.panel-heading a{    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;}

.panel-heading{    border-bottom: 1px solid white;
    margin-bottom: 10px;}

.panel-body ul li { border-bottom: 0px solid #1d3b5e; padding-bottom: 12px;
    margin-bottom: 0px; padding-left: 10px;}

.panel-body ul li a{font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px; }

.submenu-padd{padding-left: 15px; }

.submenu-padd a{font-size: 15px;}

.mobile-scrolling{padding:8px 10px; background-color: #1d3b5e}

.menu-mobile a{color:#000;} 


.ftur-totl_items{
  border: 1px solid #dfdfdd;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  border-radius: 20px;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0px 0px 0px;
  height: 170px;
}

.ftur-totl_items11{
  border: 1px solid #dfdfdd;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  border-radius: 20px;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
  padding: 25px 0px 0px 0px;
  height: 170px;
}

.ftur-text h5{
  margin-bottom: 5px;
  color: #000000;
  font-weight: 500;
}
.ftur-text p{
  font-size: 14px;
  text-align: center;
  color: #494949;
}

.ftur-head{ 
    font-family: "Oswald", sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 27px;
    font-weight: 600;
    color: #20317f;
 }

 /* ================================spare-parts=========================================== */

.spare-totl_items{
 text-align: center;
 margin:0px 50px;
}
.spare-totl_items p{
  color: #000;
    line-height: 27px;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: justify;
    font-family: "Poppins", serif;
}

.service-img1 img{
    width: 80%;
    margin-top: 0px;
}

.service-img12 img{
    width: 80%;
    margin-top: 0px;
}


.service-img2 img{
    width: 100%;
    margin-top: 0px;
}

.service-img12 img{
    width: 100%;
    margin-top: -7px;
}

.service-items{
  width: 83%;
    height: 400px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 0px 0px 30px;
  padding: 36px 20px ;
  border-radius: 20px;
  text-align: center;
      margin-top: 13px;
    margin-bottom: 12px;
  margin-top: 3%;
}

.service-items-1{
  width: 83%;
    height: 400px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 0px 0px 10px;
  padding: 36px 20px ;
  border-radius: 20px;
  text-align: center;
      margin-top: 13px;
    margin-bottom: 12px;
  margin-top: 3%;
}

.service-items-2{
  width: 83%;
      height: 400px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 0px 0px -15px;
  padding: 36px 20px ;
  border-radius: 20px;
  text-align: center;
      margin-top: 13px;
    margin-bottom: 12px;
  margin-top: 3%;
}

.service-items2{

  height: 350px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 50px;
  padding: 36px 20px ;
  border-radius: 20px;
  margin-bottom: 5%;
  margin-top: 3%;
}

.service-items21{
  height: 350px;
  width: 100% !important;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 20px 0px 0px ;
  padding: 36px 20px ;
  border-radius: 20px;
  margin-bottom: 5%;
  margin-top: 3%;
}

.service-items1{
  height: 300px;
  box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 13%);
  margin: 0px 50px;
  padding: 36px 20px ;
  border-radius: 20px;
  margin-bottom: 5%;
  margin-top: 3%;
}

.service-text h3{
  font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}

.service-text h4{
  font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.75px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    color: #ac0000;
}
.service_totl1 {
    /* margin: 80px 58px 20px 55px; */
   margin: 80px 50px 20px 65px;
}
.service-text p{
    color: #000;
    line-height: 27px;
    font-size: 13.5px;
    letter-spacing: 0.3px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: justify;
    font-family: "Poppins", serif;
}

.spare-items{
  text-align: center;
  align-items: center;
  margin: 13% 0% 10% 0%;
}

.service_totl-122{margin: 50px 0px 20px 0px;}

.spare-icon img{
  width: 85px;
  margin-bottom: 20px;
}
.spare-totl_items h1{
  color: #20317f;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 4%;
}








