@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "PT Sans", sans-serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0px;
}

.p-100 {
  padding: 80px 0px;
}

* {
  padding: 0;
  margin: 0;
}

.m-100 {
  margin-bottom: 80px;
}

.under {
  color: #ff3f39;
  font-variant: small-caps;
  font-weight: 600;
  position: relative;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.under img{
  padding-right: 5px;
  width: 24px;
}
.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff3f39;
  color: #fff;
  transition: .5s;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  position: relative;
}

.sec-btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0px 10px 20px 0px #00125315;
}

.sec-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0);
  transition: .5s;
  height: 100%;
  border-radius: 5px;
  background-color: #0a0716;
  content: "";
}

.sec-btn:hover:after {
  transform: scale(1);
}

.sec-btn span {
  position: relative;
  z-index: 3;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.what {
  position: fixed;
  bottom: 30px;
  right: 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 #00000052;
  background: rgb(2, 199, 28);
}

.what a:last-child {
  font-size: 20px;
  background-color: #ff3f39;
}
@keyframes rorate {
  0%{
    transform: translate(-4px);
  }

  100%{
    transform: translate(60px);
  }
}
/* -----Globle-Style----- */

/* -------main-style-start-------- */

header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}

header::after {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  background-color: #eee;
  width: 22%;
  content: "";
  height: 93%;
}


.top-bar {
  padding: 8px 0px;
  position: relative;
  color: #fff;
  background-color: #0a0716;
}

.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.top-left ul li a {
  background-color: #ff3f39;
}

.top-left ul li a:hover {
  color: #ff3f39;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  position: relative;
  z-index: 3;
  justify-content: space-around;
  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.top-right .phone a, .top-right .email a{
  color: #fff;
  margin-left: 10px;
}
.top-right .phone i, .top-right .email i{
  font-size: 18px;
}
.top-right .phone .icon {
  height: 45px;
  width: 45px;
  background-color: #ff3f39;
  border-radius: 50%;
  margin-right: 10px;
  transition: .5s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-right .phone:hover .icon {
  background-color: #ff3f39;
  color: #ff3f39;
}

.top-right .phone:hover a {
  color: #ff3f39;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-size: cover;
}

header .book::after {
    height: 60px;
    width: 60px;
    background-color: #d6d1d1;
    content: "";
    z-index: 0;
    transition: .5s;
    position: absolute;
    transform: rotate(52deg);
    top: 22px;
    right: -12px;
}
header .get-quote .sec-btn {
  margin-top: 0;
}

header .navbar-brand {
  display: none;
}



header .book img {
  width: 220px;
  position: relative;
  z-index: 3;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
  z-index: 1;
  box-shadow: 0px 10px 20px 0px #ef24460c;
}
.menu::after{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 78%;
  content: "";
  background-color: #ff3f39;
}
.menu .sec-btn{
  margin-top: 0;
  background-color: #0a0716;
}
header .new-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 10px 20px 0px #0f1ef02d;
  background-color: #fff;
  z-index: 9999;
  animation: StickyHeader 0.2s ease forwards;
}
@keyframes StickyHeader {
  0% {
    transform: translateY(-60px);
  }

  100% {
    transform: translateY(0);
  }
}

.menu .navbar-brand,.menu .navbar-logo-img{
  display: none;
}

.menu img {
  width: 90px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar {
  padding: 15px 0px;
  z-index: 33;
  position: relative;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  color: #0a0716;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .5s;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover,.menu .navbar-expand-lg .navbar-nav .nav-link.active{
  color: #fff;
}

.new-menu .navbar-logo-img{
  display: block;
}
.new-menu .navbar-logo-img img{
  width: 140px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 43%;
  content: "";
  transition: .5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #ff3f39;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: round 1.4s linear infinite alternate;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::before {
  animation: round 1.4s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0);
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}

.menu .container-fluid {
  padding: 0px;
}

.menu .navbar-nav .dropdown .dropdown-menu {
  width: 250px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up .4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #ff3f39;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #ff3f39;
  color: #fff;
}

header .menu .logo-img {
  display: none;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  display: block;
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0006710e;
  top: 0;
  transition: 1s;
  left: 0;
  width: 100%;
}

header .sticky .logo-img {
  display: block;
}

header .sticky .logo-img img {
  width: 180px;
}

/* ----header-section-end---- */

/* ---Hero-Section-Start--- */
.hero-section {
  position: relative;
}

.hero-section .hero-slide {
  padding: 180px 0px 110px;
  height: 100vh;
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-top: 20px;
}

.hero-section .hero-slide2 {
  background-image: url(../images/hero2.jpg);
}

.hero-section .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0a0716;
  color: #fff;
}

.hero-section .slick-next {
  right: 0px;
  background-color: #fff;
  width: 60px;
  height: 50px;
  font-size: 0;
  border: none;
}

.hero-section .slick-prev {
  right: 60px;
  background-color: #0a0716;
  z-index: 4;
  width: 60px;
  height: 50px;
  font-size: 0;
  border: none;
}

.hero-section .slick-next::after {
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 25px;
  color: #ff3f39;
  content: "\f178";
  font-family: "FontAwesome";
}

.hero-section .slick-prev::after {
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 25px;
  color: #fff;
  content: "\f177";
  font-family: "FontAwesome";
}

.hero-slide .hero-text {
  text-align: center;
  color: #fff;
}

.hero-slide .hero-text h2 {
  font-size: 46px;
  line-height: 60px;
}

.hero-slide .hero-text p {
  line-height: 28px;
}

.hero-slide .hero-text .sec-btn {
  background-color: #0a0716;
  margin-top: 20px;
}

.hero-slide .hero-text .sec-btn::after {
  background-color: #fff;
}

.hero-slide .hero-text .sec-btn:hover span {
  color: #ff3f39;
}

/* ---Hero-Section-End--- */

/* ---about-section-start--- */

.about-section .as-item {
  position: relative;
}
.about-section .as-content h5{
  font-weight: 600;
}
.as-item::after {
  position: absolute;
  top: 30px;
  left: 20%;
  content: "";
  width: 50%;
  background-color: #ff3f39;
  height: 75%;
  z-index: -1;
  animation: slick 2s linear alternate infinite;
}

.as-item .as-img2,
.as-item .as-img3 {
  margin: 40px 15px;
}

.as-item .as-img3 img {
  width: 85%;
}

@keyframes slick {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.form-box {
  background-color: #ff3f39;
  padding:40px 30px;
}

.form-box h2 {
  color: #fff;
  font-size: 30px;
  margin-top: 0;
}

.form-box .f-group input,
.form-box .f-group select,
.form-box .f-group textarea {
  width: 100%;
  padding: 18px 20px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  background-color: #fff;
}

.form-box .f-group input::placeholder,
.form-box .f-group textarea::placeholder {
  color: #0a0716;
}

.form-box .f-group select {
  padding: 18px 20px;
}

.form-box .f-group .sec-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
}
.form-box .f-group .sec-btn:hover span{
  color: #0a0716;
}
.form-box .f-group .sec-btn{
  background-color: #0a0716;
}
.form-box .f-group .sec-btn::after{
  background-color: #eee;
}
.form-box label {
  color: #ff3f39;
  font-weight: 600;
  margin-bottom: 3px;
}

.form-box .sec-btn {
  margin-top: 5px;
}
/* ---about-section-end--- */



/* ====Service-Section==== */

.service-section {
  background-image: url(../images/banner.webp);
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.service-section::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ecf0f4;
  opacity: 0.92;
}
.service-section .ser-head{
  position: relative;
  z-index: 4;
  margin-top: 20px;
  text-align: center;
}
.service-section .ser-head h2{
  margin: 0;
}
.service-section .ser-head .under{
  justify-content: center;
  margin-bottom: 0;
}
.service-section .ser-box{
  position: relative;
  padding: 20px;
  margin-top: 30px;
  z-index: 23;
  background-color: #fff;
  border-radius: 10px;
}
.service-section .ser-box h4{
  font-weight: 600;
}
.service-section .ser-box p{
  margin-bottom: 7px;
}
.service-section .ser-box img{
  border-radius: 10px;
}
/* ====Service-Section==== */


/* ---work-section-start--- */

.work-section .w-suport{
  display: flex;
  align-items: center;
  justify-content: end;
}
.work-section .w-suport h4{
  color: #ff3f39;
  font-weight: 600;
}
.work-section .w-suport i{
  color: #ff3f39;
  font-size: 23px;
  padding-right: 10px;
}
.work-section .w-title{
  margin-top: 20px;
}
.work-section .w-title ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
.work-section .w-title ul li{
  padding:20px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
}
.work-section .w-title ul li::after{
  background-color: #ff3f39;
  content: "";
  transition: .6s;
  height: 100%;
  width: 0%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.work-section .w-title ul .tab::after{
  width: 100%;
}
.work-section .w-box{
  padding:40px;
  background-color: #eee;
  margin-top: 20px;
}
.work-section .w-box .work-img{
  width: 280px;
  border-radius: 100%;
  height: 280px;
  outline-offset: 10px;
  border: dashed 1px #fff;
  outline: dashed 3px #ff3f39;
}
.work-section .w-box .work-img img{
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.work-section .w-box h4{
  margin-top: 20px;
  font-weight: 600;
}

/* ----Work-Section-End---- */

/* ----testimonial-section-start---- */

.testimonial-section{
  background-image:url(../images/shap.webp);
  background-attachment: fixed;
  position: relative;
  background-size: cover;
}
.testimonial-section .tes-head {
  text-align: center;
  position: relative;
  z-index: 23;
}
.testimonial-section .tes-head h2{
  margin-top: 0;
}
.testimonial-section .tes-head .under{
  justify-content: center;
  margin-bottom: 0;
}
.testimonial-section::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #ecf0f4;
  opacity: 0.98;
  z-index: 1;
}
.testimonial-section .tes-slider{
  position: relative;
  z-index: 32;
}
.testimonial-section .tes-box {
  position: relative;
  margin: 10px 20px;
  padding: 30px;
  background-color: #fff;
  border-radius: 7px;
}

.tes-box .info{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.testimonial-section .tes-box>.text .ratting {
  color: #ff3f39;
  position: absolute;
  top: 50px;
  background-color: #0a0716;
  padding: 10px 15px;
  border-radius: 3px 0px 0px 3px;
  transition: .6s;
  right: -20px;
  margin: 10px 0px;
}
.testimonial-section .tes-box:hover>.text .ratting{
  background-color: #ff3f39;
  color: #0a0716;
}
.testimonial-section .tes-box>.text .ratting::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: #0a0716;
  content: "";
}
.testimonial-section .tes-box:hover>.text .ratting::after{
  background-color: #ff3f39;
}
.testimonial-section .tes-box>.text .ratting i{
  letter-spacing: 2px;
}
.testimonial-section .tes-box .text p {
  margin-bottom: 0px;
  line-height: 28px;
}

.testimonial-section .tes-box .info img {
  width: 60px;
  border-radius: 100%;
}

.testimonial-section .tes-box .info .text {
  padding-left: 20px;
}

.testimonial-section .tes-box .info h5 {
  margin-bottom: 0;
  color: #0a0716;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-section .tes-box:hover .info h5 {
  color: #ff3f39;
}

/* ----testimonial-section-end--- */

/* ---Counter-Section-Start--- */

.counter-section #counter{
  position: relative;
  background-color: #0a0716;
  padding: 40px 10px;
  margin-bottom: -60px;
  border-radius: 10px;
  z-index: 72;
  background-image: url(../images/counter.png);
}
.counter-section #counter::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  background-color: #ff3f39;
  content: "";
}
.cont-box {
  display: flex;
  align-items: center;
}

.cont-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  background-color: #ff3f39;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-box img {
  width: 50px;
}

.cont-box .text {
  margin-left: 10px;
}

.cont-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  color: #ff3f39;
  position: relative;
  line-height: 30px;
}

.cont-box p {
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.cont-box h2::after {
  content: "+";
  font-size: 35px;
}
.count-box2 .under{
  margin-bottom: 0;
  color: #fff;
}
.count-box2{
  position: relative;
  z-index: 3;
}
.count-box2 h4{
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
}
/* ---Counter-Section-End--- */


/* -----Brand-Section-Start----- */

.brand-section {
  text-align: center;
}

.brand-section .brand-box {
  padding: 8px 3px;
  margin: 10px;
  display: flex;
  background-color: #eee;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.brand-section .brand-box img {
  margin: auto;
  width: 200px;
}

.brand-section h3 {
  font-size: 35px;
  font-weight: 700;
}

/* ---Brand-Section-End---- */

/* ----cta-section-start----- */

.cta-section .cta {
  padding: 50px 40px;
  position: relative;
  z-index: 3;
  background-size: cover;
  padding-bottom: 0;
  background-color: #ff3f39;
  color: #fff;
}

.cta-section .cta .cta-img {
  margin-top: -85px;
}

.cta-section .cta h2 {
  font-size: 35px;
  line-height: 50px;
}
.cta-section .cta a{
  color: #fff;
}
.cta .book {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.cta .book a {
  font-weight: 600;
  font-size: 18px;
}
.cta-section .cta .under{
  color: #0a0716;
}
.cta .book i {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background-color: #0a0716;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-right: 50px;
}

.cta .book i::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom 2s infinite;
}

@keyframes zoom {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #0a0716;
  }

  100% {
    box-shadow: 0px 0px 0px 20px transparent;
  }
}

/* ----cta-section-end----- */

/* ---Choose-Section--- */
.choose-section {
  position: relative;
}
.choose-section::after{
  position: absolute;
  top: 50%;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  background-image: url(../images/choose.jpg);
  background-size: cover;
  left: 50%;
  content: "";
  transform: translate(-50%,-50%);
}
.choose-section .ch-box{
  background-color: #0a0716;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose-section .ch-box2,.choose-section .ch-box3{
  background-color: #ff3f39;
}
.choose-section .ch-box2,.choose-section .ch-box4{
  text-align: right;
}

.choose-section .ch-box .ch-text{
  padding:40px 20px;
  flex: 1;
}
.choose-section .ch-box .ch-text h4{
  font-weight: 600;
}
.choose-section .ch-box .ch-item{
  text-align: right;
  padding: 20px;
  width: 200px;
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff3f39;
  border-radius: 50% 0% 0px 0px;
}
.choose-section .ch-box2 .ch-item,.choose-section .ch-box3 .ch-item{
  background-color: #0a0716;
}
.choose-section .ch-box2 .ch-item{
  border-radius: 0px 50% 0px 0px;
}
.choose-section .ch-box3 .ch-item{
  border-radius: 0px 0% 0px 50%;
}
.choose-section .ch-box4 .ch-item{
  border-radius: 0px 0%  50% 0px;
}
/* ---Choose-Section--- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 125px;
  margin-top: -100px;
  background-color: #eee;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.footer-section::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  background-size: contain;
  z-index: 1;
  height: 100%;
  background-position: center;
  background-color: #0a0716;
  content: "";
}

.footer-logo {
  margin-bottom: 10px;
}
.footer-box .footer-text p{
  color: #000;
}
.footer-box {
  position: relative;
  z-index: 4;
}

.footer-logo img {
  width: 200px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #ff3f39;
  border-radius: 4px;
}


.footer-box .social li a:hover {
  color: #ff3f39;
  background-color: #0a0716;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ff3f39;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #ff3f39;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #ff3f39;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 5px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #ff3f39;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #ff3f39;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #ff3f39;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

.footer-section .copy-right p a {
  color: #0a0716;
  font-weight: 600;
}

/* ------footer-section-end-------- */

.map-section{
  height: 400px;
}
/* ---welcome-section-start---- */

.ws-box {
  padding: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
  background-position: center;
  background-image: linear-gradient(#000000d0, #000000d0), url(../images/welcome.jpg);
}

/* ---welcome-section-end---- */

/* ---contact-section-start--- */

.contact-section .contact-box{
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #ff3f39;
  color: #fff;
  margin-top: 20px;
  position: relative;
  height: 100%;
  transition: .5s;
}
.contact-section .contact-box::after{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  transition: .5s;
  background-color: #0a0716;
  content: "";
}
.contact-section .contact-box:hover:after{
  height: 100%;
}
.contact-box .icon{
  height: 80px;
  background-color: #0a0716;
  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: #ff3f39;
}
.contact-box .icon img{
  width: 45px;
  filter: brightness(88);
  transition: .5s;
}

.contact-box .text{
  flex: 1;
  position: relative;
  z-index: 9;
}
.contact-box .text h4{
  font-size:22px ;
  font-weight: 700;
  transition: .5s;
  color: #0a0716;
}
.contact-box:hover .text h4{
  color: #ff3f39;
}
.contact-box .text a{
  color: #fff;
}
.contact-box .text address{
  margin-bottom: 0;
}

/* ---contact-section-end--- */

/* ---Map-Section--- */

.map-section .map{
  height: 400px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px #ff3f3917;
}
.map-section .map iframe{
  border-radius: 10px;
}

/* ---Map-Section--- */

/* ------gallery-section------- */
.gallery-section{
  padding: 80px 0px;
}
.gallery-section .gs-head {
  text-align: center;
}

.gallery-section .gallery-box {
  position: relative;
  border: 2px solid #fff;
  transition: .5s;
}
.gallery-box:hover a img{
  transform: scale(.95);
}
.gallery-box a img {
  width: 100%;
  height: 328px;
  transition: .5s;
  object-fit: cover;
}

/* -----Gallery-section-start----- */

@media screen and (max-width:1024px) {

.about-section::after {
  height: 325px;
  bottom: 0px;
}
.work-section .w-box .work-img {
  width: 230px;
  height: 230px;
}
.cta-section .cta .cta-img {
  margin-top: 0px;
}
.footer-section::after{
  width: 65%;
}
.hero-slide .hero-text h2 {
  font-size: 35px;
}

.ser-box .ser-text{
  margin: 10px 0px;
}
h2{
  font-size: 30px;
}
.counter-section .count-box2{
  margin-bottom: 30px;
}
.tes-box p {
  font-size: 16px;
}
.footer-logo {
  margin-bottom: 0px;
}
.footer-logo img{
  width: 160px;
}
.p-100{
  padding: 60px 0px;
}
.m-100{
  margin-bottom: 60px;
}
.testimonial-section .tes-head{
  margin-top: 20px;
}
}

@media screen and (max-width:778px) {
  header .book,header::after,.top-left,.new-menu .navbar-logo-img img,.about-section .as-item .as-img2 img,.about-section::after,.cta-section .cta .cta-img{
    display: none;
  }
  .service-section .ser-box img{
    width: 100%;
    object-fit: cover;
  }
  .testimonial-section .tes-head {
    margin-top: 40px;
}
.contact-section .form-box{
  margin-bottom: 30px;
}
  .as-item .as-img2, .as-item .as-img3{
    display: none;
  }
  .counter-section #counter::after{
    width: 100%;
    height: 110px;
    border-radius: 5px 5px 0px 0px;
  }
  .menu .navbar-brand{
    display: block;
  }
  .menu .navbar-brand img{
    width: 140px;
  }
  .cta-section .cta h2 {
    font-size: 30px;
    line-height: 40px;
}
.footer-section::after{
  width: 0;
}
.footer-box ul li a,.footer-link2 ul li span{
  color: #0a0716;
}
.footer-box{
  margin-top: 20px;
}
  .menu .navbar{
    padding: 0;
  }
  .hero-section .hero-slider{
    padding: 30px;
  }
  .menu .navbar-toggler-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    background-color: #fff;
    color: #ff3f39;
  }
  .menu .navbar-toggler:focus{
    box-shadow: none;
  }
  .menu .navbar-nav{
    margin-left: 0;
    display: block;
  }
  .about-section .as-item .as-img1 img{
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .about-section .as-content{
    padding-left: 0;
    margin-top: 30px;
  }
  .service-section .ser-box p {
    font-size: 15px;
}
.service-section .ser-head p{
  margin-bottom: 0;
}
.menu .navbar-expand-lg .navbar-nav .nav-link:hover, .menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #ff3f39;
}
.menu .navbar .sec-btn{
  margin: 25px 0px;
}
}

@media screen and (max-width:580px) {
  .top-right .phone {
    margin-right: 10px;
}
.menu .navbar-brand img{
    width:120px;
}
.hero-slide .hero-text{
    padding:0px 10px;
}
.choose-section .ch-box .ch-text {
  padding:20px;
}
.choose-section::after {
  height: 120px;
  width: 120px;
}
.choose-section .ch-box .ch-text p{
  margin-bottom: 0;
}
.top-right .phone a, .top-right .email a {
  margin-left: 5px;
}
.hero-section .hero-slide {
  padding: 100px 0px 50px;
  background-position: right;
  height:70vh;
}
.counter-section .cont-box{
  margin-top: 15px;
}
.hero-slide .hero-text h2 {
  font-size: 30px;
  line-height: 38px;
}
.counter-section #counter::after {
  height: 120px;
}
.work-section .w-box .work-img {
  width: 250px;
  margin: auto;
  height: 250px;
}
.cta-section .cta h2 {
  font-size: 22px;
  line-height: 30px;
}
.hero-section .hero-slider{
  padding: 20px 15px;
}
h2 {
  font-size: 23px;
}
.hero-slider .hero-images .hero-img2 {
  margin-left: 10px;
  margin-top: 70px;
}
.hero-slider .hero-images img {
  height: 320px;
  border-width: 4px;
}
.about-section .as-box {
  display: block;
}
.p-100{
  padding: 40px 0px;
}
.m-100{
  margin-bottom: 40px;
}
.contact-box{
  margin: 10px 0px;
}
.top-right .phone a, .top-right .email a{
  font-size: 15px;
}
.menu::after {
  width: 63%;
}
.service-section .ser-head{
  margin-top: 40px;
}
.testimonial-section .tes-box{
  margin-left: 0;
}
.map-section {
  height: 300px;
}

}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.thank p {
  margin-bottom: 0;
}

.thank .icon img {
  width: 75%;
}

.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.thank ul li a {
  height: 40px;
  width: 40px;
  background: #ff3f39;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  font-size: 20px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width:1024px) {
  .thank {
    margin-top: 50px;
  }
}

@media screen and (max-width:768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }

  .thank .icon img {
    width: 60%;
  }
}

@media screen and (max-width:580px) {
  .thank {
    margin: 20px 0px;
  }
}

/*---thank-Section-end----*/