@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&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");

/***** General CSS *****/

:root {
  --ct1: #d60026;

  --ct2: #3a3a3a;

  --wt: #fff;

  --bk: #000;

  --mbk: #6b7280;

  --shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;

  font:
    15px/25px "Poppins",
    sans-serif;

  color: #393939;

  overflow-x: hidden;
}

a {
  text-decoration: none;

  color: #28b16d;

  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

i {
  font-family: FontAwesome !important;

  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.heading0 {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.heading0 h2 {
  font-family: "Oswald";

  font-weight: 400;
}

.heading0 h3 {
  position: relative;
}

.heading0 h3::before {
  content: "";

  position: absolute;

  top: 50%;

  right: -50%;

  width: 40%;

  border-top: 5px solid var(--ct1);
}

span.txt-color {
  color: var(--ct1);
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "OswaldStencil";

  src: url("../fonts/OswaldStencil.ttf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  height: 50px;

  background-color: var(--ct1);

  border: 1px solid #0000;

  padding: 0 40px;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme1:hover {
  background-color: #0000;

  border: 1px solid #000;

  transition: ease-out;

  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  font-size: 16px;

  line-height: 25px;

  font-family: "Oswald", sans-serif;

  color: var(--wt);

  text-transform: uppercase;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  color: var(--bk);

  transition: ease-out;

  transition-duration: 0.5s;
}

.theme2 {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  height: 50px;

  background-color: var(--ct1);

  border: 1px solid #0000;

  padding: 0 40px;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme2:hover {
  background-color: var(--wt);

  transition: ease-out;

  transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
  font-size: 16px;

  line-height: 25px;

  font-family: "Oswald", sans-serif;

  color: var(--wt);

  text-transform: uppercase;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme2:hover span.theme2-txt {
  color: var(--bk);

  transition: ease-out;

  transition-duration: 0.5s;
}

.theme3 {
  display: flex;

  align-items: center;

  justify-content: start;

  gap: 5px;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme3:hover {
  transition: ease-out;

  transition-duration: 0.5s;
}

.theme3 span.theme3-txt {
  font-size: 16px;

  line-height: 1;

  color: var(--ct1);

  font-family: "OswaldStencil";

  text-transform: uppercase;

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme3:hover span.theme3-txt {
  color: var(--bk);

  transition: ease-out;

  transition-duration: 0.5s;
}

.theme3 span.theme3-icon {
  display: flex;

  align-items: center;

  justify-content: start;

  gap: 0;

  height: 100%;

  width: 2px;

  color: var(--ct1);

  transition: ease-in;

  transition-duration: 0.5s;
}

.theme3:hover span.theme3-icon {
  color: var(--bk);

  width: 4px;

  transition: ease-out;

  transition-duration: 0.5s;
}

/* Buttons Css Ends */

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-family: "OswaldStencil";

  font-size: 95px;

  line-height: 100px;

  color: var(--ct1);

  font-weight: 400;

  margin: 0;
}

h2 {
  font-family: "OswaldStencil";

  font-size: 45px;

  line-height: 50px;

  color: #000;

  font-weight: 500;

  margin: 0;
}

h3 {
  font-family: "OswaldStencil";

  font-size: 30px;

  line-height: 35px;

  color: #000;

  font-weight: 600;

  margin: 0;
}

h4 {
  font-family: "OswaldStencil";

  font-size: 24px;

  line-height: 29px;

  color: #000;

  font-weight: 500;

  margin: 0;
}

h5 {
  font-family: "OswaldStencil";

  font-size: 20px;

  line-height: 25px;

  color: #000;

  font-weight: 500;

  margin: 0;
}

h6 {
  font-family: "OswaldStencil";

  font-size: 18px;

  line-height: 23px;

  color: #000;

  font-weight: 500;

  margin: 0;
}

p {
  color: #666666;

  font-size: 16px;

  line-height: 25px;

  font-family: "Oswald", sans-serif;

  font-weight: 400;

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;

  opacity: 1;
}

/*Header Css Starts */

header {
  padding: 0;
}

.header-btn {
  display: flex;

  align-items: center;

  justify-content: end;
}

.topSec {
  /* padding: 10px 0; */

  background-color: var(--bk);
}

.header-socials-main {
  background-color: var(--ct1);
}

.header-socials-main ul {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 5px;

  padding: 10px 50px 10px 0;
}

.header-socials-main ul li a i {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 35px;

  width: 35px;

  border-radius: 100px;

  overflow: hidden;

  color: var(--wt);

  font-size: 16px;

  transition: ease-in;

  transition-duration: 0.5s;
}

.header-socials-main ul li a i:hover {
  background-color: var(--wt);

  color: var(--ct1);

  transition: ease-out;

  transition-duration: 0.5s;
}

.header-contact-link-main ul {
  display: flex;

  align-items: center;

  justify-content: start;

  gap: 30px;

  padding: 10px 0 10px 30px;
}

.header-contact-link-main ul li a {
  display: flex;

  align-items: center;

  justify-content: end;

  gap: 10px;

  transition: ease-in;

  transition-duration: 0.5s;
}

.header-contact-link-main ul li a i {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  width: 30px;

  color: var(--wt);

  border-radius: 100px;

  overflow: hidden;

  background-color: var(--ct1);

  transition: ease-in;

  transition-duration: 0.5s;
}

.header-contact-link-main ul li a:hover i {
  color: var(--bk);

  background-color: var(--wt);

  transition: ease-out;

  transition-duration: 0.5s;
}

.header-contact-link-main ul li a p {
  position: relative;

  color: #fff;

  font-size: 16px;

  line-height: 25px;

  font-weight: 400;

  transition: ease-in;

  transition-duration: 0.5s;
}

.header-contact-link-main ul li a p::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  border-bottom: 1px solid var(--wt);

  width: 0;

  transition: ease-out;

  transition-duration: 0.5s;
}

.header-contact-link-main ul li a:hover p::before {
  width: 100%;

  transition: ease-in;

  transition-duration: 0.5s;
}

.menuSec {
  padding: 30px 0;
}

/* .menuSec img {

    margin: 0;

} */

.menu-box ul {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: end;

  gap: 40px;
}

.menu-box ul li {
  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 40px;

  padding: 0;

  text-transform: capitalize;

  font-size: 20px;

  line-height: 25px;

  font-family: "Oswald";

  color: var(--bk);

  font-weight: 600;

  transition: ease-in;

  transition-duration: 0.5s;
}

.menu-box ul li.active a {
  color: var(--ct1);
}

.menu-box ul li a:hover {
  color: var(--ct1);

  transition: ease-out;

  transition-duration: 0.5s;
}

.menu-box ul li a::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  width: 0;

  margin: 0 auto;

  border: 1px solid #0000;

  transition: ease-in;

  transition-duration: 0.5s;
}

.menu-box ul li.active a::before {
  width: 100%;

  border: 1px solid var(--ct1);
}

.menu-box ul li a:hover::before {
  width: 100%;

  border: 1px solid var(--ct1);

  transition: ease-out;

  transition-duration: 0.5s;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;

  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;

  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;

  top: 0;
}

/* .menuSec ul:before,

.menuSec ul:after {

    content: "";

    display: table;

} */

/* .menuSec ul:after {

    clear: both;

} */

.menuSec li > ul > li:hover > ul {
  left: 230px;

  top: 0px;

  width: 270px;
}

/*Header Css Ends */

/*Banner Sec Css Starts */

section.banner-sec {
  background-image: url("../images/banner.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  height: 95vh;

  width: 100%;

  position: relative;

  background-attachment: fixed;
}

section.banner-sec::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #000000b0;
}

section.banner-sec .container-fluid,
section.banner-sec .row {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;

  width: 100%;

  height: 100%;
}

.banner-txt-main {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 20px;
}

.banner-txt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;

  width: 80%;

  margin: 0 auto;
}

.banner-txt h3 {
  font-size: 60px;

  line-height: 65px;

  color: #fff;
}

.banner-txt h5 {
  color: #fff;

  opacity: 0.8;

  text-transform: capitalize;

  font-family: "Oswald";
}

.banner_slider .slick-prev,
.banner_slider .slick-next {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 150px;

  padding: 0 20px;

  background-color: var(--ct1);

  z-index: 1;

  transition: ease-in;

  transition-duration: 0.5s;
}

.banner_slider .slick-prev:hover,
.banner_slider .slick-next:hover {
  background-color: var(--wt);

  transition: ease-out;

  transition-duration: 0.5s;
}

.banner_slider .slick-prev:before {
  content: "PREV";

  font-size: 20px;

  line-height: 1;

  color: #fff;

  font-family: "Oswald";

  opacity: 1;

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: ease-out;

  transition-duration: 0.5s;
}

.banner_slider .slick-next:before {
  content: "NEXT";

  font-size: 20px;

  line-height: 1;

  color: #fff;

  font-family: "Oswald";

  opacity: 1;

  height: 100%;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: ease-out;

  transition-duration: 0.5s;
}

.banner_slider .slick-prev:hover::before,
.banner_slider .slick-next:hover::before {
  color: var(--bk);

  transition: ease-out;

  transition-duration: 0.5s;
}

.banner_slider .slick-prev {
  left: 0;
}

.banner_slider .slick-next {
  right: 0;
}

/*Banner Sec Css Ends */

/*Inner Banner Sec Css Starts */

section.inner-banner-sec {
  height: 450px;
}

section.inner-banner-sec .banner-txt h1 {
  color: #fff;
}

/*Inner Banner Sec Css Ends */

/*About Us Sec Css Starts */

section.about-banner-sec {
  background-image: url("../images/inner-banner1.jpg");
}

.about-img-main {
  position: relative;

  display: flex;

  align-items: start;

  justify-content: start;
}

.about-img-main::before {
  content: "";

  position: absolute;

  top: 0;

  left: 13%;

  height: 385px;

  width: 70%;

  border: 20px solid var(--ct1);
}

.about-img {
  display: flex;

  align-items: center;

  justify-content: end;

  height: 575px;

  width: 80%;

  margin: 0 0 0 auto;

  padding: 40px 0 0 0;

  position: relative;

  z-index: 999;
}

.about-img img {
  display: flex;

  align-items: center;

  justify-content: end;

  height: 100%;

  width: 100%;

  object-fit: cover;
}

.about-txt-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.about-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 30px;
}

.about-list-main {
  width: 100%;
}

.about-list-main ul {
  column-count: 2;

  width: 100%;
}

.about-list-main ul li {
  display: flex;

  align-items: center;

  justify-content: start;

  gap: 10px;

  margin: 0 0 10px 0;
}

/*About Us Sec Css Ends */

/*Services Sec Css Starts */

section.services-banner-sec {
  background-image: url("../images/inner-banner2.jpg");
}

section.services-sec {
  position: relative;

  background-image: url("../images/services-bg.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  padding: 150px 0;
}

section.services-sec::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #000000b0;
}

section.services-sec .row {
  position: relative;
}

section.services-sec .row::before {
  content: "";

  position: absolute;

  top: -100px;

  right: 0;

  height: 750px;

  width: 50%;

  background-image: url("../images/services-ex.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;
}

.services_slider .slick-slide {
  margin: 0px 10px;
}

.services_slider .slick-active {
  opacity: 1;
}

.services_slider .draggable {
  margin: 0 50px 0 0 !important;

  z-index: 999;
}

.services_slider .slick-prev,
.services_slider .slick-next {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  width: 30px;

  background-color: var(--ct1);

  border: 2px solid #fff;

  z-index: 9999;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.services_slider .slick-prev:hover,
.services_slider .slick-next:hover {
  background-color: var(--bk);

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.services_slider .slick-prev:before,
.services_slider .slick-next:before {
  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "FontAwesome";

  color: #fff;

  height: 100%;

  width: 100%;
}

.services_slider .slick-prev {
  left: -5px;
}

.services_slider .slick-next {
  right: 45px;
}

.services_slider .slick-prev:before {
  content: "\f053";
}

.services_slider .slick-next:before {
  content: "\f105";
}

section.services-sec .container-fluid {
  width: 85%;

  margin: 0 0 0 auto;
}

.services-wrap {
  position: relative;

  z-index: 1;

  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.services-heading h2 {
  color: #fff;
}

.services-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.services-txt p {
  color: #fff;
}

.services-card-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;

  background-color: #fff;

  padding: 30px;
}

.services-card-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;
}

.services-card-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.services-card-txt h6 {
  font-size: 75px;

  line-height: 80px;

  color: #e5e5e5;
}

.services-card-txt h2 {
  font-size: 35px;

  line-height: 40px;
}

.services-card-txt p {
  color: #666666;

  line-height: 30px;

  width: 100%;
}

/*Services Sec Css Ends */

/*What We Do Sec Css Starts */

section.wwd-sec {
  padding: 150px 0 80px 0;
}

.wwd-wrap {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 30px;
}

.wwd-wrap {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 30px;
}

.wwd-list-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 40px;
}

.wwd-list-card-main {
  display: flex;

  align-items: start;

  justify-content: start;

  gap: 20px;

  box-shadow: 0 0 8px 0 #00000033;

  padding: 30px 40px;
}

.wwd-video {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 575px;

  width: 100%;
}

.wwd-video::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #00000099;
}

.wwd-video::after {
  content: "";

  position: absolute;

  bottom: -30px;

  right: -30px;

  height: 360px;

  width: 60%;

  border: 15px solid var(--ct1);

  z-index: -1;
}

.wwd-video img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  object-fit: cover;
}

.wwd-vid-box {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  height: 130px;

  width: 130px;

  z-index: 999;
}

.wwd-list-card-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 5px;
}

.wwd-list-card-txt h5 {
  font-size: 22px;

  line-height: 25px;
}

/*What We Do Sec Css Ends */

/*Testimonail Sec Css Starts */

section.testimonail-sec {
  position: relative;

  background-image: url("../images/testimonail-bg.jpg");

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 60px 0 0 0;

  background-attachment: fixed;

  height: 450px;
}

section.testimonail-sec::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #00000099;
}

section.testimonail-sec .container {
  position: relative;

  z-index: 999;
}

section.testimonail-sec .testimonail-bottom {
  margin: 70px 0;
}

section.testimonail-sec .testimonail-bottom {
  margin: 70px 0;
}

.counter-txt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 10px;

  text-align: center;
}

.counter-txt h4 {
  font-size: 95px;

  line-height: 100px;

  color: var(--ct1);
}

.counter-txt h3 {
  font-family: "Oswald";

  font-size: 30px;

  line-height: 35px;

  color: var(--wt);

  text-transform: capitalize;

  font-weight: 400;
}

.testimonail-heading {
  padding: 30px;

  background-color: var(--ct1);
}

.testimonail-heading h3 {
  position: relative;

  color: var(--wt);

  /* width: 100%; */
}

.testimonail-heading h3::before {
  content: "";

  position: absolute;

  top: 50%;

  right: -50%;

  width: 40%;

  border-top: 5px solid var(--wt);
}

.testimonail-card-main {
  position: relative;

  height: 165px;
}

.testimonail-card-txt p {
  color: var(--wt);
}

.testimonail-card-icon {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  width: 30px;

  position: absolute;

  top: 0;

  left: 15px;
}

.testimonail-card-txt {
  padding: 40px 30px 40px 50px;

  border-left: 5px solid var(--ct1);
}

/*Testimonail Sec Css Ends */

/*Blog Sec Css Starts */

section.blog-sec {
  padding: 150px 0 100px 0;
}

.blog-heading {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 0 50px 0;

  gap: 30px;
}

.blog-heading h3::before {
  top: unset;

  bottom: -20px;

  right: 0;

  left: 0;

  margin: 0 auto;

  width: 30%;
}

.blog-card-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  overflow: hidden;

  margin: 20px 0;

  transition: ease-in;

  transition-duration: 0.5s;
}

.blog-card-main:hover {
  border-radius: 5px;

  box-shadow: 0 0 13px 0 #00000047;

  transition: ease-out;

  transition-duration: 0.5s;
}

.blog-card-img-main {
  display: flex;

  align-items: start;

  justify-content: start;

  height: 275px;

  width: 100%;
}

.blog-card-img {
  display: flex;

  align-items: start;

  justify-content: start;

  height: 100%;

  width: 100%;
}

.blog-card-img img {
  display: flex;

  align-items: start;

  justify-content: start;

  height: 100%;

  width: 100%;

  object-fit: cover;
}

.blog-card-txt-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;

  padding: 30px 0 0 0;

  transition: ease-in;

  transition-duration: 0.5s;
}

.blog-card-main:hover .blog-card-txt-main {
  padding: 30px 10px 20px 10px;

  transition: ease-out;

  transition-duration: 0.5s;
}

.blog-card-top {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 70%;
}

.blog-card-top h6 {
  font-family: "Oswald";

  color: var(--ct1);

  font-weight: 400;

  text-transform: capitalize;
}

.blog-card-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

/*Blog Sec Css Ends */

/*Get In Touch Sec Css Starts */

section.git-sec {
  padding: 100px 0;

  background-color: #f4f3f3;
}

.git-heading {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;

  width: 60%;

  margin: 0 auto 50px auto;

  text-align: center;
}

.git-input-main {
  display: flex;

  align-items: center;

  justify-content: start;

  width: 100%;

  position: relative;

  z-index: 1;
}

.git-icon {
  position: absolute;

  top: 35%;

  left: 15px;

  z-index: 1;
}

.git-input {
  display: flex;

  align-items: center;

  justify-content: start;

  width: 100%;

  height: 60px;

  margin: 10px 0;

  background-color: #fff;

  z-index: 0;
}

.git-input input {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  padding: 0 20px 0 40px;

  border: 1px solid #00000038;

  background-color: #0000;
}

.git-textarea {
  height: 200px;
}

.git-textarea textarea {
  height: 100%;

  width: 100%;

  padding: 20px 20px 20px 40px;

  background-color: #0000;

  resize: none;

  border: 1px solid #00000038;
}

.git-textarea-main .git-icon {
  top: 15%;
}

.git-btn {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;
}

.git-btn a {
  width: 100%;
}

/*Get In Touch Sec Css Ends */

/*Brand Sec Css Starts */

.brand-img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100px;

  width: 100%;
}

.brand-img img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  object-fit: contain;
}

.brand_slider .slick-active {
  opacity: 1;
}

/*Brand Sec Css Ends */

/*About Us Page Css Starts */

.about-txt-bottom {
  margin: 30px 0 0 0;
}

.about-txt-bottom .about-txt {
  gap: 20px;
}

.team-heading {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 20px;

  width: 50%;

  text-align: center;

  margin: 0 auto 40px auto;
}

.team_slider .slick-active {
  opacity: 1;
}

.team_slider .slick-slide {
  margin: 0px 10px;

  opacity: 1;
}

.team_slider .slick-prev,
.team_slider .slick-next {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  width: 30px;

  background-color: var(--ct1);

  border: 2px solid #fff;

  z-index: 9999;

  top: 40%;

  bottom: 0;

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.team_slider .slick-prev:hover,
.team_slider .slick-next:hover {
  background-color: var(--bk);

  transition: ease-in-out;

  transition-duration: 0.5s;
}

.team_slider .slick-prev:before,
.team_slider .slick-next:before {
  display: flex;

  align-items: center;

  justify-content: center;

  font-family: "FontAwesome";

  color: #fff;

  height: 100%;

  width: 100%;
}

.team_slider .slick-prev {
  left: -50px;
}

.team_slider .slick-next {
  right: -50px;
}

.team_slider .slick-prev:before {
  content: "\f053";
}

.team_slider .slick-next:before {
  content: "\f105";
}

.team-card-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  width: 100%;

  gap: 10px;
}

.team-card-img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 330px;

  width: 100%;
}

.team-card-img img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  object-fit: cover;
}

.team-card-txt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  width: 100%;

  gap: 10px;
}

.team-card-txt h5 {
  font-family: "Oswald";

  font-size: 25px;

  line-height: 30px;

  font-weight: 400;
}

.team-card-txt h6 {
  color: #666666;

  font-family: "Oswald";

  font-size: 25px;

  line-height: 30px;

  font-weight: 400;
}

.team-card-socials {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;
}

.team-card-socials ul {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  gap: 5px;
}

.team-card-socials ul li a i {
  font-size: 18px;

  color: #333333;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 30px;

  width: 30px;

  border-radius: 100px;

  overflow: hidden;

  transition: ease-in;

  transition-duration: 0.5s;
}

.team-card-socials ul li a i:hover {
  color: var(--ct1);

  transition: ease-out;

  transition-duration: 0.5s;
}

/*About Us Page Css Ends */

/*Services Page Css Starts */

section.inner-services-sec {
  background-image: none;
}

section.inner-services-sec::before {
  background-color: #0000;
}

section.inner-services-sec .row::before {
  display: none;
}

.in-services-wrap {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 40px;

  padding: 0 0 100px 0;

  border-bottom: 1px solid #00000045;

  width: 90%;

  margin: 0 auto 100px auto;
}

.in-services-txt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 20px;
}

.in-services-img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 450px;

  width: 100%;
}

.in-services-img img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  object-fit: cover;
}

.pagination ul {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  margin: 0 auto;
}

.pagination ul li a {
  font-size: 35px;

  line-height: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 50px;

  width: 50px;

  font-family: "OswaldStencil";

  background-color: #5b5a5a;

  color: #fff;

  transition: ease-in;

  transition-duration: 0.5s;
}

.pagination ul li a:hover {
  background-color: var(--ct1);

  transition: ease-out;

  transition-duration: 0.5s;
}

/*Services Page Css Ends */

/*News Page Css Starts */

section.news-banner-sec {
  background-image: url("../images/inner-banner3.jpg");
}

/*News Page Css Ends */

/*News Detail Page Css Starts */

section.news-detail-banner-sec {
  background-image: url("../images/inner-banner4.jpg");
}

.news-detail-img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 390px;

  width: 100%;
}

.news-detail-img img {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  object-fit: cover;

  border-radius: 5px;

  overflow: hidden;
}

.news-detail-txt-main {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.news-detail-heading {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.news-detail-heading h4 {
  color: #666666;

  font-family: "Oswald";

  text-transform: capitalize;

  font-weight: 400;
}

.news-detail-heading h2 {
  font-size: 38px;

  line-height: 45px;

  font-family: "Oswald";

  letter-spacing: 2px;
}

.news-detail-txt p {
  line-height: 35px;
}

.news-detail-txt {
  display: flex;

  flex-direction: column;

  align-items: start;

  justify-content: start;

  gap: 20px;
}

.news-detail-txt-bottom {
  margin: 40px 0 0 0;
}

/*News Detail Page Css Ends */

/*Contact Us Page Css Starts */

section.contact-banner-sec {
  background-image: url("../images/inner-banner5.jpg");
}

.contact-page-sec {
  background: #fff;
}

/* LEFT FORM */

.contact-form .contact-input {
  height: 52px;

  border: 1px solid #e3e3e3;

  border-radius: 0;

  padding: 0 18px;

  font-family: "Oswald", sans-serif;

  font-size: 16px;

  color: #333;
}

.contact-form .contact-input:focus,
.contact-form .contact-textarea:focus {
  border-color: #d1d1d1;

  box-shadow: none;
}

.contact-textarea {
  min-height: 230px;

  border: 1px solid #e3e3e3;

  border-radius: 0;

  padding: 16px 18px;

  resize: none;

  font-family: "Oswald", sans-serif;

  font-size: 16px;

  color: #333;

  height: 200px;
}

.contact-submit-btn {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-width: 220px;

  height: 58px;

  padding: 0 35px;

  background: var(--ct1);

  color: #fff;

  border: 1px solid var(--ct1);

  font-family: "Oswald", sans-serif;

  font-size: 18px;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.contact-submit-btn:hover {
  background: #fff;

  color: var(--bk);

  border-color: var(--bk);
}

/* RIGHT INFO */

.contact-info-wrap {
  padding-left: 30px;
}

.contact-info-title {
  font-family: "Oswald";

  font-size: 40px;

  line-height: 1.1;

  margin-bottom: 30px;
}

.contact-info-list {
  display: flex;

  flex-direction: column;

  gap: 30px;
}

.contact-info-item {
  display: flex;

  align-items: flex-start;

  gap: 16px;
}

.contact-info-icon {
  color: var(--ct1);

  font-size: 26px;

  line-height: 1;

  margin-top: 6px;

  min-width: 28px;
}

.contact-info-text h4 {
  font-family: "Oswald";

  font-size: 22px;

  line-height: 1.2;

  margin-bottom: 6px;

  color: #111;
}

.contact-info-text p {
  font-family: "Oswald", sans-serif;

  font-size: 18px;

  color: #333;
}

/* SOCIALS */

.contact-socials {
  display: flex;

  gap: 10px;

  margin-top: 30px;
}

.c-social {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  height: 38px;

  width: 38px;

  border-radius: 100px;

  color: #fff;

  font-size: 16px;

  transition: 0.3s ease;
}

.c-social:hover {
  transform: translateY(-2px);
}

/* Colors like screenshot */

.c-social.fb {
  background: #1877f2;
}

.c-social.tw {
  background: #1da1f2;
}

.c-social.ig {
  background: #e1306c;
}

.c-social.gp {
  background: #db4437;
}

.contact-map iframe {
  display: flex;

  align-items: center;

  justify-content: center;

  height: 600px;

  width: 100%;

  margin: 100px 0 0 0;
}

/*Contact Us Page Css Ends */

/*Quote Page Css Starts */

section.quote-banner-sec {
  background-image: url("../images/inner-banner6.jpg");
}

.quote-sec {
  background: #fff;
}

.quote-wrap {
  background: #fff;

  padding: 10px 0 0 0;
}

.quote-heading {
  text-align: center;

  margin-bottom: 25px;
}

.quote-heading h2 {
  font-family: "OswaldStencil";

  font-size: 42px;

  line-height: 1.1;

  color: #000;
}

/* Fields */

.quote-form {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

.quote-field input,
.quote-field select {
  width: 100%;

  height: 52px;

  border: 1px solid #e3e3e3;

  background: #fff;

  padding: 0 16px;

  font-family: "Oswald", sans-serif;

  font-size: 16px;

  color: #333;

  outline: none;
}

.quote-field input::placeholder {
  color: #9a9a9a;
}

.quote-field input:focus,
.quote-field select:focus {
  border-color: #d1d1d1;
}

/* Custom dropdown arrow (like screenshot) */

.quote-select {
  position: relative;
}

.quote-select select {
  appearance: none;

  -webkit-appearance: none;

  -moz-appearance: none;

  padding-right: 44px;

  cursor: pointer;
}

.quote-select::after {
  content: "\f078";

  font-family: "Font Awesome 7 Free";

  font-weight: 900;

  position: absolute;

  right: 16px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 14px;

  color: #777;

  pointer-events: none;
}

/* Button */

.quote-btn {
  display: flex;

  justify-content: center;

  margin-top: 10px;
}

.quote-btn button {
  width: 240px;

  height: 58px;

  background: var(--ct1);

  color: #fff;

  border: 1px solid var(--ct1);

  font-family: "Oswald", sans-serif;

  font-size: 18px;

  text-transform: uppercase;

  transition: 0.3s ease;
}

.quote-btn button:hover {
  background: #fff;

  color: var(--bk);

  border-color: var(--bk);
}

/*Quote Page Css Ends */

/*Policy Page Css Starts */

.policy-wrap {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 100px;
}

.policy-txt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  gap: 20px;

  width: 80%;

  margin: 0 auto;
}

/*Policy Page Css Ends */

/*Footer Css Starts */

.site-footer {
  position: relative;

  background: url("../images/footer-bg.jpg") center/cover no-repeat;

  color: #fff;

  overflow: hidden;

  background-attachment: fixed;
}

.fs-icon:hover i {
  color: #fff;
  opacity: 1;
}

/* dark overlay */

.site-footer .footer-overlay {
  background: rgba(0, 0, 0, 0.78);

  padding: 60px 0 0 0;
}

.footer-logo {
  font-family: "OswaldStencil";

  font-size: 34px;

  letter-spacing: 1px;

  margin: 0 0 12px 0;

  line-height: 1;
}

.footer-logo .logo-red {
  color: var(--ct1);
}

.footer-logo .logo-white {
  color: #fff;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.75);

  font-family: "Oswald", sans-serif;

  font-size: 14px;

  line-height: 24px;

  margin: 0 0 18px 0;
}

/* Titles */

.footer-title {
  font-family: "OswaldStencil";

  font-size: 35px;

  letter-spacing: 1px;

  margin-bottom: 18px;

  position: relative;

  display: inline-block;

  color: var(--wt);
}

.footer-title::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -8px;

  width: 40px;

  height: 3px;

  background: var(--wt);

  transition: 0.35s ease;
}

.site-footer .col-lg-2:hover .footer-title::after,
.site-footer .col-lg-4:hover .footer-title::after {
  width: 100%;
}

/* Links list */

.footer-links {
  display: flex;

  flex-direction: column;

  gap: 10px;

  margin: 0;

  padding: 0;
}

.footer-links li a {
  position: relative;

  color: rgba(255, 255, 255, 0.75);

  font-family: "Oswald", sans-serif;

  font-size: 14px;

  line-height: 1.2;

  padding-left: 0;

  transition: 0.35s ease;
}

/* Nice hover underline slide */

.footer-links li a::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -5px;

  width: 0;

  height: 2px;

  background: var(--ct1);

  transition: 0.35s ease;
}

.footer-links li a:hover {
  color: #fff;

  transform: translateX(3px);
}

.footer-links li a:hover::after {
  width: 22px;
}

/* Follow us */

.footer-follow {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-top: 18px;
}

.footer-follow span {
  font-family: "OswaldStencil";

  font-size: 14px;

  letter-spacing: 1px;

  color: #fff;
}

.footer-socials {
  display: flex;

  align-items: center;

  gap: 10px;
}

/* Social hover: lift + glow + ring */

.fs-icon {
  height: 34px;

  width: 34px;

  border-radius: 100px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  transition: 0.35s ease;

  position: relative;

  outline: 1px solid rgba(255, 255, 255, 0.15);
}

.fs-icon i {
  font-size: 14px;
}

/* optional brand colors */

.fs-icon.fb {
  background: #1877f2;
}

.fs-icon.ig {
  background: #e1306c;
}

.fs-icon.tw {
  background: #1da1f2;
}

.fs-icon.gp {
  background: #db4437;
}

.fs-icon.yt {
  background: #ff0000;
}

.fs-icon::after {
  content: "";

  position: absolute;

  inset: -6px;

  border-radius: 999px;

  background: radial-gradient(circle, rgba(214, 0, 38, 0.35), transparent 60%);

  opacity: 0;

  transition: 0.35s ease;
}

.fs-icon:hover {
  transform: translateY(-3px);
  /* outline-color: rgba(255, 255, 255, 0.35); */
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

.fs-icon:hover::after {
  opacity: 1;
}

.footer-contact {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin: 0;

  padding: 0;
}

.footer-contact li {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  color: rgba(255, 255, 255, 0.78);

  font-family: "Oswald", sans-serif;

  font-size: 14px;

  line-height: 22px;
}

.footer-contact li a {
  color: rgba(255, 255, 255, 0.78);

  transition: 0.35s ease;
}

.footer-contact li a:hover {
  color: #fff;

  text-decoration: underline;

  text-decoration-color: var(--ct1);
}

.fc-ico {
  min-width: 26px;

  height: 26px;

  border-radius: 6px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  /* background: rgba(214, 0, 38, 0.95); */

  color: #fff;

  transition: 0.35s ease;
}

.footer-contact li:hover .fc-ico {
  transform: translateY(-2px);

  box-shadow: 0 10px 18px rgba(214, 0, 38, 0.25);
}

.footer-bottom {
  margin-top: 40px;

  background: var(--ct1);

  padding: 14px 0;
}

.footer-bottom-wrap {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;

  color: #fff;

  font-family: "Oswald", sans-serif;

  font-size: 13px;
}

.footer-policy,
.footer-copy-link h6 {
  color: #fff;

  font-family: "Oswald", sans-serif;

  font-size: 16px;

  position: relative;

  transition: 0.35s ease;
}

.footer-policy::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  transition: 0.35s ease;
}

.footer-policy:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: #fff;
}

.footer-policy:hover::after {
  width: 100%;
}

.footer-copy-link {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;
}

/*Footer Css Ends */
