@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  outline: 0px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

a {
  text-decoration: none;
  transition: 0.3s;
  color: #222222; }

a:hover,
a:focus {
  text-decoration: none;
  color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
img,
ul,
ol,
li,
input,
form,
.btn,
.navbar,
.breadcrumb,
.pagination {
  margin: 0px;
  padding: 0px;
  border: 0; }

body {
  font-family: "Rubik", sans-serif;
  position: relative; }

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Rubik", sans-serif; }

p {
  font-family: "Rubik", sans-serif; }

a {
  font-family: "Rubik", sans-serif; }

h1 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff; }

h2 {
  font-size: 36px;
  color: #00AEEF;
  font-weight: 700; }

h3 {
  font-size: 26px;
  color: #32b043;
  font-weight: 700;
  text-transform: capitalize; }

h4 {
  font-size: 22px;
  font-weight: 700;
  color: #222222; }

h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222222; }

h6 {
  font-size: 16px;
  font-weight: 700;
  color: #32b043; }

p {
  color: #444444;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400; }

a {
  color: #222222;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s; }

.btn_com {
  padding: 10px 35px;
  display: inline-block;
  background: #32b043;
  color: #ffffff;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px; }

.pxy_50{
  padding: 50px;
}
.pr0 {
  padding-right: 0px; }

.py_60 {
  padding: 60px 0px; }

.pt_60 {
  padding-top: 60px; }

.pb_60 {
  padding-bottom: 60px; }

.py_90 {
  padding: 90px 0px 90px; }

.py_6090 {
  padding: 60px 0px 90px; }

.pt_90 {
  padding-top: 90px; }

.pb_90 {
  padding-bottom: 90px; }

.mt_30 {
  margin-top: 30px; }

.dis_none {
  display: none; }

.btn {
  border-radius: 0; }

/* header start */
header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  header .header_top_part {
    padding: 15px 0px;
    background: #32b043; }
    header .header_top_part .header_top_content ul li a {
      display: block;
      padding: 0px 10px;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff; }
      header .header_top_part .header_top_content ul li a i {
        padding-right: 10px; }
    header .header_top_part .header_top_content ul li:hover a {
      color: rgba(0, 0, 0, 0.6); }
    header .header_top_part .header_top_sicon ul li a {
      display: block;
      padding: 0px 10px;
      font-size: 16px;
      color: #ffffff;
      transition: 0.4s; }
    header .header_top_part .header_top_sicon ul li:hover a {
      color: rgba(0, 0, 0, 0.6); }
  header .menu_part {
    padding: 20px 0px;
    background: #ffffff;
    /* .bg_menu {
        padding: 5px 25px;
        background: $c1;
        box-shadow: 0 0 35px rgba(30, 137, 163, 0.69);
        border-radius: 40px;
        width: 92%;
    }*/ }
header .menu_part .navbar-brand img {
      /* width: 250px; */
      max-height: 40px;
}
    header .menu_part .menu_main .nav-item {
      position: relative; }
      header .menu_part .menu_main .nav-item .nav-link {
        padding: 10px 15px;
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        text-transform: uppercase;
        transition: 0.4s;
        display: block; }
        header .menu_part .menu_main .nav-item .nav-link i {
          padding-left: 3px; }
      header .menu_part .menu_main .nav-item:hover .nav-link {
        color: #32b043; }
      header .menu_part .menu_main .nav-item ul.sub-menu {
        width: 250px;
        position: absolute;
        left: 0;
        top: 40px;
        padding: 10px 0px;
        background: #32b043;
        display: none;
        transition: 0.4s; }
        header .menu_part .menu_main .nav-item ul.sub-menu li a {
          padding: 8px 10px;
          color: rgba(0, 0, 0, 0.7);
          display: block;
          font-size: 14px;
          text-transform: uppercase;
          transition: 0.4s;
          text-align: left; }
          header .menu_part .menu_main .nav-item ul.sub-menu li a i {
            float: right; }
        header .menu_part .menu_main .nav-item ul.sub-menu li:hover a {
          color: #555555;
          background: #ffffff; }
        header .menu_part .menu_main .nav-item ul.sub-menu li:hover ul li a {
          background: #32b043;
          color: rgba(0, 0, 0, 0.7); }
        header .menu_part .menu_main .nav-item ul.sub-menu li ul.more-sub-menu {
          position: absolute;
          top: 0;
          left: 100%;
          width: 250px;
          z-index: 1;
          display: none; }
      header .menu_part .menu_main .nav-item:hover ul.sub-menu {
        display: block; }
      header .menu_part .menu_main .nav-item ul.sub-menu li:hover ul.more-sub-menu {
        top: 0;
        display: block; }
      header .menu_part .menu_main .nav-item ul.sub-menu li:hover .more-sub-menu2 {
        top: 35px !important; }
      header .menu_part .menu_main .nav-item ul.sub-menu li:hover .more-sub-menu3 {
        top: 85px !important; }
      header .menu_part .menu_main .nav-item ul.sub-menu li ul li:hover a {
        color: #222222;
        background: #ffffff; }
    header .menu_part .menu_main .active .nav-link {
      color: #32b043; }
    header .menu_part .extra_btn {
      margin-left: 150px; }
      header .menu_part .extra_btn .nav-item .btn_com {
        margin: 0px 10px 0px 40px;
        padding: 10px 35px;
        color: #ffffff; }
        header .menu_part .extra_btn .nav-item .btn_com i {
          padding-right: 5px; }
      header .menu_part .extra_btn .nav-item:last-child .btn_com {
        margin-right: 0; }
      header .menu_part .extra_btn .btn_src {
        margin-left: -45px; }
  header .menu_part2 {
    display: none; }
  header #slide-out #mobile-menu .extra_btn {
    padding: 15px 0px; }
  header #slide-out #mobile-menu .extra_btn .btn_src {
    margin-left: -45px; }
  header #slide-out #mobile-menu .extra_btn .btn_com {
    display: inline-block;
    padding: 10px 35px;
    margin: 10px; }
  header #slide-out #mobile-menu .extra_btn .btn_com i {
    padding-right: 10px; }

.header_claim_btn{

}

a.claim_btn {
  background: #32b043;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: bold;
  display: block;
}

a.claim_btn i{
  margin-left: 10px;
}

a.claim_btn:hover {
  background-color: #196f3d;
  color: #fff;
}
/* header end */
/* banner_slide_item start */
.banner_part .banner_slide_item {
  background-repeat: no-repeat !important;
  background-position: 100% 100% !important;
  background-size: cover !important;
  width: 100%; }
  .banner_part .banner_slide_item .overlay_banner_slide_item {
    background: rgba(0, 0, 0, 0.4);
    padding: 150px 0px; }
    .banner_part .banner_slide_item .overlay_banner_slide_item .banner_content h1 {
      text-transform: uppercase;
      padding-bottom: 10px; }
    .banner_part .banner_slide_item .overlay_banner_slide_item .banner_content p {
      color: #ffffff;
      padding: 0px 30px 40px; }
    .banner_part .banner_slide_item .overlay_banner_slide_item .banner_content a.btn_com {
      padding: 15px 40px;
      text-transform: uppercase;
      border-radius: 40px; }
      .banner_part .banner_slide_item .overlay_banner_slide_item .banner_content a.btn_com:hover {
        background: #ffffff;
        color: #32b043; }
.banner_part .owl-carousel .owl-dots.disabled,
.banner_part .owl-carousel .owl-nav.disabled {
  display: block; }
.banner_part .arrow_lf {
  position: absolute;
  left: 5%;
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 999;
  line-height: 50px;
  transition: 0.4s; }
.banner_part .arrow_lf:hover {
  background: #32b043;
  border-color: #32b043; }
.banner_part .arrow_rt {
  position: absolute;
  right: 5%;
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 999;
  line-height: 50px;
  transition: 0.4s; }
.banner_part .arrow_rt:hover {
  background: #32b043;
  border-color: #32b043; }

/* banner_slide_item end */
/* comapy_heading_part start */
.comapy_heading_part {
  background: #32b043; }
  .comapy_heading_part .comapy_heading_content p {
    line-height: 1.7;
    color: #ffffff;
    padding: 0px 30px; }

/* comapy_heading_part end */
/* working_part start */
.working_part .working_item {
  padding: 30px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 10px; }
  .working_part .working_item img {
    margin-bottom: 20px; }
  .working_part .working_item h4 {
    color: #32b043;
    padding-bottom: 15px; }
  .working_part .working_item p {
    padding: 0px 15px;
    font-size: 15px; }

/* working_part end */
/* service_part start */
.service_part {
  background: #f1f1f1;
}
.service_part .service_item .service_item_img {
  position: relative;
}
.service_part .service_item .service_item_img .service_item_img_overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 5%;
  transition: 0.4s;
}
.service_part .service_item .service_item_img .service_item_img_overlay h3 {
  color: #32b043;
  padding-bottom: 15px;
  transition: 0.4s;
  position: relative;
}
.service_part .service_item .service_item_img .service_item_img_overlay h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 250px;
  content: '';
  background: #32b043;
  border-radius: 5px;
  transition: 0.4s;
}
.service_part .service_item .service_item_img .service_item_img_overlay p {
  color: #ffffff;
  opacity: 0;
  transition: 0.4s;
  padding-top: 15px;
}
.service_part .service_item .service_item_img:hover .service_item_img_overlay {
  background: rgba(50, 176, 67, 0.6);
}
.service_part .service_item .service_item_img:hover .service_item_img_overlay h3 {
  color: #ffffff;
}
.service_part .service_item .service_item_img:hover .service_item_img_overlay h3::after {
  width: 100%;
  background: #ffffff;
}
.service_part .service_item .service_item_img:hover .service_item_img_overlay p {
  opacity: 1;
}

/* service_part end */
/* ceo_part start */
.ceo_part .ceo_img {
  margin-top: 30px;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
  border-radius: 15px; }

.ceo_img img {
  border-radius: 15px; }

.ceo_part .ceo_content {
  margin-top: 30px; }

.ceo_part .ceo_content p {
  padding-bottom: 15px;
  font-size: 15px;
  text-align: justify; }

.ceo_part .ceo_content h5 {
  padding: 10px 0px 0px;
  color: #222222; }

.ceo_part .ceo_content span {
  color: #444444;
  font-size: 14px; }

/* ceo_part end */
/* common_heading start */
.common_heading {
  padding-bottom: 30px; }
  .common_heading h3 {
    padding-bottom: 10px; }
  .common_heading p {
    color: #222; }

/* common_heading end */
/* our_feedback start */
.our_feedback {
  background: #1b2631;
}
.our_feedback .client_feedback_item {
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.52);
}
.our_feedback .client_feedback_item .feed_back_slide_item_img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 10px solid #32b043;
  background: #cfd3db;
  overflow: hidden;
}

.our_feedback .client_feedback_item .feed_back_slide_item_content {
  padding-top: 15px;
}
.our_feedback .client_feedback_item .feed_back_slide_item_content h5 {
  padding-bottom: 5px;
}
.our_feedback .client_feedback_item .bor-1px {
  border: 1px solid #32b043;
  margin: 30px 0px;
}
.our_feedback .owl-carousel .owl-stage-outer {
  overflow-x: hidden;
  padding: 10px 0px;
}
.our_feedback .owl-carousel .owl-dots.disabled,
.our_feedback .owl-carousel .owl-nav.disabled {
  display: block;
}
.our_feedback .arrow_lf1 {
  position: absolute;
  left: -15px;
  top: 50%;
  height: 50px;
  width: 50px;
  border-radius: 15px;
  background: #ffffff;
  font-size: 25px;
  line-height: 50px;
  color: #222222;
  text-align: center;
  transition: 0.4s;
}
.our_feedback .arrow_lf1:hover {
  background: #32b043;
  color: #ffffff;
}
  .our_feedback .arrow_rt1 {
    position: absolute;
    right: -15px;
    top: 50%;
    height: 50px;
    width: 50px;
    border-radius: 15px;
    background: #ffffff;
    font-size: 25px;
    line-height: 50px;
    color: #222222;
    text-align: center;
    transition: 0.4s; }
  .our_feedback .arrow_rt1:hover {
    background: #32b043;
    color: #ffffff; }

/* our_feedback end */
/* our_apps_part start */
.our_apps_part {
  background: #32b043; }
  .our_apps_part .our_apps_content h3 {
    color: #ffffff;
    padding-bottom: 15px; }
  .our_apps_part .our_apps_content p {
    color: #ffffff;
    padding-bottom: 30px;
    padding: 0px 20px 30px; }
  .our_apps_part .our_apps_content a.btn_com {
    background: #ffffff;
    color: #32b043;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 40px; }

/* our_apps_part end */
/* our_pathner_part start */
.our_pathner_part{
  background-color: #f7f7f7;
  padding: 60px 0px 60px;
}
.partner_page_part{
  background-color: #fff;
}
.our_pathner_part .our_pathner_item {
  border: 1px solid #ddd;
  padding: 10px 30px;
  border-radius: 3px;
}

/* our_pathner_part end */
/* footer start */
.footer_content_part {
  padding: 30px 0px 60px;
  background: #0a0c0e; }

.footer_content_part .footer_contct a img {
  padding-bottom: 25px;
  width: 130px; }

.footer_content_part .footer_contct i {
  height: 55px;
  width: 55px;
  background: #32b043;
  line-height: 55px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 22px;
  text-align: center; }

.footer_content_part .footer_contct a p {
  font-size: 16px;
  color: #fff;
  margin-top: 2px; }

.footer_content_part .footer_links {
  margin-top: 30px; }

.main_footer .footer_content_part .footer_links h4 {
  color: #fff;
  padding-bottom: 20px; }

.footer_content_part .footer_links ul li a {
  color: #fff;
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 500; }

.footer_content_part .footer_links ul li a i {
  margin-right: 5px; }

.footer_links h4 {
  font-size: 19px;
  padding-bottom: 20px;
  color: #32b043;
}

.copy_right_part {
  padding: 15px 0px;
  background: #16191c;
  border-top: 1px solid #000;
}
.copy_right_part .copy_right_content p {
  color: #fff;
  font-size: 14px;
}
.copy_right_part .copy_right_content p a{
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* footer start */
/* others_page_banner_part start */
.others_page_banner_part {
  background: url(../images/bn1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%; }
  .others_page_banner_part .others_page_banner_overlay {
    background: rgba(0, 0, 0, 0.69);
    padding: 100px 0px; }
    .others_page_banner_part .others_page_banner_overlay h1 {
      text-transform: uppercase; }
    .others_page_banner_part .others_page_banner_overlay .breadcrumb {
      padding-top: 15px; }
      .others_page_banner_part .others_page_banner_overlay .breadcrumb .breadcrumb-item {
        color: #fff; }
        .others_page_banner_part .others_page_banner_overlay .breadcrumb .breadcrumb-item a {
          color: #fff; }
      .others_page_banner_part .others_page_banner_overlay .breadcrumb .active {
        color: #32b043; }
      .others_page_banner_part .others_page_banner_overlay .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        content: var(--bs-breadcrumb-divider, "/"); }

/* others_page_banner_part end */
/* main_about_part start */
.main_about_part .about_img img {
  border-radius: 15px; }
.main_about_part .about_content h3 {
  padding-bottom: 15px; }
.main_about_part .about_content p {
  padding-bottom: 20px;
  text-align: justify; }

/* main_about_part end */
/* our_mission_part start */
.our_mission_part {
  background: #f1f1f1; }
  .our_mission_part .our_mission_img img {
    border-radius: 15px; }
  .our_mission_part .our_mission_img h3 {
    padding-bottom: 15px; }
  .our_mission_part .our_mission_img p {
    padding-bottom: 20px;
    text-align: justify; }

/* our_mission_part end */
/* other_team_part start */
.other_team_part .other_team_item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  padding: 25px 15px 15px;
  background: #f1f1f1;
  border-radius: 15px; }
  .other_team_part .other_team_item .ceo_img,
  .other_team_part .other_team_item .ceo_content {
    margin-top: 0; }

/* other_team_part end */
/* service_dtls_part start */
.service_dtls_part .about_content ul li {
  font-size: 17px;
  color: #222222;
  padding: 7.5px 0px; }
  .service_dtls_part .about_content ul li i {
    padding-right: 5px;
    color: #32b043; }

/* service_dtls_part end */
/* conatct_part start */
.conatct_part .conatct_form {
  border: 1px solid #32b043;
  padding: 50px 30px;
  border-radius: 10px; }

.conatct_part .conatct_form h3 {
  color: #32b043;
  padding-bottom: 40px; }

.conatct_part .conatct_form h5 {
  color: #32b043;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.conatct_part .conatct_form .form-control {
  margin: 7.5px 0px;
  background: transparent;
  border: 1px solid #32b043; }

.conatct_part .conatct_form textarea.form-control {
  height: 150px;
  resize: none; }

.conatct_part .conatct_form h6 {
  font-size: 18px;
  color: #32b043;
  padding-bottom: 10px; }

.conatct_part .conatct_form .form-check {
  padding-top: 5px; }

.conatct_part .conatct_form .form-check .form-check-input:checked {
  background-color: #3e84ea;
  border-color: #0d6efd; }

.conatct_part .conatct_form .form-check .form-check-label {
  color: #222222; }

.conatct_part .conatct_add {
  margin-top: 40px; }

.conatct_part .conatct_add h3 {
  padding-bottom: 25px;
  font-size: 35px; }

.conatct_part .conatct_add h5 {
  color: #ffffff;
  padding-bottom: 35px; }

.conatct_part .conatct_add h4 {
  color: #32b043;
  padding-bottom: 7px; }

.conatct_part .conatct_add p {
  padding-bottom: 50px; }

.cliem_form .conatct_form h5 {
  padding-bottom: 0px; }

/* claim part code part start */

.claim_part .claim_form {
  border-radius: 10px;
  padding-left: 20px;
}

.claim_part .claim_form h3 {
  color: #32b043;
  padding-bottom: 40px; }

.claim_part .claim_form h5 {
  color: #32b043;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.claim_part .claim_form .form-control {
  margin: 7.5px 0px;
  background: transparent;
  border: 1px solid #32b043; }

.claim_part .claim_form textarea.form-control {
  height: 150px;
  resize: none; }

.claim_part .claim_form h6 {
  font-size: 18px;
  color: #32b043;
  padding-bottom: 10px; }

.claim_part .claim_form .form-check {
  padding-top: 5px; }

.claim_part .claim_form .form-check .form-check-input:checked {
  background-color: #3e84ea;
  border-color: #0d6efd; }

.claim_part .claim_form .form-check .form-check-label {
  color: #222222; }

.claim_part .claim_add {
  margin-top: 40px; }

.conatct_part .conatct_add h3 {
  padding-bottom: 25px;
  font-size: 35px; }

.claim_part .claim_add h5 {
  color: #ffffff;
  padding-bottom: 35px; }

.claim_part .claim_add h4 {
  color: #32b043;
  padding-bottom: 7px; }

.claim_part .claim_add p {
  padding-bottom: 50px; }

.claim_form .claim_form h5 {
  padding-bottom: 0px; }

  .claim_content p{
    padding-bottom: 20px;
  }

  .claim_content p a{
    color: #32b043;
    font-weight: bold;
  }
