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

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;
}

/* 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: "thundernovabold";
  src: url("../fonts/thundernovabold.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: start;
  height: 45px;
  border: 1px solid #fff;
  background-color: #030750;
  padding: 0;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  background-color: #0186e9;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #0186e9;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%)
    hue-rotate(115deg) brightness(110%) contrast(100%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 45px;
  border: 1px solid #0000;
  background-color: #030750;
  padding: 0;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover {
  background-color: #0186e9;
  border: 1px solid #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #0186e9;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-txt {
  background-color: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme2 span.theme2-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme2:hover span.theme2-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(19%) saturate(0%)
    hue-rotate(115deg) brightness(110%) contrast(100%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme3 {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #0000;
  outline: none;
  background-color: #ff5800;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme3:hover {
  background-color: #000;
  border: 1px solid #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme3 span.theme3-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  overflow: hidden;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme3:hover span.theme3-txt {
  color: #fff;
  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: "thundernovabold";
  font-size: 60px;
  line-height: 65px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-family: "thundernovabold";
  font-size: 80px;
  line-height: 85px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h3 {
  font-family: "thundernovabold";
  font-size: 35px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "thundernovabold";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "thundernovabold";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "thundernovabold";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;
}

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: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.menuSec {
  padding: 5px 0;
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #ff5800;
}
#responsive-menu {
  display: none !important;
}
/* .menuSec img {
    margin: 0;
} */
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 12%;
  height: 100%;
}

.header-logo a {
  position: relative;
  z-index: 9;
  border-radius: 500px;
  overflow: hidden !important;
}
.menu-box ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.menu-box ul li a:hover {
  color: #fff;
}

.menu-box ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid #0081e6;
  transition: ease-out;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.menu-box ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 0;
  background-color: #0081e6;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.menu-box ul li a:hover::after {
  height: 100%;
  transition: ease-out;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.menu-box ul li a.active::after {
  height: 100%;
}

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

.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;
}

.topSec {
  width: 100%;
}

.socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #0081e6;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a:hover i {
  color: #0081e6;
  transition: ease-out;
  transition-duration: 0.5s;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* Header Css Ends */

/* Banner Css Starts */

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

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #030750e8;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.banner_text p {
  color: #fff;
  opacity: 1;
}

.banner-brand-main {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 30px;
  width: 100%;
}

.banner-brand ul {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.banner-bottom-img-main {
  margin: -30% 0 0 0;
  position: relative;
  z-index: 9;
}

.banner-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 655px;
  width: 100%;
}

.banner-bottom-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-caption .container,
.carousel-caption .row {
  display: flex;
  align-items: start;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin: 130px auto 0 auto;
}

.carousel-item {
  height: 120vh;
}

/* Banner Css Ends */

/* Service Sec Css Starts */

.service-heading-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 50px 0;
}

.service-heading-title {
  width: 55%;
}

.service-heading-txt {
  width: 35%;
}

.service-card-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
  text-align: center;
  /* padding: 2px; */
  border: 1px solid #03075038;
  margin: 0 0 50px 0;
  transition: ease-in;
  transition-duration: 0.8s;
}

.service-card-main:hover {
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.8s;
}

.service-card-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 0;
  width: 100%;
  background-color: #030750;
  z-index: -1;
  transition: ease-in;
  transition-duration: 0.8s;
}

.service-card-main:hover::before {
  height: 100%;
  transition: ease-out;
  transition-duration: 0.8s;
}

.service-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 355px;
  width: 100%;
  overflow: hidden;
}

.service-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.service-card-img a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: ease-in;
  transition-duration: 0.5s;
}

.service-card-main:hover .service-card-img a img {
  scale: 1.1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.service-card-txt-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.service-card-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 50px 40px 50px;
}

.service-card-txt h3 {
  position: relative;
}

.service-card-txt h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.service-card-txt h3:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.service-card-txt h3,
.service-card-txt p {
  transition: ease-in;
  transition-duration: 0.8s;
}

.service-card-main:hover .service-card-txt h3,
.service-card-main:hover .service-card-txt p {
  color: #fff;
  opacity: 1;
  transition: ease-in;
  transition-duration: 0.5s;
}

.service-card-btn {
  position: absolute;
  bottom: -13%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.service-card-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #0186e9;
  border: 1px solid #0000;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.service-card-btn a:hover {
  background-color: #fff;
  border: 1px solid #000;
  border-style: dashed;
  transition: ease-out;
  transition-duration: 0.5s;
}

.service-card-btn a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.service-card-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(91%) saturate(6683%)
    hue-rotate(49deg) brightness(80%) contrast(98%);
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Service Sec Css Ends */

/* About Us Sec Css Starts */

section.about-sec {
  position: relative;
  padding: 0 0 100px 0;
}

section.about-sec .container {
  position: relative;
  z-index: 999;
}

section.about-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 100px 0;
}

section.about-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  background: #030750e8;
}

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

.about-heading {
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: end;
  padding: 100px 0 0 0;
}

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

.about-bottom-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 50px;
  background-color: #ff5800;
  gap: 30px;
  position: absolute;
  top: 33%;
  right: 0;
  width: 60%;
}

.about-list-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.about-list ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.about-list ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.about-list-btn-main {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.about-bottom-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 60px;
  padding: 30px;
  background-color: #0186e9;
  width: 45%;
}

.about-bottom-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.about-bottom-txt h3 {
  font-size: 41px;
  line-height: 1;
  color: #fff;
}

.about-bottom-txt h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.about-bottom-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}

.about-bottom-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-txt p {
  color: #fff;
  opacity: 1;
}

.about-list ul li p {
  color: #fff;
  opacity: 1;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 900px;
  width: 100%;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* About Us Sec Css Ends */

/* Contact Us Sec Css Starts  */

section.contact-sec {
  position: relative;
  background-image: url("../images/contact-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 80px 0;
}

section.contact-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: #0186e9cf;
}

section.contact-sec::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  width: 70%;
  z-index: 0;
  background-color: #fff;
}

section.contact-sec .container {
  position: relative;
  z-index: 999;
}

.contact-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  padding: 0 0 100px 0;
}

.contact-heading-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.contact-heading h2,
.contact-heading p {
  color: #fff;
  opacity: 1;
}

.contact-heading p {
  width: 80%;
}

.contact-form-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 40px;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #00000026;
}

.contact-form-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.contact-form-input-main {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
}

.contact-form-input-main input,
.contact-form-select-main select,
.contact-form-input-main textarea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px 0;
  height: 50px;
  padding: 0 20px;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.contact-form-select-main select {
  cursor: pointer;
}

.contact-form-input-main textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form-input-main input::placeholder,
.contact-form-input-main textarea::placeholder {
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.contact-form-input-main input:hover,
.contact-form-select-main select:hover,
.contact-form-input-main textarea:hover {
  box-shadow: 0 0 20px 0 #00000026;
  transition: ease-out;
  transition-duration: 0.5s;
}

.contact-form-input-main input:focus,
.contact-form-select-main select:focus,
.contact-form-input-main textarea:focus {
  color: #fff;
  background-color: #0186e9;
  transition: ease-in;
  transition-duration: 0.5s;
}

.contact-form-input-main input:focus::placeholder,
.contact-form-select-main select:focus::placeholder,
.contact-form-input-main textarea:focus::placeholder {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

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

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

.testi-card-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  /* gap: 20px; */
  outline: none;
}

.testi-card-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  padding: 30px 20px;
  /* background-color: #fff; */
  border-radius: 5px;
  overflow: hidden;
  height: 305px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/testi-card-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.testi-card-main:hover::before {
  filter: brightness(0) saturate(100%) invert(43%) sepia(62%) saturate(4193%)
    hue-rotate(360deg) brightness(101%) contrast(106%);
}

.testi-card-main:hover .testi-card-top-quote img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(33deg) brightness(102%) contrast(109%);
}

.testi-card-txt-main {
  position: relative;
}

.testi-card-quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testi-card-quote img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.testi-card-user-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.testi-card-user-txt h4 {
  font-size: 30px;
  line-height: 1;
  color: #030750;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-user-txt h4 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-user-txt h5 {
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-user-txt h5 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-txt {
  position: relative;
  z-index: 9;
}

.testi-card-txt p {
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-txt p {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-user-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.testi-card-user-main::before {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 40%;
  border-bottom: 1px solid #0186e9;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testi-card-main:hover .testi-card-user-main::before {
  border-bottom: 1px solid #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testi-card-star ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2px;
}

.testi-card-star ul li a i {
  color: #f39f1e;
  font-size: 14px;
}

.testi-card-bottom-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: -10px 0 0 20px;
}

.testi-card-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
}

.testi-card-bottom-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.testi-card-bottom-txt h5 {
  font-size: 20px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.testi-card-bottom-txt h6 {
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  color: #000000a6;
  text-transform: capitalize;
  font-weight: 500;
}

/* Contact Us Sec Css Ends */

/* Choose Sec Css Starts */

.choose-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.choose-list-box ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.choose-list-box ul li .choose-list-main {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.choose-list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #ff5800;
  border-radius: 100px;
  overflow: hidden;
}

.choose-list-txt {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.choose-list-txt h4 {
  font-size: 40px;
  line-height: 1;
  color: #030750;
}

.gallery-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 665px;
  width: 100%;
}

.choose-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Choose Sec Css Ends */

/* Gallery Sec Css Stars */

section.gallery-sec {
  padding: 80px 0 100px 0;
}

.gallery-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  /* padding: 5px; */
}

.gallery-img-main a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 10px;
}

.gallery-img-main a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.gallery-img-main a img.gallery-larger {
  height: 590px;
}

.gallery-img-main a img.gallery-large {
  height: 445px;
}

.gallery-img-main a img.gallery-small {
  height: 250px;
}

.gallery-img-main img:hover {
  scale: 1.1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.gallery-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #030750;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0;
  margin: 10px;
}

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

/* Gallery Sec Css Ends */

/* Footer Css Starts */

footer {
  padding: 40px 0;
}

.footer-main {
  background-color: #030750;
}

.footer-news-box {
  background-color: #0186e9;
  padding: 30px 60px;
}

.footer-news-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-news-txt-main {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.footer-news-input-main {
  width: 50%;
}

.footer-news-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
}

.footer-news-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-news-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}

.footer-news-txt h3 {
  font-size: 55px;
  line-height: 1;
  color: #fff;
  letter-spacing: 6px;
}

.footer-news-txt p {
  color: #fff;
  opacity: 1;
}

.footer-news-input-main form {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
}

.footer-news-input {
  width: 100%;
  height: 100%;
}

.footer-news-input input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  border: 1px solid #0000;
}

.footer-news-input input::placeholder {
  color: #a39f9f;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  border: 1px solid #0000;
}

.footer-news-btn {
  width: 50%;
}

footer {
  padding: 40px 60px 20px 60px;
}

.footer-link-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.footer-heading {
  position: relative;
  width: 70%;
  padding: 0 0 20px 0;
}

.footer-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff52;
}

.footer-heading h5 {
  position: relative;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}

.footer-link-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.footer-link-main {
  width: 100%;
}

.footer-link-main ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.footer-link-ex ul {
  column-count: 2;
  display: block;
}

.footer-link-ex ul li {
  margin: 0 0 30px 0;
}

.footer-link-main ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer-link-ex ul li a {
  justify-content: start;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-link-main ul li img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

.footer-link-main ul li p {
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  font-weight: 300;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-link-main ul li a:hover p {
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.footer-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #0081e6;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover {
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-socials ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-socials ul li a:hover i {
  color: #0081e6;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-copy-main {
  border-top: 1px solid #ffffff52;
  padding: 20px 60px;
  position: relative;
}

.footer-copy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy-txt p {
  color: #fff;
  opacity: 1;
}

.footer-copy-txt p a {
  position: relative;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-copy-txt p a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  width: 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-copy-txt p a:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-top {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0186e9;
}

.footer-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.footer-top a i {
  color: #fff;
  font-size: 16px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.footer-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.footer-logo a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Footer Css Ends */

/*Media Query Starts*/

@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -44% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1801px) and (max-width: 1900px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -42% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  .menu-box ul li a {
    padding: 0 9px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  .banner-bottom-img-main {
    margin: -40% 0 0 0;
  }

  .menu-box ul li a {
    padding: 0 9px;
  }

  /* Home css Ends */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  /* Fonts css Starts */

  /* Fonts css Ends */

  /* Buttons css Starts */

  /* Buttons css Ends */

  /* Home css Starts */

  /* Home css Ends */
}

/*Media Query End*/




/* Services Css Start */

.banner_text.inner-banner-text {
    font-size: 80px;
    justify-content: center;
    align-items: center;
}

.banner_text.inner-banner-text h1 {
    font-size: 80px;
}
.services-page-ul ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.services-page-ul ul li {
    height: 50px;
    width: 50px;
    background: #0186e9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    font-family: 'thundernovabold';
    color: #fff;
}

.services-page-ul ul li:hover {
    background: #ff5800;
}


/* Services Css End */

/* Services Detail Css Start */

.service-detail-img img {
    width: 100%;
}


/* Services Detail Css End */

.testi-card-box.inner-testi-pg{
    padding: 0px 0px;
    outline: unset;
}

.testi-card-maina{
  background-image: url(../images/testi-bg-imginner.png);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 14px;
  padding: 30px 40px;
  /* background-color: #fff; */
  /* border-radius: 5px; */
  /* overflow: hidden; */
  height: 316px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.testi-card-maina p {
    font-style: italic;
    font-size: 16px;
    line-height: 30px;
}
/* .testi-card-maina:hover {
    filter: brightness(0) saturate(100%) invert(43%) sepia(62%) saturate(4193%) hue-rotate(360deg) brightness(101%) contrast(106%);
}
.testi-card-maina:hover .testi-card-top-quote img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(33deg) brightness(102%) contrast(109%);
} */





/* about page */

.inner_abt_page {
  background-color: #f3edec;
  position: relative;
  padding: 100px 0;

}

.inner_abt_page .container {
  position: relative;
  z-index: 999;
}

.inner_abt_page .about-heading h2 {
  color: #030750;
}

.inner_whu_sec {
  position: relative;
  padding: 120px 0;
}

.inner_whu_sec .container {
  position: relative;
  z-index: 999;
}

section.inner_whu_sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}

section.inner_whu_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #030750e8;
}

.inner_whu_sec h2,
.inner_whu_sec h4 {
  color: #f3edec;
}

.inner_whu_sec p {
  color: #a3a5bf;
}

.brand_slider_sec {
  padding: 80px 0;
  background-color: #f3edec;
}

.brand_img img {
  height: 160px;
  width: 160px;
  object-fit: contain;
}

.brand_slid .slick-slide {
  opacity: 1;
}

/* gallery page */


.gallery_sec {
  background-color: #f3edec;
  padding: 100px 0;
}

.gallery_sec .container-fluid {
  padding: 0 5%;
}

.glry_main a img {
  height: 330px;
  object-fit: cover;
  width: 100%;
}

.glry_main {
  margin-bottom: 30px;
}

/* gallery page */


/* contact */

.contact {
  background-color: #f3edec;
  padding: 100px 0;
}

.contact_right form input,
.contact_right form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cccccc;
  font-size: 16px;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
  color: #000000;
}

.contact_right form textarea {
  resize: none;
  min-height: 170px;
}

.contact_left h2 {
  font-size: 70px;
  margin-bottom: 20px;
}

.contact_left p {
  color: #000000;
  margin-bottom: 50px;
  font-size: 15px;
}

.con_icon {
  color: #f98128;
  font-size: 35px;
}

.con_txt span {
  color: #403f3f;
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.contact_left ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.contact_left ul li {
  margin-bottom: 40px;
}

.map {
  margin-top: 50px;
}

.cont_page_soc .footer-socials ul {
  gap: 10px;
}

/* contact */

/* Get A Quote */

.quotepage {
  background-color: #f3edec;
  padding: 100px 0;
}

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

.quotepage_heading h2 {
  font-size: 85px;
}

.quotepage_heading p {
  width: 55%;
  margin: 0 auto;
}

.quotepage_form form input,
.quotepage_form form textarea,
.quotepage_form form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  font-size: 16px;
  background-color: transparent;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
}

.quotepage_form form input::placeholder,
.quotepage_form form textarea::placeholder,
.quotepage_form form select {
  color: #333333;
}

.quotepage_form form textarea {
  resize: none;
  min-height: 270px;
}

.quotepage_form form select {
  background: #ffffff00 url(../images/selectarrow.png) no-repeat 95%;
}

/* Get A Quote */

/* blogs page */

.blogs {
  background-color: #f3edec;
  padding: 100px 0;
}

.blogs .container-fluid {
  padding: 0 5%;
}

.blog_img img {
  width: 100%;
  object-fit: cover;
  height: 370px;
}

.blog_main {
  margin-bottom: 30px;
}

span.orange_title {
  color: #ffffff;
  background: #e97d1a;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
}

.blog_txt ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin: 20px 0 10px;
}

.blog_txt ul li {
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0186e9;
}

.blog_txt ul li:nth-child(2) {
  color: #7c7c7c;
}

.blog_txt h3 {
  font-size: 32px;
  padding-bottom: 20px;
}

.blog_txt {
  padding: 30px 30px 20px 0px;
}

.blog_txt a {
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #0186e9;
  text-decoration: underline;
  padding-top: 20px;
  position: relative;
  display: block;
  width: 80%;
}

.blog_txt a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px dashed #0000003b;
  width: 100%;
  height: 10px;
  z-index: 99;
}

.blog_txt a::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  border-top: 1px dashed #0000003b;
  width: 100%;
  height: 10px;
  z-index: 99;
}

.custom-pagination li a.active {
  background-color: #ff5800;
  color: rgb(255, 255, 255);
  border-color: #ff5800;
}

.custom-pagination li a {
  font-weight: 500;
  display: block;
  height: 70px;
  width: 70px;
  background-color: #0186e9;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.2s ease;
  border: 1px solid #ebebeb;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: "thundernovabold";
}

.custom-pagination {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 10px;
}

.pagination_btns {
  text-align: center;
  margin-top: 50px;
}

/* blogs page */

/* blogs detail */

.blogs_detail {
  background-color: #f3edec;
  padding: 100px 0;
}

.blogs_detail .container-fluid {
  padding: 0 5%;
}

.blogs_detail_img img {
  width: 100%;
  object-fit: cover;
  height: 560px;
}

.blogs_detail_right span.orange_title {
  font-size: 22px;
}

.blogs_detail_right .blog_txt ul li {
  font-size: 23px;
}

.blogs_detail_right .blog_txt h3 {
  font-size: 40px;
}

.blogs_detail_right p {
  font-size: 15px;
}

.blogs_detail_right {
  padding: 0 60px 0 20px;
}

.blog_det_lastpara p {
  margin-top: 40px;
}

/* blogs detail */
section.main_slider.inner-banner .carousel-item.active {
    height: 900px;
}

.testi-card-maina:hover {
    filter: brightness(0) saturate(100%) invert(43%) sepia(62%) saturate(4193%) hue-rotate(360deg) brightness(101%) contrast(106%);
}