body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-family: "f1";
}
a {
  text-decoration: none !important;
  color: #000;
}
p {
  font-size: 15px;
}
ul {
  list-style: none;
  padding-left: 0;
}
.row {
  padding: 0 !important;
  margin: 0 !important;
}
@font-face {
  font-family: "f1";
  src: url("../fonts/Josefin_Sans/JosefinSans-Regular.ttf");
}
@font-face {
  font-family: "f2";
  src: url("../fonts/Josefin_Sans/JosefinSans-SemiBold.ttf");
}
@font-face {
  font-family: "f3";
  src: url("../fonts/Josefin_Sans/JosefinSans-Bold.ttf");
}

.w-90 {
  width: 90%;
  margin: auto;
}
.w-sm-90 {
  width: 90%;
  margin: auto;
}
.w-80 {
  width: 80%;
  margin: auto;
}
.w-95 {
  width: 95%;
  margin: auto;
}
/* nav start */

.nav-menu .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #000 !important;
  font-family: "f2";
  text-transform: uppercase;
}
.nav-menu .navbar-light .navbar-nav .nav-link.active,
.nav-menu .navbar-light .navbar-nav .nav-link:hover {
  color: #034984 !important;
}
.top-header {
  background: #034984;
  padding: 8px;
  color: #fff;
}
.mail_us {
  position: relative;
}
.mail_us::before {
  position: absolute;
  left: 0;
  top: -29px;
  content: "";
  border-left: 2px solid;
  height: 50px;
  margin-left: 3px;
}
.cal_us {
  position: relative;
}
.cal_us::after {
  position: absolute;
  right: 0;
  margin-right: 3px;
  content: "";
  border-right: 2px solid;
  height: 38px;
}
.cal_us a {
  color: #fff;
  font-size: 14px;
}
.mail_us a {
  color: #fff;
  font-size: 14px;
}
.top-header .cir_fon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header .cir_fon i {
  color: #000;
}
.top-header .lie_na {
  position: relative;
}
.top-header .lie_na::before {
  position: absolute;
  content: "";
  left: -2px;
  top: -29px;
  border-left: 2px solid;
  height: 50px;
  margin-left: 1px;
}
.top-header .lie_na::after {
  position: absolute;
  content: "";
  right: 0px;
  border-left: 2px solid;
  height: 38px;
  margin-right: 7px;
}
.sticky {
  top: 0;
  position: fixed !important;
  width: 100%;
  left: 0;

  transition: all 0.4s linear;
  z-index: 111;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
}
.navbar-light .navbar-toggler {
  color: rgb(247 242 242);
  border-color: rgb(0 0 0 / 0%);
  background: #60aae8;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
/* nav end */
/* banner */
.thin_banner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  list-style: none;
}
.thin_banner .carousel-indicators [data-bs-target] {
  width: 215px;
  height: 23px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.carousel-item::before {
  position: absolute;
  background: #00000069;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}
.thin_banner .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 1;
}
.baner_ti h3 {
  font-family: "f3";
  font-size: 30px;
}
.baner_ti h3 span {
  font-size: 18px;
}
.baner_ti p {
  width: 80%;
  margin: auto;
  font-size: 16px;
  height: 50px;
  overflow: hidden;
}
.thin_banner img {
  animation: zoom 30s;
}
/* banner end */
/* services start */
.our_ser .our_tile {
  text-align: center;
}
.our_ser .our_tile h5 {
  font-family: "f3";
  font-size: 30px;
  display: inline-block;
  color: #034984;
  position: relative;
}
.our_ser .our_tile h5::before,
.our_ser .our_tile h5::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #7e7e7e;
  top: 0;
  width: 100px;
  margin-top: 17px;
}
.our_tile h5::before {
  left: 150%;
  margin-left: 15px;
}
.our_tile h5::after {
  right: 100%;
  margin-right: 15px;
}
.our_tile img {
  width: 62px;
  padding-left: 11px;
  margin-top: -27px;
}
.ser_fir {
  text-align: center;
  border: 2px solid #034984;
  padding: 26px;
  border-radius: 9px;
  position: relative;
  height: 290px;
  overflow: hidden;
  background: #ffffff;
  z-index: 1;
}
.ser_fir h5 {
  font-size: 18px;
  color: #034984;
  font-family: "f3";
  margin-top: 5px;
  height: 40px;
  overflow: hidden;
}
.ser_btn {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #034984;
  border: 1px solid #034984;
  font-size: 15px;

  width: 150px;
  padding: 10px;
  box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
  z-index: 1;
  margin: auto;
}
.ser_btn span {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 57px;
  width: 77px;
  background: #034984;
  transition: all 0.5s ease-in-out;
  transform: translateX(62%) translateY(39%) rotate(45deg);
  display: flex;
  align-items: center;
  padding-left: 3px;
}
.ser_btn span i {
  transform: rotate(45deg);
  font-size: 13px;
  color: #fff;
}
.ser_fir .bac_img {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 290px;
  opacity: 0;
}
.ser_fir::before {
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.2s all;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ser_fir:hover::before {
  background: #03498494;
  transition: 0.2s all;
}
.ser_fir:hover .bac_img {
  opacity: 1;
}
.ser_fir .ser_conte {
  position: relative;
  z-index: 1;
}
.ser_fir:hover .ser_conte {
  color: #fff;
}
.ser_fir:hover .ser_conte h5 {
  color: #fff;
}
.ser_fir:hover .ser_btn {
  background: #034984;
  color: #fff;
}
.ser_fir:hover .ser_btn span {
  background: #fff;
}
.ser_fir:hover .ser_btn span i {
  color: #000;
}
.ser_fir:hover .ser_conte img {
  filter: brightness(90);
}
.bot_box {
  margin-top: -21px;
  z-index: -1;
  position: relative;
}
.shi_sc:hover .bot_box {
  z-index: 11 !important;
}
.shi_rig {
  margin-top: -20px;
}
.ves_sel {
  z-index: 11;
}
.shi_rig:hover {
  z-index: 11;
}
.ser_sec:hover {
  z-index: 11;
}
.ser_conte p {
  height: 45px;
  overflow: hidden;
}
/* services end */
/* wht make start */
.what_mk h5 {
  font-size: 30px;
  text-align: center;
  color: #034984;
  font-family: "f3";
}
.what_mk .wht_con p {
  text-align: justify;
  line-height: 1.4;
}
.wt_di::before {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #034984;
  left: 0px;
  top: 0px;
  content: "";
  width: 2px;
}
.wt_di {
  position: relative;
}
.wt_di .our_miss {
  width: 70px;
  height: 70px;
  background: #034984;
  border-radius: 100%;
  display: flex;
  position: relative;
  text-align: center;
}
.wt_di .our_miss img {
  width: 50px;
  margin: auto;
}

.wht_ind::before {
  position: absolute;

  height: 2px;
  background-color: #034984;
  left: 0px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 40px;
}
.wht_ind {
  padding-left: 40px;
  display: flex;
  align-items: center;
  margin: 18px 0px;
  position: relative;
}
.wht_ind h4 {
  font-family: "f3";
  font-size: 19px;
  padding-left: 10px;
}
/* wht make end */
/* enquiry */

.enqr_form {
  background: #03498499;
  height: 100%;
  width: 50%;
  color: #fff;
}
form {
  padding: 20px;
}
form h5 {
  font-size: 25px;
  font-family: "f3";
}
form p {
  letter-spacing: 4px;
}
form .form-control {
  border-radius: 0;
  padding: 0.6rem;
}
form .form-control:focus {
  border-color: #86b7fe00;

  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
form .sub_tbn {
  background: #001829;
  color: #fff;
  border: 0;
  width: 100px;
  padding: 5px;
}
.en_img {
  background: url(../img/en.jpg) no-repeat;
  background-size: cover;
  height: 100%;
}
/* enquiry end */
/* footer start */

.foot_cor {
  background: url(../img/footeer.jpg) no-repeat;
  background-size: cover;
  height: 100%;
}
.fot_log {
  padding: 10px;
  color: #fff;
  text-align: center;
}
.fot_log p {
  margin: 0;
  margin-top: 10px;
}
.quick_lin h6 {
  font-family: "f2";
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}
.quick_lin {
  color: #fff;
}
.quick_lin li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.foo_tab p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 8px;
  background: #034984;
}
.foo_tab a {
  color: #fff;
}
.quick_lin li {
  margin-top: 10px;
}
/* footer end */
/* contactg page */
.abt_bane h5 {
  font-family: "f3";
  color: #fff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 28px;

  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.cir_mai i {
  font-size: 30px;
  justify-content: center;
  text-align: center;
  color: #004d99;
  display: flex;
  align-items: center;
  height: 100%;
}
.cir_mai {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 11%);
  margin: auto;
}
.mai_ad {
  margin-top: 20px;
}
.mob_comn {
  padding-left: 10px;
}

.mob_comn h5 {
  font-family: "f3";
  font-size: 19px;
  color: #034984;
}
.enq_form {
  background: #6c8fad;
  color: #fff;
}
.abt_bane {
  background: url(../img/title_bg.jpg) no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
}
.abt_bane::before {
  position: absolute;
  top: 0;
  background: #0000009e;
  content: "";
  width: 100%;
  height: 100%;
}
/* contactg page start*/
/* services start */
.auti_ser h5 {
  font-family: "f3";
  font-size: 25px;
  text-align: center;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#1895ff, #000);
}
.auti_ser p {
  text-align: center;
}
.aut_it img {
  filter: grayscale(1);
  opacity: 0.3;
  padding-right: 12px;
}
.aut_it h5 {
  font-size: 23px;
  display: flex;
  align-items: end;
  font-family: "f3";
}
.aut_it ul li i {
  font-size: 18px;
  color: transparent;
  padding-right: 8px;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#2182d4, #000);
}
.aut_it ul li {
  margin-top: 14px;
}
.ser_car .owl-carousel {
  box-shadow: 0 0 4px #d1cece;
  padding: 13px;
  width: 51%;
  float: right;
  margin-top: -50px;
  background: #fff;
}
.aut_img img {
  width: 80%;
}
.owl-auting .item {
  height: 100px;
  overflow: hidden;
}
.owl-auting .item img {
  min-height: 100px;
}
/* services end */
/* carrer start */
.con_secb h5 {
  font-family: "f3";
  font-size: 25px;
  text-align: center;
}
.con_secb .form-control {
  border-radius: 0;
}
.con_secb .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #034984;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.care_lef h5 {
  font-family: "f3";
  font-size: 23px;
  text-align: center;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#1895ff, #000);
}
.care_lef p {
  text-align: justify;
}
.care_lef i {
  padding-right: 10px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(#1895ff, #000);
}
.care_lef li {
  margin-top: 10px;
}
.car_btn input {
  background: #034984;
  border: 0;
  color: #fff;
  width: 100px;
  padding: 5px;
}
.con_secb {
  background: #111f38;
  color: #fff;
  padding: 14px;
  box-shadow: 0 0 5px #414142;
}
.cli_sli a {
  background: #0e3a5f24;
  text-align: center;
  box-shadow: 0 0 3px #8f8f8f;
  padding: 5px;
  width: 200px;
  height: 185px;
  margin-top: 10px;
  overflow: hidden;
}
.cli_sli h6 {
  font-family: "f3";
  font-size: 19px;
  color: #034984;
  margin-top: 10px;
}
.cli_sess h5 {
  font-family: "f3";
  font-size: 20px;
  color: #004d99;
  text-align: center;
}
.cli_sli a img:hover {
  transform: scale(1.2);
  transition: 0.2s all;
}
.cli_sli a img {
  transition: 0.2s all;
}
/* carrer end */
/* sbout start */
.ab_images {
  position: relative;
}
.img_mel {
  right: 0px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}
.img_mel img {
  width: 208px;
  opacity: 0.6;
}
.pl_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgb(89 124 127 / 18%);
  font-size: 20px;
  border-radius: 100%;
  color: #d2efff;
  animation-name: ripple;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.ab_con h5 {
  font-family: "f3";
  font-size: 20px;
  color: #004d99;
}
.ab_con h6 {
  font-size: 80px;
  font-weight: bold;
  font-family: "f1";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  background-image: url(../img/2.jpg);
  background-repeat: repeat;
  text-align: center;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.oir_miss h6 {
  color: #fc7047;
}
.oir_miss h5 {
  font-family: "f3";
  font-size: 23px;
  color: #004d99;
}
.our_viss img {
  width: 50px;
}
.our_viss h5 {
  color: #000 !important;
}
.our_viss {
  border-bottom: 1px solid #0000001f;
}
/* sbout end */
.social_icon {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 111;
}
.social_icon ul .en_quiry {
  font-size: 15px;
  background: linear-gradient(317deg, #034984, #2196f3);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 85px;
  right: 0;
  justify-content: center;
}
.fot_enq {
  position: absolute;
  right: -12px;
  background: #001829;
  width: 30px;
  z-index: 1;
  /* border-radius: 100%; */
  height: 30px;
  color: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  top: -12px;
}
