@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital@0;1&display=swap");

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

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;
  display: inline-block;
}

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

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

/* Chrome, Safari, Edge, Opera */

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

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

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

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

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

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

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

.sec {
  padding: 80px 0;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

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

.all-section {
  padding: 100px 0;
}

.all-section-btm {
  padding-bottom: 100px;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

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

.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: "Cinzel", serif;
  font-size: 60px;
  line-height: 1;
  color: #000;
  font-weight: 400;
  margin: 0 0 0px;
}

h2 {
  font-family: "Cinzel", serif;
  font-size: 60px;
  color: #161616;
  font-weight: 400;
  margin: 0 0 10px;
}

h3 {
  font-family: "Cinzel", serif;
  font-size: 35px;
  color: #161616;
  font-weight: 400;
  margin: 0 0 0px;
}

h4 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  color: #161616;
  font-weight: 400;
  margin: 0 0 0px;
}

h5 {
  font-family: "Cinzel", serif;
  font-size: 16px;
  color: #161616;
  font-weight: 400;
  margin: 0 0 0px;
}

h6 {
  font-family: "Cinzel", serif;
  font-size: 14px;
  color: #161616;
  font-weight: 400;
  margin: 0 0 0px;
}

p {
  color: #656565;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  margin: 0px 0 20px;
}

/*Button Css Starts */

.theme_btn2 {
  padding: 3px 15px 3px 3px;
  border: 1px solid #1351a8;
  border-radius: 55px;
  color: #000000;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.theme-btn-inner2 {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.btn-text2 {
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
  transition: all 0.3s ease;
}

.btn-img2 img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(9%) saturate(6421%) hue-rotate(180deg) brightness(95%) contrast(95%);
  transition: all 0.3s ease;
}

.theme_btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  z-index: 1;
  transition: width 0.4s ease;
}

.theme_btn2:hover {
  border: 1px solid #ffffff;
  color: #000 !important;
}

.theme_btn2:hover::before {
  width: 100%;
}

.theme_btn2:hover .btn-text2 {
  background: transparent;
  color: #ffffff;
}

.theme_btn2:hover .btn-img2 img {
  filter: brightness(0) invert(1);
}

.theme_btn3 {
  padding: 3px 15px 3px 3px;
  border: 1px solid #1351a8;
  border-radius: 55px;
  color: #000000;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.theme-btn-inner3 {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.btn-text3 {
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 30px;
  color: #000000;
  transition: all 0.3s ease;
}

.btn-img3 img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.theme_btn3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 50px;
  background: #ffffff;
  z-index: 1;
  transition: width 0.4s ease;
}

.theme_btn3:hover {
  border: 1px solid #1351a8;
  color: #000 !important;
}

.theme_btn3:hover::before {
  width: 100%;
}

.theme_btn3:hover .btn-text2 {
  background: transparent;
  color: #ffffff;
}

.theme_btn3:hover .btn-img3 img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(9%) saturate(6421%) hue-rotate(180deg) brightness(95%) contrast(95%);
}

/*Button Css Ends */

/*Header Css Starts */

header {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 20px 0 0 0;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(255 255 255 / 44%) 35%,
      rgba(255, 255, 255, 1) 100%);
}

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

.menuSec {
  padding: 0px 0;
  position: relative;
  z-index: 99;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

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

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #151515;
  font-weight: 600;
  z-index: 0;
  transition: ease-in;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

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

.menu-box ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid #1655ac;
  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: #1655ac;
  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 li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

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

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

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

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*Header Css Ends */

/*Banner Sec Css Starts */

section.main_slider {
  position: relative;
}

/*section.main_slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 110%;
  width: 35%;
  background: linear-gradient(0deg,
      rgba(229, 228, 227, 1) 0%,
      rgb(229 228 227 / 72%) 100%);
  z-index: 2;
  border-radius: 0 0 150px 0;
  overflow: hidden;
}*/

.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: linear-gradient(0deg, rgb(229 228 227 / 76%) 0%, rgb(229 228 227 / 64%) 100%);
}

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

.carousel-item {
  height: 120vh;
}

.banner_text h1 span {
  color: #154da4;
  display: block;
  padding: 0 5px;
  background-color: #e5e4e3;
  border-radius: 5px;
  overflow: hidden;
}

.banner_text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  position: relative;
  z-index: 99;
}

.banner_text p {
  margin: 0;
  color: #000;
  opacity: 1;
  width: 75%;
}

.banner-socials {
  position: absolute;
  bottom: 0;
  left: 6vw;
  z-index: 9;
  width: 29%;
}

.banner-socials ul {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.banner-socials ul::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45%;
  border-top: 1px solid #00000036;
}

.banner-socials ul li a {
  border: 1px solid #0000002b;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}

.banner-socials ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  border-radius: 100px;
  overflow: hidden;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner-socials ul li a:hover {
  border: 1px solid #0000;
}

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

.banner-socials ul li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #000;
  transition: ease-in;
  transition-duration: 0.5s;
}

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

/*Banner Sec Css Ends */

/*Inner Banner Sec Css Starts */

section.inner-banner::before {
  height: 100%;
  width: 40%;
}

section.inner-banner .carousel-item {
  height: 100vh;
}

/*Inner Banner Sec Css Ends */

.d_block {
  display: block;
}

.container-fluid {
  position: relative;
  z-index: 99;
  padding: 0 7%;
}

/* about */

.abt {
  padding: 170px 0 75px;
  background: url(../images/about-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 100px;
}

.abt::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg,
      rgb(46 130 214 / 90%) 0%,
      rgb(33 103 189 / 95%) 50%,
      rgb(19 81 168 / 81%) 100%);
  border-radius: 5px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-bottom-left-radius: 100px;
}

.abt_img img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.abt_txt h2 {
  color: #ffffff;
}

.abt_txt p {
  color: #afcceb;
}

.abt_txt {
  padding-left: 50px;
}

/* about */

/* service */

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

.heading p {
  width: 65%;
  margin: 0 auto;
}

.ser_main_img {
  /* width: 100%; */
  /* position: absolute; */
  top: 0;
  left: 0;
  /* height: 100%; */
  z-index: 1;
  margin-top: -60px;
  margin-left: -60px;
}

.ser_main {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  padding: 20px;
  border-radius: 5px 60px 5px 60px;
  position: relative;
  /* height: 600px; */
  margin: 0 0 0 20px;
}

.ser_main_txt h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.ser_main_img img {
  height: 280px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.ser_main_txt {
  padding: 20px;
  border-radius: 10px;
}

.service_slider .slick-slide {
  opacity: 1;
  /* scale: 0.9; */
  margin: 60px 20px 0 20px;
}

.service_slider .slick-current {
  /* scale: 1; */
  margin: 20px 20px 0 20px;
}

.service_slider .slick-track {
  margin: 50px 0;
}

.slick-active {
  opacity: 1;
}

.slick-dots li {
  margin: 0px 5px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.slick-dots li.slick-active button::after {
  content: "";
  width: 7px;
  height: 7px;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #1351a8;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li button::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c4c4c4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* service */

/* Why Choose Us */

.wcu_right_img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  border-bottom-left-radius: 0;
}

.wcu_left_img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  border-top-right-radius: 0;
}

.wcu_left_txt {
  padding-right: 30px;
}

.wcu_right_txt {
  text-align: end;
}

.wcu_right_txt ul li h4 {
  font-size: 17px;
}

.wcu_right_txt ul li {
  padding-right: 40px;
  position: relative;
  margin-bottom: 20px;
}

.wcu_right_txt ul li::before {
  content: "";
  position: absolute;
  background: url(../images/checked.png) no-repeat;
  height: 20px;
  width: 20px;
  top: 2px;
  right: 0;
}

/* Why Choose Us */

/* Quote Sec Css Starts */

section.quote-sec {
  position: relative;
  height: 960px;
}

section.quote-sec .container-fluid {
  position: unset;
}

.quote-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  border-radius: 0 5px 100px 0;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
  z-index: 99;
}

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

.quote-txt h2 {
  color: #fff;
  margin: 0;
}

.quote-txt p {
  opacity: 1;
  color: #fff;
  margin: 0;
}

.quote-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 745px;
  width: 90%;
  position: absolute;
  top: 10%;
  right: 0;
  margin: 0 0 0 auto;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}

.quote-img-main .quote-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

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

/* Quote Sec Css Ends */

/* reviews */

.avatar ul li h3 {
  font-size: 20px;
}

.avatar ul li p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Cinzel";
  color: #043884;
}

.stars i {
  color: #ffb400;
  transition: color 0.3s ease-in;
}

.avatar ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 0 40px;
}

.avatar {
  margin-top: 10px;
}

.stars {
  margin-top: 20px;
  margin-bottom: 20px;
}

.review_txt {
  padding: 40px 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  transition: background 0.3s ease-in;
}

.review_txt::before {
  content: "";
  position: absolute;
  top: -7%;
  width: 65px;
  height: 45px;
  left: 9%;
  background-image: url(../images/commas.png);
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.review_txt::after {
  content: "";
  position: absolute;
  bottom: 40%;
  width: 30%;
  height: 20%;
  left: 30%;
  background-image: url(../images/Shape.png);
  background-repeat: no-repeat;
  /* opacity: 0; */
  transition: opacity 0.1s ease-in;
}

.review_txt p {
  transition: color 0.3s ease-in;
}

.box {
  transition: all ease-in 0.3s;
}

.box:hover .review_txt::after {
  /* opacity: 1; */
  filter: brightness(0) saturate(100%) invert(66%) sepia(46%) saturate(5481%) hue-rotate(185deg) brightness(99%) contrast(90%);
}

.box:hover .review_txt::before {
  opacity: 1;
}

.box:hover .review_txt {
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
}

.box:hover .review_txt p {
  color: #b3d5f2;
}

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

.avatar ul li img {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  object-fit: none;
  transition: border 0.3s ease-in;
  padding: 3px;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
}

.review_slider .slick-track {
  margin-top: 50px;
}

/* reviews */

/* footer */

.ftr_links {
  padding-left: 50px;
  border-left: 1px solid #ffffff30;
  border-right: 1px solid #ffffff30;
}

.footerSec {
  padding: 70px 0;
  background-color: #101010;
}

.ftr_links h5 {
  color: #ffffff;
  font-size: 16px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}

.ftr_links h5::before {
  position: absolute;
  content: "";
  background-color: #444444;
  width: 160px;
  height: 1px;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.footer_contact h5 {
  color: #ffffff;
  font-size: 17px;
  padding-bottom: 14px;
}

.ftr_lgo {
  padding-bottom: 12px;
  margin-bottom: 26px;
  border-bottom: 1px solid #5f5f5f7a;
  width: 51%;
  margin-top: -15px;
}

.ftr_links ul li a {
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.ftr_links ul li a:hover {
  transform: translateX(10px);
  color: #2f83d6;
  transition: ease-out;
  transition-duration: 0.5s;
}

.ftr_links ul li {
  margin-bottom: 20px;
}

.ftr_links ul li a i {
  color: #ffffff;
  font-size: 18px;
}

.ftr_socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftr_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  border: 1px solid #1350a8;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  transition: all 0.3s ease-in;
}

.ftr_socials a:hover {
  border: 1px solid #1350a8;
  color: #1350a8;
  background: #ffffff;
}

.ftr_btm {
  background-color: #101010;
  padding: 20px 0;
  border-top: 1px solid #5f5f5f7a;
}

.copy_txt p {
  text-align: center;
  color: #767676;
  margin-bottom: 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.copy_txt p:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.copy_txt p a {
  position: relative;
  color: #767676;
  transition: ease-in;
  transition-duration: 0.5s;
}

.copy_txt p:hover a {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

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

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

.footer_contact p {
  width: 90%;
  color: #797979;
  margin-bottom: 40px;
}

/* footer */

/* About Us Page Css Starts */

section.inner-about {
  padding: 80px 0;
  background-image: none;
}

section.inner-about::before {
  display: none;
}

section.inner-about .abt_txt {
  padding: 0 0 0 10px;
}

section.inner-about .abt_txt h2 {
  color: #000;
}

section.inner-about .abt_txt p {
  color: #000;
}

section.inner-about .abt_img img {
  height: 550px;
  border-radius: 10px;
}

/* About Us Page Css Ends */

/* Services Page Css Starts */

section.inner-service .ser_main {
  width: 90%;
  margin: 30px auto;
}

section.inner-service .ser_main_img {
  margin-top: 0;
}

.service-detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 565px;
  width: 100%;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}

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

.service-detail-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 85%;
  margin: -150px auto 0 auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 #0000002e;
  padding: 50px;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}

.service-detail-txt h2 {
  margin: 0;
}

.service-detail-txt p {
  margin: 0;
}

/* Services Page Css Ends */

/* Reviews Page Css Ends */

section.inner-reviews {
  padding: 100px 0;
}

section.inner-reviews .box {
  margin: 80px 0 0;
}

/* section.inner-reviews .review_txt::after {
  opacity: 1;
} */

/* Reviews Page Css Ends */

/* Contact Us Page Css Starts */

.contact_detail_head {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ffffff54;
  width: 80%;
}

.contact_detail_box h2 {
  font-size: 20px;
  line-height: 25px;
  color: #fff !important;
  font-weight: 400;
  /* margin: 30px 0 10px 0; */
}

.contact_detail_box p a {
  font-size: 14px;
  line-height: 25px;
  color: #fff !important;
  margin: 0;
  font-family: "Montserrat";
  letter-spacing: 1px;
}

.contact_detail_box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  height: 230px;
  padding: 60px 20px;
  background: linear-gradient(90deg,
      rgba(46, 130, 214, 1) 0%,
      rgba(33, 103, 189, 1) 50%,
      rgba(19, 81, 168, 1) 100%);
  border-radius: 20px;
  /* border-radius: 5px; */
  transition: ease-in;
  transition-duration: 0.5s;
}

.contact_detail_box:hover {
  background: black;
  color: white;
  transition: ease-out;
  transition-duration: 0.5s;
}

.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 10px;
  font-family: roboto;
}

.btn_contact {
  border: 0;
  right: 0;
  background-color: #00007c;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00007c;
  transition: 0.3s ease-in-out;
}

.btn_contact:hover {
  border: 0;
  right: 0;
  background-color: #fff0;
  color: #00007c;
  padding: 10px 40px;
  border: 2px solid #00007c;
}

.centerCol {
  margin: 0 auto;
  float: none;
}

.contact-sec-h h6 {
  font-size: 70px;
  line-height: 60px;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-sec-h p {
  font-size: 14px;
  width: 85%;
  margin: auto;
  font-weight: 500;
}

.contact_page.all-section {
  padding: 100px 0 80px 0;
}

.btn_wrap.text-center button {
  border: none;
  background: #ffac1c;
  padding: 15px 71px;
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.contact_detail_con {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.btn_wrap.text-center button::before {
  background: #000;
  height: 0;
}

.contact_detail_box p {
  /* margin-bottom: 0; */
  /* margin: 0 auto; */
  /* width: 82%; */
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

figure img {
  width: 50px;
}

section.contact_form button.theme_btn.theme_btn2 {
  padding: 15px 45px;
  background: #333333;
  text-transform: uppercase;
}

input.form-control,
textarea.form-control {
  height: 50px;
  padding: 0 20px;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}

textarea.form-control {
  height: 200px;
  padding: 20px;
  resize: unset;
}

textarea.form-control::placeholder {
  position: absolute;
  bottom: 16%;
  left: 2%;
}

.request-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.number-item input::-webkit-outer-spin-button,
.number-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.contact_detail_box.text-center * {
  color: white;
}

.contact_detail_box:hover h2 {
  color: white !important;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover a {
  color: #fff !important;
}

.btn_wrap.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Contact Us Page Css Ens */

.white{
  color: #fff;
}
section.abt.inner-about.our-story-main-sec {
    padding: 0px 0 80px;
}
.team-main img {
    width: 100%;
    border-radius: 20px;
}

.text-team h2 {
    font-size: 30px;
}

.text-team {
    margin-top: 13px;
    text-align: center;
}
.team-main-sec {
    padding-bottom: 80px;
}
.ser_main_txt ul li {
    color: #656565;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px 0 7px;
    list-style: disc;
}

.ser_main_txt ul {
    margin-bottom: 20px;
}
.service-detail-txt ul li {
    color: #656565;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 9px;
}
.btm-testi-btn {
    text-align: center;
    margin-top: 50px;
}
.ftr_links ul {
    column-count: 2;
}
.ftr_links.ft-contacts ul {
    column-count: unset;
}
.footerSec .row {
    justify-content: center;
}

.ftr_links.ft-contacts {
    border: unset;
    padding-left: 50px;
}
.contact_page .row {
    justify-content: center;
}
.header-logo a img {
    width: 38%;
}