@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

.btn_com {
  background: #ed6b0b;
  padding: 15px 30px;
  color: #fff;
  border-radius: 5px;
  transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
.btn_com:hover {
  color: #fff;
  background: #000000;
  transition: ease-in 0.5s;
}

.comm_text h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  max-width: 500px;
}
.comm_text span {
  font-weight: 400;
  color: #ed6b0b;
}
.comm_text p {
  margin-bottom: 20px;
  max-width: 500px;
  line-height: 24px;
}
.comm_text a {
  display: inline-block;
}

.patn_strip {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 0;
  padding: 0;
}
.patn_strip li {
  height: 6px;
  margin-bottom: 12px;
  list-style-type: none;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 999;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .btn_com {
  padding: 10px 20px;
}
header .header_inner .logo {
  order: 1;
}
header .header_inner .header_info {
  order: 3;
}
header .header_inner .header_info .to_call {
  padding-right: 20px;
  font-weight: bold;
}
header .header_inner .nav_wraper {
  margin-left: auto;
  padding-right: 30px;
  order: 2;
}
header .header_inner .nav_wraper .nav-link {
  padding: 5px 20px !important;
  color: #000000;
}
header .header_inner .nav_wraper .dropdown-menu {
  top: 150%;
  border: 0;
  font-size: 14px;
  padding: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
header .header_inner .nav_wraper .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
header .header_inner .nav_wraper .dropdown-menu li:last-child {
  border-bottom: none;
}
header .header_inner .nav_wraper .dropdown-menu li .dropdown-item {
  padding: 10px;
}
header .header_inner .nav_wraper .dropdown-menu li .dropdown-item:hover, header .header_inner .nav_wraper .dropdown-menu li .dropdown-item:active {
  background: transparent;
  color: #ed6b0b;
}
header .header_inner .nav_wraper .nav_hamburger {
  font-size: 26px;
  cursor: pointer;
}

.mobile_menu {
  position: fixed;
  height: 100%;
  background-color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  top: 55px;
  padding: 20px;
  width: 250px;
  transition: ease-in-out 0.5s;
  transform: translateX(-250px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}
.mobile_menu.is_open {
  transform: translateX(0px);
}
.mobile_menu .close_btn {
  background: #eee;
  width: 25px;
  height: 25px;
  padding: 4px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}
.mobile_menu .m_nav {
  padding: 0;
  margin-top: 25px;
}
.mobile_menu .m_nav li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
}
.mobile_menu .m_nav li:nth-last-child {
  border-bottom: 0;
}
.mobile_menu .m_nav li a {
  padding: 8px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_menu .m_nav li a i {
  font-size: 20px;
}
.mobile_menu .m_nav li a:hover {
  color: #ed6b0b;
}
.mobile_menu .m_nav li a.active .fa-angle-down {
  transform: rotate(180deg);
}
.mobile_menu .m_nav .has_sub {
  display: none;
  padding: 0;
  padding-left: 5px;
}
.mobile_menu .m_nav .has_sub a {
  font-size: 13px;
}

.service-slide {
  padding-bottom: 20px;
  padding-left: 21px;
  padding-right: 21px;
  margin: 10px 0px;
}

.section_banner {
  position: relative;
  height: 650px;
  background: #ffecde;
  overflow: hidden;
}
.section_banner .container {
  height: 100%;
}
.section_banner .container .inner_banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  vertical-align: middle;
  align-items: center;
  height: 100%;
}
.section_banner .container .inner_banner .banner_image {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 50%;
}
.section_banner .container .inner_banner .banner_image img {
  max-width: 600px;
}

.suprt_section {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .suprt_section {
    padding: 50px 0;
  }
}
.suprt_section .more a {
  transition: all ease-in 0.5s;
  transform: translateX(-10px);
  display: inline-block;
}
.suprt_section .more a i {
  transition: all ease-in 0.5s;
}
.suprt_section .more a:hover {
  transform: translateX(5px);
  color: #ed6b0b;
  transition: all ease-in 0.5s;
}
.suprt_section .more a:hover i {
  color: #ed6b0b;
  transition: all ease-in 0.5s;
}
.suprt_section .swiper-button-next {
  background: #ed6b0b !important;
  color: white !important;
  padding: 22px !important;
  border-radius: 100% !important;
  right: 0 !important;
}
.suprt_section .swiper-button-next::after {
  content: "next" !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}
.suprt_section .swiper-button-prev {
  background: #ed6b0b !important;
  color: white !important;
  padding: 22px !important;
  border-radius: 100% !important;
  left: 0 !important;
}
.suprt_section .swiper-button-prev::after {
  content: "prev" !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.card_panel {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  min-height: 220px;
}
.card_panel .panel_head {
  border-bottom: 1px solid #eee;
  align-items: center;
}
.card_panel .panel_head h3 {
  font-size: 1rem;
  font-weight: 600;
}
.card_panel .review_comment {
  display: flex;
  flex-wrap: wrap;
}
.card_panel .review_comment p {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card_panel .review_comment p.active {
  height: auto;
  overflow: auto;
}
.card_panel .review_comment a {
  width: 100%;
  color: #ed6b0b;
  font-weight: 500;
}

.dpr_section {
  position: relative;
}
.dpr_section.team-section {
  background: #eee;
}
.dpr_section.team-section::after {
  left: 0;
  right: auto;
  background: #000000 url(../images/bg-Mission.jpg) fixed center;
  background-size: cover;
}
.dpr_section.team-section .img_wraper {
  transform: translate(137px, 90px);
}
.dpr_section.team-section .about_cpl {
  padding-left: 7rem;
}
.dpr_section::after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #ed6b0b url(../images/Our-team.jpg) fixed left;
  background-size: cover;
}
.dpr_section .about_cpl {
  padding: 180px 0;
}
.dpr_section .img_wraper {
  position: relative;
  z-index: 3;
  transform: translate(-40px, 75px);
}
.dpr_section .img_wraper span {
  position: absolute;
  left: -78px;
  top: auto;
  bottom: -61px;
  animation: 2s infinite alternate slidein;
}
@keyframes slidein {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-30px);
  }
}
.dpr_section .img_wraper img {
  border-radius: 20px;
}

.section_methord {
  background: #ed6b0b;
  padding: 100px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  .section_methord {
    padding: 50px 0;
  }
}
.section_methord .text_monthly {
  color: #fff;
  padding-bottom: 10px;
}
.section_methord .text_monthly h3 {
  max-width: 800px;
  margin: 0 auto 25px auto;
  padding: 0 15px;
}
.section_methord .price_slider {
  padding: 30px 60px;
}
.section_methord .price_slider .slider-handle {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(255, 246, 246);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.section_methord .price_slider .slider {
  position: relative;
}
.section_methord .price_slider .slider.slider-horizontal {
  width: 100%;
}
.section_methord .price_slider .slider .slider-handle {
  left: 0;
}
.section_methord .right_sld {
  border-left: 1px solid rgba(255, 255, 255, 0.3607843137);
  padding-left: 40px;
  color: #fff;
}
.section_methord .right_sld h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.section_methord .right_sld .slide_box {
  font-size: 17px;
  gap: 10px;
  /* Rounded sliders */
}
.section_methord .right_sld .slide_box i {
  margin: 0 10px;
  color: #7a3d10;
}
.section_methord .right_sld .slide_box i:hover {
  cursor: help;
}
.section_methord .right_sld .slide_box .switch {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 24px;
}
.section_methord .right_sld .slide_box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.section_methord .right_sld .slide_box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ad5412;
  transition: 0.4s;
}
.section_methord .right_sld .slide_box .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: 0px;
  bottom: -2px;
  background-color: #ffecde;
  transition: 0.4s;
}
.section_methord .right_sld .slide_box input:checked + .slider {
  background-color: #000000;
}
.section_methord .right_sld .slide_box input:checked + .slider:before {
  transform: translateX(26px);
}
.section_methord .right_sld .slide_box input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.section_methord .right_sld .slide_box .slider.round {
  border-radius: 34px;
}
.section_methord .right_sld .slide_box .slider.round:before {
  border-radius: 50%;
}

.price_section {
  position: relative;
}
.price_section.single-statement .cols {
  width: 50%;
}
.price_section.single-statement .cols h1 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.price_section.single-statement .cols h1 span {
  color: #ed6b0b;
}
.price_section.single-statement .cols .btn_com {
  font-size: 1.2rem;
}
.price_section.single-statement .price-div {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 10px;
}
.price_section .wave_bg {
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: -1;
}
.price_section .price_boxul {
  display: flex;
  gap: 15px;
  padding: 0;
  list-style-type: none;
}
.price_section .price_boxul > li {
  width: 33%;
}
.price_section .price_box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ed6b0b;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  padding-bottom: 60px;
  outline: 1px solid #d6d6d6;
  outline-offset: -12px;
}
.price_section .price_box .addons_list {
  min-height: 360px;
  font-size: 13px;
}
.price_section .price_box .addons_list li {
  padding-bottom: 7px;
}
.price_section .price_box .showmorebtn {
  cursor: pointer;
}
.price_section .price_box .title {
  border-radius: 20px;
  background: #000000;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-45px);
  font-size: 20px;
  font-weight: 500;
}
.price_section .price_box .price_bp {
  transform: translateY(-20px);
  text-align: center;
}
.price_section .price_box .price_bp h3 {
  font-weight: 700;
  font-size: 21px;
}
.price_section .price_box .price_bp .start {
  font-size: 17px;
}
.price_section .price_box .price_bp .text-dx {
  color: #ed6b0b;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
.price_section .price_box .caption_part {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #ffeee1;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 2px;
  border-radius: 6px;
  padding: 8px 3px;
  color: #000;
  border: 1px solid #fadcc6;
}
.price_section .price_box span {
  position: absolute;
  border-radius: 100vmax;
}
.price_section .price_box .top {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 50%, rgba(237, 107, 11, 0.5), rgb(237, 107, 11));
}
.price_section .price_box .bottom {
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(237, 107, 11), rgba(237, 107, 11, 0.5), transparent 50%);
}
.price_section .price_box .right {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(237, 107, 11, 0.5), rgb(237, 107, 11));
}
.price_section .price_box .left {
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background: linear-gradient(180deg, rgb(237, 107, 11), rgba(237, 107, 11, 0.5), transparent 70%);
}
.price_section .price_box .top {
  animation: animateTop 3s ease-in-out infinite;
}
.price_section .price_box .bottom {
  animation: animateBottom 3s ease-in-out infinite;
}
.price_section .price_box .right {
  animation: animateRight 3s ease-in-out infinite;
}
.price_section .price_box .left {
  animation: animateLeft 3s ease-in-out infinite;
}
@keyframes animateTop {
  25% {
    width: 100%;
    opacity: 1;
  }
  30%, 100% {
    opacity: 0;
  }
}
@keyframes animateBottom {
  0%, 50% {
    opacity: 0;
    width: 0;
  }
  75% {
    opacity: 1;
    width: 100%;
  }
  76%, 100% {
    opacity: 0;
  }
}
@keyframes animateRight {
  0%, 25% {
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    height: 100%;
  }
  55%, 100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes animateLeft {
  0%, 75% {
    opacity: 0;
    bottom: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}

.serv-block {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.serv-block .image-block {
  overflow: hidden;
}
.serv-block .image-block img {
  transition: all ease-in 0.3s;
}
.serv-block:hover img {
  transition: all ease-in 0.3s;
  transform: scale(1.2);
}
.serv-block .content-block {
  padding: 30px;
}
.serv-block .content-block h2 {
  margin: 10px 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.serv-block .more {
  border-top: 1px solid #eee;
  padding: 10px;
  position: relative;
  font-size: 18px;
}
.serv-block .more span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.serv-block .more::after {
  content: "";
  background: #ed6b0b;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: all ease-in 0.4s;
  z-index: 0;
}
.serv-block:hover span {
  color: #fff;
}
.serv-block:hover .more::after {
  height: 100%;
}

.partners_section {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .partners_section {
    padding: 50px 0;
  }
}
.partners_section .partners_inner {
  margin-top: 60px;
}

.choose {
  padding: 0 0 90px 0;
}
.choose .choose-drp {
  align-items: center;
  padding: 0 50px;
}
.choose .choose-drp:hover h3 {
  color: #ed6b0b;
}
.choose .choose-drp .icon-box {
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.choose .choose-drp .text-box h3 {
  font-size: 1.2rem;
}

.blog_section {
  background: #ffecde;
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .blog_section {
    padding: 50px 0;
  }
}
.blog_section .blog_slide_wraper {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
.blog_section .blog_slide_wraper .swiper-slide {
  transform: scale(0.9);
  transition: ease-in 0.5s;
}
.blog_section .blog_slide_wraper figcaption {
  opacity: 0;
  transition: ease-in 0.2s;
}
.blog_section .blog_slide_wraper .swiper-slide-active.swiper-slide {
  transition: ease-in 0.5s;
  transform: scale(1);
}
.blog_section .blog_slide_wraper .swiper-slide-active figcaption {
  opacity: 1;
  transition: ease-in 0.2s;
  margin-top: 15px;
}
.blog_section .blog_slide_wraper .swiper {
  padding: 0 350px;
  padding-bottom: 30px;
}
.blog_section .slick-slide {
  margin: 30px 30px;
  transition: ease-in 0.5s;
}
.blog_section .slick-slide figcaption {
  opacity: 0;
  transition: ease-in 0.5s;
}
.blog_section .slick-center {
  transform: scale(1.1);
  transition: ease-in 0.5s;
}
.blog_section .slick-center figcaption {
  opacity: 1;
  transition: ease-in 0.5s;
}

.blog_card {
  border-radius: 20px;
}
.blog_card img {
  width: 100%;
  border-radius: 20px;
}
.blog_card figure h1 {
  font-size: 2rem;
}
.blog_card figure h3 {
  font-size: 20px;
}
.blog_card figcaption {
  padding: 15px;
}
.blog_card figcaption h1 {
  font-size: 2rem;
}
.blog_card figcaption .blog_head1 {
  font-size: 26px;
}
.blog_card figcaption h3 {
  font-size: 20px;
}
.blog_card .hr_line1 {
  border-top: 1px solid #cdcdcd;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.blog_card .avatar_sec {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px !important;
}
.blog_card .avatar_sec .ing_secavt {
  display: flex;
  align-items: center;
}
.blog_card .avatar_sec img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog_card03 {
  border: 1px solid #cdcdcd;
}
.blog_card03 img {
  width: 100%;
}
.blog_card03 figure h1 {
  font-size: 2rem;
}
.blog_card03 figure h3 {
  font-size: 20px;
}
.blog_card03 figcaption {
  padding: 15px;
}
.blog_card03 figcaption h1 {
  font-size: 2rem;
}
.blog_card03 figcaption .blog_head1 {
  font-size: 26px;
}
.blog_card03 figcaption .blog_head22 {
  font-size: 14px;
}
.blog_card03 figcaption h3 {
  font-size: 20px;
}
.blog_card03 .hr_line1 {
  border-top: 1px solid #cdcdcd;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.blog_card03 .avatar_sec {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px !important;
}
.blog_card03 .avatar_sec .ing_secavt {
  display: flex;
  align-items: center;
}
.blog_card03 .avatar_sec .ing_secavt33 {
  font-size: 12px;
}
.blog_card03 .avatar_sec img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

footer {
  padding: 100px 0;
  padding-bottom: 0;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 0;
  }
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  padding: 5px 0;
  transition: 0.3s ease-in;
  display: block;
}
footer ul li a:hover {
  transform: translateX(5px);
  color: #ed6b0b;
  transition: 0.3s ease-in;
}
footer .footer_widget h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 23px;
}
footer .footer_info .info {
  font-weight: bold;
  font-size: 16px;
}
footer .footer_info .info.info_mail {
  font-weight: inherit;
}
footer .copy .inner {
  border-top: 1px solid #dedede;
}
footer .copy .inner ul li {
  padding-right: 20px;
  display: inline-block;
}
footer .copy .inner ul li a {
  text-decoration: none;
  color: #000;
}
footer .copy .inner ul li:last-child {
  padding-right: 0px;
}

.swiper-pagination {
  position: inherit;
}
.swiper-pagination span {
  width: 12px;
  height: 12px;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: #ed6b0b;
}

#particles {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.page-header {
  background: #eee url(../images/bg-page.jpg);
  background-size: cover;
  padding: 4.5rem 0;
  margin-top: 5rem;
  text-align: center;
}
.page-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.blog_sec022 {
  margin-top: 9rem;
}

.nav_blog {
  background-color: #ed6b0b;
}
.nav_blog ul li a {
  color: #fff;
}

.nav_bar_blog {
  justify-content: space-between !important;
}

.industries_modal01 {
  padding: 0px;
}
.industries_modal01 .image-block {
  overflow: hidden;
}
.industries_modal01 .image-block img {
  transition: all ease-in 0.3s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.industries_modal01:hover img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.industries_modal01 .content-block {
  padding: 10px 20px;
}
.industries_modal01 .content-block h2 {
  margin: 10px 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.industries_modal01 .content-block p {
  font-size: 13px;
}
.industries_modal01 .more {
  border-top: 1px solid #eee;
  padding: 10px;
  position: relative;
  font-size: 18px;
}
.industries_modal01 .more span {
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.industries_modal01 .more::after {
  content: "";
  background: #ed6b0b;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: all ease-in 0.4s;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.industries_modal01:hover span {
  color: #fff;
}
.industries_modal01:hover .more::after {
  height: 100%;
}

.team_sec1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.team_sec1 .team-member {
  text-align: center;
 
}
.team_sec1 .team-member .thumb {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  
}
.team_sec1 .team-member .thumb img {
  width: 100%;
  border-radius: 50%;
   cursor: pointer;
}
.team_sec1 .team-member .name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 0px;
  margin: 6px 0px 0px 0px;
   cursor: pointer;
}
.team_sec1 .team-member p {
  color: #ed6b0b;
  font-size: 13px;
   cursor: pointer;
   margin-bottom: 5px;
}
.team_sec1 .team-member a {
  color: #ffae0f !important;
  cursor: pointer;

}
.team_sec1 .team-member a:hover{
  color: #ed6b0b !important;
  text-decoration: underline;
}

.btn_blgclose {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  background-color: transparent;
  border: none;
}

.blog_modal01 {
  padding: 50px 30px;
}
.blog_modal01 .lg_icons01 {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.blog_modal01 .lg_icons01 .bi-facebook {
  color: #316FF6;
}
.blog_modal01 .lg_icons01 .bi-twitter {
  color: #1DA1F2;
}
.blog_modal01 .lg_icons01 .bi-linkedin {
  color: #0077b5;
}
.blog_modal01 .lg_icons01 .bi-link {
  color: #313131;
}
.blog_modal01 .lg_icons01 .icn_blg {
  font-size: 32px;
  padding: 20px;
}

.contact_sec1 .fa-home {
  color: #ed6b0b;
}
.contact_sec1 .fa-phone {
  color: #ed6b0b;
}
.contact_sec1 .fa-envelope {
  color: #ed6b0b;
}
.contact_sec1 ul li {
  display: flex;
  align-items: center;
}
.contact_sec1 ul li p {
  margin: 0px;
  padding: 0px;
}
.contact_sec1 ul hr {
  margin: 20px 0px;
}

#pricing_modl1 .pricing_cntnt1 {
  border: 1px solid #ed6b0b;
}
#pricing_modl1 .pricing_cntnt1 .pricing_brdr1 {
  border: 1px solid #cdcdcd;
  margin: 6px;
  border-radius: 6px;
}
#pricing_modl1 .pricing_cntnt1 .pricing_brdr1 ul {
  padding-left: 20px;
}
#pricing_modl1 .pricing_cntnt1 .pricing_brdr1 ul li::marker {
  content: ">> ";
}
#pricing_modl1 .pricing_cntnt1 .pricing_brdr1 .btn_close1 {
  position: absolute;
  right: 10px;
  top: 5px;
  background: transparent;
  border: none;
}

.pulse02 {
  animation: shadowPulse 1s infinite;
  animation: shadowPulse 2s infinite;
}
@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(52, 152, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}/*# sourceMappingURL=style.css.map */




.error {
    color: #bd0000;
    font-size: 12px !important;
}

/* team */
.teampop .btn-close{
    position: absolute;
    right: 0;
    padding: 10px;
        z-index: 999;
}
.teampop {
    background: #ED6B0B;
background: linear-gradient(164deg,rgba(237, 107, 11, 1) 31%, rgba(179, 76, 4, 1) 94%);
    color: #fff;
}
.teampop h2{
    text-align: center;
    font-size: 25px;
}
.teampop h3{
    text-align: center;
    font-size: medium;
}
.teampop img{
    border-radius: 50%;
    border: solid 10px #f5771f;
    margin: 0 auto 20px;
    display: block;
    max-width: 250px;
}
