@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");

/* font-family: "Nunito Sans", sans-serif; */
*,
::after,
::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

:root {
  --headingFont: "Nunito Sans", sans-serif;
  --bodyFont: "Nunito Sans", sans-serif;
  --primaryColor: ;
  --secondaryColor: ;
}

/* ===================== common css start ====================== */

*,
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  position: relative;
  width: 100%;
  display: table;
}

body {
  background: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--bodyFont);
}

section {
  padding: 80px 0;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

p {
  margin-bottom: 15px;
  font-size: 16px;
}

/* ===================== common css start ====================== */

/* ================== mobile menu section start================= */
.mobileMenuSection {
  display: none;
}

.mobileMenuButton {
  display: none;
  text-decoration: none;
  width: 25px;
  position: absolute;
  top: 50px;
  right: 15px;
}

.mobileMenuButton span {
  width: 25px;
  height: 2px;
  border-radius: 4px;
  background: #000;
  display: block;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.mobileMenuButton span:not(:last-child) {
  margin-bottom: 5px;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {
  opacity: 0;
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 5px);
}

.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -6px);
}

.mm-navbar {
  z-index: 123;
  background: #1b1f33;
}

.mm-navbar__title>span {
  color: #fff;
}

.mm-listitem:after {
  left: 0;
}

/* code for fixing the conflict of mmenu and bs modal */
.mm-page {
  position: initial;
}

.mm-btn--next:after,
.mm-btn--prev:before {
  border-color: #000000;
}

.mm-listitem.active {
  background: #878787;
}

/* ==================== mobile menu section end =================== */

/*========================== header start ==========================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.site-header.sticky {
  box-shadow: 0 0 10px #312b2b65;
  background: #fff;
  transform: translate(0, -43px);
}

.site-header.sticky .logo {
  margin-top: 0;
  width: 270px;
}

.header_top {
  padding: 10px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.header_top::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  background: #1b1f33;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 3% 100%);
}

.contact_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  border-right: 1px solid #acc8f3;
  padding-right: 25px;
}

.contact_list li a {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.contact_list li a:hover,
.social_media li a:hover {
  /* color: #37448c; */
  color: #c67700;
}

.contact_list li a i {
  font-size: 14px;
  margin-right: 8px;
}

.social_media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.social_media li a {
  font-size: 15px;
  color: #fff;
}

.header_top_hldr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}

.logo {
  width: 370px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.site-header.sticky .header_bottom_hldr {
  padding: 13px 0;
}

.logo img {
  width: 100%;
}

.main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.main_menu li a {
  font-size: 16px;
  line-height: 1.5;
  color: #0c1e80;
  font-weight: 600;
}

.main_menu li a:hover {
  color: #c67700;
}

.header_bottom_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
}

.baner_sldr_cont figure {
  height: 500px;
  margin: 0;
  overflow: hidden;
}

.baner_sldr_cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 10s ease-in-out;
}

.baner_sldr_cont {
  position: relative;
}

.baner_sldr_cont:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #0c1d8036;
}

.banner_slider .slick-slide.slick-active .baner_sldr_cont figure img {
  scale: 1.15;
}

.header_bottom {
  background: #ffffff;
}

.banner_cont_text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner_cont_text h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffbf48;
  font-weight: 600;
}

.banner_cont_text h1 {
  font-size: 50px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  width: 70%;
}

.banner_cont_text h6 {
  font-size: 16px;
  line-height: 1.3;
  color: #eee;
  width: 70%;
}

.cmn_btn {
  margin-top: 25px;
  padding: 15px 20px 15px 20px;
  color: #1c2d8c;
  background: #ffbf48;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 5px;
}

.cmn_btn:hover {
  background: #1c2d8c;
  color: #fff;
}

.newsletter_bx input[type="submit"] {
  background: #cc8821;
  border: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.newsletter_bx input[type="submit"]:hover {
  background: #a36301;
}

/*=========================== header end ===========================*/

/*========================== banner start ==========================*/
.banner {
  position: relative;
}

.banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=========================== banner end ===========================*/
.main_hd {
  position: relative;
  margin-bottom: 35px;
}

.main_hd h2 {
  font-size: 25px;
  line-height: 1.5;
  color: #37448c;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.main_hd h2 span {
  font-size: 30px;
  font-weight: 700;
}

.intro_img {
  position: relative;
  margin: 0;
  padding-right: 50px;
  z-index: 2;
  height: 314px;
}

.intro_img::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 200px;
  left: -25px;
  bottom: -25px;
  background: #1c2d8c;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.intro_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}

.intro_img:hover img {
  transform: scale(0.95) rotate(-4deg) skew(1.5deg);
}

.intro_img:hover::before {
  transform: rotate(84deg);
  height: 100px;
  width: 100px;
  bottom: -17px;
  left: 15px;
}

.glance {
  position: relative;
  background: url(../images/glance_bg.jpg) no-repeat center center / cover;
  background-attachment: fixed;
  z-index: 2;
}

.glance::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #413b35ee;
  mix-blend-mode: multiply;
  z-index: -1;
}

.glance_cont {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease-in-out;
}

.glance_cont img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.glance_cont h4 {
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 0;
  color: #1c2d8c;
  font-weight: 700;
  text-align: center;
}

.glance_cont:hover {
  transform: translate(0, -10px);
}

.about_hldr figure {
  height: 280px;
  margin: 0;
  position: relative;
  z-index: 2;
}

.about_hldr figure::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 200px;
  right: -25px;
  bottom: -25px;
  background: #1c2d8c;
  z-index: -1;
}

.about_hldr figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about_hldr .row>div:first-child {
  padding-right: 50px;
}

.main_hd p {
  text-align: center;
  width: 70%;
  margin: 15px auto 0 auto;
}

.service_cont {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.service_cont figure {
  width: 100%;
  height: 250px;
  background: #ddd;
  margin: 0;
  overflow: hidden;
}

.service_cont figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.service_cont:hover {
  background: #eef1ff;
}

.service_cont:hover figure img {
  scale: 1.1;
}

.service_text {
  padding: 15px;
  border: 1px solid #798dff;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.service_text h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #1c2d8c;
  margin-bottom: 10px;
  min-height: 39px;
}

.service_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.service_text a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #c67700;
}

.service_text a:hover {
  color: #1c2d8c;
}

/* the slides */
.service_slider .slick-slide {
  margin: 0 7.5px;
}

/* the parent */
.service_slider .slick-list {
  margin: 0 -7.5px;
}

.service_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.service_slider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border: none;
  background: #8597ff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.service_slider .slick-dots li.slick-active button {
  width: 20px;
  border-radius: 20px;
  background: #0c1e80;
}

.banner_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 25px;
  gap: 10px;
  width: 100%;
  position: absolute;
}

.banner_slider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border: none;
  background: #8597ff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.banner_slider .slick-dots li.slick-active button {
  width: 20px;
  border-radius: 20px;
  background: #fff;
}

.vision_test {
  background: #37448c;
  overflow: hidden;
}

.vision_test_hldr .row>div {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.vision_test_hldr .row>div:last-child::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
  background: #0c1e80;
}

.testi_slider {
  position: relative;
  z-index: 1;
  margin-top: -15px;
}

.testi_cont figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #c67700;
  background: #fff;
  padding: 16px;
}

.testi_cont figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testi_cont {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px;
  border-radius: 10px;
}

.test_text p {
  color: #222;
}

.vision_test_hldr .row>div:first-child {
  padding-right: 30px;
}

.test_text h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #2e3c8f;
}

.test_text h6 {
  font-size: 12px;
  line-height: 1.2;
  color: #2e3c8f;
}

.testi_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  gap: 10px;
}

.testi_slider .slick-dots li button {
  font-size: 0;
  height: 10px;
  width: 10px;
  border: none;
  background: #8597ff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.testi_slider .slick-dots li.slick-active button {
  width: 20px;
  border-radius: 20px;
  background: #0c1e80;
}

.map_hldr {
  height: 100%;
}

.map_hldr iframe {
  width: 100%;
  height: 100%;
}

.get_in_touch_hldr {
  width: 570px;
  position: relative;
  z-index: 5;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  /* box-shadow: 0 2px 15px -2px rgba(0 0 0 / 0.3); */
  background: #fff;
  padding: 70px 40px 80px 0;
}

.get_in_touch_hldr input,
.get_in_touch_hldr textarea {
  width: 100%;
  border: 1px dashed #ccc;
  padding: 10px;
  border-radius: 4px;
  resize: none;
}

.get_in_touch_hldr input[type="submit"] {
  background: #c67700;
  border: none;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.get_in_touch_hldr input[type="submit"]:hover {
  background: #1c2d8c;
}

.service {
  background: #f8f8f8;
}

.intro_hldr h5 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffbf48;
  font-weight: 600;
  margin-bottom: 20px;
}

.test_cont_hldr {
  position: relative;
}

.test_text {
  margin-left: 50px;
  padding: 15px 15px 15px 50px;
  border: 3px solid #8597ff36;
  border-radius: 10px;
  background: #dddddd29;
}

/* =============== */
.welcome_left {
  padding-right: 50px;
}

.welcome_left figure {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.wel_img {
  width: calc(100% - 31.4%);
  height: 423px;
  object-fit: cover;
  filter: grayscale(1);
  border-radius: 10px;
}

.wel_img2 {
  vertical-align: top;
  width: 31.4%;
  margin: 38px 0 0 15px;
  height: 149px;
  object-fit: cover;
  border-radius: 10px;
}

.welcome_left figure .wel_img3 {
  position: absolute;
  right: -13px;
  bottom: -41px;
  /* background: #F4F4F4; */
  display: inline-block;
  width: 62%;
  height: 276px;
  padding: 14px 0 0 14px;
  z-index: 1;
}

.welcome_left figure .wel_img3 img {
  object-fit: cover;
  border-radius: 10px;
  height: 276px;
}

.welcome_left figure::before {
  position: absolute;
  content: "";
  width: 28%;
  height: 28%;
  background: url(../images/welcome_shap.png) no-repeat 0 center / contain;
  top: -59px;
  right: 13%;
}

.welcome_left figure .wel_img3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 89%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 10px;
}

.welcome_glorus_part img {
  position: absolute;
  right: 0;
  top: -45px;
  width: 24%;
}

.inner_mission .row>div:first-child .mission_box {
  padding-left: 0;
}

.mission_box {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #d9e5ef;
  padding: 0 20px;
}

.mission_box figure {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: #37448c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 0;
}

.mission_right {
  width: calc(100% - 60px);
  padding-left: 20px;
}

.mission_right h5 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #37448c;
  margin-bottom: 10px;
}

.more-btn {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  font-weight: 700;
  color: #37448c;
  margin-top: 13px;
}

.more-btn:hover {
  color: #c67700;
}

.more-btn span {
  font-size: 20px;
  line-height: 0;
  margin-left: 5px;
  transition: 0.4s all ease-in-out;
  width: 20px;
  text-align: right;
  color: var(--yellowcolor);
  position: relative;
  top: 1px;
}

.mission_sec {
  position: relative;
  background: #f4f4f4;
}

.mission_right p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.inner_mission .row>div:last-child .mission_box {
  border: none;
  padding: 0;
}

.welcome_sec {
  padding: 120px 0;
}

.key_points {
  margin-top: 60px;
}

.key_cont {
  text-align: center;
}

.key_cont img {
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}

.key_cont:hover img {
  transform: rotateY(360deg);
}

.key_cont h5 {
  font-size: 20px;
  color: #c67700;
  text-transform: capitalize;
  line-height: 1.3;
  transition: all 0.5s ease-in-out;
}

.key_cont:hover h5 {
  color: #37448c;
}

.agent_img figure {
  width: 100%;
  padding: 10px;
  border: 1px solid #8597ff36;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.agent_img figure img {
  width: 100%;
  object-fit: cover;
}

.agent_img h6 {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  color: #37448c;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.agent_img h6 span img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}

/* ============== */
/* footer start */
.footer_top {
  padding: 80px 0;
  background: #1b1f33;
  position: relative;
}

.footer_top_hldr {
  position: relative;
  z-index: 1;
}

.footer_top_hldr a.logo {
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
  width: 230px;
  position: relative;
}

.ft_cont address {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.ft_cont h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}

.ft_cont ul li:not(:last-child) {
  margin-bottom: 8px;
}

.ft_cont ul li a,
.ft_cont ul li {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.ft_cont ul li a:hover {
  color: #c67700;
}

.ft_cont ul.social_media li:not(:last-child) {
  margin-bottom: 0;
}

.newsletter_bx {
  position: relative;
}

.newsletter_bx input {
  width: 100%;
  border: 1px solid #c67700;
  border-radius: 5px;
  padding: 10px;
  background: #ffffff23;
  color: #fff;
}

.newsletter_bx button {
  position: absolute;
  border: none;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.newsletter_bx button i {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.newsletter_bx button:hover i {
  color: #c67700;
}

.footer_bottom {
  padding: 15px 0;
  background: #000;
}

.footer_bottom_hldr p {
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.footer_bottom_hldr p a,
.footer_bottom_hldr a {
  color: #c67700;
  font-size: 12px;
  line-height: 1;
}

.footer_bottom_hldr p a:hover {
  color: #8597ff;
}

.footer_bottom_hldr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer {
  border-top: 5px solid #cc8821;
  position: relative;
}

.site-footer::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 5px;
  right: 0;
  top: -5px;
  background: #cc0000;
}

/* footer end */
/* inner page start */
.inner-main {
  padding-top: 105px;
}

.inner_banner {
  position: relative;
  height: 300px;
}

.inner_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.bnr_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bnr_hd_hldr h2 {
  font-size: 45px;
  line-height: 1.1;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-bottom: 10px;
  width: 70%;
}

.border-radius {
  border-radius: 15px;
}

.mang_card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  border-radius: 15px;
  background: #8597ff;
}

.mang_card figure {
  width: 45%;
  margin: 0;
}

.mang_card figure img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  border-radius: 10px;
}

.mang_card>div {
  width: 52%;
  padding: 0 15px 0 25px;
}

.mang_card>div h4 {
  font-size: 18px;
  line-height: 1.5;
  color: #37448c;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.mang_card>div p {
  color: #fff;
}

.left_side {
  width: 570px;
  margin-left: auto;
  padding: 80px 30px 80px 0;
}

.intro_hldr.abt_page {
  background: #000033;
  padding: 25px;
}

.mvsn {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cntct_hldr {
  padding: 20px;
  border-radius: 15px;
  background: #8597ff;
  min-height: 200px;
}

.cntct_hldr h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.cntct_hldr address {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;

}

.cntct_hldr h4,
.cntct_hldr h4 a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.cntct_hldr h4 a:hover {
  color: #1c2d8c;
}

.map_hldr iframe {
  width: 100%;
  height: 510px;
}

.person_ct_info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1b1f33;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}

.person_ct_info h4 strong i {
  color: #cc0000;
}

.person_ct_info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1f33;
  line-height: 1.3;
  margin-bottom: 5px;
}

.person_ct_info h4,
.person_ct_info h4 a {
  font-size: 16px;
  font-weight: 400;
  color: #1b1f33;
  line-height: 1.3;
  margin-bottom: 5px;
}

.person_ct_info h4 a:hover {
  color: #cc0000;
}

.cntct_hldr h4 strong {
  margin-right: 8px;
}

.service_list_hldr .service_text {
  border: 0;
}

.service_list_hldr .row:nth-child(even) {
  flex-direction: row-reverse;
}

.service_list_hldr .row figure {
  margin: 0;
}

.service_list_hldr .row img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service_list_hldr .row {
  padding: 20px 5px;
  border-radius: 10px;
  background: #f3f3f3;
}

.service_list_hldr .row:not(:last-child) {
  margin-bottom: 20px;
}

.capacity_hldr .main_hd p {
  width: 100%;
  text-align: left;
}

.g-recaptcha {
  scale: 0.6;
  transform-origin: left top;
}

/* ========================== responsive ========================== */
@media (min-width: 1440px) {}

@media (max-width: 1199px) {
  .g-recaptcha {
    scale: 0.52;
    transform-origin: left top;
  }
}

@media (max-width: 1023px) {
  .g-recaptcha {
    scale: 1;
  }

  .header_top::before {
    width: 65%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%);
  }

  .logo {
    width: 267px;
    margin-top: 0;
    position: absolute;
    bottom: 22px;
  }

  .header_bottom_hldr nav {
    width: 100%;
  }

  .main_menu {
    gap: 20px;
  }

  .header_bottom_hldr {
    padding: 15px 0;
  }

  .contact_list li a span {
    display: none;
  }

  .contact_list {
    gap: 10px;
  }

  .site-header.sticky .logo {
    margin-top: 0;
    width: 225px;
    bottom: 5px;
  }

  .baner_sldr_cont figure {
    height: 360px;
  }

  .banner_cont_text h1 {
    font-size: 31px;
  }

  .cmn_btn {
    margin-top: 10px;
    padding: 10px 15px;
  }

  .welcome_sec {
    padding: 50px 0;
  }

  section {
    padding: 50px 0;
  }

  .main_hd h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .main_hd h2 span {
    font-size: 25px;
  }

  .main_hd {
    position: relative;
    margin-bottom: 13px;
  }

  .key_points {
    margin-top: 30px;
  }

  .key_cont h5 {
    font-size: 16px;
  }

  .footer_top {
    padding: 65px 0 35px 0;
  }

  .footer_top_hldr a.logo,
  .ft_cont address {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {

  /* mmenu start */
  .mobileMenuButton {
    display: inline-block;
  }

  #menu {
    z-index: 999;
  }

  /* mmenu end */
  .main_menu {
    display: none;
  }

  .header_bottom_hldr {
    padding: 25px 0;
  }

  .logo {
    width: 200px;
    margin-top: 0;
    position: absolute;
    bottom: 8px;
  }

  .header_top::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

  .header_top {
    padding: 5px 0;
  }

  .site-header.sticky .header_bottom_hldr {
    padding: 32px 0;
  }

  .site-header.sticky .logo {
    margin-top: 0;
    width: 197px;
    bottom: 9px;
  }

  .site-header.sticky .mobileMenuButton {
    top: 60px;
  }

  .banner_cont_text h1 {
    width: 100%;
    font-size: 25px;
  }

  .baner_sldr_cont figure {
    height: 210px;
  }

  main.site-main {
    padding-top: 80px;
  }

  .banner_cont_text {
    top: 50%;
  }

  .welcome_left {
    padding-right: 15px;
  }

  section,
  .welcome_sec {
    padding: 35px 0;
  }

  .main_hd p {
    width: 100%;
  }

  .welcome_left figure::before {
    top: -17px;
    right: 5%;
  }

  .welcome_glorus_part {
    margin-top: 70px;
  }

  .main_hd h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .main_hd h2 span {
    font-size: 20px;
  }

  .welcome_glorus_part img {
    top: -11px;
    width: 21%;
  }

  .mission_right h5 {
    font-size: 20px;
  }

  .service_text h6 {
    min-height: auto;
  }

  .footer_bottom_hldr {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column-reverse;
  }

  .footer_bottom_hldr p {
    width: 100%;
  }

  .footer_top {
    padding: 45px 0 35px 0;
  }

  .wel_img {
    height: 240px;
  }

  .welcome_left figure .wel_img3 img {
    height: 180px;
  }

  .welcome_left figure .wel_img3 {
    height: 180px;
  }

  .wel_img2 {
    height: 62px;
    width: 18%;
  }

  .agent_img figure {
    height: 92px;
  }

  .agent_img h6 {
    font-size: 16px;
  }

  .agent_img h6 span img {
    height: 20px;
    width: 20px;
  }

  .mang_card {
    flex-wrap: wrap;
  }

  .mang_card figure {
    width: 100%;
    margin-bottom: 15px;
  }

  .mang_card>div {
    width: 100%;
    padding: 0;
  }

  .col-md-6.intro_hldr {
    margin-top: 30px;
  }

  .inner_banner {
    position: relative;
    height: 150px;
  }

  .bnr_hd_hldr h2 {
    font-size: 30px;
  }

  .service_list_hldr .service_text {
    border: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mang_card figure img {
    height: auto;
  }

}

@media (max-width: 479px) {}