/* ======= 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: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  overflow-x: hidden;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #555;
  margin-bottom: 5px;
}

h1 {
  font-size: 60px;
}

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: "Jost", 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;
}

a {
  text-decoration: none !important;
}

span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 400;
  color: #555;
}

/* 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="file"],
textarea {
  max-width: 100%;
  margin-bottom: 10px;
  /* 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: linear-gradient(to right, #d30001 65%, #142a56 35%);
  height: 60px;
  line-height: 60px;
}

.top-head .top-area {
  display: flex;
}

.top-head .top-area li {
  display: flex;
}

.top-head .top-area li:first-child {
  padding-right: 10px;
}

.top-head .top-area li:last-child {
  padding-left: 10px;
}

#google_translate_element span {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  border: 2px solid #b03333;
  color: #b03333;
  font-weight: bold;
  font-size: 16px;
}

.top-head .top-area li a,
.top-head .top-area li p {
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.top-head .call-top li i {
  font-size: 18px !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  background: #d30001;
  border-radius: 10px;
  margin-top: 10px !important;
}

.top-head .call-top {
  justify-content: end;
}

.top-head .call-top li a {
  font-size: 26px !important;
  font-weight: 700;
  color: #ffffff;
}

.top-head .call-top li p {
  font-size: 20px !important;
  color: #ffffff;
  padding-top: 11px !important;
  margin-right: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.top-head .top-area li p {
  padding-top: 17px;
}
.work-sec img {
  margin-bottom: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.top-head .top-area li i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 17px;
  color: #000000;
}

.top-head .social-media,
.top-head .social-media li {
  display: flex;
  /* justify-content: end; */
  padding-left: 0;
}

.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: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #010101;
  font-family: "Inter", sans-serif;
}
.dropdown-item,
.dropdown-item {
  color: #000 !important;
}

.nav-section .navbar ul li.dropdown-area {
  position: relative;
}

.nav-section .navbar ul li.dropdown-area:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(10px);
  visibility: visible;
}
.navbar-brand {
  width: 100px;
}

.nav-section .navbar ul li.dropdown-area .dropdown-menu {
  position: absolute;
  display: block !important;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.5s;
  min-width: 15%;
  background: #f27a26;
  border: 0;
  visibility: hidden;
}

.nav-section .navbar ul li.dropdown-area .dropdown-menu li {
  padding-right: 0;
  padding-bottom: 6px;
}

.nav-section .navbar ul li.dropdown-area .dropdown-menu li a {
  text-transform: capitalize;
  padding: 10px !important;
}

.nav-section .navbar ul li {
  padding-right: 10px;
}

.nav-section .navbar ul li a.main-btn {
  margin-top: 0;
  font-size: 18px;
  padding: 10px 20px;
  background: #d30001;
  color: #ffffff;
  display: inline-block;
}

.nav-section .navbar ul li a.main-btn i {
  color: #ffffff;
}

.nav-section .navbar ul li a.main-btn:hover i {
  color: #fff;
}

.nav-section .navbar ul li a.main-btn::before {
  background: #142a56;
}

.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: #d30001 !important;
  color: #fff !important;
}

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

/* .nav-section .navbar .dropdown .dropdown-menu li:hover a {
  color: #fff;
} */
.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: #032f5e;
  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: #d30001;
}

.nav-section .navbar form .form-select {
  width: 50%;
  margin-left: 20px;
  background-image: url(../img/dw.png) !important;
}

.call-area {
  background: #d30001;
  border-radius: 6px;
}

.call-area a {
  color: #fff !important;
}

.call-area i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-size: 15px;
}

/* Nav section style end */

/* banner style start */

.carousel-inner {
  position: relative;
  z-index: 1;
}

.carousel-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /*   background: #142850b7; */
}

.carousel-fade .carousel-item {
  height: 850px !important;
  position: relative;
}

.carousel-fade .carousel-item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #2a2a2ab7;
  top: 0;
  left: 0;
}

.carousel-fade .carousel-item::before {
  width: 100%;
  height: 85px;
  position: absolute;
  content: "";
  background: url(../img/White-Bottom-1920w.webp) no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.banner-list li {
  display: inline-block;
  margin-right: 20px;
}

.banner-list li i {
  position: relative;
  top: 4px;
  padding-right: 14px;
  font-size: 25px;
  color: #d30001;
  font-weight: 700;
}
.banner-list li i:after {
  position: absolute;
  content: "";
  top: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

/* .banner-list{
	display: flex;
} */
.banner-list li {
  font-size: 19px;
  font-weight: 600;
}

.banner-sec .banner-btn {
  padding: 14px 25px;
  background: #d30001;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s;
  width: 220px;
}

.banner-sec .banner-btn:hover {
  background: #263a6d;
  color: #ffffff;
}

.banner-sec .service-btn {
  padding: 14px 45px;
  background: #263a6d;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s;
  width: 220px;
}

.banner-sec .service-btn:hover {
  background: #d30001;
  color: #fff;
}

.banner-btn {
  text-transform: uppercase;
}

.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;
  z-index: 99999;
}

.carousel-item {
  position: relative;
}

.carousel-caption .banner-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 363px;
  border: 10px solid #ffffff58;
  border-radius: 10px;
  z-index: -1;
}

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

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

.carousel-caption h2 {
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  padding: 15px;
}

.carousel-caption p {
  text-align: left;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}

.carousel-caption h2 span {
  color: #fa5f13;
}

/* banner style end */

/* about style start */

.about-sec {
  padding: 80px 0 150px;
  position: relative;
  background: #ffffff;
}

.about-sec .about-cont h1 {
  font-weight: 800;
  color: #d30001;
}

.about-sec .about-cont .service-btn {
  padding: 14px 45px;
  background: #142a56;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s;
  text-transform: uppercase;
  font-size: 17px;
  transition: 0.5s;
}
.about-sec .about-cont .service-btn:hover {
  background: #d30001;
  color: #ffffff;
}

.about-sec .about-image-area {
  position: relative;
}

.about-sec .about-image-area .ex-area {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #d30001;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding-top: 23px;
  border: 8px solid #fff;
}

.about-sec .about-image-area .ex-area h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.about-sec .about-image-area .ex-area p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  padding-top: 5px;
}

.about-image1 {
  height: 517px;
  overflow: hidden;
  border-radius: 10px;
}

.about-image2,
.about-image3 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* .about-sec .about-image-area .ex-area h3{
text-align: center;
} */

/*.about-image1{*/
/*  width: 300px;*/
/*  height: 375px;*/
/*  overflow: hidden;*/
/*  border-radius: 16px;*/
/*}*/
/*.about-image2{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 20px;*/
/*  overflow: hidden;*/
/*  width: 304px;*/
/*  height: 190px;*/
/*  border-radius: 16px;*/
/*}*/
/*.about-image3{*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 20px;*/
/*  overflow: hidden;*/
/*  width: 302px;*/
/*  height: 177px;*/
/*  border-radius: 16px;*/
/*}*/
.about-sec .about-image-area .swift-cont {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0.5rem 1rem #00000022;
  border-radius: 10px;
  z-index: 9;
  width: 90%;
  padding: 30px;
}

.about-sec .about-image-area .swift-cont p {
  margin-bottom: 0;
}

.about-sec .about-image-area .swift-cont p a {
  color: #142a56;
  text-decoration: none;
}

.about-sec .about-image-area .swift-cont .call-now {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
}

.about-sec .about-image-area .swift-cont .call-now i {
  width: 90px;
  height: 90px;
  background: #d30001;
  color: #fff;
  border: 10px solid #fff;
  box-shadow: 0 0 3px #00000033;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  border-radius: 50%;
}

/* about style end */

/* service style start */
.service-sec {
  padding: 80px 0 35px;
  position: relative;
  /* background: linear-gradient(15deg, #01014d, #01014d), url(../img/Stones.jpg) no-repeat; */
  background: #263a6d;
  background-size: cover;
}

.service-sec .service-head h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

.service-sec .service-head p {
  color: #fff;
}

.service-slide {
  position: relative;
  z-index: 1;
  /* background: linear-gradient(15deg, #01014d, #01014d), url(../img/Stones.jpg) no-repeat; */
  background: #263a6d;
  background-size: cover;
  padding-bottom: 100px;
}

.service-slide .owl-carousel .owl-stage-outer {
  top: -100px !important;
}

/* .service-slide::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 380px;
  width: 100%;
  background: #121756c9;
  z-index: -1;
  overflow: hidden;
} */
.service-slide::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: url(../img/line.png) repeat;
  opacity: 0.3;
  background-size: contain;
}

.service-slide .item {
  height: 500px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin: 0 10px;
}

/* .service-slide .item::before{
position: absolute;
top: 0;
left: 0;
background: #1428509b;
content: "";
width: 100%;
height: 100%;
z-index: -1;
} */
.service-slide .service-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-slide .service-slider .item .content {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 999;
  transition: 0.9s;
  opacity: 0;
}

.service-slide .service-slider .item:hover .content {
  opacity: 1;
  bottom: -15%;
}

.service-slide .service-slider .item .content h3,
.service-slide .service-slider .item .content p {
  color: #fff;
}

.service-slide .service-slider .item .content h3 {
  color: #f27a26;
  font-size: 30px;
  font-weight: 700;
}

.service-slide .service-slider .item .content .learn-btn {
  padding: 13px 25px;
  border-radius: 8px;
  background: #f27a26;
  color: #142850;
  font-weight: 700;
  font-size: 19px;
  text-decoration: none;
  transition: 0.6s;
}

.service-slide .service-slider .item .content .learn-btn:hover {
  background: #fff;
}

.service-sec .service-head {
  margin-bottom: 20px;
  margin-bottom: 40px;
}

.service-sec .service-head h6 {
  font-size: 20px;
  font-weight: 600;
}

.service-sec .service-item {
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  margin-bottom: 30px;
  /*padding-bottom: 20px;*/
  background: #fff;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.service-sec .service-item:hover::after {
  right: -90px;
  top: -160px;
}

.service-sec .service-item .service-content p {
  margin-bottom: 0;
}

.service-sec .service-item .service-img {
  width: 100%;
  height: 295px;
  overflow: hidden;
  /* position: relative; */
  transition: 0.9s;
}

.service-sec .service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-sec .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service-sec .service-item .service-content {
  padding: 0 0 10px 0;
  position: relative;
}

.service-sec .service-item .service-content .service_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 19px;
  background: #0c7908;
  margin: auto;
  border: 3px solid #fff;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
}

.service-sec .service-item .service-content .service_icon img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(7059%)
    hue-rotate(359deg) brightness(99%) contrast(112%);
}

.service-sec .service-item .service-content h3 {
  color: #fff;
  font-weight: 600;
  /*text-align: center;*/
  background: #105081;
  padding: 10px 10px 10px 22px;
  width: 80%;
  /*margin: auto;*/
  font-size: 27px;
  margin-top: 0;
  position: relative;
  z-index: 1;
  /*border-radius: 0 20px 20px 0;*/
}

.service-sec .service-item .service-content h3::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 53px 47px;
  border-color: transparent transparent #fff transparent;
}

.service-sec .service-item .service-content .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 17px;
  margin: auto;
}

.service-sec .service-item .service-content p {
  line-height: 23px;
}

/* service style end */

/* whats makes style start */
.what-makes {
  padding: 80px 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background: #d30001;
}

.what-makes::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 85px;
  background: url(../img/White-Bottom-1920w.webp) no-repeat;
  background-size: cover;
}

.what-makes h1 {
  position: relative;
  color: #ffffff;
  font-weight: 700;
}

.what-makes h1::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 20px;
  content: "";
  background: url(../img/carrow.webp) no-repeat;
  background-size: contain;
  bottom: -35px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%)
    hue-rotate(341deg) brightness(100%) contrast(103%);
}

.what-makes .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #142a56;
  padding: 30px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

.what-makes .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(245deg) brightness(105%) contrast(101%);
}

.what-head {
  margin-bottom: 70px;
}

.what-makes .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #d30001;
}

.what-box {
  background: #fff;
  padding: 40px 30px 40px 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: 0.5s;
}

.what-box:hover {
  transform: translateY(-20px);
}

.what-box::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 223px;
  height: 242px;
  content: "";
  background: url(../img/hexa.webp) no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: -1;
}

.what-box .cont h4 {
  font-weight: 700;
  font-size: 21px;
}

.what-box .cont p {
  padding-top: 16px;
}

.what-makes .what-btn,
.call-sec .what-btn {
  padding: 14px 59px;
  border-radius: 6px;
  background: #142a56;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

/*  .what-btn:hover{  
  background: #01014d;
  color: #fff;
  
  } */
.what-makes .get-btn {
  padding: 14px 45px;
  border-radius: 6px;
  background: #ffffff;
  /* border: 2px solid #c82025;*/
  color: #000;
  font-weight: 700;
  font-size: 19px;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
}

.work-sec .what-btn {
  padding: 14px 45px;
  border-radius: 6px;
  background: #ffffff;
  /* border: 2px solid #c82025;*/
  color: #000;
  font-weight: 700;
  font-size: 19px;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  /* margin-left: 20px; */
}

.get-btn {
  padding: 14px 45px;
  border-radius: 6px;
  background: #ffffff;
  /* border: 2px solid #c82025;*/
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  transition: 0.5s;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
}

/*   .get-btn:hover{  
      background: #000;
      color: #fff;
	   border: 2px solid #000
      
      } */
/* what makes style end */
/* work sec style start */
.work-sec {
  padding: 70px 0;
  background: #fff;
  position: relative;
  z-index: 9;
}

.work-sec::before {
  position: absolute;
  bottom: -85px;
  left: 0;
  content: "";
  width: 100%;
  height: 85px;
  background: url(../img/bottom-line.png) no-repeat;
  background-size: cover;
  /* z-index: -1; */
}

.work-sec .work-img {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.work-sec .work-cont h3 {
  color: #d30001;
  font-weight: 800;
  font-size: 35px !important;
}

.work-sec .work-cont p {
  font-size: 17px;
}

.small-img {
  overflow: hidden;
  border-radius: 10px;
}

.work-cont-area {
  padding: 25px;
  border-radius: 10px;
  border-left: 7px solid #142a56;
  background-color: #142a561c;
  margin-top: 15px;
}

.work-sec .what-btn {
  background: #d30001;
  color: #fff;
}
.work-sec .what-btn:hover {
  color: #fff;
}

.work-cont-area p {
  font-weight: 600;
  color: #000;
}

.work-sec .get-btn {
  background: #142a56;
  border: 0;
  transition: 0.5s;
  color: #fff !important;
}

.work-sec .get-btn:hover {
  background: #d30001 !important;
  border: 0;
  color: #fff !important;
}

.work-sec .what-btn:hover {
  background: #142a56;
  color: #fff;
}

/* work sec style end */

/* call-sec style start */
.call-sec {
  padding: 180px 0 80px;
  position: relative;
  z-index: 1;
  /* background: linear-gradient(15deg, #01014d, #01014d), url(../img/call-bg.jpg) no-repeat; */
  background-color: #263a6d;
  background-size: cover;
}

.call-sec::before {
  position: absolute;
  bottom: -23px;
  left: 0;
  content: "";
  width: 100%;
  height: 85px;
  background: url(../img/White-Bottom-1920w.png) no-repeat;
  background-size: contain;
  z-index: 9999;
}

.call-sec .call-cont a {
  background: #d30001;
  color: #ffffff;
}

.call-sec .call-cont a:hover {
  background: #ffffff;
  color: #d30001;
}

.call-cont h3 {
  font-weight: 700;
  font-size: 37px;
  color: #fff;
}

.call-cont h3 span {
  color: #d30001;
}

.call-cont p {
  color: #fff;
  font-size: 19px;
}

.form-area {
  padding: 50px;
  background: #fff;
  border: 7px solid #d30001;
  border-radius: 10px;
  position: relative;
  /*   top: -117px; */
  z-index: 1;
}

.form-area .form-control {
  background: #ececec;
}

.form-area input,
.form-area select {
  height: 55px;
  margin-bottom: 20px;
  appearance: auto;
}

.form-area label {
  font-weight: 700;
  color: #000;
}

.form-area input[type="submit"] {
  background: #d30001;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
}

/* .form-area input[type="submit"]:hover{
background: #01014d;
color: #fff !important;
} */

/* call sec style end */

/* testimonial style start */
.client {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0;
}

.client::before {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 700px;
  height: 700px;
  background: url(../img/Quote.webp) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.6;
}

.client .slide:after {
  display: none;
}

.client .carousel-inner::after {
  display: none;
}

.clients-sec .testimonial_slider .slide:before,
.clients-sec .testimonial_slider .slide:after {
  display: none;
}

.clients-sec .testimonial_slider .slide {
  padding: 40px 0;
}

.client .quote i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  background: #d30001;
}

.client .quote {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
}

.client .quote::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 25px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 29px 11px 0 11px;
  border-color: #d30001 transparent transparent transparent;
  transform: rotate(27deg);
}

.client .client-star {
  display: flex;
  justify-content: center;
}

.client .client-star li {
  display: flex;
}

.client .client-star li i {
  color: #f5b209;
  font-size: 17px;
}

.client .client-cont {
  text-align: center;
}

.client .push-right {
  display: flex;
  justify-content: center;
}

.client .push-right .btn {
  border-radius: 100%;
}

.client .push-right .btn-outline-secondary {
  color: #fff !important;
  border-color: #fff !important;
  transition: 0.5s;
  background: #d30001 !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client .push-right .btn-outline-secondary:hover {
  background: #142a56 !important;
}

.client .carousel-item {
  height: auto;
  text-align: center;
}

/* testimonial style end */

/* stay-sec style start */
.stay-sec {
  padding: 30px 0;
  background: #d30001;
}
.stay-area .envelop i {
  font-size: 60px;
  color: #fff;
  padding-right: 20px;
}

.stay-area .stay-content h3 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
}

.stay-area .stay-content p {
  color: #fff;
}

.stay-form li input {
  height: 60px;
}

.stay-form {
  margin-top: 20px;
}

.stay-form li {
  margin-right: 15px;
}

.stay-form input[type="submit"] {
  background: #142a56;
  width: 100%;
  padding: 14px 82px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

/* stay-sec style end */

/* Main button  */
.main-btn {
  text-decoration: none;
  padding: 12px 30px;
  background: #d30001;
  border-radius: 7px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  transition: 1s;
  z-index: 1;
}

.main-btn.book-btn {
  margin-left: 20px;
  background: #000;
}

.main-btn.book-btn::after,
.main-btn.book-btn::before {
  background: #d30001;
}

.main-btn:hover:after {
  bottom: 70px;
}

.main-btn::before {
  position: absolute;
  content: "";
  bottom: -106px;
  left: -248px;
  width: 232px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  transition: 0.8s;
  /* transition-delay: 0.6s; */
  z-index: -1;
}

.main-btn:hover:before {
  left: -20px;
}

.main-btn:hover {
  color: #01014d;
}

.know-btn::before {
  background: #0c7908;
}

/* main button style end */

/* project-sec style start */
.project-sec {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#160360, #160360),
    url(../img/pro_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}

.project-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #0000007b;
  top: 0;
  left: 0;
  z-index: -1;
}

.project-sec .project-content h6 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.project-sec .project-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}

.project-sec .main-btn.pro-btn {
  background: #0c7908;
  color: #ffffff;
}

.project-sec .main-btn.pro-btn::before {
}

/* For gallery style start */

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

#gallery .img-wrapper::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid #d30001;
  z-index: -1;
  transition: 0.5s;
}

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

#gallery .img-wrapper img {
  width: 100%;
}

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

#gallery .img-wrapper .img-overlay {
  background: #032f5ea3;
  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;
  }
}

/* project-sec style end */

/* testimonial style start */

/* =======  Testimonials style ======= */
.testimonials {
  padding: 80px 0;
  /* background: #0096c8; */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonials h2 span {
  color: #df170d;
}

.testimonials .mini-head {
  margin-bottom: 0;
}

.testimonials .para p {
  color: #000;
}

.testi-head h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.testi-head h6 {
  color: #0e0e0e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.review-box {
  background: #e9e9e9;
  border-radius: 7px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.review-box .google {
  width: 50px;
  height: 50px;
}

.review-box .star i {
  font-size: 23px;
  color: #ffc107;
}

.review-box .review-button {
  margin-top: 10px;
}

.review-box p {
  padding-left: 78px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.review-box .review-button i {
  padding-right: 20px;
}

.review-box .review-button a {
  font-size: 17px;
}

.review-box .review-button a i {
  font-size: 20px;
}

/* testimonials */
.testimonials h5 {
  font-size: 24px;
  margin-bottom: 7px;
}

.testimonials .item .client-desk p.star-para {
  padding-left: 70px;
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  left: 26px;
}

.testimonials .item .quote img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(66%) saturate(2093%)
    hue-rotate(190deg) brightness(91%) contrast(108%);
}

.testimonials .item .client-desk .cont {
  position: relative;
  text-align: center;
  padding-top: 23px;
  padding-left: 20px;
}

.testimonials .item .client-desk .google {
  padding-top: 10px;
}

.testimonials .item .client-desk .cont h6 {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  font-weight: 400;
  line-height: 30px !important;
}

.testimonials .item .client-desk .cont h6 span {
  color: #6b6b6b;
}

.rating {
  padding-left: 18px;
}

.testimonials .item .client-desk .star i {
  color: #ffc107;
}

.testimonials-box .head-box h6 {
  position: relative;
  font-weight: 400;
  color: #555;
  font-size: 19px;
  margin-bottom: 0px;
  padding-left: 50px;
}

.quote-area {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 10px solid #032f5e;
}

.quote {
  width: 95px;
}

.testimonials .item {
  width: 86%;
  height: auto;
  padding: 10px 20px 10px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: -1px 0rem 5rem #00000012;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.testimonials .item::before {
  position: absolute;
  bottom: -8px;
  right: -30px;
  width: 244px;
  height: 136px;
  content: "";
  background: url(../img/wave.png) no-repeat;
  background-size: contain;
}

/* .testimonials .item .client-desk {
  margin-top: 16px;
} */
.testimonials .owl-carousel .owl-stage-outer {
  padding: 50px 0;
}

.testimonials .item .client-desk .client-area p {
  color: #000;
  padding-top: 20px;
  text-align: start;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.view-para {
  text-decoration: underline !important;
  color: #287ff9;
}

.testimonials-box .head-box h6:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #c6321b;
  position: absolute;
  left: 0;
  top: 50%;
}

.testimonials-box .head-box h4 {
  font-size: 27px;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 15px;
}

.testimonials-box .head-box h4 span {
  color: #000;
}

.testimonials .item {
  position: relative;
}

.testimonials .item p.v-border {
  margin-bottom: 20px;
  margin: auto;
  text-align: center;
}

.testimonials .item p {
  color: #ffffff;
}

.testimonials-box ul {
  display: flex;
  padding-top: 22px;
}

.testimonials-box ul li i {
  color: #ffd000;
}

.owl-next > span.ti-angle-right {
  position: absolute;
  line-height: 0;
  top: 27%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 30px;
  background: url(../../assets/img/right.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

.owl-prev > span.ti-angle-left {
  position: absolute;
  line-height: 0;
  top: 58%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26px;
  height: 30px;
  background: url(../../assets/img/left.png) no-repeat !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(245deg) brightness(107%) contrast(104%);
}

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

/* .client-desk{
      margin-top: 80px;
  } */
.testimonials .item .info {
  text-align: left;
  padding: 10px 0 10px 0px;
  /* margin-top: 20px; */
}

.testimonials .item .info .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* float: left; */
  overflow: hidden;
  /* margin: auto; */
  margin-top: 10px;
}

.testimonials .item .client-desk .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  color: #000;
  line-height: 1em;
  font-weight: 700;
}

.testimonials .item .info span {
  font-size: 14px;
  color: #555;
  margin-right: 5px;
  line-height: 1em;
}

.testimonials .item .info .rate {
  float: right;
}

/* appointment style start */
.appointment-sec {
  padding: 60px 0;
  background: #efefef;
}

.appointment-sec h5 {
  color: #0c7908;
  font-weight: 600;
}

.appoint-btn {
  padding: 15px 25px;
  border-radius: 10px;
  background: #0c7908;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  margin-left: auto;
}

.appoint-btn:hover {
  background: #081447;
  color: #fff;
}

.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: 36%;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -53px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -53px;
}

.owl-carousel .owl-nav button.owl-next span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 60px;
  color: #fff;
}

/* owl */

.contact-form {
  padding: 60px 0;
  position: relative;
  background: url(../img/contact-bg.jpg) no-repeat;
  background-size: cover;
}

.contact-form .main-form form {
  padding: 40px 20px 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0.7rem 1.3rem rgba(0, 0, 0, 0.22);
  border-bottom: 5px solid #b92121;
}

.contact-form .main-form form input {
  background: #c4c4c4;
  height: 45px;
}

.contact-form .main-form form label {
  margin-top: 15px;
}

.contact-form .main-form form textarea {
  background: #c4c4c4;
}

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

.cnt-button {
  padding: 10px 60px;
  background: #e55a29;
  border-radius: 7px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  margin-top: 20px;
}

.contact-head h1 {
  font-size: 46px;
  font-weight: 700;
}

.footer {
  padding: 60px 0 20px;
  background: linear-gradient(15deg, #0e1934, #02091a),
    url(../img/foot_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.footer .footer_logo_area p {
  color: #fff;
  font-size: 18px;
  padding-top: 17px;
}

/* .footer .footer_logo_area img{
  filter:brightness(0) saturate(100%) invert(100%) sepia(66%) saturate(0%) hue-rotate(181deg) brightness(104%) contrast(100%);
} */
.footer-logo {
  width: auto;
  padding: 15px;
}

.footer-logo {
  /* width: 200px; */
  padding: 15px;
  margin: 0 auto;
  background: #fff;
}

.contact-slide {
  background: #050935;
}

.left-area {
  background: #0c7908;
  padding: 20px 0 20px 0px;
}

.right-area {
  padding: 36px;
}

.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 .footer-button .get-btn {
  padding: 12px 30px;
  font-size: 16px;
  background: #d30001;
  color: #ffffff;
  width: 80%;
  margin-bottom: 10px;
  text-align: center;
}

.contact {
  color: #fff;
  text-decoration: none;
  /*     font-weight: 700; */
  font-size: 22px;
}

.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 h3 {
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.wideget-area p,
.wideget-area ul {
  padding-top: 10px;
}

.wideget-area ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 10px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  position: relative;
  /* padding-left: 25px; */
  transition: 0.5s;
}

.wideget-area ul li a:hover {
  transform: translateX(10px);
}

.wideget-contact-area ul li i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 30px;
}

.wideget-contact-area ul li p {
  /*     font-weight: 700; */
  padding-top: 0;
}

.wideget-contact-area ul li.facebook i {
  background: linear-gradient(15deg, #0c56b7, #1877f2);
}

.wideget-contact-area ul li.insta i {
  background: linear-gradient(15deg, #fed917, #ef1d8e, #9100db);
}

/* .wideget-contact-area ul li i {
  color: #e55a29;
  padding-top: 6px;
  padding-right: 20px;
  font-size: 28px;
} */
.wideget-contact-area h3 {
  display: inline-block;
  color: #fff;
  padding-bottom: 4px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
}

.wideget-contact-area ul {
  padding-top: 20px;
}

.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 style end */
/* footer-bottom style start */

.footer-bottom {
  padding: 10px 0;
  background: #000;
}

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

.footer-bottom a {
  color: #e55a29;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #e55a29;
}

/* Modal form start */
.modal .modal-dialog .modal-body .form-box {
  background: #ffffff;
  border-radius: 7px;
  padding: 26px 20px 10px;
  position: relative;
  /* top: -140px; */
  z-index: 11111;
}

.modal .modal-dialog .modal-body .form-box h3 {
  color: #e55a29;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-body .form-box input {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box select {
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box textarea {
  margin-bottom: 15px;
  border: 1px solid #000;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"] {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  background: #e55a29;
  width: 140px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  border: none;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"]:focus {
  background-color: #000000 !important;
  border: none !important;
}

.modal .modal-dialog .modal-body .form-box input[type="submit"].form-control {
  position: relative;
}

.modal
  .modal-dialog
  .modal-body
  .form-box
  input[type="submit"].form-control::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background: #000;
}

.modal-header {
  border: 0 !important;
}

.btn-close {
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  background: unset !important;
}

.btn-close i {
  font-size: 22px;
  color: #fff;
}

.btn-close::after {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 40px;
  height: 40px;
  content: "";
  background: #e55a29;
  z-index: -1;
  border-radius: 50%;
}

.modal-content {
  background: #e55a29 !important;
}

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

.nav-section main {
  position: relative;
}

.nav-section {
  background: #ffffff;
  position: relative;
  /* z-index: 150; */
  height: auto;
  padding: 5px 0;
  box-shadow: 1px 7px 5px #0000000d;
}

.nav-section .navbar {
  padding: 0;
  height: auto;
  /* overflow: hidden; */
}

.navbar-expand-lg .navbar-nav {
  margin-top: 10px;
}

/*.nav-section .navbar .navbar-brand{*/
/*display: none;*/
/*}*/
.nav-section-scrolled .navbar .navbar-brand {
  display: block;
}

.nav-section-scrolled .navbar .navbar-brand img {
  width: 90%;
}

.wideget-contact-area ul li i {
  color: #d30001;
  padding-top: 2px;
  padding-right: 20px;
  font-size: 28px;
}

.wideget-contact-area ul {
  padding-top: 10px;
}

.wideget-contact-area ul li p {
  color: #fff;
  font-size: 18px;
  /*     font-weight: 500; */
}

.wideget-contact-area ul li {
  display: flex;
}

.wideget-contact-area a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.wideget-contact-area a:hover {
  color: #fff;
}

/* service slider style */

.slide {
  position: relative;
}

.slide h2 {
  font-weight: bold;
}

.slide .slide_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.slide:after {
  content: "";
  background: #1428507d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slide p {
  font-size: 18px;
  line-height: 28px;
}

.cont_center {
  position: absolute;
  z-index: 1;
  top: 20%;
  padding: 0 20px;
}

.slide .slide_img img {
  max-width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
}

.slide .slide_content--headings {
  text-align: left;
  color: #fff;
}

.slide .slide_content--headings h2 {
  font-size: 24px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff;
}

.slide .slide_content--headings p {
  color: #fff;
}

.slide .slide_content--headings .animated {
  transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
  border: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -63px;
  width: 45px;
  z-index: 1;
}

.slider_area .slick-arrow.slick-next {
  right: -63px;
  left: auto;
  transition: ease-in-out 0.3s;
  z-index: 0;
}

.slider_area .slick-arrow i {
  font-size: 35px;
  transition: all 0.3s;
  padding: 5px 10px;
  color: #fff !important;
}

/* .slider_area .slick-arrow i:hover{background:#01357f;} */
.slider_area .slick-arrow:before {
  display: none;
}

.slick-active img {
  opacity: 1 !important;
}

.slide .cont_center .slide_content {
  z-index: 99;
  position: relative;
  opacity: 1 !important;
}

.slide .slide_content--headings h2 {
  opacity: 1 !important;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.slider_area .btn_area {
  margin-top: 30px;
}

.blog-sec .blog-content a {
  text-decoration: none;
  color: #00234b;
  font-weight: 700;
}

.blog-sec .blog-content a i {
  padding-left: 10px;
  color: #00234b;
}

.single_service .abt_left {
  padding: 10px;
}

.single_service img {
  float: left;
  width: auto;
  height: auto;
  margin: 0 30px 10px 0;
}

.inner_banner {
  overflow: hidden;
  position: relative;
  height: 350px;
}

.inner_banner img {
  width: 100%;
}

.inner_banner_caption {
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: 9;
}

.inner_banner_caption h1 {
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.inner_banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.singale_service img {
  float: left;
  width: 450px;
  margin: 0 30px 20px 0;
}

.singale_service h2 {
  text-align: left;
}

.singale_service {
  display: inline-block;
  width: 100%;
  padding: 60px 0;
}

.servicessingelpage:before {
  background: none;
}

/* project-sec style start */
#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
}

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

#gallery .img-wrapper .img-overlay {
  background: rgba(197, 1, 1, 0.657);
  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;
  }
}

/* For gallery style start */
.project-sec {
  position: relative;
  background: linear-gradient(#160360, #160360),
    url(../img/pro_bg.jpg) no-repeat;
  padding: 60px 0;
  background-size: cover !important;
}

.project-sec .project-content h1 {
  font-size: 42px;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  transition: 0.5s;
}

#gallery .img-wrapper img {
  width: 100%;
}

.project-sec .owl-carousel.owl-drag .owl-item {
  width: 485px !important;
}

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

#gallery .img-wrapper .img-overlay {
  background: #d3000163;
  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-wrapper .img-overlay h5 {
  position: absolute;
  left: 70px;
  bottom: 50px;
  color: #fff;
}

#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: 4%;
  right: 24%;
  cursor: pointer;
}

#exitButton:hover {
  opacity: 0.7;
}

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

/* project-sec style end */

.msg_area {
  margin-top: 0px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 70px 0;
}

.msg_area h2 {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}

.msg_area form input,
.msg_area form select,
.msg_area form textarea {
  background: #f4f5f8;
  border-radius: 8px;
  height: 60px;
  color: #000;
  margin-bottom: 20px;
}

.form_area {
  width: 100%;
}

.msg_area form input::placeholder,
.msg_area form select::placeholder,
.msg_area form textarea::placeholder {
  color: #000;
}

.msg_area form input:focus,
.msg_area form select:focus,
.msg_area form textarea:focus {
  background: #f4f5f8;
}

.msg_area form textarea {
  height: 110px;
}

.form_btn {
  color: #fff !important;
  height: 60px !important;
  font-size: 16px;
  font-weight: 600;
  background-color: #f86a31 !important;
  border-radius: 5px !important;
  margin: auto;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  padding: 0 48px;
  transition: all 0.5s;
  display: inline-block;
  text-transform: uppercase;
  border: none;
}

.form_btn:hover {
  background: #a0a0a0;
}

.home_map {
  background: #142a56;
  padding: 20px;
}

.home_map ul {
  font-size: 14px;
  color: #fff;
  padding: 0;
}

.home_map ul li {
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}

.home_map ul li i {
  vertical-align: middle;
  margin: 6px 0px 0px 0;
  float: left;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-align: center;
}

.home_map ul li span {
  float: left;
  width: 84%;
  padding: 0 10px;
  vertical-align: middle;
}

.home_map ul li span h4 {
  margin: 0 0 5px;
  color: #d30001;
}

.home_map ul li a {
  text-decoration: none;
  color: #fff;
}

.project-sec .img-wrapper {
  height: 230px;
}

.project-sec .img-wrapper a {
  display: inline;
}

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

.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}

.call_float a i {
  width: 50px;
  height: 50px;
  background: #189af2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}

.nav-open {
  border: 3px solid white;
  height: 37px;
  left: 0;
  position: relative;
  top: 40px;
  /* transform: translate(-50%, -50%); */
  width: 45px;
  background: #d30001 !important;
}

.navbar-toggler {
  position: relative;
}
.client-star {
  padding-left: 0 !important;
}

.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}

.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}

.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}

.nav-open.nav-close .inner::before,
.nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 17px;
}

.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}

.list-bold li i,
.step-list li i,
.checks li i {
  color: #d30001;
  padding-right: 15px;
}

.checks {
  padding-left: 0 !important;
}
.inner-gallery {
  background: #fff !important;
}
.inner-gallery::after {
  display: none;
}
.footer_licence {
  width: 150px;
  margin: -10px 0 20px;
}
