@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  /*  font-size: 16px;
  font-family: "interstate", Helvetica, sans-serif;*/
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #686868;
  text-align: left;
  /*    background-color: #f8f9fa;*/
}

*,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ff3131;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #ff3131;
  font-family: 'Orpheus Pro';
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 42px;
}

.bg-color1 {
  background-color: #f5f3f1;
}

.bg-color2 {
  background: #4f4c4c;
}

.bg-color3 {
  background-color: #b2b2b2;
}

.bg-color4 {
  background-color: #d17f5f;
}

.bg-color5 {
  background-color: #000;
}

.bg-color6 {
  background-color: #343434;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.mb-lg-5 {
  margin-bottom: 1rem !important;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

.img-curve {
  position: relative;
  z-index: 9999;
  margin-top: -120px;
}

.img-curve2 {
  position: relative;
  z-index: 9999;
  margin-bottom: -111px;
}

.sub-ban {
  padding: 15px 30px;
  text-align: center;
}

.img-curve4 {
  position: relative;
  z-index: 99999;
  margin-top: -134px;
}

.img-curve5 {
  position: relative;
  z-index: 9999;
  margin-bottom: -120px;
}

.img-curve6 {
  position: relative;
  z-index: 99999;
  margin-top: -134px;
}

.img-curve7 {
  position: relative;
  z-index: 99999;
  margin-bottom: -119px;
}

.footer {
  color: #fff;
}

.banner-content {
  position: absolute;
  top: 227px;
  text-align: center;
  width: 100%;
}

.text-mid {
  color: #333;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 35px;
}

.btn1,
.btn2 {
  padding: 15px 30px;
  border: 2px solid #fff;
  font-size: 16px;
  background-color: transparent;
  border-color: #ff3131;
  /*transition: 0.5s;*/
  display: inline-block;
  border-radius: 15px 0;
  color: #ff3131;
  font-weight: 400;
}

.btn2 {
  border-color: #fff;
  color: #fff;
}

.btn1:hover {
  color: #fff;
  background-color: #ff3131;
  border-color: #ff3131;
}

.btn2:hover {
  color: #fff !important;
  background-color: #ff3131;
  border: 2px solid #ff3131;
}

.text-color1 {
  color: #ed2e3d;
}

.text-color2 {
  color: #4f4c4c;
}

.fw400 {
  font-weight: 400;
}

#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.home-page .header-top-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  z-index: 999;
  background-color: transparent;
}

/*.header-top-fixed .top-contact-list li{
  color: #000;
}*/
.wrapper {
  overflow: hidden;
}

.header-top-fixed {
  position: relative;
  width: 100%;
  z-index: 999;
  background-color: #6d6d6d;
}

/*.header-top-fixed .logo-new img{*/
/*    background: transparent;*/
/*}*/
.logo {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0;
  text-align: center;
}

.home-page .logo img {
  width: 56%;
  /*  background: rgb(255 255 255 / 28%);*/
}

.logo img {
  width: 100%;
  background: transparent;
}

.top-contact-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.top-contact-list {
  display: block;
  text-align: center;
  vertical-align: middle;
}

.top-contact-list.top-contact-right {
  display: block;
  text-align: right;
}

.top-contact-list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding-right: 20px;
}

.top-contact-list li a i {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 5px;
  color: #d17f5f;
}

.top-contact-list li a i,
.top-contact-list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 100%;
  font-weight: 600;
}

.top-contact-list li:last-child {
  padding-right: 0;
}

.top-contact-list li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.top-contact-list li a:hover,
.top-contact-list li a:focus {
  color: #d17f5f;
}

.social-links {
  display: block;
  text-align: left;
}

.social-links.footer-social-links {
  text-align: left;
}

.social-links li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.social-links li a {
  /*background-color: #f87e03;
    background-color: transparent;*/
  color: #fff;
  text-align: center;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.social-links li a:hover {
  color: #d17f5f;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu {
  display: none;
}

.nav-wrapper {
  padding: 10px;
  padding-right: 0;
}

.navigation {
  display: block;
  text-align: right;
}

.navigation>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  /*  margin-right: 0.9rem;*/
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: auto;
  right: auto;
  width: 250px;
  z-index: 999;
  background-color: #217eac;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 8px 20px;
  color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:first-child {
  display: none;
}

.navigation a {
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding: 8px 25px;
  transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a {
  padding-right: 22px;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #ff3131;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #fff;
  background-color: #ff3131;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-wrapper {
  position: relative;
}

.slide-bg {
  background-color: rgb(74 195 93 / 50%);
  padding: 50px;
}

.slider-wrapper .banner-content-wrap .slide-title {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 25px;
  display: block;
  -ms-transform: translateX(-0.5vw);
  transform: translateX(-0.5vw);
  color: #fff;
  text-shadow: 2px 2px 0 #4d4b4a;
  font-weight: 700;
}

.carousel-indicators {
  display: none;
}

.video-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-wrap video {
  /*position: absolute;*/
  /*top: 50%;*/
  /*-webkit-transform: translateY(-50%);*/
  /*-moz-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*content: "";*/
}

.new-sec1 {
  background-color: #f5f3f1;
  padding: 80px;
  width: 140%;
  border-radius: 310px 0 30px 30px;
}

.about-img video {
  border-radius: 230px 0px 20px 20px;
}

.about-img {
  position: relative;
}

.about-img:before {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -68px;
  top: -71px;
  z-index: -1;
  background-color: #ff3131;
}

.header-btn a {
  background-color: transparent;
  border: 2px solid #ff3131;
  border-radius: 15px 0;
  padding: 20px 20px;
  color: #ff3131;
}

.header-btn a:hover,
.header-btn a:focus {
  color: #fff;
  background-color: #ff3131;
}

.p-80 {
  padding: 80px !important;
}

.divider1 {
  width: 100%;
  border-bottom: 2px dashed #d17f5f;
  margin: 10px 0;
}

.sub-title {
  font-weight: 700;
  color: #0e1425;
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  margin-bottom: 10px;
}

.sub-title:after {
  width: 2rem;
  content: "";
  position: absolute;
  border-bottom: 1px solid #000000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 1rem;
}

.form-box {
  padding: 70px;
  background-color: rgb(155 155 155 / 33%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 30px;
}

.big-title {
  font-size: 5rem;
  font-weight: 700;
  color: #d17f5f;
}

.border-style1 {
  position: relative;
}

.border-style1:before,
.border-style1:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border: solid #4ac35d;
  border-width: 10px 10px 0 0;
  display: block;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.border-style1:before {
  right: -9px;
  top: -8px;
}

.border-style1:after {
  border-width: 0 0 10px 10px;
  bottom: -8px;
  left: -7px;
}

.shape-fixed,
.shape-fixed-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 999;
}

.shape-fixed-top {
  bottom: auto;
  top: 0;
}

.shape-style1 {
  -webkit-clip-path: polygon(100% 50px, 0 100%, 100% 100%);
  -moz-clip-path: polygon(100% 50px, 0 100%, 100% 100%);
  clip-path: polygon(100% 50px, 0 100%, 100% 100%);
}

.shape-style2 {
  -webkit-clip-path: polygon(0 0, 0 50px, 100% 0);
  -moz-clip-path: polygon(0 0, 0 50px, 100% 0);
  clip-path: polygon(0 0, 0 50px, 100% 0);
}

.shape-style3 {
  -webkit-clip-path: polygon(0 50px, 0% 100%, 100% 100%);
  -moz-clip-path: polygon(0 50px, 0% 100%, 100% 100%);
  clip-path: polygon(0 50px, 0% 100%, 100% 100%);
}

#metro-touch-slider .carousel-caption {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 120px;
  text-align: left;
}

#metro-touch-slider .carousel-caption h5 {
  color: #fff;
  font-size: 66px;
  font-weight: 500;
  letter-spacing: .15ch;
  line-height: 1.2;
  text-transform: uppercase;
}

#metro-touch-slider .carousel-caption p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 50px;
}

#metro-touch-slider .carousel-caption p:before {
  position: absolute;
  content: '';
  width: 8%;
  height: 2px;
  background-color: #fff;
  bottom: 0%;
}

.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  gap: 15px;
  border: none;
  border-radius: 30px !important;
  text-align: center;
  background-color: #ff3131;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 30px;
  overflow: hidden;
  align-items: center;
}

.btn::after,
.btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: #000;
  transition: 1s ease;
}

.btn:before {
  top: -2em;
  left: -2em;
}

.btn:after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}

.btn i {
  font-size: 20px;
}

.btn:focus,
.btn:hover,
.btn:active {
  color: #fff;
  box-shadow: none;
}

.btn:focus:after,
.btn:focus:before,
.btn:hover:after,
.btn:hover:before,
.btn:active:after,
.btn:active:before {
  height: 410px;
  width: 410px;
}

.btn.style4 {
  background: #d17f5f;
  border: 2px solid #fff;

  color: #fff;
}

.btn.style4:after,
.btn.style4:before {
  background: #4ac35d;
}

.btn.style4:active,
.btn.style4:focus,
.btn.style4:hover {
  color: #fff;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}

.overlap:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-overlap:before {
  background-color: rgb(255 255 255 / 20%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.box-style1 {
  border: 1px solid #fff;
  padding: 50px 20px 20px 20px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  margin: 15px 0;
}

.box-style1 .num-list {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box-style1 .num-list span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #d17f5f;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.box-style2 {
  padding: 30px;
  text-align: center;
  min-height: 400px;
  border-radius: 30px;
  position: relative;
  display: table;
}

.box-style2 .box-style2-content {
  position: relative;
  z-index: 9;
  display: table-cell;
  vertical-align: middle;
}

/*.box-style2 .box-style2-content:before {
    content: "";
    background-image: -moz-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .01) 1%, #000 100%);
    background-image: -webkit-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .01) 1%, #000 100%);
    background-image: -ms-linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .01) 1%, #000 100%);
    opacity: .729;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}*/

.img-border img {
  border: 10px double #d17f5f;
  border-radius: 320px 320px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
}

.img-border2 img {
  border: 10px solid #4ac35d;
  border-radius: 10% 90% 6% 94% / 94% 8% 92% 6%;
  box-shadow: rgba(50, 50, 93, 0.55) 0px 13px 27px -5px, rgba(0, 0, 0, 0.6) 0px 8px 16px -8px;
}

.img-border3 img {
  border-top: 10px solid #4ac35d;
  border-left: 10px solid #4ac35d;
  border-radius: 50px 50px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-border4 img {
  border-top: 10px solid #d17f5f;
  border-right: 10px solid #d17f5f;
  border-radius: 11% 89% 7% 93% / 92% 4% 96% 8%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-border5 img {
  border: 10px double #4ac35d;
  border-radius: 15% 85% 15% 85% / 95% 14% 86% 5%;
  box-shadow: rgba(0, 0, 0, 0.59) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img-border6 img {
  border: 10px solid #4ac35d;
  border-radius: 50px 20px;
  box-shadow: rgba(0, 0, 0, 0.59) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#testimoinal-slide {
  position: relative;
  padding-top: 80px;
}

#testimoinal-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  content: "\F6B0";
  font-family: "bootstrap-icons";
}

#testimoinal-slide:after {
  position: absolute;
  top: 32px;
  right: 0;
  width: 90%;
  border-bottom: 3px dashed #fff;
  content: "";
}

.testimonial-wrap .testi-content p {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.testimonial-wrap .testi-author {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
}

.list1 li,
.list2 li,
.list3 li,
.list4 li,
.areas-list li {
  padding: 0px 0 8px 26px;
  position: relative;
}

.list3 li:before,
.list1 li:before,
.list2 li:before,
.list4 li:before,
.areas-list li:before {
  position: absolute;
  /*top: 0;*/
  left: 0;
  content: "\F133";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #ff3131;
}

.list1.text-white li:before {
  color: #fff;
}

.areas-list li:before {
  content: "\F3E7";
  color: #ff3131;
}

.list4 li:before {
  content: "\F3E7";
  color: #d17f5f;
}

.list2 li:before {
  color: #fffefe;
}

.list1 li a {
  color: #252525;
}

.list1 li a:hover {
  color: #000;
}

.list3 li {
  padding-left: 35px;
  margin-bottom: 10px;
}

.list3 li:before {
  content: "";
  background: url("../images/favicon.png") center center no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control {
  height: 65px;
  border-radius: 20px 0 !important;
}

.new-areas-list {
  padding: 10px 25px;
  background: linear-gradient(to top right, #4AC35D 12%, #3EA24D 76%);
  border: 5px double #dfffe4;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.new-areas-list i {
  padding-right: 10px;
}

.list1-new2 {
  padding: 10px 15px;
  background-color: transparent;
  border: 5px double #4ac35d;
  min-height: 312px;
  margin-bottom: 30px;
}

.list1-new3 {
  padding: 10px 15px;
  background-color: transparent;
  border: 5px double #4ac35d;
  min-height: 290px;
  margin-bottom: 30px;
}

.list1-new4 {
  padding: 10px 15px;
  background-color: transparent;
  border: 5px double #4ac35d;
  min-height: 340px;
  margin-bottom: 30px;
}

textarea.form-control {
  height: 150px;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.footer {
  position: relative;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-menu li a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.footer-menu li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F285";
  font-family: "bootstrap-icons";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-links {
  color: #fff;
}

.footer-link {
  border-top: 1px dotted #fff;
  padding-top: 20px;
}


.footer-menu li a:hover,
.footer-menu li a:focus {
  padding-left: 20px;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover:before,
.footer-menu li a:focus:before {
  color: #ff3131;
}

.footer-menu li a:hover:before,
.footer-menu li a:focus:before {
  left: 5px;
}

.footer-widget {
  padding: 30px 0;
}

.widget-title {
  font-size: 22px;
}

.social-links.footer-social-links li {
  padding: 8px 0;
  display: block;
}

.social-links.footer-social-links li a {
  text-align: left;
}

.social-links.footer-social-links li a:hover {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.banner-content-wrap {
  position: absolute;
  /*text-align: center;*/
  top: 50%;
  width: 40%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 9;
}

.v-slider-text h1 {
  font-weight: bold;
  font-size: 55px;
  letter-spacing: 2px;
}

.v-slider-text p {
  font-size: 20px;
}

.contact-box {
  padding: 30px;
  background-color: #0e1425;
  border-radius: 3px 3px 3px 3px;
  margin: 0 -4px 30px 0;
  text-align: center;
}

.contact-box .contact-icon img {
  width: 64px;
  height: 64px;
  max-width: unset;
  margin-bottom: 23px;
}

.contact-box .content-text .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 4px;
}

.contact-box .content-text .title {
  color: #ffffff;
}

.contact-box .content-text .title a:hover {
  color: #ffb703;
}

.contact-box .content-text span a {
  color: #c9c9c9;
  font-weight: 500;
}

.contact-box .content-text span a:hover {
  color: #e8271e;
}

.contact-box .content-text .services-txt {
  margin: 0;
  color: #c9c9c9;
  font-weight: 500;
}

.single-service-item {
  margin: 15px 0;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
  border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border: 5px solid #ff3131;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
  padding: 8px;
  border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
  border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
  border: 1px solid #ffffff7d !important;
  border-radius: 4% 96% 4% 96% / 95% 7% 93% 5%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 25px;
  background: linear-gradient(to top right, #4AC35D 12%, #3EA24D 76%);
  border: 5px double #dfffe4;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

.area-london {
  width: 100%;
  height: 600px;
}

.area-london img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-slider .item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.owl-stage {
  display: flex;
}

.owl-item {
  flex: 1;
  display: flex;
}

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

.service-box {
  padding: 25px;
  background-color: #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0 0px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  flex: 1;

}

.service-box-img {
  width: 100%;
  /* height: 230px; */
  margin-bottom: 30px;
  overflow: hidden;
}

.service-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.service-box:hover img {
  transform: scale(1.15);
}

.service-box-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.8px;
  text-align: center;
  background: #4ac35d;
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
  text-transform: uppercase;
}

.service-box-btn a::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  background: #000000;
  border-radius: 0px 0px 5px 5px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.service-box-btn a:hover::after {
  height: 100%;
  opacity: 1;
  top: auto;
  bottom: 0;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

#service-slider .owl-nav button {
  position: absolute;
  /*    bottom: -10%;*/
  background-color: #ff3131;
  width: 50px;
  height: 50px;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
}

#service-slider .owl-nav button.owl-next {
  right: 3%;
}

#service-slider .owl-nav button.owl-prev {
  right: 6%;
  margin-right: 20px;
}

#service-slider .owl-nav button span {
  font-size: 50px;
}

.section02 {}

.bg-shape {
  padding: 280px 50px !important;
}

.bg-shape img {
  width: 15%;
}

.bg-shape h6 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
}

.bg-shape h2 {
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
}

.section03 {
  background-color: #f5f3f1;
  padding: 80px 18px 80px 0;
  border-radius: 210px 0 0px 30px;
}

.section03 img {
  /* margin-left: -30px !important;
  width: 80%; */
}

.section04 {
  background: #f5f3f1;
  padding: 250px 50px !important;
}

.section04 img {
  width: 20%;
  margin-bottom: 10px;
}

.section04 h2 {
  text-transform: uppercase;
  font-size: 45px;
}

.section04 p {
  font-size: 20px;
  color: #fff;
}

.section05 {
  position: relative;
  margin: 80px 0;
  padding: 100px 50px;

}

.section05:before {
  position: absolute;
  content: '';
  width: 85%;
  height: 100%;
  top: 0;
  right: 15%;
  z-index: -1;
  background-color: #f5f3f1;
  border-radius: 0px 50px 250px 0;
}

.section05 img {
  border-radius: 60px 0;
}

.footer-top {
  padding-top: 100px !important;
}

.border-box1 img {
  border-radius: 10px 160px 10px 10px;
  border-left: 12px solid #d17f5f;
  border-bottom: 12px solid #d17f5f;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.text-gold {
  color: #d17f5f;
}

a.int-link {
  font-weight: bold;
}

.footer-social-icon {
  display: flex;
  gap: 15px;
}

.footer-social-icon a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.footer-social-icon a:hover {
  transform: rotate(360deg);
}

.ch-choose-img-wrap {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
}

.ch-choose-img-wrap .choose-img-left {
  padding-bottom: 60px;
  position: relative;
}

.ch-choose-img-wrap .choose-img-left::before {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 196px;
  height: 5px;
  background: #6b6a6a;
  content: "";
  animation: bounceLeftToRight 8s infinite;
}

@keyframes bounceLeftToRight {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30%);
  }
}

.ch-choose-img-wrap .choose-img-right {
  margin-left: -50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.ch-choose-img-wrap .choose-img-right img,
.ch-choose-img-wrap .choose-img-left img {
  border: 5px solid #b1b1b1;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.about-img {
  position: relative;
}

.about-img .exp-box {
  position: absolute;
  content: "";
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30%;
  text-align: center;
  background: linear-gradient(to bottom left, #D17F5F 55%, #9D6047 100%);
  padding: 40px 50px;
  border-radius: 20px;
  border: 3px solid rgb(239 255 241 / 49%);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  border-radius: 18px;
  animation: bounceLeftToRight 8s infinite;
}

@keyframes bounceLeftToRight {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30%);
  }
}

.about-img .exp-box span {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-img .exp-box h3 {
  margin-bottom: 0;
  color: #fff;
  margin-top: 15px;
}

.team-style {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  min-height: 640px;
}

.team-style img {
  position: relative;
  border-radius: 50%;
  border: 6px solid #fff;
  outline: solid 3px #4ac35d;
  z-index: 999;
  width: 80%;
  text-align: center;
}

.team-style:before {
  content: "";
  position: absolute;
  width: 94%;
  height: 75%;
  left: 3%;
  /*    background-color: #dfdfdf;*/
  /*    border: 3px solid #dfdfdf;*/
  bottom: 0;
  border-radius: 30px;
  border-bottom-left-radius: 110px;
  transition: .5s all;

  border: 3px solid #4ac35d;
  box-shadow: 10px 10px 0px 0px #4ac35d;
  -webkit-box-shadow: 10px 10px 0px 0px #4ac35d;
  -moz-box-shadow: 10px 10px 0px 0px #4ac35d;
  background-color: #fff;
}

.team-style h3 {
  display: block;
  color: #666;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 30px;
  position: relative;
  margin-bottom: 0;
}

.team-style:hover:before {
  border: 3px solid #d17f5f;
  box-shadow: 10px 10px 0px 0px #d17f5f;
  -webkit-box-shadow: 10px 10px 0px 0px #d17f5f;
  -moz-box-shadow: 10px 10px 0px 0px #d17f5f;
  background-color: #fff;
}

.team-style p {
  font-size: 17px;
  line-height: 28px;
  transition: .5s all;
  position: relative;
  padding: 15px 30px;
}

/*.team-style .team-style-box{
  position: absolute;
  content: '';
  background-color: #158dea;
  width: 100%;
  border-radius: 30px;
    border-bottom-left-radius: 110px;
    transition: .5s all;
    height: 75%;
    z-index: 999;
}*/

/* ============================================================== */
.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg,
      rgba(32, 32, 32, 0.40379901960784315) 29%,
      rgba(32, 32, 32, 0.8575805322128851) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.parallax-window {
  height: 550px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.parallax-fixed {
  background-attachment: fixed;
}

.home-parallax h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
}

@media (min-width: 220px) and (max-width: 567px) {
  .parallax-window {
    height: 200px;
  }
}


.flexbox .element {
  height: 100%;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
  position: relative;
  z-index: 1;
}


@media (min-width: 220px) and (max-width: 991px) {

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: auto !important;
    min-height: 100% !important;
  }
}

/* ============================================= */

.footer-bottom-links {
  color: #fff;
}

.footer-bottom-links a {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.side-img {
  width: 100%;
  height: 500px;
}

.side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-container {
  text-align: center;
}

/* .contact-icon {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  background-color: #d17f5f;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;
} */

/* .contact-detail {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 180px;
} */

.contact-wrap1 {
  text-align: center;
  margin-bottom: 30px;
}

.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #4ac35d;
}

.contact-wrap1 .address-icon-holder1:before {
  display: none;
}

.contact-wrap1 .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 180px;
}

.contact-wrap1 .address-content strong {
  font-size: 18px;
}

.contact-wrap1 .address-content1 {
  background-color: rgb(209 127 95 / 25%);
  padding: 60px 15px 20px;
  margin-top: -40px;
  border-radius: 10px 10px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* height: 180px; */
}

.contact-box1 {
  box-shadow: 0px 4.8px 24.4px -6px rgba(19, 16, 34, 0.1), 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  padding: 50px;
}

.img-box1 {
  border: 12px solid rgb(74 195 93 / 55%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.border-box {
  padding: 20px;
  background: linear-gradient(to top, #4AC35D 0%, #31813E 100%);
  margin-bottom: 30px;
  border-radius: 10px;
  color: #fff;
  min-height: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.border-box2 {
  padding: 20px;
  background: linear-gradient(to top, #D17F5F 0%, #A2634A 100%);
  margin-bottom: 30px;
  border-radius: 10px;
  color: #fff;
  min-height: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.border-box2 h2 {
  color: #fff;
}

.border-box2 list2 {
  color: #fff;
}

/*.contact-box-new{

}
.contact-box-1{
  padding: 34px 105px 30px 30px;
  background: var(--tp-common-white);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  display: flex;
}
.contact-icon-holder{
  margin-right: 30px;
}
.contact-icon-holder i{
  font-size: 40px;
  font-weight: 900;
  background: linear-gradient(90deg, #004D6E 0%, #00ACCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.contact-content1{
  font-size: 20px;
  margin-bottom: 12px;
}*/


.head-btn {
  padding: 15px 10px;
  background-color: #4ac35d;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.head-btn:hover,
.head-btn:focus {
  background-color: #d17f5f;
  color: #fff;
}

.about-btn {
  padding: 15px 30px;
  color: #fff;
  background-color: #4ac35d;
  display: inline-block;
  transition: 0.5s;
}

.about-btn:hover {
  background-color: #000;
  color: #fff;
}

.overlap-video {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #00000054;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.form-new {
  padding: 50px;
  background-color: #fff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.accordion-item .accordion-button {
  width: 100%;
  background-color: #4f4c4c !important;
  border: none;
  /*margin-bottom: 10px;*/
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s linear;
  font-family: 'Quicksand';
}

.accordion-item .accordion-button {
  box-shadow: none !important;
}

.accordion-body {
  border: 0.5px solid #4f4c4c49;
  border-top: 0;
}

.accordion-item {
  border: none;
}

.info-boxes {
  background-color: #4f4c4c;
  border-radius: 40px 0 0 0;
}

.accordion-button::after {
  filter: invert(100%);
}

.shadow {
  box-shadow: #ff3131 5px 5px, #ff3131b2 10px 10px, #ff313180 15px 15px !important;
}

.Creative-Box {
  position: relative;
  /* width: 300px; */
  height: 305px;
  background: linear-gradient(90deg,
      #ff3131 0%,
      #ff31318e 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s;
  padding: 5px;
}

.Creative-Box:hover {
  transform: scale(1.05);
}

.circle {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.1s;
}

.text {
  position: absolute;
  bottom: 20px;
  left: 5px;
  padding: 10px;
  font-size: 24px;
  color: white;
  font-family: "Arial", sans-serif;
}

.icon-i {
  position: absolute;
  top: 38px;
  left: 38px;
}

.Creative-Box img {
  filter: invert(100%);
}

.contact-sec-new i {
  font-size: 20px;
  background: #ff3131;
  padding: 8px 10px;
  border-radius: 5px;
  display: inline-block;
}


.subtitle span {
  font-size: 15px;
  /* font-family: 'Barlow', sans-serif; */
  font-weight: 400;
  color: #ff3131;
  text-transform: uppercase;
  position: relative;
  /* letter-spacing: 6px; */
  margin-bottom: 5px;
  padding-left: 45px;
}

.subtitle span::before {
  position: absolute;
  left: 0;
  top: 60%;
  content: "";
  background-image: url(../images/icon_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  line-height: 0;
  transform: translateY(-50%);
}

#captchaimg {
  max-width: 130px;
  width: 100%;
}

.inner-box {
  background: #4f4c4c;
  padding: 30px;
  color: #fff
}

.inner-box1 {
  background: #ff3131;
  padding: 30px;
  color: #fff
}
.inner-box2 {
  border:2px solid #ff3131;
  padding: 30px;
}
.inner-box3 {
  border:2px solid #4f4c4c;
  padding: 30px;
}

.bg-right-sec {
  position: relative;
  z-index: 1;
}

.bg-right-sec:before {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg,
      #ff3131 0%,
      #ff31318e 100%);
  content: '';
  width: 33%;
  height: 100%;
  z-index: -1;
}

.bg-left-sec {
  position: relative;
  z-index: 1;
}

.bg-left-sec:before {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,
      #ff3131 0%,
      #ff31318e 100%);
  content: '';
  width: 33%;
  height: 100%;
  z-index: -1;
}

.side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #fff;
}
.contact-container {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.contact-icon {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  background-color: #ff3131;
  box-sizing: border-box;
  color: #FFFFFF;
  /* border-radius: 50%; */
  width: 80px;
  height: 65px;
  line-height: 50px;
  font-size: 1.6em;
}

.contact-icon::before {
  position: absolute;
  top: -27px;
  left: 0px;
  background-color: #ff3131;
  width: 100%;
  height: 50%;
  content: "";
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

.contact-detail {
  background-color: #4f4c4c;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color:#fff !important
}


@media (min-width: 1451px) and (max-width: 1500px) {
  .navigation a {
    font-size: 15px;
  }

}

@media (min-width: 1280px) and (max-width: 1710px) {
  .navigation a {
    font-size: 14px;
    padding: 8px 23px;
  }

  .top-contact-list li a i,
  .top-contact-list li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 90%;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  .list1-new2 {
    min-height: 348px;
  }

  .list1-new4 {
    min-height: 368px;
  }

  .service-box {
    min-height: 460px;
  }

  .about-img .exp-box {
    padding: 30px 40px;
    right: 34%;
    top: 24%;
  }

  .about-img .exp-box h3 {
    font-size: 24px;
  }

  .home-page .logo img {
    width: 67%;
  }

  .section05:before {
    right: 8%;
    width: 95%;
  }

  .p-80 {
    padding: 40px 60px !important;
  }

  .section04 {
    padding: 200px 50px !important;
  }

  .footer-top {
    padding-top: 100px !important;
  }

  .new-sec1 .about-img {
    width: 80%;
  }

  .banner-content-wrap {
    top: 60%;
    width: 60%;
  }

  /*.video-wrap{*/
  /*    max-height: 700px;*/
  /*}*/
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .list1-new2 {
    min-height: 370px;
  }

  .list1-new3 {
    min-height: 315px;
  }

  .list1-new4 {
    min-height: 396px;
  }

  .service-box {
    min-height: 515px;
  }

  .navigation a {
    font-size: 14px;
    padding: 8px 18px;
  }

  .team-style {
    min-height: 580px;
  }

  .team-style h3 {
    font-size: 20px;
  }

  .about-img .exp-box {
    padding: 30px 40px;
    right: 34%;
    top: 24%;
  }

  .about-img .exp-box h3 {
    font-size: 24px;
  }

  .big-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .home-page .logo img {
    width: 65%;
  }

  .about-img img {
    width: 90%;
  }

  .about-img:before {
    display: none;
  }

  .bg-shape h2 {
    font-size: 50px;
  }

  .section05:before {
    right: 8%;
    width: 95%;
  }

  .p-80 {
    padding: 40px 60px !important;
  }

  .section04 {
    padding: 200px 50px !important;
  }

  .footer-top {
    padding-top: 100px !important;
  }

  .new-sec1 .about-img {
    width: 90%;
  }

  .banner-content-wrap {
    top: 60%;
    width: 60%;
  }

  /*.video-wrap{*/
  /*    max-height: 700px;*/
  /*}*/
}


@media (min-width: 320px) and (max-width: 991px) {
  .nav-wrapper {
    padding: 0;
  }

  .shape-fixed,
  .shape-fixed-top {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    content: "";
    z-index: 998;
  }

  .home-page .header-top-fixed {
    position: relative;
    background-color: #fff;
  }

  .p-80 {
    padding: 40px 20px !important;
  }

  .about-img:before {
    display: none;
  }

  .new-sec1 {
    width: 100%;
    border-radius: 500px 500px 20px 20px;
  }

  .about-img img {
    width: 100%;
    border-radius: 500px 500px 20px 20px;
  }

  .side-img {
    width: 100%;
    height: 100%;
  }

  .bg-shape h2 {
    font-size: 50px;
  }

  .img-curve,
  .img-curve1,
  .img-curve2,
  .img-curve3,
  .img-curve4,
  .img-curve5,
  .img-curve6,
  .img-curve7 {
    display: none;
  }

  .footer-top {
    padding-top: 20px !important;
  }

  .section03 {
    padding: 60px;
    width: 100%;
    margin-left: 0;
    border-radius: 35px;
  }

  .section03 img {
    margin-left: 0 !important;
    width: 20%;
  }

  .section04 {
    padding: 60px 20px !important;
  }

  .section05:before {
    display: none;
  }

  .section05 {
    margin: 0;
  }

  .flexbox {
    display: block;
  }

  .width-40,
  .width-50,
  .width-60 {
    width: 100%;
  }

  .header-top-fixed {
    position: static;
    background-color: #fff;
  }

  .mobile-menu {
    display: table;
    font-size: 20px;
    border: 1px solid #ff3131;
    padding: 10px 14px;
    color: #fff;
    background-color: #ff3131;
    cursor: pointer;
    margin: 20px auto 10px;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 99999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding-top: 0;
  }

  .navigation {
    text-align: left;
  }

  .nav-wrapper.open {
    right: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation li a {
    padding: 10px 20px;
    color: #fff;
  }

  .navigation a {
    border-radius: 0;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #ff3131;
    color: #ffffff;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .banner-content-wrap {
    width: 90%;
  }

  .m-parallax-bg {
    background-image: none !important;
    min-height: 100% !important;
    height: 100% !important;
  }

  .area-london {
    width: 100%;
    height: 400px;
  }

  .head-btn {
    font-size: 12px;
  }

  /*.logo img{
    width: 50%;
  }*/
  .home-page .logo img {
    width: 100%;
  }

  .top-contact-wrap {
    justify-content: center;
  }

  .top-contact-list li {
    color: #666;
  }

  .about-img video {
    border-radius: 10px;
  }

  .video-wrap {
    height: auto;
  }

  .footer-logo {
    max-width: 150px;
  }

  .hcCqAM {
    z-index: 99 !important;
  }
  .bg-right-sec:before, .bg-left-sec:before{
    background: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-parallax h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
  }

  .list1-new2 {
    min-height: 398px;
  }

  .list1-new3 {
    min-height: 480px;
  }

  .list1-new4 {
    min-height: 605px;
  }

  .service-box {
    padding: 20px;
    min-height: 500px;
  }

  .service-box.new-box1 {
    min-height: 500px;
  }

  #metro-touch-slider .carousel-caption h5 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 45px;
  }

  .btn {
    padding: 14px 30px;
  }

  .logo {
    display: block;
    margin: 10px auto;
    max-width: 160px;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-style {
    min-height: 580px;
  }

  .form-box {
    padding: 50px;
  }

  .single-service-item .text-holder h3 {
    padding: 10px 15px;
  }

  #service-slider .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .video-wrap {
    height: 420px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .head-btn-sec {
    display: none;
  }

  .form-box {
    padding: 30px;
  }

  .big-title {
    font-size: 3rem;
  }

  .menu-center {
    text-align: center;
    margin-top: 10px;
  }

  .list1-new4,
  .list1-new3,
  .list1-new2 {
    min-height: auto;
  }

  .service-box {
    min-height: auto;
  }

  .service-box.new-box1 {
    min-height: auto;
  }

  .team-style {
    min-height: 550px;
  }

  .new-sec1 {
    padding: 0;
  }

  .section03 {
    padding: 30px;
  }

  .bg-shape img {
    width: 35%;
    margin-bottom: 30px;
  }

  .bg-shape h6 {
    font-size: 25px;
  }

  .bg-shape h2 {
    font-size: 30px;
  }
  .contact-detail {
    height:auto
  }

}

@media (min-width: 576px) and (max-width: 767px) {
  .top-contact-wrap {
    justify-content: center;
  }

  .slide-text h3 {
    font-size: 22px !important;
  }

  .logo img {
    width: 50%;
  }

  .logo {
    display: block;
    margin: 10px auto;
    width: 50%;
  }

  .video-wrap video {
    position: absolute;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    object-fit: cover;
  }

  .video-wrap {
    position: relative;
    height: 345px;
    overflow: hidden;
  }

  #metro-touch-slider .carousel-caption h5 {
    font-size: 35px !important;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 45px;
  }

  .btn {
    padding: 14px 30px;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
  }

  h1 {
    font-size: 38px !important;
  }

  #service-slider .owl-nav button.owl-prev {
    margin-right: 40px;
  }

  .section03 img {
    width: 25%;
    border-radius: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
    
  .slider-wrapper .banner-content-wrap .slide-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .slide-bg {
    padding: 20px;
  }

  .section03 {
    padding: 10px;
    border-radius: 10px;
  }

  .section03 img {
    border-radius: 10px;
    width: 68px;
  }

  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  .team-style h3 {
    font-size: 18px;
  }

  .form-box {
    padding: 20px;
  }

  .bg-shape img {
    width: 55%;
    margin-bottom: 30px;
  }

  .bg-shape {
    padding: 50px 20px !important;
  }

  .service-box-sec h2 {
    /* text-align: center; */
  }

  .home-parallax h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .big-title {
    font-size: 3rem;
  }

  .top-contact-list {
    text-align: center;
  }

  .top-contact-wrap {
    justify-content: center;
    gap: 7px;
    text-align: center;
  }

  .social-links li {
    padding-right: 3px;
  }

  .slide-text h3 {
    font-size: 16px !important;
  }

  .slide-text h2 {
    font-size: 19px !important;
    line-height: 25px !important;
  }

  .top-contact-list li a i,
  .top-contact-list li a {
    font-size: 14px;
  }

  .mobile-menu {
    padding: 7px 10px;
  }

  .service-box {
    padding: 25px;
    /* border-radius: 0 100px 0 0; */
  }

  .service-box-icon img {
    width: 70px;
  }

  .border-box1 img {
    border-radius: 10px 100px 10px 10px;
  }

  .video-wrap {
    position: none;
    height: 280px;

  }

  .video-wrap video {
    position: absolute;
    top: 0;
    transform: none;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    object-fit: cover;
  }

  .banner-content-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .list1-new2 h2,
  .list1-new4 h2 {
    font-size: 25px;
  }

  .btn {
    padding: 10px 20px;
  }

  #metro-touch-slider .carousel-caption {
    padding-top: 0;
  }

  .logo {
    display: block;
    margin: 10px auto;
    width: 80%;
    max-width: 150px;
  }

  .carousel-caption {
    right: 5%;
    left: 5%;
    padding-bottom: 0;
  }

  .form-new {
    padding: 20px;
  }

  #service-slider .owl-nav button.owl-prev {
    margin-right: 60px;
  }

  #metro-touch-slider .carousel-caption h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .25ch;
    line-height: 30px;
  }

  #metro-touch-slider .carousel-caption p {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 20px
  }

  #metro-touch-slider .carousel-caption p:before {
    width: 25%;
  }

  .circle {
    background: rgb(255 255 255 / 12%);
  }

  .h3-sec {
    display: block;
    text-align: center;
  }

  .h3-sec h3 {
    margin-bottom: 25px !important;
  }
  .inner-box, .inner-box1, .inner-box2, .inner-box3{
    padding: 20px;
  }
  .v-slider-text p {
    font-size: 18px;
    line-height: 20px;
    }
    .btn1{
    padding: 10px 20px;
    }
}