* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.yantramanav {
  font-family: "Yantramanav", sans-serif;
}

.PublicSans {
  font-family: "Public Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Public Sans", sans-serif !important;
}

.container {
  max-width: 1220px !important;
}

.active_menu {
  color: #2C81B8 !important;
}

.mini_title {
  color: #2C81B8;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 20px;
  box-shadow: 0 5px 4px -1px #2C81B8;
}

.big_title {
  color: #080C24;
  font-size: 36px;
  font-weight: 900;
  font-family: "Yantramanav", sans-serif;
  text-transform: uppercase;
}

p {
  color: #565969;
  font-size: 16px;
  font-weight: 400;
}

.banner_title h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 900;
  font-family: "Yantramanav", sans-serif;
  text-transform: uppercase;
}
.banner_title a p {
  color: #2C81B8;
  font-size: 16px;
}
.banner_title p {
  color: #FFF;
  font-size: 16px;
}

.Custome_navbar {
  position: relative;
  /* Optional: Styling for a smoother hover experience */
}
.Custome_navbar .logo_bg {
  position: absolute;
  margin-top: 0px;
  width: 26%;
}
.Custome_navbar .logo_bg .hed_logo_bg {
  filter: drop-shadow(0 10px #000);
  z-index: 1;
  position: relative;
  height: 102px;
}
.Custome_navbar .logo_bg .Main_logo {
  position: absolute;
  left: 60%;
  z-index: 5;
  width: 122px;
  padding: 11px 14px;
}
.Custome_navbar .header_address {
  background-color: #080C24;
  color: #FFF;
  font-size: 12px;
  font-size: 300;
  padding: 10px;
}
.Custome_navbar .header_number {
  background: #2C81B8;
  width: 20%;
  padding-left: 2%;
  font-family: "Yantramanav", sans-serif;
}
.Custome_navbar .header_number p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.Custome_navbar .all_menu {
  width: 80%;
}
.Custome_navbar .all_menu .page_list {
  margin-left: 100px;
}
.Custome_navbar .all_menu .page_list li .menus {
  color: #080C24;
  font-size: 16px;
  font-weight: 500;
}
.Custome_navbar .all_menu .btn_position {
  margin-right: 15%;
}
.Custome_navbar .all_menu .btn_position .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
  border: 1px solid #2C81B8;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.Custome_navbar .all_menu .btn_position .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  transition: color 0.3s ease;
}
.Custome_navbar .all_menu .btn_position .custome_btn:hover {
  background-color: #FFF;
}
.Custome_navbar .all_menu .btn_position .custome_btn:hover P {
  color: #2C81B8;
}
.Custome_navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
}
.Custome_navbar .nav-item .dropdown-menu {
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.Custome_navbar .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.mobile_view_header .mv_logo {
  width: 64%;
}
.mobile_view_header .page_list li .menus {
  color: #080C24;
  font-size: 16px;
  font-weight: 500;
}
.mobile_view_header .btn_position .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
}
.mobile_view_header .btn_position .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}

.main_page_banner .slider {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.main_page_banner .slider .overlay {
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(to right, #080c24, rgba(8, 12, 36, 0.9529411765), rgba(8, 12, 36, 0.8352941176), rgba(8, 12, 36, 0.7411764706), rgba(8, 12, 36, 0.4392156863), rgba(8, 12, 36, 0.0745098039));
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
  height: 100%;
}
.main_page_banner .slider .round_btn_bg {
  background-color: #282d41;
  height: 350px;
  width: 350px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}
.main_page_banner .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}
.main_page_banner .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.main_page_banner .item.current {
  opacity: 1;
}
.main_page_banner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_page_banner .item .slider_text {
  position: absolute;
  z-index: 2;
  left: 16%;
  top: 35%;
  transform: translateY(-50%);
}
.main_page_banner .item .slider_text h1 {
  color: #FFF;
  font-size: 74px;
  font-weight: 900;
  font-family: "Yantramanav", sans-serif;
}
.main_page_banner .item .slider_text .custome_btn {
  background-color: #FFF;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main_page_banner .item .slider_text .custome_btn p {
  font-size: 18px;
  color: #080C24;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main_page_banner .item .slider_text .custome_btn:hover {
  background-color: #2C81B8;
}
.main_page_banner .item .slider_text .custome_btn:hover p {
  color: #FFF;
}
.main_page_banner .slider_text {
  position: absolute;
  z-index: 2;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
}
.main_page_banner .slider_text h1 {
  color: #FFF;
  font-size: 74px;
  font-weight: 900;
  font-family: "Yantramanav", sans-serif;
}
.main_page_banner .slider_text .custome_btn {
  background-color: #FFF;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main_page_banner .slider_text .custome_btn p {
  font-size: 18px;
  color: #080C24;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main_page_banner .slider_text .custome_btn:hover {
  background-color: #2C81B8;
}
.main_page_banner .slider_text .custome_btn:hover p {
  color: #FFF;
}
.main_page_banner .buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 3%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main_page_banner .buttons .left_right_arrow {
  background-color: #FFF;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.main_page_banner .buttons .left_right_arrow:hover {
  background-color: #2C81B8;
}
.main_page_banner .buttons .left_right_arrow:hover svg path {
  fill: #FFF;
}
.main_page_banner .dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.main_page_banner .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.main_page_banner .dot:nth-child(n+2) {
  margin-left: 5px;
}
.main_page_banner .dot.current {
  opacity: 1;
}

.What_we_offer .sec_box {
  background-color: #FFF;
  border-radius: 20px;
  padding: 35px;
  margin-top: -105px;
  position: relative;
  z-index: 5;
}
.What_we_offer .sec_box .right_line {
  position: relative;
}
.What_we_offer .sec_box .right_line::before {
  position: absolute;
  content: "";
  height: 87px;
  width: 4px;
  background-color: #2C81B8;
  left: 50%;
  top: 11%;
}
.What_we_offer .sec_box .custome_card {
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.What_we_offer .sec_box .custome_card .icon_bg {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2C81B8;
  box-shadow: -5px -5px 0px 0px #080C24;
}
.What_we_offer .sec_box .custome_card h3 {
  color: #080C24;
  font-size: 20px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.What_we_offer .sec_box .custome_card p {
  font-size: 14px;
}

.About_us_sec .left_part {
  position: relative;
}
.About_us_sec .left_part .main_img_a {
  position: relative;
  width: 78%;
  z-index: 2;
}
.About_us_sec .left_part .doted_img {
  position: absolute;
  width: 100px;
  left: -5%;
  bottom: 0%;
}
.About_us_sec .left_part .sub_img {
  position: absolute;
  background-color: #FFF;
  width: 277px;
  padding: 10px;
  right: 6%;
  bottom: 0%;
  z-index: 2;
}
.About_us_sec .left_part .sub_img img {
  border: 5px solid #9FA4BE;
}
.About_us_sec .left_part .exprience_div {
  position: absolute;
  right: 6%;
  width: 240px;
  top: 5%;
  z-index: 2;
}
.About_us_sec .left_part .exprience_div .text_part {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.About_us_sec .left_part .exprience_div .text_part h2 {
  color: #2C81B8;
  font-size: 64px;
  font-weight: 900;
  font-family: "Yantramanav", sans-serif;
}
.About_us_sec .left_part .exprience_div .text_part p {
  color: #080C24;
  font-size: 16px;
  font-weight: 600;
}
.About_us_sec .right_part .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.About_us_sec .right_part .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  transition: color 0.3s ease;
}
.About_us_sec .right_part .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.About_us_sec .right_part .custome_btn:hover p {
  color: #2C81B8;
}

.we_are_at {
  background: #080C24;
  padding: 100px 0px 190px 0px;
}
.we_are_at .left_part {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.we_are_at .right_part .slider_img h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
  text-align: center;
  margin-top: 20px;
}
.we_are_at .right_part .left_right_arrow {
  position: relative;
  margin-top: -57px;
  height: 60px;
}
.we_are_at .right_part .left_right_arrow .swiper-button-prev,
.we_are_at .right_part .left_right_arrow .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.we_are_at .right_part .left_right_arrow .swiper-button-prev:hover,
.we_are_at .right_part .left_right_arrow .swiper-button-next:hover {
  background-color: #2C81B8;
}
.we_are_at .right_part .left_right_arrow .swiper-button-prev:hover svg path,
.we_are_at .right_part .left_right_arrow .swiper-button-next:hover svg path {
  fill: #FFF;
}

.we_are_at .swiper-button-next:after, .we_are_at .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}

.we_are_at .swiper-button-prev:after, .we_are_at .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}

.count_sec .count_box {
  background-color: #080C24;
  border-top: 8px solid #2C81B8;
  padding: 20px 40px;
  margin-top: -170px;
}
.count_sec .count_box .custome_card h3 {
  color: #2C81B8;
  font-size: 44px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.count_sec .count_box .custome_card h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.count_sec .count_box .border_div {
  position: relative;
}
.count_sec .count_box .border_div::after {
  position: absolute;
  content: "";
  height: 139%;
  width: 4px;
  background-color: #2C81B8;
  right: 10%;
  top: 0;
}

.Recent_articles p {
  width: 50%;
  margin: 0 auto;
}
.Recent_articles .custome_card h3 {
  color: #080C24;
  font-size: 30px;
  font-weight: 500;
  font-family: "Yantramanav", sans-serif;
}
.Recent_articles .custome_card .date_text {
  color: #080C24;
  font-size: 14px;
  font-weight: 500;
}
.Recent_articles .custome_card a {
  color: #080C24;
  font-size: 14px;
  font-weight: 600;
}
.Recent_articles .custome_card a:hover {
  color: #2C81B8;
}

.Lets_talk .left_part h3 {
  color: #080C24;
  font-size: 44px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Lets_talk .right_part {
  background-color: #080C24;
  padding: 40px;
}
.Lets_talk .right_part .call_svg {
  background-color: #2C81B8;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 10px rgba(44, 129, 184, 0.3);
}
.Lets_talk .right_part h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Lets_talk .right_part h4 {
  color: #2C81B8;
  font-size: 30px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Lets_talk .right_part .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.Lets_talk .right_part .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  transition: color 0.3s ease;
}
.Lets_talk .right_part .custome_btn:hover {
  background-color: #FFF;
}
.Lets_talk .right_part .custome_btn:hover p {
  color: #2C81B8;
}

footer {
  position: relative;
  background-color: #080C24;
}
footer .footer_logo {
  position: absolute;
  margin-top: 0px;
  width: 28%;
}
footer .footer_logo .logo_bg {
  width: 100%;
  filter: drop-shadow(0 20px #000);
}
footer .footer_logo .Main_logo {
  position: absolute;
  left: 63%;
  z-index: 5;
  width: 100px;
}
footer .custome_pading {
  padding: 60px 0px 10px 0px;
}
footer h3 {
  color: #F8F8F8;
  font-size: 24px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
}
footer .under_line {
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #2C81B8, rgba(44, 128, 184, 0));
}
footer .list a {
  color: #D6D6D6;
  font-size: 16px;
}
footer .list a:hover {
  color: #2C81B8;
}
footer .list a:hover svg path {
  fill: #2C81B8;
}
footer .footer_bottom .copy_right {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
}
footer .footer_bottom .copy_right a {
  color: #FFF;
}
footer .footer_bottom .copy_right a:hover {
  color: #2C81B8;
}

.about_page_banner {
  background-image: url("../img/about_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 162px 0px;
}

.contact_page_banner {
  background-image: url("../img/contact_us_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 162px 0px;
}

.warehouse_page_banner {
  background-image: url("../img/warehouse_banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 162px 0px;
}

.para_section .big_title {
  width: 80%;
  margin: 0 auto;
}

.about_count_sec .count_box {
  background-color: #080C24;
  border-top: 8px solid #2C81B8;
  padding: 20px 40px;
}
.about_count_sec .count_box .custome_card h3 {
  color: #2C81B8;
  font-size: 44px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.about_count_sec .count_box .custome_card h4 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
  text-transform: uppercase;
}
.about_count_sec .count_box .border_div {
  position: relative;
}
.about_count_sec .count_box .border_div::after {
  position: absolute;
  content: "";
  height: 139%;
  width: 4px;
  background-color: #2C81B8;
  right: 0%;
  top: 0;
}

.our_skills_sec ul li {
  color: #080C24;
  font-size: 18px;
  font-weight: 500;
}

.About_lets_talk {
  background-color: #080C24;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.About_lets_talk .right_bg_img {
  position: absolute;
  width: 70%;
  right: 0%;
  top: 0%;
}
.About_lets_talk .leftt_part {
  background-color: #2C81B8;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.About_lets_talk .leftt_part .mini_title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 20px;
  box-shadow: 0 5px 4px -1px #080C24;
}
.About_lets_talk .leftt_part .call_svg {
  background-color: #FFF;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
}
.About_lets_talk .leftt_part h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.About_lets_talk .leftt_part h4 {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.About_lets_talk .leftt_part .custome_btn {
  background-color: #FFF;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
}
.About_lets_talk .leftt_part .custome_btn p {
  font-size: 18px;
  color: #2C81B8;
  font-weight: 500;
}
.About_lets_talk .leftt_part .custome_btn:hover {
  background-color: #080C24;
}
.About_lets_talk .leftt_part .custome_btn:hover p {
  color: #FFF;
}
.About_lets_talk .right_part {
  position: relative;
  z-index: 1;
  display: none;
}
.About_lets_talk .right_part .Play_btn {
  height: 60px;
  width: 60px;
  background-color: #2C81B8;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(44, 129, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team_member_sec p {
  width: 70%;
  margin: 0 auto;
}
.team_member_sec .custome_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.team_member_sec .custome_card .div_bg_hover {
  position: relative;
  z-index: 4;
}
.team_member_sec .custome_card .div_bg_hover h3 {
  color: #080C24;
  font-size: 36px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.team_member_sec .custome_card .div_bg_hover p {
  color: #565969;
  font-size: 24px;
  font-weight: 400;
}
.team_member_sec .custome_card .all_social_icon_hendle {
  position: absolute;
  right: 5%;
  bottom: 25%;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link {
  position: absolute;
  height: 40px;
  overflow: hidden;
  bottom: 20%;
  transition: height 0.5s ease-in-out;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg:hover {
  background-color: #2C81B8;
}
.team_member_sec .custome_card .all_social_icon_hendle .allsocial_link .icon_bg:hover svg path {
  fill: #FFF;
}
.team_member_sec .custome_card .all_social_icon_hendle .Social_media_btn {
  height: 60px;
  width: 60px;
  background-color: #2C81B8;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 10px rgba(44, 129, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: height 0.5s ease-in-out;
}

.custome_card .all_social_icon_hendle:hover .allsocial_link {
  height: 341px;
}

.custome_card .all_social_icon_hendle:hover .Social_media_btn {
  transform: rotate(45deg);
}

.custome_card:hover .div_bg_hover {
  background-color: #2C81B8;
}

.custome_card:hover .div_bg_hover h3 {
  color: #FFF;
}

.custome_card:hover .div_bg_hover p {
  color: #FFF;
}

.custome_card:hover .all_social_icon_hendle .Social_media_btn {
  background-color: #FFF;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.custome_card:hover .all_social_icon_hendle .Social_media_btn svg path {
  fill: #2C81B8;
}

.Contact_page_sec .left_part .big_title {
  border-bottom: 3px solid #2C81B8;
  text-align: center;
}
.Contact_page_sec .left_part form .input_part {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.Contact_page_sec .left_part form .input_part .input_fild {
  outline: none;
  border: none;
  width: 100%;
  color: #565969;
  font-size: 14px;
  border-bottom: 2px solid #2C81B8;
}
.Contact_page_sec .left_part form .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
}
.Contact_page_sec .left_part form .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
.Contact_page_sec .left_part form .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.Contact_page_sec .left_part form .custome_btn:hover p {
  color: #2C81B8;
}
.Contact_page_sec .right_part {
  background-color: #2C81B8;
  padding: 40px;
}
.Contact_page_sec .right_part .contact_text {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
  text-align: center;
  border-bottom: 3px solid #FFF;
}
.Contact_page_sec .right_part .white_card {
  background-color: #FFF;
  border-radius: 5px;
}
.Contact_page_sec .right_part .white_card h4 {
  color: #080C24;
  font-size: 20px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Contact_page_sec .right_part .white_card .call_icons {
  height: 50px;
  width: 50px;
  background-color: #2C81B8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Service_page .left_part .top_img {
  position: relative;
}
.Service_page .left_part .top_img::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  background: #FFF;
  border: 10px solid #2C81B8;
  border-radius: 50%;
  bottom: -35px;
  right: 5%;
}
.Service_page .left_part h4 {
  color: #080C24;
  font-size: 30px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Service_page .left_part .custome_dot {
  height: 14px;
  width: 14px;
  border: 5px solid #FA4318;
}
.Service_page .left_part .video_player {
  position: relative;
}
.Service_page .left_part .video_player .Play_btn {
  display: none !important;
  height: 60px;
  width: 60px;
  background-color: #2C81B8;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(44, 129, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Service_page .right_part .three_card {
  background-color: #e6e7e9;
}
.Service_page .right_part .three_card h3 {
  color: #080C24;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Service_page .right_part .three_card .under_line {
  width: 60px;
  height: 3px;
  background: #2C81B8;
  position: relative;
}
.Service_page .right_part .three_card .under_line::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  right: -41%;
  border-left: 6px solid #080C24;
  border-right: 6px solid #080C24;
}
.Service_page .right_part .three_card .Page_link {
  background-color: rgba(8, 12, 36, 0.1);
}
.Service_page .right_part .three_card .Page_link p {
  font-size: 16px;
  color: #565969;
  font-weight: 600;
}
.Service_page .right_part .three_card .Page_link:hover {
  background-color: #2C81B8;
}
.Service_page .right_part .three_card .Page_link:hover p {
  color: #FFF;
}
.Service_page .right_part .three_card .Page_link:hover svg path {
  fill: #FFF;
}
.Service_page .right_part .three_card .active_page_link {
  background-color: #2C81B8 !important;
}
.Service_page .right_part .three_card .active_page_link p {
  color: #FFF !important;
}
.Service_page .right_part .three_card .active_page_link svg path {
  fill: #FFF !important;
}
.Service_page .right_part .three_card .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 16px 20px 12px 20px;
}
.Service_page .right_part .three_card .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
.Service_page .right_part .three_card .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.Service_page .right_part .three_card .custome_btn:hover p {
  color: #2C81B8;
}
.Service_page .right_part .three_card .custome_btn:hover svg path {
  fill: #2C81B8;
}
.Service_page .right_part .support_card {
  background: #2C81B8;
}
.Service_page .right_part .support_card h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Service_page .right_part .support_card .under_line {
  width: 60px;
  height: 3px;
  background: #FFF;
  position: relative;
  margin: 0 auto;
}
.Service_page .right_part .support_card .under_line::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  right: -41%;
  border-left: 6px solid #FFF;
  border-right: 6px solid #FFF;
}

.Bloge_page .left_part .top_img {
  position: relative;
}
.Bloge_page .left_part h4 {
  color: #080C24;
  font-size: 35px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Bloge_page .left_part .custome_dot {
  height: 14px;
  width: 14px;
  border: 5px solid #FA4318;
}
.Bloge_page .left_part .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
}
.Bloge_page .left_part .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
.Bloge_page .left_part .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.Bloge_page .left_part .custome_btn:hover p {
  color: #2C81B8;
}
.Bloge_page .left_part .italic_div {
  border-left: 5px solid #2C81B8;
}
.Bloge_page .left_part .italic_div i {
  font-size: 18px;
  font-weight: 700;
  color: #080C24;
}
.Bloge_page .left_part .italic_div h4 {
  color: #080C24;
  font-size: 20px;
  font-weight: 500;
  font-family: "Yantramanav", sans-serif;
}
.Bloge_page .left_part .italic_div .blue_line {
  position: relative;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #2C81B8;
}
.Bloge_page .left_part .tags h4 {
  font-size: 20px;
  color: #080C24;
  font-weight: 700;
}
.Bloge_page .left_part .tags .part {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 20px;
}
.Bloge_page .left_part .tags .social_icon {
  height: 38px;
  width: 38px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Bloge_page .left_part .tags .social_icon:hover {
  background-color: #2C81B8;
}
.Bloge_page .left_part .tags .social_icon:hover svg path {
  fill: #FFF;
}
.Bloge_page .left_part .contact_form_part .big_title {
  font-weight: 700;
  font-size: 30px;
}
.Bloge_page .left_part .contact_form_part form .input_part {
  display: flex;
  align-items: center;
}
.Bloge_page .left_part .contact_form_part form .input_part .input_fild {
  outline: none;
  border: none;
  width: 100%;
  color: #565969;
  font-size: 14px;
}
.Bloge_page .left_part .contact_form_part form .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 11px 20px 8px 20px;
}
.Bloge_page .left_part .contact_form_part form .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
.Bloge_page .left_part .contact_form_part form .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.Bloge_page .left_part .contact_form_part form .custome_btn:hover p {
  color: #2C81B8;
}
.Bloge_page .left_part .video_player {
  position: relative;
}
.Bloge_page .left_part .video_player .Play_btn {
  height: 60px;
  width: 60px;
  background-color: #2C81B8;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px rgba(44, 129, 184, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Bloge_page .left_part .tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.Bloge_page .left_part .tab-buttons button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: #e4e7ee;
  cursor: pointer;
}
.Bloge_page .left_part .tab-buttons button.active {
  background-color: #2C81B8;
  box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
  color: #FFF;
}
.Bloge_page .left_part .next_number_show {
  color: #2C81B8;
  cursor: pointer;
}
.Bloge_page .left_part .hidden {
  display: none;
}
.Bloge_page .left_part .tab-content {
  display: none;
}
.Bloge_page .left_part .tab-content.active {
  display: block;
}
.Bloge_page .right_part .three_card {
  background-color: #e6e7e9;
}
.Bloge_page .right_part .three_card h3 {
  color: #080C24;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Bloge_page .right_part .three_card .under_line {
  width: 60px;
  height: 3px;
  background: #2C81B8;
  position: relative;
}
.Bloge_page .right_part .three_card .under_line::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  right: -41%;
  border-left: 6px solid #080C24;
  border-right: 6px solid #080C24;
}
.Bloge_page .right_part .three_card .Page_link {
  background-color: rgba(8, 12, 36, 0.1);
}
.Bloge_page .right_part .three_card .Page_link p {
  font-size: 16px;
  color: #565969;
  font-weight: 600;
}
.Bloge_page .right_part .three_card .Page_link:hover {
  background-color: #2C81B8;
}
.Bloge_page .right_part .three_card .Page_link:hover p {
  color: #FFF;
}
.Bloge_page .right_part .three_card .Page_link:hover svg path {
  fill: #FFF;
}
.Bloge_page .right_part .three_card .active_page_link {
  background-color: #2C81B8 !important;
}
.Bloge_page .right_part .three_card .active_page_link p {
  color: #FFF !important;
}
.Bloge_page .right_part .three_card .active_page_link svg path {
  fill: #FFF !important;
}
.Bloge_page .right_part .three_card .custome_btn {
  background-color: #2C81B8;
  font-family: "Yantramanav", sans-serif;
  padding: 16px 20px 12px 20px;
}
.Bloge_page .right_part .three_card .custome_btn p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
}
.Bloge_page .right_part .three_card .custome_btn:hover {
  background-color: #FFF;
  border: 1px solid #2C81B8;
}
.Bloge_page .right_part .three_card .custome_btn:hover p {
  color: #2C81B8;
}
.Bloge_page .right_part .three_card .custome_btn:hover svg path {
  fill: #2C81B8;
}
.Bloge_page .right_part .three_card .recent_post h5 {
  color: #080C24;
  font-size: 16px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Bloge_page .right_part .three_card .recent_post p {
  font-size: 15px;
}
.Bloge_page .right_part .support_card {
  background: #2C81B8;
}
.Bloge_page .right_part .support_card h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yantramanav", sans-serif;
}
.Bloge_page .right_part .support_card .under_line {
  width: 60px;
  height: 3px;
  background: #FFF;
  position: relative;
  margin: 0 auto;
}
.Bloge_page .right_part .support_card .under_line::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  right: -41%;
  border-left: 6px solid #FFF;
  border-right: 6px solid #FFF;
}

.slider_logo {
  width: 100%;
}/*# sourceMappingURL=style.css.map */