/* ======= Basic style ======= */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}

h1 {
  font-size: 60px;
  font-weight: 700 !important;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 15px 0;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #f4f4f4;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none !important;
  color: inherit;
}
li {
  font-size: 17px;
}

b {
  font-weight: 400;  
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
  outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="number"],
input[type="date"],
textarea,
select {
  max-width: 100%;
  margin-bottom: 15px !important;
  /* padding: 15px 0; */
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color:
    ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: #c6321b;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.75em;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  background: #fff;
  border: none;
}

input[type="submit"]:hover {
  background-color: #f4f4f4;
  color: #555;
  border: none;
}

select {
  padding: 10px;
  border-radius: 5px;
}

table,
th,
tr,
td {
  border: 1px solid #f4f4f4;
}

th,
tr,
td {
  padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #555;
  font-size: 16px;
  font-weight: 400;
}

/* Top head style start */
.top-head {
  background: #080808;
  height: auto;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.top-head::before {
  position: absolute;
  height: 60px;
  width: 42%;
  background: #fd0b1e;
  content: "";
  top: 0;
  left: -20px;
  z-index: -1;
  transform: skew(-32deg);
}
.top-head::after {
  position: absolute;
  height: 60px;
  width: 583px;
  background: url(../img/images/line.png) repeat;
  content: "";
  top: 0;
  left: -20px;
  z-index: 2;
  transform: skew(-32deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(224deg) brightness(107%) contrast(107%);
  opacity: 0.2;
  z-index: -1;
}

.top-head .top-area {
  display: flex;
  margin-bottom: 0;
}
.top-head .top-area li {
  display: flex;
  position: relative;
  margin-right: 50px;
}
.top-head .top-area li:first-child {
  padding-right: 10px;
}
.top-head .top-area li:last-child {
  padding-left: 10px;
}
.top-head .top-area li.fb a i {
  width: 40px;
  height: 40px;
  background: linear-gradient(to bottom, #1877f2, #0256c4);
  border-radius: 50%;
  color: #fff;
}
.top-head .top-area li a,
.top-head .top-area li p {
  padding-left: 7px;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.top-head .top-area li p {
  padding-top: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.top-head .top-area li:first-child:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #be0202;
  left: 160px;
  top: 20px;
}
.top-head .location-btn {
  margin-top: 7px;
  position: relative;
}
.top-head .location-btn:before {
  position: absolute;
  top: 0;
  right: -45px;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../img/images/arry.png.webp) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(4323%) hue-rotate(347deg) brightness(106%) contrast(113%);
}

.top-head .location-btn a {
  text-decoration: none;
  background: #fd0b1e;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.top-head .location-btn a i {
  padding-top: 2px;
  padding-right: 9px;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ffffff;
  border-radius: 20px 20px 20px 0; */
  margin-top: 13px;
  font-size: 19px;
  font-weight: 800;
  width: 34px;
  height: 34px;
  color: #000000;
}
.top-head .social-media,
.top-head .social-media li {
  display: flex;
  justify-content: end;
}
.top-head .social-media li {
  margin-left: 15px;
}

.top-head .social-media li a i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-top: 10px;
  font-size: 19px;
}
.top-head .social-media li.fb a i {
  background: linear-gradient(15deg, #0c58ba, #1877f2);
}
.top-head .social-media li.insta a i {
  background: linear-gradient(-180deg, #7f0bfd, #fe017e, #ffc700);
}
.top-head .social-media li.yt a i {
  background: #d20f0f;
}
.top-head .social-media a {
  text-decoration: none;
}
/* Top Head style end */
/* Nav section style start */
.logo {
  position: relative;
  z-index: 99;
  display: none;
}
.logo img {
  width: 80%;
  padding-left: 12px;
  margin-top: 20px;
}
.logo::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 190px;
  height: 150px;
  background: #fff;
  border-radius: 0 0 80px 80px;
  box-shadow: 0 0 10px #0000003b;
  z-index: -1;
  display: none;
}
.nav-section .navbar ul li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  }
.nav-section .navbar ul li a svg{ display:none;}
.nav-section .navbar ul li .dropdown-menu {
    background: #1b1b1b;
}
.nav-section .navbar ul li ul li a {
    color: #fff !important;
}
.nav-section .navbar .dropdown .dropdown-menu li {
  border-bottom: 1px solid #fd0b1e;
  padding: 5px 0;
  transition: 0.5s;
}
.nav-section .navbar ul li ul li a:focus,
.nav-section .navbar ul li ul li a:hover {
  background: transparent !important;
  color: #fd0b1e !important;
}
.nav-section .navbar .dropdown .dropdown-menu li:before{
display:none;
}


.nav-section .navbar ul li {
  position: relative;
}
.nav-section .navbar ul li::before {
  position: absolute;
  content: "";
  top: 9px;
  right: 8px;
  height: 20px;
  width: 1px;
  background: #ffffff91;
}
.nav-section .navbar ul li:nth-child(6):before,
.nav-section .navbar ul li:nth-child(7):before {
  display: none;
}

.nav-section .navbar ul li a.free-btn {
  border: 2px solid #fd0b1e;
  padding: 10px 60px;
}

.nav-section .navbar ul li ul li a {
  color: #212664;
}
.nav-section .navbar ul li {
  padding-right: 20px;
}
.nav-section .navbar ul li:last-child {
  padding-right: 0;
}

.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 14px;
  padding: 10px 20px;
  background: #032f5e;
  color: #fff;
}

.nav-section .navbar .dropdown .dropdown-menu li {
  border-bottom: 1px solid #e5e3e3;
  padding: 5px 0;
  transition: 0.5s;
}
.dropdown-item:focus,
.dropdown-item:hover {  
	background: transparent !important;
  color: #fff !important;
}
.navbar-brand img {
  width: 166px;
}

.nav-section .navbar .dropdown .dropdown-menu li:last-child {
  border: none;
}

.nav-section .navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #f8c700;
  font-weight: bold;
}
.nav-section .navbar form p {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f25c27;
}
.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}

/* NAV OPEN AND STICKY NAVBAR START */

.nav-section-scrolled {
  position: fixed !important;
  width: 100%;
  top: 0;
  transition: 0.5s;
  z-index: 999;
  box-shadow: 0 0.5rem 0.6rem #00000028;
}

.nav-section main {
  position: relative;
}

.nav-section {
  background: #1b1b1b;
  position: relative;
  z-index: 9999;
  height: auto;
  padding: 0;
}
.nav-section:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 30px 0 30px;
  border-color: #000000 transparent transparent transparent;  
  z-index: -1;
}

.navbar-brand {
  width: 139px;
}
.navbar-brand img {
  width: 100%;
}

.nav-section .navbar {
  padding: 0;
  height: 100px;
  border-radius: 5px;
  position: relative;
}
.nav-section .navbar:before {
  position: absolute;
  height: 100px;
  width: 25%;
  background: #000000;
  content: "";
  top: 0;
  left: -83px;
  z-index: -1;
  transform: skew(-32deg);
}

.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
  position: relative;
}
.navbar-expand-lg .navbar-nav:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fd0b1e;
  left: 0;
  bottom: 0;
}
/*.nav-section .navbar .navbar-brand{*/
/*display: none;*/
/*}*/
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
  margin-top: -4px;
}
.nav-section-scrolled .navbar .navbar-brand img {
  width: 90%;
}

/* nav close style start */

.nav-open {
  height: 56px !important;
  position: relative;
  width: 70px !important;
}
.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 6px;
  width: 34px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -9px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 9px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 60%;
}
.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 27px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

.main-navigation .dropdown ul {
  border-radius: 0;
  width: 200px;
}

.main-navigation .dropdown ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.main-navigation ul li.sub-items:hover > a,
.main-navigation ul li a:hover,
.main-navigation ul li.active > a {
  color: #e7240f;
}
.main-navigation ul li ul li a {
  text-transform: capitalize;
  font-size: 18px;
}

.main-navigation ul li.sub-items > a:before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "FontAwesome";
  font-size: 16px;
  transition: 0.3s;
}

.main-navigation ul li.sub-items > a {
  padding-right: 15px;
  position: relative;
}

/*.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {transform: translate(0,-50%) rotate(-180deg);transition: 0.3s;}*/
.main-navigation ul li:first-child {
  margin-left: 0;
  padding: 0;
}

.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  width: 260px;
  height: auto;
  background: #ffffff;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s;
  z-index: 150;
  border-top: 5px solid #c30201;
}

.main-navigation ul li:hover ul.sub-menu {
  display: block;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-navigation ul li:hover ul.sub-menu li {
  display: block;
  margin: 5px 10px;
  text-align: left;
  padding: 0;
}

.header_area {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  top: 35px;
  z-index: 9;
  padding: 0 15px;
}

.main-navigation ul li ul li a {
  line-height: 40px;
}
.header-menu {
  position: relative;
}

.main-navigation {
  display: inline-block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}

.main-navigation ul li {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.main-navigation ul li a {
  font-size: 17px;
  line-height: 105px;
  color: #151515;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.main-navigation ul li a i {
  color: #096dca;
}
.main-navigation ul li a:hover {
  color: #c30201;
}
.main-navigation ul li a i {
  font-size: 27px;
}

.main-navigation .sub-menu li a {
  color: #151515;
}

@keyframes swip_up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/*==Sticky Header Start==*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #e7240f;
}

/*==Sticky Header End==*/

.toggle-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #c30201;
  text-align: center;
  border: none;
  outline: none;
  display: none;
  z-index: 110;
}

.toggle-button span {
  width: 100%;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 0 auto 6px auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: 0.3s;
}

.toggle-button span:last-child {
  margin-bottom: 0;
}

.toggle-menu .toggle-button {
  background-color: #c30201;
}

.toggle-menu .toggle-button span {
  background-color: #ffffff;
}

.toggle-menu .toggle-button span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.toggle-menu .toggle-button span:nth-child(2) {
  opacity: 0;
}

.toggle-menu .toggle-button span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
  height: auto;
  border-radius: 0 !important;
}
.nav-scroll .navbar-brand img {
  width: 38%;
}

.nav-scroll .icon-bar {
  color: #fff;
}

.nav-scroll .navbar-nav .nav-link {
  color: #000;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #000;
}

.nav-scroll .logo {
  width: 180px;
}

.nav-scroll .logo-img {
  margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  line-height: 1.25em;
  letter-spacing: 5px;
  display: none;
}

.nav-scroll .logo-wrapper .logo span {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  margin-top: 3px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-left: 5px;
  display: none !important;
}

.nav-scroll .logo-wrapper {
  padding: 15px 70px 15px 150px;
  background: #000;
}
.sub-menu {
  position: absolute;
  left: 100%;
  top: -5px;
 width: 250px;	
}
.main-navigation ul.menu {
  display: flex;
  justify-content: end;
}

/* Nav section style end */

/* banner style start */
.banner-sec {
  margin-top: -110px;
  position: relative;
}
.banner-sec:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 12px 9px 12px;
  border-color: transparent transparent #000000 transparent;
  z-index: 1;
}
.banner-sec:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 20px 20px;
  border-color: transparent transparent #7c050e transparent;
  transform: rotate(0deg);
  z-index: 1;
}

.banner-sec .owl-carousel {
  display: block !important;
  position: relative;
  overflow: hidden;
}
.banner-sec .owl-carousel .item:before {
position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	content: "";
	background: #ffffff36;	
}

.carousel-inner {
  position: relative;
  /* z-index: 1; */
}
.banner-sec .owl-carousel .item {
  position: relative;
	height: 800px;
}
.banner-sec .owl-carousel .item .content-area .caption {
  margin-top: 93px;
  padding-left: 30px;
}

.banner-sec .owl-carousel .item .content-area .caption h4 {
  font-size: 24px;
  color: #f8c700;
}
.banner-sec .owl-carousel .item .content-area .caption h2 {
  font-size: 170px;
  color: #0e0e0e;
  line-height: 137px;
  position: relative;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #000;
  display: inline-block;
  z-index: 1;
}
.banner-sec .owl-carousel .item .content-area .caption h3 {
  font-size: 48px;
  color: #1b1b1b;
  position: relative;
  font-weight: 700;
  border-bottom: 3px solid #000;
  display: block;
  letter-spacing: 18px;
  line-height: 95px;
  z-index: 1;
}
.banner-sec .owl-carousel .item .content-area .caption h4 {
  font-size: 41px;
  color: #000;
  position: relative;
	letter-spacing: 0.9px;
  font-weight: 700;
  z-index: 1;
}
.banner-btn-area {
  text-align: start;
}
.banner-sec .owl-carousel .item .content-area .caption h2:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  width: 117px;
  height: 118px;
  background: url(../img/images/arr365.png) no-repeat;
  background-size: contain;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(224deg) brightness(107%) contrast(107%);
}
.banner-sec .owl-carousel .owl-nav button.owl-prev {
  top: 50%;
  left: 2%;
}
.banner-sec .owl-carousel .owl-nav button.owl-next {
  top: 50%;
  right: 2%;
}

.banner-sec .owl-carousel .item .content-area {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  width: 97%;
}
.banner-sec .owl-carousel .item .content-area:before {
  position: absolute;
  content: "";
  left: -23px;
  top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 54px 0px 0px;
  border-color: #000000 transparent transparent transparent;
  transform: rotate(0deg);
}
.banner-sec .owl-carousel .badge-banner {
  width: 120px;
  height: 270px;
  position: absolute;
  right: 0;
  bottom: -61px;
}
.banner-sec .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.banner-sec .banner-btn-area .call-btn {
  background: #212664;
  color: #fff;
  padding: 12px 27px;
  border: 2px solid #fff;
}
.banner-sec .banner-btn-area .call-btn:before {
  background: #ee212b;
}
.banner-btn-area .main-btn {
  margin-left: 0;
  font-family: "Bebas Neue", sans-serif;	
}
.banner-btn-area .main-btn:hover{
	color: #fd0b1e;
}

.banner-btn {
  padding: 12px 27px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
}

.banner-sec .owl-carousel .carousel-caption {
  position: absolute;
  right: 12% !important;
  top: 14%;
  left: 12% !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left !important;
  z-index: 99999;
}
.carousel-item {
  position: relative;
  height: 600px;
  display: block !important;
}

.carousel-caption {
  padding-left: 20px;
}

.carousel-caption h4 {
  padding: 10px;
  font-weight: 800;
  width: 43%;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.carousel-caption h2 {
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  display: table;
  /* padding: 8px; */
}
.carousel-caption h2 span {
  color: #ee212b;
  text-shadow:
    2px 2px 0px #fff,
    2px 2px 0px #fff;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.carousel-caption h2 span {
  color: #fa5f13;
}
.banner-sec .banner-count {
  position: absolute;
  right: 100px;
  bottom: 0;
  background: #ee212b;
  width: 32%;
  z-index: 99;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  border: 7px solid #fff;
}
.banner-sec .owl-dots {
  display: none;
}

.banner-count .count-area .count-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
  padding: 16px;
  background: #fff;
  border-radius: 50%;
}
.banner-count .count-area .count-icon img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(69%) saturate(3558%)
    hue-rotate(226deg) brightness(99%) contrast(97%);
}
.banner-count .count-area .count-number h3 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 47px;
  color: #fff;
}
.banner-count .count-area .count-number p {
  color: #fff;
  margin-bottom: 0;
}
/* banner style end */
/* form style start */
.form-sec {
  padding: 10px 0;
  background: #000;
  position: relative;
}
.form-sec:after {
  position: absolute;
  width: 100%;
  background: #fd0b1e;
  height: 2px;
  content: "";
  left: 0;
  top: 50px;
}
.form-sec:before {
  position: absolute;
  width: 88px;
  background: #fd0b1e;
  height: 50px;
  content: "";
  right: 0;
  top: 0;
}
.form-sec .paragraph {
  margin-bottom: 60px;
  position: relative;
}
.form-sec .paragraph:before {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 30px 0 30px;
  border-color: #fd0b1e transparent transparent transparent;
}
.form-sec .paragraph:after {
  position: absolute;
  width: 3%;
  background: #000000;
  height: 50px;
  content: "";
  right: 28px;
  top: -10px;
  transform: skew(-30deg);
}
.form-sec .call-back {
  background: #fd0b1e;
  padding: 7px 27px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  text-decoration: none;
  margin-top: -9px;
 font-family: "Bebas Neue", sans-serif;
}

.form-sec p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.form-sec p span {
  color: #fd0b1e;
}
.form-sec p a {
  text-decoration: underline;
  color: #fff;
}
.form-sec input {
  background: transparent;
  border: 2px solid #fd0b1e;
  border-top: 0;
  border-radius: 0;
  outline: none;
  margin-bottom: 0;
}
.form-sec input:focus {
  background: transparent !important;
  outline: none !important;
  border: 2px solid #fd0b1e !important;
  border-top: 0 !important;
}

/* usp style start */
.usp-sec {
  padding: 60px 0;
  background: url(../img/images/usp-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.usp-sec::before {
  position: absolute;
  height: 50px;
  width: 22%;
  background: #000000;
  content: "";
  top: 0;
  left: -20px;
  z-index: 1;
  transform: skew(-32deg);
}

.usp-sec .years-head h3,
.count-sec .company-head h3,
.legacy-sec .company-head h3 {
  font-size: 14em;
  color: #fff;
  opacity: 0.2;
  margin-top: -90px;
}
.legacy-sec .company-head {
  position: absolute;
  top: 20%;
  right: 20px;
}
.count-sec .company-head h3 {
  text-align: right;
}
.legacy-sec .company-head h3 {
  text-align: center;
}
.usp-sec .usp-box .usp-head {
  display: flex;
}
.usp-sec .usp-box .usp-head .usp-number {
  margin-right: 20px;
  border: 3px solid #fd0b1e;
  border-left: 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
}
.usp-sec .usp-box .usp-head .usp-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: -36px;
  width: 25px;
  height: 25px;
  background: url(../img/images/arry.png.webp) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(4323%) hue-rotate(347deg) brightness(106%) contrast(113%);
}
.usp-sec .usp-box .usp-cont {
  padding-top: 30px;
}
.usp-sec .usp-box .usp-cont p {
  color: #fff;
}

.usp-sec .usp-box .usp-head .usp-number h3 {
  color: #fd0b1e;
  font-size: 64px;
  margin-bottom: 0 !important;
}
.usp-sec .usp-box .usp-head .usp-title h3 {
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  margin-top: 22px;
}
.usp-sec .usp-box .usp-head .usp-title h3 span {
  color: #fd0b1e;
}

/* usp style end */
/* count style start */
.count-sec {
  padding: 100px 0;
  position: relative;
  background: url(https://iprodesigns.com/HTML_sample13/Dev/wp-content/uploads/2026/05/count-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.count-sec:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 30px 0 30px;
  border-color: #000000 transparent transparent transparent;  
  z-index: 1;
}
.count-sec .count-box .count-head {
  display: flex;
}
.count-sec .count-box .count-head .count-arrow {
  margin-right: 20px;
  border: 3px solid #fd0b1e;
  border-left: 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
}
.count-sec .count-box .count-head .count-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  top: -36px;
  width: 25px;
  height: 25px;
  background: url(../img/images/arry.png.webp) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(4323%) hue-rotate(347deg) brightness(106%) contrast(113%);
}
.count-sec .count-box .count-cont {
  padding-top: 30px;
}
.count-sec .count-box .count-cont p {
  color: #fff;
}

.count-sec .count-box .count-head .count-arrow h3 {
  color: #fd0b1e;
  font-size: 45px;
  margin-bottom: 0 !important;
}
.count-sec .count-box .count-head .count-title h3 {
  color: #fff;
  font-size: 40px;
  line-height: 38px;
  margin-top: 7px;
}
.count-sec .count-box .count-head .count-title h3 span {
  color: #fd0b1e;
}
.count-sec .count-list {
  width: 90%;
  height: 37px;
  background: #0000007a;
  clip-path: polygon(5% 9%, 100% 9%, 100% 100%, 0 100%, 0 51%);
  padding-top: 5px;
}
.count-sec .count-list p {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.count-sec .count-list p i {
  color: #fd0b1e;
  font-size: 12px;
  padding-right: 10px;
}
.count-sec .count-area .count-number h3 {
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
.count-sec .count-area .count-number h3:hover {
  color: #fd0b1e;
}
.count-sec .count-area .count-cont {
  margin-left: 20px;
  padding-top: 7px;
}
.count-sec .count-area .count-cont p {
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  border-bottom: 1px solid #fd0b1e;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.count-sec .count-area {
  display: flex;
	justify-content: center;
}
.count-sec .count-area .count-cont p span {
  font-weight: 800;
}
/* legacy style start */
.legacy-sec {
  padding: 60px 0;
  background: url(../img/images/legacy.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.legacy-sec .count-box .count-head {
  display: flex;
}
.legacy-sec .count-box .count-head .count-arrow {
  margin-right: 20px;
  border: 3px solid #fd0b1e;
  border-left: 0;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
	width: 20%;
}
.legacy-sec .count-box .count-head .count-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  top: -36px;
  width: 25px;
  height: 25px;
  background: url(../img/images/arry.png.webp) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(4323%) hue-rotate(347deg) brightness(106%) contrast(113%);
}
.legacy-sec .count-box .count-cont {
  padding-top: 30px;
}
.legacy-sec .count-box .count-cont p {
  color: #fff;
}
.legacy-sec .count-box .count-cont ul li {
  display: flex;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  padding-top: 20px;
}
.legacy-sec .count-box .count-cont ul li span {
  margin-top: -12px;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-right: 20px;
  opacity: 0.2;
 font-family: "Bebas Neue", sans-serif;
}
.legacy-sec .count-box .count-cont ul li:hover span {
  opacity: 1;
}
.legacy-sec .count-box .count-cont ul li p {
  line-height: 22px;
  font-size: 15px;
}
.legacy-sec .count-box .count-cont ul li:last-child {
  border-bottom: none;
}

.legacy-sec .count-box .count-head .count-arrow h3 {
  color: #fd0b1e;
  font-size: 21px;
  margin-bottom: 0 !important;
}
.legacy-sec .count-box .count-head .count-title {
  border: 3px solid #fd0b1e;
  border-right: 0;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  height: 130px;
  position: relative;
}

.legacy-sec .count-box .count-head .count-title h3 {
  color: #fff;
  font-size: 52px;
  line-height: 64px;
  opacity: 0.9;
}
.legacy-sec .count-box .count-head .count-title h3 span {
  color: #fd0b1e;
}
.legacy-sec .legacy-btn-area {
  display: flex;
}
.legacy-sec .legacy-btn-area .check-icon {
  padding: 12px 15px;
  background: #fd0b1e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 24px;
}
.legacy-sec .legacy-btn-area .legacy-call {
  padding: 14px;
  background: transparent;
  color: #fff;
  border: 2px solid #fd0b1e;
  border-right: none;
  margin-left: 20px;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  transition: 0.5s;
}
.legacy-sec .legacy-btn-area .legacy-call:hover {
  transform: translateY(-10px);
  border-color: #fff;
}

.legacy-sec .legacy-btn-area .legacy-call i {
  padding-right: 10px;
}
.legacy-sec .experience {
  width: 150px;
  height: 160px;
  margin-left: auto;
  right: -33px;
  margin-top: 50%;
  position: relative;
}
.legacy-sec .experience:before {
  position: absolute;
  top: -40px;
  right: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/images/navyarrow-1-1.png) no-repeat;
  background-size: contain;
  transform: rotate(100deg);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(224deg) brightness(107%) contrast(107%);
}

/* Service style start */
.service-section {
  padding: 10px 0 60px;
  position: relative;
  background: url(../img/images/service-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.service-section .service-box {
  position: relative;
  transition: 0.5s;
  margin-bottom: 255px;
}
.service-section .service-box:before {
  position: absolute;
  height: 70px;
  width: 261px;
  background: url(../img/images/slanting.png) no-repeat;
  content: "";
  top: -7px;
  left: 0;
  z-index: 9;
  background-size: contain;
}

.service-section .service-box .service-cont {
  position: absolute;
  top: 59%;
  left: 20px;
  z-index: 9;
}
.service-section .service-box .service-cont:before {
  position: absolute;
  top: -70px;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/images/arr365.png) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(224deg) brightness(107%) contrast(107%);
}

.service-section .service-box .service-cont .service-head {
  width: 100%;
  display: inline-block;
  background: linear-gradient(to right, #000, #0000007a);
  border-left: 2px solid #fd0b1e;
  border-bottom: 2px solid #fd0b1e;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
}
.service-section .service-box .service-cont p {
  color: #fff;
  line-height: 26px;
}
.service-section .service-box .service-cont .sub-head {
  padding: 0 20px 0 13px;
  background: #000;
  display: inline-block;
  height: 38px;
  margin-bottom: 20px;
}
.service-section .service-box .service-img {
  height: 300px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.service-section .service-box .service-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
   background: linear-gradient(to top, #0000001a, #03020059);
  opacity: 0.8;
  z-index: 1;
}
.service-section .service-box:hover .service-img:before {
  display: none;
}

.service-section .service-box .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section .service-box .service-cont .sub-head h5 {
  color: #fff;
  margin-bottom: 0;
  line-height: 38px;
  font-weight: 300;
}
.service-section .service-box .service-cont .sub-head h5 span {
  color: #fd0b1e;
}

.service-section .service-box .service-cont h3 {
  font-size: 45px;
  line-height: 42px;
  color: #fd0b1e;
  transition: 0.5s;
	font-weight: 700;
    letter-spacing: 1.4px;
}

.service-section .service-box .service-button a {
  padding: 5px 17px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #fd0b1e;
  border-bottom: 1px solid #fd0b1e;
  border-left: 3px solid #fd0b1e;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: 0.9s;
}
.service-section .service-box .service-button a i {
  padding-right: 10px;
}
.service-section .service-box .service-button a:hover {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 3px solid #000;
}
/* fq-bg style start */
.fq-bg {
  padding: 200px 0 55px;
  position: relative;
  background: url(../img/images/fq-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.fq-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 38px;
  width: 50%;
  height: 96%;
  background: #aa000062;
}
.fq-bg::after {
  position: absolute;
  height: 50px;
  width: 37%;
  background: #000000;
  content: "";
  top: 0;
  left: -20px;
  z-index: 1;
  transform: skew(-32deg);
}

.fq-bg .fq-big-title h3 {
  font-size: 7em;
  color: #fff;
  opacity: 0.2;
  margin-top: 0;
}
.fq-area {
  padding: 0 30px;
}
.fq-bg .experience {
  width: 140px;
  height: 130px;
  left: 0;
  position: relative;
  top: -76px;
}
.fq-bg .experience:before {
  position: absolute;
  top: -40px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/images/navyarrow-1-1.png) no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(224deg) brightness(107%) contrast(107%);
}
.fq-bg .count-arrow {
  margin-right: 20px;
  border: 3px solid #fd0b1e;
  border-left: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}

.fq-bg .count-arrow h3 {
  color: #fd0b1e;
  font-size: 45px;
  margin-bottom: 0 !important;
}
.fq-bg .fq-para {
  color: #fff;
  padding-top: 20px;
}
.fq-bg .count-title {
  border: 3px solid #fd0b1e;
  border-right: 0;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  height: 130px;
  position: relative;
}
.fq-bg .count-title h3 {
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  opacity: 0.9;
}
.fq-bg .count-title h3 span {
  color: #fd0b1e;
}

.fq-bg .legacy-btn-area {
  display: flex;
}
.fq-bg .legacy-btn-area .check-icon {
  padding: 12px 15px;
  background: #fd0b1e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 24px;
}
.fq-bg .legacy-btn-area .legacy-call {
  padding: 5px 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fd0b1e;
  border-right: none;
  margin-left: 20px;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  transition: 0.5s;
}
.fq-bg .legacy-btn-area .legacy-call:hover {
  transform: translateY(-10px);
}
.fq-bg .legacy-btn-area .legacy-call i {
  padding-right: 10px;
  font-size: 19px;
}
.fq-bg .accordion-button {
  background-color: transparent !important;
}
.fq-bg .accordion-button:hover,
.fq-bg .accordion-button:focus {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.fq-bg .accordion-item {
  background: transparent !important;
}
.fq-bg .accordion-item .accordion-button {
  color: #fff;
  font-size: 18px;
}
.fq-bg .accordion-item .accordion-header {
  border-bottom: 1px dashed #fff;
}
.fq-bg .accordion-item .accordion-button i {
  color: #fff;
  font-size: 13px;
}
.fq-bg .accordion-body {
  border: 1px dashed #fd0b1e;
  margin-top: 20px;
  padding: 10px !important;
  margin-bottom: 0;
  color: #9f9f9f;
}
.fq-bg .accordion-body p {
  color: #fff;
  line-height: 23px;
}
.fq-bg .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(84%) sepia(69%) saturate(18%)
    hue-rotate(231deg) brightness(105%) contrast(104%);
}
/* promise style start */
.promise-sec {
  position: relative;
  background: url(../img/images/promise-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px;
}
.promise-sec .big-title h3 {
  font-size: 15em;
  color: #ffffff;
  opacity: 0.3;
  line-height: 0.9em;
}
.promise-sec .count-title {
  border: 3px solid #fd0b1e;
  border-right: 0;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.promise-sec .count-title h3 span {
  color: #fd0b1e;
}
.promise-sec .count-title h3 {
  color: #fff;
  font-size: 59px;
  line-height: 64px;
  opacity: 0.9;
  margin-bottom: 0;
}

.promise-sec .sub-count-title {
  position: relative;
  border: 3px solid #fd0b1e;
  border-right: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
  display: inline-block;
  padding-left: 10px;
  overflow: hidden;
  z-index: 1;
}
.promise-sec .sub-count-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 156px;
  background: #fd0b1e;
  content: "";
  height: 40px;
  z-index: -1;
}

.promise-sec .sub-count-title h4 span {
  color: #000000;
}
.promise-sec .sub-count-title h4 {
  color: #fd0b1e;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
  letter-spacing: 5px;
}

.promise-sec .legacy-btn-area {
  display: flex;
}
.promise-sec .legacy-btn-area .check-icon {
  padding: 12px 15px;
  background: #fd0b1e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 24px;
}
.promise-sec .legacy-btn-area .legacy-call {
  padding: 5px 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fd0b1e;
  border-right: none;
  margin-left: 20px;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  transition: 0.5s;
}
.promise-sec .legacy-btn-area .legacy-call:hover {
  transform: translateY(-10px);
}
.promise-sec .legacy-btn-area .legacy-call i {
  padding-right: 10px;
  font-size: 19px;
}
.promise-sec .owl-carousel ul li {
  display: flex;
  border-bottom: 1px dashed #ffffff69;
  margin-bottom: 15px;
}
.promise-sec .owl-carousel ul li p {
  color: #fff;
  margin-bottom: 0;
}
.promise-sec .owl-carousel ul li i {
  color: #fff;
  padding-top: 4px;
  margin-right: 21px;
}
.promise-para-area {
  padding: 20px 0;
  border-top: 1px solid #fd0b1e;
}
.promise-para-area p {
  color: #fff;
}
.promise-para-area p span {
  color: #fd0b1e;
}
/* we do style start */
.we-do-section {
  position: relative;
  background: url(../img/images/we-do-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 34%;
  padding: 150px 0 100px;
}
.we-do-section .count-arrow {
  margin-right: 20px;
  border: 3px solid #fd0b1e;
  border-left: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}
.we-do-section .count-arrow h3 {
  color: #fd0b1e;
  font-size: 65px;
  margin-bottom: 0 !important;
}
.we-do-section .we-do-head {
  display: flex;
}
.we-do-section .do-head h3 {
  color: #fff;
  font-size: 50px;
  line-height: 42px;
}
.we-do-section .do-head h3 span {
  color: #fd0b1e;
}
.we-do-section .main-head-area h3 {
  font-size: 80px;
  padding-left: 20px;
	color: #fff;
}

.we-do-section .count-area .count-number h3 {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
}
.we-do-section .count-area .count-cont p {
  font-size: 22px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  border-bottom: 1px solid #fd0b1e;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.we-do-section .count-area .count-cont p span {
  font-weight: 800;
}
.we-do-section .count-area .count-cont {
  margin-left: 20px;
  padding-top: 13px;
}
.we-do-section h5 {
  color: #ffffff8a;
  letter-spacing: 30px;
}
.promise-img-area {
  position: relative;
  margin-top: 60px;
}
.promise-img-area .tagline {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
}
.promise-img-area .tagline:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 50px;
  content: "";
  background: url(../img/images/slanting.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.promise-img-area .tagline h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 4px;
  padding-left: 10px;
}

/* Project-sec style start */
.project-gallery {
  background: #000;
  position: relative;
  padding: 100px 0;
}
.project-gallery .gallery-head {
  position: absolute;
  right: 0;
  top: 0;
  background: #fd0b1e;
  width: 270px;
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
}
.project-gallery .gallery-head:before {
  position: absolute;
  width: 19%;
  background: #000000;
  height: 60px;
  content: "";
  left: -33px;
  top: 0px;
  transform: skew(-30deg);
}
.project-gallery:after {
  position: absolute;
  width: 100%;
  background: #fd0b1e;
  height: 3px;
  content: "";
  left: 0;
  top: 58px;
}
.project-gallery:before {
  position: absolute;
  width: 100%;
  background: #fd0b1e;
  height: 3px;
  content: "";
  left: 0;
  bottom: 120px;
}

.project-gallery .gallery-head h3 {
  color: #000;
  margin-top: 8px;
  text-align: right;
}
.project-gallery .gallery-head h3 span {
  padding: 4px;
  background: #000;
  color: #fd0b1e;
}
.project-gallery .owl-carousel .item {
  margin-right: 2px;
  margin-left: 2px;
  height: 300px;
}
.project-gallery .owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.project-gallery .owl-carousel .item img:hover {
  filter: grayscale(1);
}

.project-gallery .owl-carousel {
  margin-top: -37px;
  position: relative;
}
.project-gallery .owl-carousel::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 27px 30px 0 30px;
  border-color: #fd0b1e transparent transparent transparent;
  z-index: 1;
}

.project-gallery .owl-carousel::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 23px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 30px 27px 30px;
  border-color: transparent transparent #fd0b1e transparent;
  z-index: 1;
}

.project-gallery .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
  padding: 24px 0 !important;
}
.project-gallery .owl-carousel .owl-nav button.owl-next {
  right: 20px;
  padding: 24px 0 !important;
}
/* contact style start */
.contact-sec {
  padding: 10px 0 60px;
  background: url(../img/images/team-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fd0b1e;
}
.contact-sec:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  height: 70px;
  content: "";
  background: url(https://iprodesigns.com/HTML_sample13/Dev/wp-content/uploads/2026/03/slanting2.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.contact-sec h3 {
  font-size: 15em;
  color: #fff;
  opacity: 0.2;
}
.contact-sec .count-title {
  border: 3px solid #fd0b1e;
  border-right: 0;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.contact-sec .count-title h3 {
  color: #fff;
  font-size: 55px;
  line-height: 64px;
  opacity: 0.9;
  margin-bottom: 0;
}
.contact-sec .count-title h3 span {
  color: #fd0b1e;
}
.contact-sec .contact-para {
  margin-top: 20px;
}
.contact-sec .contact-para p {
  color: #fff;
  line-height: 23px;
}
.contact-sec .contact-para p span {
  color: #fd0b1e;
}
.contact-sec .contact-area ul li {
  display: flex;
  border-bottom: 1px dashed #ffffff51;
  margin-bottom: 15px;
  color: #fff;
}
.contact-sec .contact-area ul {
  padding-left: 0;
}
.contact-sec .contact-area ul li a {
  text-decoration: none;
  color: #fff;
}
.contact-sec .contact-area ul li i {
  padding-top: 4px;
  margin-right: 10px;
  padding-bottom: 15px;
}
.contact-sec .contact-area ul li:hover i {
  color: #fd0b1e;
}
.contact-sec .legacy-btn-area {
  display: flex;
}
.contact-sec .legacy-btn-area .check-icon {
  padding: 12px 15px;
  background: #fd0b1e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 24px;
}
.contact-sec .legacy-btn-area .legacy-call {
  padding: 5px 20px;
  background: transparent;
  color: #fff;
  border: 2px solid #fd0b1e;
  border-right: none;
  margin-left: 20px;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 25px;
  transition: 0.5s;
}
.contact-sec .legacy-btn-area .legacy-call i {
  padding-right: 10px;
  font-size: 19px;
}
.contact-sec .contact-form input[type="text"],
.contact-sec .contact-form input[type="email"],
.contact-sec .contact-form textarea {
  background: transparent;
  border: 2px solid #fd0b1e;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  outline: none;
}
.contact-sec .contact-form label {
  color: #fff;
  margin-bottom: 10px;
}
.contact-sec .contact-form textarea {
  padding-left: 10px;
}

.contact-sec .contact-form input[type="text"]:focus,
.contact-sec .contact-form input[type="email"]:focus,
.contact-sec .contact-form textarea {
  background: transparent !important;
  outline: none !important;
  border: 2px solid #fd0b1e !important;
  border-top: 0 !important;
}
.contact-sec input[type="submit"], .contact-page input[type="submit"]{
  background: #fd0b1e;
  padding: 7px 40px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  margin-top: -9px;
}
.contact-sec .estimate-btn-area {
  margin-top: 30px;
}

.contact-sec .recaptcha-box {
  width: 300px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-sec .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-sec .checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #c1c1c1;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.contact-sec .checkbox.checked {
  border-color: #4caf50;
}

.contact-sec .checkbox.checked::after {
  content: "✔";
  color: #4caf50;
  font-size: 16px;
}

.contact-sec .text {
  font-size: 14px;
  color: #000;
}

.contact-sec .right {
  text-align: center;
  font-size: 10px;
  color: #555;
}

.contact-sec .right img {
  width: 32px;
  display: block;
  margin: auto;
}

.contact-sec .status {
  margin-top: 10px;
  font-size: 14px;
  color: green;
  display: none;
}
.contact-sec .contact-mini-head {
  position: absolute;
  left: 0;
  top: -60px;
  background: #fd0b1e;
  width: 270px;
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
}
.contact-sec .contact-mini-head:before {
  position: absolute;
  width: 19%;
  background: #000000;
  height: 62px;
  content: "";
  right: -33px;
  top: 0px;
  transform: skew(30deg);
}
.contact-sec .contact-mini-head h5 {
  color: #000;
  margin-top: 14px;
  font-size: 30px;
}
.contact-sec .contact-mini-head h3 span {
  padding: 4px;
  background: #000;
  color: #fd0b1e;
}
.contact-sec .cont-bottom p {
  color: #ffffff88;
}
.contact-sec .cont-bottom p strong {
  color: #ffffff;
}
.contact-sec .contact-form {
  margin-bottom: 40px;
}
.contact-sec .cont-bottom {
  position: absolute;
  bottom: 0;
}
.contact-sec .cont-bottom p {
  text-transform: uppercase;
}
.contact-sec .cont-bottom p span {
  color: #fd0b1e;
}
.contact-sec:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 167px;
  height: 40px;
  content: "";
  background: url(../img/images/slanting1.png) no-repeat;
  background-size: cover;
  z-index: -1;
  filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(4323%) hue-rotate(347deg) brightness(106%) contrast(113%);
}
.form-check-input{width: 100% !important; background-color: transparent !important; margin-left: -2.5em !important;}

/* contact end */
::placeholder {
  color: #fff;
}
.owl-next > span.ti-angle-right {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.owl-prev > span.ti-angle-left {
  position: absolute !important;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.owl-carousel .owl-nav .owl-next i.norc-small-right,
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.owl-carousel {
  z-index: unset !important;
}

.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40px;
  top: 34%;
  width: 30px;
  height: 32px;
  background: #000000 !important;
  box-shadow: 0 0.5rem 1.1rem #00000068;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -3%;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -3%;
}
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .owl-nav button.owl-next span {
  font-size: 22px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control:focus {
  color: #212529;
  background-color: #fff !important;
  /* border-color: transparent !important; */
  border: 2px solid #e55a29 !important;
  outline: 0;
  box-shadow: none !important;
  transition: 0.5s;
}

.footer {
  padding: 60px 0;
  background: #000;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer p{
	font-size: 15px;
}
.footer::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ffffff4f;
  z-index: -1;
}

.foot-bottom {
  background: #000;
}
.foot-bottom .animation-text {
  font-size: 50px;
  color: #ffffff81;
  opacity: 0.2;
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 7px;
}
.footer-logo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.footer-contact-sec {
  background: #050935;
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
}
.footer-contact-sec li {
  display: flex;
}
.footer-contact-sec li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #081447;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 7px;
}
.footer-contact-sec li a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-contact-sec li p {
  color: #fff;
  font-weight: 700;
}
.wideget-area .footer-about {
  border: 2px solid #fd0b1e;
  border-right: 0;
  display: inline-block;
  position: relative;
}
.wideget-area .footer-about:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0px 0px;
  border-color: #fd0b1e transparent transparent transparent;
  transform: rotate(0deg);
}

.wideget-area h3 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.wideget-area .map-area {
  width: 70%;
  height: 300px;
}
.wideget-area ul {
  padding-top: 7px;
}
.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
  transition: 0.5s;
}
.footer-menu.social-menu li {
  border: none;
}
.wideget-area ul li a:hover {
  transform: translateX(10px);
}
.wideget-area ul li i {
  color: #fff;
  padding-right: 5px;
  font-size: 12px;
}
.wideget-area ul li {
  margin-bottom: 10px;
}
.wideget-area ul li a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wideget-area .footer-about h3 {
  padding-left: 30px;
  border: 0;
  margin-bottom: 0;
}
.wideget-area h3 {
  padding-left: 0;
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  display: block !important;
}

.wideget-contact-area ul li i {
  color: #ee212b;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-top: 6px;
  width: 25px;
}
.wideget-area ul li {
  border-bottom: 1px dashed #ffffff73;
  padding-bottom: 5px;
}
.wideget-area ul li:last-child {
  border: 0;
}
.wideget-contact-area ul li p {
  padding-top: 3px;
}

.wideget-contact-area ul {
  padding-top: 7px;
}
.wideget-contact-area ul li p {
  color: #fff;
  font-size: 18px;
}
.wideget-contact-area ul li {
  display: flex;
}

.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.wideget-contact-area a:hover {
  color: #fff;
}
.footer-menu.social-menu i {
  width: 60px;
  height: 60px;
  border: 2px solid #fd0b1e;
  color: #fd0b1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.footer-menu.social-menu i:hover {
  color: #fff;
}

/* footer style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #0d0748;
}
.footer-bottom p {
  padding-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a {
  text-decoration: none;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #fcb900;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

/* navbar responsive */
@media (max-width: 767px) {
  .menu {
   top: 180px !important;
  }
  .nav-section-scrolled .menu {
    top: 75px !important;
  }
}

@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 68px;
    right: -100%;
    display: block;
    padding: 50px 50px;
    /* text-align: center; */
    width: 100%;
    height: 100vh;
    background: #0b0b0b;
    transition: 0.5s ease;
    z-index: 999;
  }
  .nav-section .navbar .navbar-nav .nav-link {
    padding: 0;
	  padding-left: 10px;
  }

  .menu.active {
    right: 0;
    padding-left: 20px;
    transition: 0.5s ease;
  }

  nav ul li a {
    font-size: 35px;
    line-height: 41px;
  }
  nav ul li a:hover {
    color: #1a112f;
  }
  ul .active-btn {
    background: none;
  }

  .toggle {
    width: 45px;
    height: 40px;
    background: #000000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
  }
  .toggle i {
    color: #fff;
  }

  .toggle.active {
    background: url("../img/images/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    transition: 0.5s ease;
    border: none;
  }
  .toggle.active i {
    display: none;
  }

  nav {
    padding: 10px 70px;
  }

  .home-text h1 {
    font-size: 2.5rem;
  }
  .email-box {
    width: 370px;
  }
  .home-img {
    width: 350px;
    height: 400px;
  }
}

@media (max-width: 810px) {
  nav {
    padding: 7px 40px;
  }
  .home-text h1 {
    font-size: 2rem;
  }
  .home-text p {
    max-width: 320px;
  }
  .email-box {
    width: 304px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-section-scrolled .menu {
    top: 75px !important;
  }
  .top-head .top-area li a {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .menu {
    top: 152px;
  }
  #home {
    flex-direction: column-reverse;
  }
  .email-box {
    margin-bottom: 2rem;
  }
  .services-content {
    grid-template-columns: 1fr;
  }
  .team-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .team-box {
    margin: 15px;
  }
  .clients-content {
    grid-template-columns: 1fr;
  }
  .nav-section-scrolled .menu {
    top: 81px;
  }
}

@media (max-width: 516px) {
  #home {
    justify-content: center;
  }
  .home-img {
    display: none;
  }
  nav ul li a {
    font-size: 20px;
  }
  .heading h1 {
    font-size: 1.2rem;
  }

  .team-content {
    grid-template-columns: 1fr;
  }

  .copyright {
    padding: 12px 50px;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
}

/* inner banner */
.inner_banner_caption{position: absolute;left: 50%;top: 50%; transform: translate(-50%);width:100%; padding:0 10px;}
 .inner_banner{position: relative; z-index: 1;}
.inner_banner img{width:100%; height:300px; object-fit:cover;}
.inner_banner:before{content: ""; background:rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 0;}
.inner_banner h1{font-size: 36px; font-weight: 600;text-transform: uppercase;text-align: center;margin: 0; color: #fff;}

/* single_ser */
.servicessingelpage {padding:70px 0; background:#222;}

input[type="radio"], input[type="checkbox"]{
	margin-right: 10px;
}
.home_map {
    background: #d81f26;
    padding: 20px 10px;
}
.home_map ul{
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li{
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
  padding-left: 0 !important;
}
.home_map ul li h4{
	color: #000;
}


.home_map ul li i {
    vertical-align: middle;
    margin: 6px 0px 0px 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #000;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
}
.home_map ul li:before{
	display: none;
}
.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
	font-size: 16px;
font-weight: 600;
}
.home_map ul li span h4{
  margin: 0 0 5px;
  font-size: 17px;
}
.home_map ul li a{
  text-decoration: none;
  color: #fff;
font-size: 16px;
font-weight: 600;
word-break: break-all;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea {
  background: transparent;
  border: 2px solid #fd0b1e;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  outline: none;
}
.contact-page .contact-form label {
  color: #fff;
  margin-bottom: 10px;
}
.contact-page .contact-form .call-back{
	background: #000;
	color: #fff;
	padding: 10px 30px;
}
.contact-page .form-check{
	padding-left: 0;
}

.contact-page .form-check-input{ 
   margin-left: -1.5em !important; 
 margin-bottom: unset !important;	
	
}

/* Inner gallery style */
/* For gallery style start */

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
  z-index: 1;
  margin-bottom: 20px;
  transition: 0.5s;
}

#gallery .img-wrapper a {
  height: 315px;
  display: block;
}

#gallery .img-wrapper:hover:before {
  top: 0;
  left: 0;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

#gallery .img-wrapper:hover .img-overlay {
  opacity: 1;
}

#gallery .img-wrapper .img-overlay {
  background: #2828289c;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgb(0 0 0 / 91%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.5s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15%;
  right: 28%;
  cursor: pointer;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
/* inner gallery style end */



.contact-page .form-check-input:checked[type=checkbox]{
	filter: brightness(0) saturate(100%) invert(54%) sepia(83%) saturate(2344%) hue-rotate(4deg) brightness(98%) contrast(98%) !important;
}



.servicessingelpage img {
  float: right;
  width: 30%;
  height: auto;
  margin: 0 0 10px 30px;
}
.servicessingelpage p{
	color: #fff;
}

.servicessingelpage h2,
.servicessingelpage h3,
.servicessingelpage h4{
	color: #fd0b1e;
}
.servicessingelpage ul{
    padding-left: 0;
}
.servicessingelpage ul li{
    position: relative;
    padding-left: 30px;
	color: #fff;
}
.servicessingelpage ul li:before {
    content: "\f058";
    color: #fd0b1e;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}
.servicessingelpage a{
	color: #fd0b1e;
}
.servicessingelpage a:hover{
	color: #fd0b1e;
}


.servicessingelpage a:hover {
    color: #ddd;
}