@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap');


html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Sen', sans-serif;

}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

.p-100 {
  padding: 80px 0px;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #000;
  background: #19c675;
}

.what a:last-child {
  font-size: 20px;
  background-color: #ed6428 !important;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
}

.m-100 {
  margin-bottom: 80px;
}

.sec-btn {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 5px;
  background-color: #ed6428;
  color: #fff;
  transition: .5s;
  border: 1px solid #ed6428;
  font-size: 18px;
}

.sec-btn:hover {
  background-color: #250c77;
  color: #fff;
}

.under {
  text-transform: capitalize;
  color: #250c77;
  border: 1px solid #ed6428;
  background-color: #eee;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: 600;
}

.slick-prev,
.slick-next {
  display: none !important;
}

/* -------Globle-css-end------- */

/* -------header-section-start------ */

header {
  width: 100%;
  z-index: 7779;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 9999;
}

header .top-bar .container {
  padding: 8px 20px 34px;
  background-color: #ed6428;
  margin-bottom: -25px;
  width: 86%;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.top-bar .top-left ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.top-bar .top-left ul li a {
  height: 35px;
  width: 35px;
  background-color: #ed6428;
  transition: .5s;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  margin: 0px 4px;
}

.top-bar .top-left ul li a:hover {
  background-color: #fff;
  color: #ed6428;
  border-radius: 10px;
}

.top-bar .top-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.top-bar .top-right .phone {
  margin-right: 20px;
}

.top-bar .top-right .phone a {
  color: #fff;
  font-size: 17px;
}

.top-bar .top-right a:hover {
  color: #250c77;
}

.top-bar .top-right i {
  color: #250c77;
  padding-right: 10px;
}

.top-bar .top-right-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-right-bar .email {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.top-bar .top-right-bar .email a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.top-bar .top-right-bar .email i {
  color: #250c77;
  font-size: 18px;
  padding-right: 10px;
}

.top-bar .top-right-bar ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}

.top-right-bar ul li a {
  background-color: #250c77;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
}

.top-right-bar ul li a:hover {
  background-color: #fff;
  color: #250c77;
}



.menu .navbar-brand img {
  width: 200px;
}

.menu .container {
  border-radius: 45px;
  background-color: #fff;
}

.menu .navbar {
  z-index: 299;
  position: relative;
  padding: 5px 30px;
}

.menu .navbar-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu .navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  color: #000;
  padding: 0px 20px;
  border-right: 2px solid #ed6428;
}

.menu .navbar-light .navbar-nav li:last-child .nav-link {
  border-right: none;
}

.menu .navbar-light .navbar-nav .nav-link:hover,
.menu .navbar-light .navbar-nav .active {
  color: #250c77;
}

.menu .dropdown .dropdown-menu {
  width: 250px;
  font-weight: 600;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
}

.book-now .sec-btn {
  margin-top: 0;
  border: 1px solid #fff;
  color: #fff;
  background-color: #ed6428;
  padding: 11px 25px;
}

.book-now .sec-btn::after {
  border-left: 2px solid #ed6428;
  border-top: 2px solid #ed6428;
}

.book-now .sec-btn::before {
  border-right: 2px solid #ed6428;
  border-bottom: 2px solid #ed6428;
}

header .menu .container-fluid,
header .top-bar .container-fluid {
  padding: 0px 40px;
}

header .menu .navbar .container-fluid {
  padding: 0;
}

.menu .book-now {
  margin-left: 50px;
}

/* -------header-section-end------ */

/* ----hero-section-start---- */
.hero-section {
  padding-top: 250px;
  padding-bottom: 140px;
  background-color: #250c77;
  position: relative;
  border-bottom-left-radius: 340px;
  border-bottom-right-radius: 300px;
  color: #fff;
}

.hero-section::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .05;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(../images/hero1.jpg);
  content: "";
}

.hero-section h2,
.hero-section h1 {
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 700;
  margin: 20px 0px;
}

.hero-section h2 span,
.hero-section h1 span {
  color: #ed6428;
}

.hero-slide .hero-text p {
  line-height: 33px;
  font-size: 18px;
}

.hero-section .hero-text {
  position: relative;
  z-index: 3;
}


.hero-section .hero-img {
  background-image: url(../images/hero-img2.png);
  background-size: 500px;
  margin-left: -100px;
  background-repeat: no-repeat;
}

.hero-slide .hero-text .under {
  color: #29292a;
  font-size: 20px;
  font-weight: 600;
}

/* ----hero-section-end---- */


/* ---quote-section-start---- */
.quote-section .qs-box {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  display: flex;
  border-bottom: 1px solid #ed6428;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-color: #fff;
  background-image: linear-gradient(#eeeeeed8, #eeeeeeb9), url(../images/hero-bg.png);
}

.quote-section .qs-box h2 {
  font-size: 60px;
  font-weight: 700;
}

.quote-section .qs-box h4 {
  font-weight: 700;
  color: #ed6428;
}

.quote-section {
  position: relative;
  margin-top: -150px;
  z-index: 7;
}

.qs-item h4 {
  font-size: 28px;
  margin-bottom: 20px;
}

.form-box {
  padding: 25px 40px;
  border-radius: 10px;
  background-color: #ed6428;
}

.quote-section .form-box h2 {
  color: #250c77;
  margin: 0;
  line-height: 40px;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #250c776b;
  margin-top: 15px;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #000;
}


.form-box .f-group {
  z-index: 2;
  position: relative;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.quote-section .form-box .sec-btn {
  width: 100%;
  margin-top: 8px;
  background-color: #250c77;
  text-align: center;
}

/* ---quote-section-end---- */

/* ------Service-section-end------- */

.ser-head {
  text-align: center;
}

.ser-box {
  position: relative;
  margin-top: 10px;
  background-color: #eee;
  padding: 20px 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.service-two .ser-box {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.ser-box .ser-img {
  overflow: hidden;
  border-radius: 20px;
}

.ser-box .ser-img img {
  transition: 0.5s;
  border-radius: 20px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.ser-box .ser-item {
  position: relative;
  z-index: 5;
  border-radius: 10px;
  padding: 20px;
  border-top: 2px solid #250c77;
  margin: -50px auto 0px;
  width: 95%;
  transition: 1s;
  box-shadow: 0px 20px 40px 0px rgba(184, 182, 182, 0.349);
}

.ser-box:hover .ser-item {
  color: #fff;
}

.ser-box:hover .sec-btn {
  background-color: #fff;
}

.ser-box:hover .sec-btn span {
  color: #250c77;
}

.ser-box .ser-item::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
  border-radius: 10px;
  content: "";
  background-color: #fff;
  z-index: -2;
  left: 0;
}

.ser-box .ser-item::before {
  height: 0;
  width: 100%;
  border-radius: 10px;
  transition: .7s;
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #250c77;
  z-index: -1;
  left: 0;
}

.ser-box:hover .ser-item::before {
  height: 100%;
}

.ser-box .ser-item p {
  text-align: justify;
}

.ser-box:hover .ser-img img {
  transform: scale(1.1);
}

.ser-box h4 {
  font-size: 22px;
  font-weight: 600;
}

.ser-box .ser-icon {
  height: 90px;
  width: 90px;
  background-color: #250c77;
  border-radius: 100%;
  position: absolute;
  transition: .5s;
  top: -50px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ser-box .ser-icon img {
  width: 45px;
}

.ser-box:hover .ser-icon {
  background-color: #ed6428;
}

.service-two .ser-box .text {
  padding: 20px;
}

.service-two .ser-box h2 {
  font-weight: 700;
  font-size: 35px;
}

.service-two .ser-box p {
  margin-bottom: 5px;
}

.ser-slider .ser-list {
  border-radius: 10px;
  margin: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px;
  background-color: #eee;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  transition: .5s;
  width: 180px;
  line-height: 24px;
  cursor: pointer;
}

.ser-slider .ser-list::after {
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #250c77;
  transition: .4s;
  content: "";
}

.ser-slider .ser-list:hover::after {
  height: 100%;
}



.ser-slider .ser-list:hover:before {
  width: 100%;
}

.ser-slider .ser-list.slick-current::before {
  width: 100%;
}

.ser-slider .ser-list img {
  display: block;
  margin: 10px auto;
  position: relative;
  filter: brightness(0);
  z-index: 9;
  transition: .5s;
}

.ser-slider .slider-nav {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.ser-slider .ser-list.slick-current {
  background-color: #250c77;
  color: #fff;
  cursor: auto;
}

.ser-slider .ser-list.slick-current img,
.ser-slider .ser-list:hover img {
  filter: brightness(1);
}

.ser-slider .ser-list:hover span {
  color: #fff;
  position: relative;
  z-index: 4;
}

.service-two .ser-img {
  height: 100%;
}

.service-two .ser-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.service-two .ser-box .sec-btn {
  margin-top: 0;
}

.ser-para p {
  margin-bottom: 5px;
}

/* ---------ser-section-------- */

/* ===Scrap-Section-Start=== */

.scrap-section .ss-item {
  border-radius: 20px;
  padding: 40px;
  background-image: linear-gradient(to right, #250c77db, #250c7745), url(../images/metal-scrap.png);
  background-position: center;
  color: #fff;
}

/* ====Scrap-Section-End==== */

/* ===Other-Section-Start=== */

.other-section .container {
  border-radius: 20px;
  background-color: #250c77;
  padding: 30px;
}

.other-section h3 {
  color: #ed6428;
  font-weight: 700;
}

.other-section .os-list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.other-section .os-list ul li {
  margin: 10px 0px;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 10px;
  align-items: center;
}

.other-section .os-list ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #ed6428;
}

/* ====Other-Section-End==== */

/* ===Type-Section-Start=== */

.type-section .ts-box {
  padding: 20px;
  background-color: #eee;
  border-radius: 20px;
  height: 100%;
}

.type-section .ts-box h4 {
  color: #ed6428;
  font-weight: 700;
}

.type-section .ts-box .ts-img {
  height: 100%;
}

.type-section .ts-box .ts-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ===Type-Section-End=== */

/* ===Choose-Section-Start=== */

.choose-section .ch-box {
  padding: 25px 15px;
  border-radius: 20px;
  border: 1px solid #ed6428;
  background-color: #fff;
  display: flex;
  transition: .5s;
  height: 140px;
  margin: 10px 0px;
  align-items: center;
}

.choose-section .ch-box:hover {
  border-bottom: 10px solid #250c77;
}

.choose-section .ch-box .text {
  flex: 1;
  margin-left: 20px;
}

.choose-section .ch-box .text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 30px;
}

/* ====Choose-Section-End==== */

/* -----------counter-section-start--------- */

.counter-section {
  position: relative;
  padding-top: 60px;
}

.counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(#250c7794, #250c7794), url(../images/counter.jpg);
  content: '';
  height: 620px;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.cont-box {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.cont-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
  color: #ed6428;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  margin: 0;
}

.cont-box h2::after {
  content: "+";
  font-size: 45px;
}

.count-box2 h2::after {
  content: "Y";
  font-size: 30px;
  padding-left: 5px;
}

/* -----------counter-section-end----------- */

/* --------testimonial-section-start--------- */
.testimonial-section {
  background-color: #250c77;
  color: #fff;
}

.ts-head {
  position: relative;
  z-index: 6;
  text-align: center;
}

.ts-head h2 {
  font-size: 40px;
  font-weight: 600;
}

.tes-head h2 span {
  color: #ed6428;
  font-size: inherit;
}

.tes-box {
  padding: 25px;
  border: 1px solid #e9edf3;
  position: relative;
  margin-top: 30px;
  transition: .5s;
  margin-right: 30px;
  color: #250c77;
  background-color: #fff;
}

.tes-box:hover {
  background-color: #eee;
}

.tes-box .tes-quote {
  position: absolute;
  top: -40px;
  right: 30px;
  height: 50px;
  font-weight: 400;
  transition: .5s;
  text-align: center;
  width: 80px;
  background-color: #fff;
  color: #e9edf3;
  font-size: 55px;
}

.tes-box:hover .tes-quote {
  color: #ed6428;
  background-color: transparent;
}

.tes-box .tes-info {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  transition: .5s;
  box-shadow: 0px 10px 20px 0px #250c7722;
  margin-right: -50px;
  background-color: #e9edf3;
}

.tes-box:hover .tes-info {
  background-color: #250c77;
  color: #fff;
}

.tes-box .tes-info::after {
  position: absolute;
  top: -24px;
  right: -2px;
  height: 25px;
  z-index: -1;
  transition: .5s;
  clip-path: polygon(0 0, 4% 0, 100% 107%, 1% 100%);
  width: 28px;
  background-color: #e9edf3;
  content: "";
}

.tes-box:hover .tes-info::after {
  background-color: #250c77;
}

.tes-box h5 {
  font-weight: 700;
  margin-top: 10px;
}

.tes-box p {
  font-size: 17px;
  line-height: 28px;
  margin: 15px 0px;
}

.tes-box .tes-info .text {
  margin-left: 20px;
}

.tes-box .tes-info .text h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ed6428;
}

.tes-box .tes-info .tes-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}

.tes-box .ratting {
  color: #e09d00;
}

.faq {
  padding-left: 30px;
}

.faq h2 span {
  font-size: 45px;
  font-weight: 700;
  color: #ed6428;
}

.faq .accordion-body {
  color: #161616;
}

.faq .accordion-item h2 button {
  font-size: 20px;
  border-radius: 30px !important;
  padding: 10px 20px;
  font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
  color: #fff;
  border-radius: 30px;
  background-color: #250c77;
  box-shadow: none;
}

.faq .accordion-button::after {
  background-image: url(../images/plus.png);
  opacity: 1;
  background-size: auto;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/remove.png);
}

.faq .accordion-item {
  border: none;
  box-shadow: 0px 4px 8px 0px #0F346029;
  margin-top: 15px;
  border-radius: 30px;
  padding: 5px;
}

.faq .accordion-item h2 {
  margin: 0px;
}

/* -------testimonial-section-end-------- */

/* ---Footer-Section-Start--- */

.footer-section {
  padding-top: 60px;
  background-color: #eee;
}

.f-box h4 {
  margin-bottom: 20px;
  color: #ed6428;
  position: relative;
  font-weight: 600;
}

.f-box p {
  margin: 15px 0px;
}

.f-box h4::after {
  height: 3px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #250c77;
  content: "";
}

.f-box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.f-box ul li {
  display: flex;
  align-items: center;
  margin: 3px 0px;
}

.f-box ul li a:hover {
  color: #ed6428;
}

.f-box ul li span {
  flex: 1;
}

.f-box img {
  width: 220px;
}

.f-box .social-link {
  display: flex;
  align-items: center;
}

.f-box .social-link li a,
.f-box ul li>i {
  display: flex;
  margin-right: 10px;
  align-items: center;
  transition: .5s;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  color: #250c77;
  border-radius: 1px;
}

.f-box .social-link li a:hover,
.f-box ul li>i:hover {
  background-color: #250c77;
  color: #ed6428;
  border-radius: 5px;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  color: #fff;
  background-color: #250c77;
  margin-top: 20px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #ed6428;
}

/* ---Footer-Section-End--- */

/* ---Banner-Section-Start--- */

.banner-section {
  padding: 240px 0px 80px;
  text-align: center;
  background-size: cover;
  color: #fff;
  background-image: linear-gradient(#000000a3, #000000a3), url(../images/ser3.webp);
}

.banner-section .banner-title ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.banner-section .banner-title h2 {
  font-size: 45px;
}

.banner-title ul li:first-child a {
  color: #ed6428;
}

.banner-title ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 5px;
}

/* ---Banner-Section-End--- */

/* ===Mission-Section-Start=== */
.mission-section .ms-img {
  height: 100%;
}

.mission-section .ms-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.mission-section .ms-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  border-radius: 15px;
  background-color: #eee;
  margin: 15px 0px;
}

.mission-section .ms-box h4 {
  color: #ed6428;
  font-weight: 700;
  font-size: 25px;
}

.mission-section .ms-box p {
  margin-bottom: 0;
}

.mission-section .ms-box .icon {
  margin: 0px 15px;
}

.mission-section .ms-box .text {
  flex: 1;
  margin: 0px 15px;
}

/* ====Mission-Section-End==== */
.map-section .map {
  height: 400px;
}

/* ---Team-Section-Start--- */
.team-head {
  text-align: center;
}

.team-box {
  transition: .6s;
  padding-top: 30px;
  margin: 10px 13px;
  position: relative;
}

.team-box:hover {
  color: #fff;
}

.team-box::after {
  height: 60%;
  width: 100%;
  content: "";
  background-color: #eee;
  border-radius: 30px 30px 10px 10px;
  position: absolute;
  bottom: 0;
  transition: .4s;
  border: 3px double #250c77;
  left: 0;
}

.team-box:hover::after {
  background-color: #250c77;
}

.team-box::before {
  height: 100%;
  width: 100%;
  transform: scale(1, 0);
  content: "";
  background-color: #ed6428;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: .4s;
  left: 0;
}

.team-box:hover::before {
  transform: scale(1);
}

.team-box .team-img {
  width: 80%;
  margin: auto;
}

.team-box .team-img img {
  border: 3px double #ed6428;
  border-radius: 10px;
  z-index: 99;
  position: relative;
}

.team-box .text {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 30px 0px;
}

.team-box .text h4 {
  color: #ed6428;
  font-size: 22px;
  font-weight: 600;
}

/* ---Team-Section-End----- */

/* -----Gallery-Page-start----- */

.gallery-section {
  padding: 80px 0px;
}

.gallery-section .gs-head h2 {
  margin: 0;
  text-align: center;
}

.gallery-section .gallery-box {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.gallery-box a {
  position: relative;
  border-radius: 10px;
  height: 100%;
}

.gallery-box a img {
  width: 100%;
  transition: .5s;
  height: 330px;
  object-fit: cover;
}

.gallery-box a img:hover {
  transform: scale(1.1);
}

.gallery-box a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: .5s;
  height: 330px;
  content: "";
  background-color: #250c777a;
  transform: scale(0) translate(-50%, -50%);
}

.gallery-box:hover a::after {
  transform: scale(1) translate(-50%, -50%);
}

/* ------gallery-Page-end------- */

/* ---contact-section-start--- */

.contact-section .contact-box {
  padding: 20px;
  border-radius: 75px;
  display: flex;
  align-items: center;
  background-color: #250c77;
  color: #fff;
  position: relative;
  margin-top: 15px;
  transition: .5s;
}

.contact-section .contact-box::after {
  position: absolute;
  top: 0;
  border-radius: 75px;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #ed6428;
  content: "";
}

.contact-section .contact-box:hover:after {
  height: 100%;
}

.contact-box .icon {
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 20px;
  z-index: 9;
  transition: .5s;
  position: relative;
  color: #fff;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box:hover .icon {
  background-color: #250c77;
}

.contact-box .icon img {
  width: 45px;
  transition: .5s;
}

.contact-box:hover .icon img {
  filter: brightness(88);
}

.contact-box .text {
  flex: 1;
  position: relative;
  z-index: 9;
}

.contact-box .text h4 {
  font-size: 22px;
  font-weight: 700;
  transition: .5s;
  color: #ed6428;
}

.contact-box:hover .text h4 {
  color: #250c77;
}

.contact-box .text a {
  color: #fff;
}

.contact-box .text address {
  margin-bottom: 0;
}

.contact-section .map {
  height: 100%;
}

/* ---contact-section-end--- */

.terms-section h4 {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width:1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0px 5px;
  }

  .menu .navbar {
    padding: 5px 0px;
  }

  .menu .nav-item {
    margin: 0px 10px;
  }

  .menu .book a,
  .menu .book b {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
  }

  .menu .navbar-light .navbar-brand img {
    width: 180px;
  }

  .hero-section h2,
  .hero-section h1 {
    font-size: 45px;
  }

  .hero-section {
    padding-top: 230px;
    padding-bottom: 180px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 100px;
    color: #fff;
  }

  .hero-slide {
    padding: 100px 0px;
  }

  .hero-section .hero-img {
    margin-left: 0px;
    margin-bottom: -115px;
  }

  .ser-box .ser-item p {
    text-align: left;
    font-size: 14px;
  }

  h2 {
    font-size: 30px;
  }

  .as-content p {
    margin-bottom: 5px;
  }

  .quote .quote-form input {
    padding: 8px 20px;
  }

  .quote-section .quote-img {
    margin-left: -171px;
  }

  .ser-box .ser-img img {
    height: 260px;
  }

  .ser-box .ser-icon {
    height: 70px;
    width: 70px;
  }

  .ser-box .ser-icon img {
    width: 40px;
  }

  .p-100 {
    padding: 60px 0px;
  }
}

@media screen and (max-width:992px) {
  .menu .navbar-light .navbar-toggler {
    border-color: #ed6428;
  }

  .menu .navbar-light .navbar-toggler:focus {
    box-shadow: none;
  }

  .top-bar .top-right-bar,
  .navbar-toggler-icon i {
    display: none;
  }

  .menu .navbar-nav {
    align-items: baseline;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    display: inline-block;
    padding: 8px 0px;
    border: none;
  }

  .menu .book-now {
    margin-left: 0px;
    margin: 30px 0px;
  }

  .menu .book {
    margin: 20px 0px;
  }

  .hero-section .hero-img {
    margin-bottom: -30px;
  }

  .quote-section .container>.row {
    flex-direction: column-reverse;
  }

  .choose-section .ch-box {
    padding: 15px;
    height: auto;
  }
.contact-box .text h4 {
    font-size: 17px;
}
}

@media screen and (max-width:768px) {
  .menu .navbar-light .navbar-brand img {
    width: 130px;
  }

  .hero-text h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .faq h2 span {
    font-size: inherit;
  }

  .service-two .ser-box h2 {
    font-size: 30px;
  }

  .banner-section {
    padding: 170px 0px 50px;
  }

  .as-item img {
    width: 100%;
  }

  .banner-section .banner-title h2 {
    font-size: 35px;
  }

  .quote-section .quote-img,
  .choose-section .ch-img img {
    display: none;
  }

  .ch-box .ch-img img {
    display: block;
  }

  .choose-section .choose {
    margin-left: 0px;
  }

  .tes-box p {
    font-size: 16px;
    line-height: 25px;
  }

  .faq {
    padding-left: 0px;
    padding-top: 30px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .contact-section .map {
    height: 300px;
    margin-top: 30px;
  }
}

@media screen and (max-width:580px) {
  .top-bar {
    display: none;
  }

  .menu {
    padding: 0px 10px;
  }

  .hero-section {
    padding-top: 150px;
    padding-bottom: 180px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 100px;
    color: #fff;
  }

  .hero-section .under {
    font-size: 14px;
  }

  .hero-section h2,
  .hero-section h1 {
    font-size: 28px;
  }

  .hero-section .hero-text {
    margin-bottom: 30px;
  }

  .hero-text h2,
  h2,
  .service-two .ser-box h2,
  .banner-section .banner-title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .form-box {
    padding: 25px 17px;
  }

  .quote-section .form-box h2 {
    font-size: 23px;
  }

  .p-100 {
    padding: 40px 0px;
  }

  .about-section .sec-btn {
    margin-top: 20px;
  }

  .ser-box .ser-img img {
    height: 220px;
  }

  .choose-section .ch-box img {
    width: 30px;
  }

  .choose-section .ch-box .text h4 {
    font-size: 16px;
  }

  .quote-section .quote .quote-form {
    padding: 30px 20px;
  }

  .cont-box img {
    width: 50px;
  }

  .m-100 {
    margin-bottom: 40px;
  }

  .mission-section .ms-box:nth-child(2) {
    flex-direction: column-reverse;
  }

  .mission-section .ms-box {
    flex-direction: column;
    padding: 15px;
    text-align: center;
  }

  .mission-section .ms-box .text {
    margin: 0;
    margin-top: 20px;
  }

  .banner-section {
    padding: 117px 0px 40px;
  }

  .type-section .ts-box .ts-list {
    margin-top: 20px;
  }

  .scrap-section .ss-item {
    padding: 20px;
    background-attachment: fixed;
  }

  .scrap-section .ss-item h1 {
    font-size: 22px;
  }
  .other-section .os-list ul li span{
    font-size: 15px;
  }
  .contact-section .contact-box {
    padding: 10px;
}
.contact-box .icon {
    height: 60px;
    margin-right: 10px;
    width: 60px;
}
.contact-box .icon img{
  width: 40px;
}
.footer-section .f-box{
  margin-top: 20px;
}
}