/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 52px;
  font-weight: 600;
  font-family: "Poppins";
}

h2 {
  font-size: 43px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

h3 {
  font-size: 40px;
  color: #08263b;
  font-weight: 600;
  font-family: "Poppins";
}

h4 {
  font-size: 36px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

h5 {
  font-size: 30px;
  color: #222c2f;
  font-weight: 600;
  font-family: "Poppins";
}

h6 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
}

p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #3f3f3f;
}

.dblk {
  display: block !important;
}

.common_head h3,
.common_head h4 {
  text-align: center;
  margin-bottom: 20px;
}

.common_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.white_btn {
  background-color: #fff !important;
  color: #222c2f !important;
}
.white_btn:hover {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #fff !important;
}

.common_btn {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  background-color: #0089e4;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 15px 32px;
  display: inline-block;
}
.common_btn:hover {
  background-color: transparent;
  border: 2px solid #0089e4;
  color: #fff;
}

.common_arrow {
  width: 60px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.common_arrow img {
  width: 60px;
}
.common_arrow:after {
  display: none;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #08263b;
  font-size: 25px;
}
.humburger img {
  width: 25px;
  height: 25px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu {
  font-size: 22px;
}
.cls-menu img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 15px;
  top: 15px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header_area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

.pq-header-sticky .top_head {
  display: none;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #08263b;
  z-index: 999;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  position: relative;
  z-index: 99;
}
.header_area .common_btn:hover {
  color: #fff;
}

.top_head {
  padding-block: 5px;
  position: relative;
  background-color: #0089e4;
}
.top_head a {
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-family: "Poppins";
  font-weight: 400;
}
.top_head a:hover {
  opacity: 0.7;
}

.top_hd_left ul {
  display: flex;
  justify-content: right;
  gap: 40px;
}
.top_hd_left ul li {
  display: flex;
  gap: 10px;
}
.top_hd_left ul li a {
  font-size: 13px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.top_hd_left ul li a img {
  width: 14px;
  margin-right: 5px;
}

.bottom_head {
  padding-block: 20px;
}

.social_icon ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social_icon ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.social_icon ul li a:hover i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.social_icon ul li a:hover:hover i {
  transform: rotate(360deg);
}

.logo img {
  width: 175px;
}

nav {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
nav ul .active,
nav ul .current-menu-item {
  background-color: #0089e4;
}
nav ul .active a,
nav ul .current-menu-item a {
  color: #fff;
}
nav ul li {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  padding: 9px 20px;
  position: relative;
}
nav ul li span {
  margin-left: 5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
}
nav ul li a {
  font-size: 16px;
  line-height: 1.2;
  color: #08263a;
  font-weight: 600;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.header_contact {
  display: flex;
  justify-content: center;
}
.header_contact img {
  margin-right: 10px;
  width: 19px;
  height: 30px;
}
.header_contact p {
  line-height: 1.2;
}
.header_contact p span {
  font-size: 14px;
  line-height: 22px;
  color: #738896;
  font-weight: 400;
  margin-left: 5px;
  text-transform: capitalize;
  display: inline-block;
}
.header_contact a {
  font-size: 23px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000002;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header_contact a:hover {
  opacity: 0.5;
}

nav ul li:hover {
  background-color: #0089e4;
}
nav ul li:hover .sub_menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
nav ul li:hover .sub_menu li a {
  color: #08263a;
}
nav ul li:hover a {
  color: #fff;
}
nav ul li:hover span {
  color: #fff;
}

.sub_menu {
  position: absolute;
  min-width: 200px;
  height: auto;
  top: calc(100% + 30px);
  left: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sub_menu li {
  width: 100%;
  padding: 5px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.sub_menu li a {
  font-size: 14px;
  padding: 0;
}
.sub_menu li:hover {
  background-color: #0089e4;
}
.sub_menu li:hover a {
  color: #fff !important;
  padding-left: 10px;
}
.sub_menu li a {
  width: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

/*===== banner-area =====*/
.banner_area {
  position: relative;
  z-index: 2;
  padding-block: 30px;
}
.banner_area .container {
  position: relative;
}
.banner_area_cont {
  position: relative;
}
.banner_area_cont_txt {
  margin-top: -50px;
}
.banner_area_cont_txt h1, .banner_area_cont_txt p {
  color: #fff;
}
.banner_area_cont_txt p {
  margin-block: 20px 25px;
  font-size: 20px;
}
.banner_area_cont_btns {
  display: flex;
  gap: 17px;
}
.banner_area .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: unset;
  opacity: 1;
}
.banner_area .swiper-pagination-bullet-active {
  background-color: #0089e4;
}
.banner_area .swiper-pagination {
  text-align: left;
  bottom: 75px;
  padding-inline: 12px;
}

/*===== who_we_area =====*/
.who_we_area {
  padding-block: 90px;
  overflow: hidden;
}
.who_we_area .who_we_area_txt {
  position: relative;
}
.who_we_area .who_we_area_txt h6 {
  font-size: 17px;
  color: #0089e4;
  font-weight: 400;
  text-align: right;
}
.who_we_area .who_we_area_txt h3 {
  font-size: 34px;
  font-weight: 700;
  text-align: right;
}
.who_we_area .who_we_area_txt h3 span {
  color: #919191;
}
.who_we_area .col-md-6:nth-child(odd) .who_we_area_txt {
  padding-right: 40px;
}
.who_we_area .col-md-6:nth-child(odd) .who_we_area_txt:after {
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #e2e2e2;
  position: absolute;
  z-index: 1;
}
.who_we_area .col-md-6:nth-child(even) .who_we_area_txt {
  padding-left: 28px;
}

/*===== service_area =====*/
.service_area {
  padding-block: 90px;
  background-color: #eeeeee;
}

.service_area_boxes_each {
  background-color: #ffffff;
  height: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  position: relative;
}
.service_area_boxes_each_img {
  overflow: hidden;
}
.service_area_boxes_each_img img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.service_area_boxes_each_txt {
  padding-bottom: 30px;
}
.service_area_boxes_each_icon {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 100%;
  margin: -50px auto 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.service_area_boxes_each_icon img {
  width: 100%;
}
.service_area_boxes_each:hover {
  background-color: #08263b;
}
.service_area_boxes_each:hover .service_area_boxes_each_txt_info p,
.service_area_boxes_each:hover .service_area_boxes_each_txt_info h6 {
  color: #fff;
}
.service_area_boxes_each:hover .service_area_boxes_each_img img {
  transform: scale(1.1);
}
.service_area_boxes_each_txt_info {
  padding: 30px 20px;
  text-align: center;
}
.service_area_boxes_each_txt_info p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-block: 20px;
}
.service_area_boxes_each_txt a {
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0089e4;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

/*===== team_area =====*/
.team_area {
  position: relative;
  background-color: #08263b;
  overflow: hidden;
}
.team_area_img {
  width: 46%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.team_area_cont {
  padding: 50px 0 50px;
}
.team_area_cont h5 {
  margin-bottom: 30px;
}
.team_area_cont h5, .team_area_cont p {
  color: #fff;
}

/*===== secure_area =====*/
.secure_area {
  padding-block: 90px;
}
.secure_area_img {
  position: relative;
}
.secure_area_img:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% + 40px);
  background-color: #e2eaef;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: -1;
  position: absolute;
}
.secure_area_txt {
  padding-left: 80px;
}
.secure_area_bottom {
  padding-top: 70px;
}

.value_list {
  margin-top: 60px;
}
.value_list h5 {
  margin-bottom: 15px;
  font-weight: 700;
}
.value_list ul {
  list-style: none;
}
.value_list ul li {
  font-size: 17px;
  line-height: 30px;
  color: #212121;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
  padding-left: 35px;
}
.value_list ul li:after {
  content: "";
  position: absolute;
  background-image: url(../images/tick.png);
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service_txt {
  position: relative;
}
.service_txt:after {
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #e2e2e2;
  position: absolute;
  z-index: 1;
}
.service_txt h6 {
  font-size: 17px;
  color: #0089e4;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 5px;
}
.service_txt p {
  font-size: 23px;
  color: #232020;
  font-weight: 700;
  font-family: "Poppins";
}

.service_contact .header_contact {
  background-color: #0089e4;
  padding: 16px 30px;
  align-items: center;
  width: 448px;
  justify-content: left;
}
.service_contact .header_contact img {
  width: 57px;
  height: 80px;
}
.service_contact .header_contact p span {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.service_contact .header_contact a {
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
}

/*===== why_choose_area =====*/
.why_choose_area {
  padding-block: 90px;
  background-color: #08263b;
}
.why_choose_area h5, .why_choose_area h6, .why_choose_area p {
  color: #fff;
}
.why_choose_area .common_head {
  margin-bottom: 40px;
}
.why_choose_area .common_head h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.why_choose_area_boxes_each h6 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
}
.why_choose_area_boxes_each p {
  margin-block: 20px 30px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.why_choose_area_boxes_each button {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: 1px solid #0089e4;
  text-align: center;
  line-height: 22px;
  color: #0089e4;
  background: transparent;
}
.why_choose_area .Choose_minus {
  display: none;
}
.why_choose_area .choose_txt_show {
  overflow: unset;
  height: auto;
  display: block;
}

/*===== find_agent_area =====*/
.find_agent_area {
  padding-block: 90px 0;
}
.find_agent_area_inn {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.find_agent_area .service_contact {
  background-color: #08263b;
  padding: 48px 40px;
  height: 100%;
}
.find_agent_area .service_contact .header_contact {
  background-color: transparent;
  padding: 0;
}
.find_agent_area .service_contact .header_contact p span {
  font-size: 18px;
  font-weight: 500;
}
.find_agent_area .service_contact .header_contact a {
  font-size: 30px;
}
.find_agent_area_form h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}
.find_agent_area_form form {
  position: relative;
  background-color: #274a62;
  height: 48px;
}
.find_agent_area_form form button {
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  display: inline-block;
  right: 20px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.find_agent_area_form form button img {
  width: 100%;
  height: 100%;
}
.find_agent_area_form form input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #b7c4ce;
  font-weight: 400;
  font-family: "Poppins";
  padding-inline: 20px 60px;
  background: transparent;
}

/*===== testimonial_area =====*/
.testimonial_area .who_we_area {
  padding-block: 0 50px;
}

.testimonial_area_slider {
  position: relative;
}
.testimonial_area_slider .swiper {
  padding-block: 50px;
}
.testimonial_area_slider .swiper-slide {
  opacity: 0.3;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.testimonial_area_slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}
.testimonial_area_slider .swiper-slide-active .each_testi_box_txt {
  visibility: visible;
  opacity: 1;
}
.testimonial_area_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #d3d5de;
  opacity: 1;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.testimonial_area_slider .swiper-pagination-bullet-active {
  background-color: #0089e4;
  width: 16px;
  height: 16px;
}
.testimonial_area_slider .swiper-pagination {
  bottom: -20px;
  padding-inline: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.each_testi_box {
  text-align: center;
}
.each_testi_box_img {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 35px;
}
.each_testi_box_img img {
  width: 100%;
  height: 100%;
}
.each_testi_box_txt {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.each_testi_box h6 {
  color: #0089e4;
  font-weight: 700;
}
.each_testi_box P {
  font-size: 14px;
  color: #616161;
}

/*===== needs_area =====*/
.needs_area_members_box_txt {
  text-align: center;
  margin-block: 30px;
}
.needs_area_members_box_txt h6 {
  color: #0089e4;
  font-weight: 700;
  font-size: 20px;
}
.needs_area_members_box_txt p {
  color: #8b8b8b;
  font-size: 14px;
}
.needs_area_bottom {
  padding: 35px;
  background-color: #08263b;
}
.needs_area_bottom_txt h6 {
  font-size: 20px;
  color: #fff;
}
.needs_area_bottom_btn .common_btn {
  padding: 15px 56px;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid white;
  color: #fff;
}
.needs_area_bottom_btn .common_btn:hover {
  background-color: #fff;
  color: #3f3f3f;
}

/*===== blog_area =====*/
.blog_area {
  padding-block: 90px;
  position: relative;
}
.blog_area:after {
  content: "";
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  background-color: #f5f7f8;
  position: absolute;
  z-index: -1;
}
.blog_area .service_area_boxes_each {
  display: block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog_area .service_area_boxes_each_txt {
  padding: 30px;
}
.blog_area .service_area_boxes_each_txt h6 {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
}
.blog_area .service_area_boxes_each_txt h5 {
  font-size: 16px;
  margin-top: 15px;
}
.blog_area .service_area_boxes_each:hover {
  background-color: #fff;
}

.blog_date {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.blog_date img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.blog_date p {
  font-size: 15px;
  font-weight: 500;
  color: #0089e4;
}

/*===== footer_area =====*/
.footer_area {
  padding-top: 90px;
}
.footer_area_middle {
  padding-block: 70px 45px;
}
.footer_area_middle .col-lg-3:nth-child(2) .each_foot_info {
  margin-left: -90px;
}
.footer_area_middle .col-lg-3:nth-child(3) .each_foot_info {
  padding-left: 50px;
}
.footer_area_bottom {
  background-color: #08263b;
  padding: 40px;
}

.each_brand_box {
  padding-inline: 40px;
}

.each_foot_info h6 {
  font-size: 19px;
  color: #08263b;
  margin-bottom: 15px;
}
.each_foot_info p {
  color: #08263b;
}
.each_foot_info a {
  color: #08263b;
  font-weight: 400;
}
.each_foot_info nav ul {
  flex-direction: column;
  align-items: flex-start;
}
.each_foot_info nav ul .active,
.each_foot_info nav ul .current-menu-item {
  padding: 3px;
}
.each_foot_info nav ul li {
  padding: 3px 3px 3px 0;
  line-height: 1;
}
.each_foot_info nav ul li a {
  line-height: 1;
}
.each_foot_info nav ul li:hover {
  padding-left: 3px;
}

.contact_txt li {
  margin-bottom: 20px;
}
.contact_txt li, .contact_txt a {
  font-size: 15px;
  color: #08263b;
  font-weight: 700;
  font-family: "Poppins";
}
.contact_txt li a, .contact_txt a a {
  display: block;
  font-weight: 400;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.contact_txt li a:hover, .contact_txt a a:hover {
  opacity: 0.6;
}

.subscription {
  margin-top: 20px;
}
.subscription input {
  width: 100%;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border: 1px solid #c1c9ce;
  background-color: transparent;
  background-color: #fff;
  font-size: 15px;
  color: #08263b;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 10px;
  text-align: center;
  padding: 10px;
}
.subscription input::-moz-placeholder {
  opacity: 1;
  color: #08263b;
}
.subscription input::placeholder {
  opacity: 1;
  color: #08263b;
}
.subscription button {
  cursor: pointer;
  width: 100%;
}
.subscription .common_btn {
  text-transform: capitalize;
}
.subscription .common_btn:hover {
  color: #3f3f3f;
}

.address_box {
  border-top: 1px solid #bfccd4;
  padding-top: 20px;
  margin-top: -50px;
}
.address_box h5 {
  font-size: 24px;
  line-height: 27px;
  color: #08263b;
  font-weight: 400;
}

.copyright_txt p {
  color: #fff;
}

.foot_social ul {
  justify-content: right;
}
.foot_social ul li a {
  font-size: 18px;
}

/*================================================
            [Home-Insurance] ====== Starts
================================================*/
.inner_ban_area {
  padding-block: 130px;
  position: relative;
}
.inner_ban_area:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.inner_ban_area h5 {
  font-weight: 500;
  font-size: 28px;
  color: #000;
}
.inner_ban_area .banner_area_cont_txt {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.inner_service_area .col-lg-3 {
  width: 20%;
}
.inner_service_area .service_area_boxes_each_txt_info {
  padding: 15px;
}
.inner_service_area .service_area_boxes_each_txt_info h6 {
  font-size: 18px;
}

.insurance_info_area {
  padding-block: 100px;
}
.insurance_info_area_txt h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.insurance_info_area_txt p {
  font-size: 22px;
}
.insurance_info_area_buttons {
  background-color: #0089e4;
  padding: 30px;
  margin-left: 50px;
}
.insurance_info_area_buttons .header_contact {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.insurance_info_area_buttons .header_contact p span {
  font-size: 14px;
}
.insurance_info_area_buttons .header_contact a {
  font-size: 22px;
}
.insurance_info_area_buttons .header_contact a span {
  font-size: 20px;
  text-transform: capitalize;
}
.insurance_info_area_buttons .header_contact img {
  width: 38px;
  height: auto;
}
.insurance_info_area_buttons hr {
  margin-block: 20px;
  background-color: #fff;
}

.insurance_dtl_area .team_area_img {
  width: 48%;
  height: 100%;
}
.insurance_dtl_area .team_area_img img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.insurance_dtl_area .team_area_cont {
  padding: 115px 0 115px 70px;
}

/*================================================
    [Standard-Home-Insurance] ====== Starts
================================================*/
.standard_home_ban:after {
  display: none;
}

.brief_coverage_area {
  background-color: #eeeeee;
  padding-block: 100px;
}
.brief_coverage_area_inner h4 {
  margin-bottom: 30px;
}
.brief_coverage_area_inner p span {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #0089e4;
}

.line_gap {
  margin-block: 20px;
  display: block;
}

.standard_form_area .team_area_cont {
  padding: 50px 0 50px 50px;
}
.standard_form_area .team_area_cont p a {
  color: #0089e4;
  font-size: 17px;
  display: inline-block;
}

.contact_form {
  margin-top: 50px;
}
.contact_form .form_label {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}
.contact_form .form_control, .contact_form textarea {
  background-color: #0c3552;
  border: 1px solid #24638f;
  color: #fff;
  height: 45px;
  width: 100%;
  margin-bottom: 15px;
}
.contact_form .form_control:focus {
  background-color: #093957;
  color: #fff;
  border-color: #00aaff;
  box-shadow: none;
}
.contact_form .btn_submit {
  background-color: #0089e4;
  border: none;
  color: #fff;
  font-weight: 700;
  min-height: 45px;
  width: 100%;
  font-size: 15px;
  border: 2px solid #0089e4;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  margin-top: 10px;
}
.contact_form .btn_submit:hover {
  background-color: transparent;
  border: 2px solid #0089e4;
}
.contact_form textarea {
  height: unset;
}

/*================================================
            [contact page] ====== Starts
================================================*/
.contact_find_area {
  padding-bottom: 90px;
}

.contact_area .common_head h3 {
  color: #fff;
  text-transform: capitalize;
}

/*================================================
            [faq page] ====== Starts
================================================*/
.faq_area {
  padding-top: 90px;
}
.faq_area h2 {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px;
  color: #08263b;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #0089e4;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #0089e4;
  border: 1px solid #0089e4;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  max-height: 9em;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding: 0;
}
.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 300;
  color: #08263b;
  margin: 20px;
}

/*================================================
            [blog dtl page] ====== Starts
================================================*//*# sourceMappingURL=style.css.map */