body{
    font-family: 'Open Sans', sans-serif;
}
html{
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
input:focus-visible,input:focus,select:focus-visible,select:focus,textarea:focus,textarea:focus-visible{
    outline: none;
    border: none;
}
a{
    text-decoration: none !important;
    display: inline-block;
}
p{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #000;
}

.header_menu_sec ul li:first-child{
    margin-left: 0px;
    margin-top: 0px;
}
.header_menu_sec ul li {
    list-style: none;
    margin-left: 30px;
}
.banner_sec {
    position: relative;
}
.banner_item_img {
    /* background: #EBEBEB url('../images/bann1.jpg') no-repeat;
    background-position: center center;
    background-size: cover; */
    position: relative;
    z-index: 1;
    /* height: calc(100vh - 120px); */
    height: 100vh;
}
.banner_item_img:before {
    position: absolute;
    content: '';
    background-color: rgba(0 0 0/70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.banner_item_img img {
    height: 100%;
    object-fit: cover;
}
.banner_sec .owl-dots button span {
    width: 15px;
    height: 15px;
    display: block;
    background: green;
    border-radius: 50%;
    margin-top: 10px;
}
.banner_sec button.owl-dot.active span{
    background-color: #fff;
}
.banner_sec .owl-dots {
    display: flex;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    flex-direction: column;
    transform: translateY(-50%);
}
.banner_innser_sec{
    position: relative;
    z-index: 1;
    height: 100%;
}
.banner_content_sec {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 2;
    right: 0;
}
.banner_content_sec h1 {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner_content_sec p{
    color: #fff;
}
.banner_sec {
    position: relative;
}

.header {
    background: transparent;
    /* box-shadow: 0px 3px 10px rgba(0 0 0/10%); */
    /* position: sticky;
    top: 0;
    z-index: 2; */
    padding: 10px 0px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header_menu_sec ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.top_heading {
    display: inline-block;
    background: #00A653;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.19em;
}
.site_btn {
    background: #00A653;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    padding: 7px 15px;
    min-width: 100px;
    min-height: 35px;
    border-radius: 16px 16px 16px 4px;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: all ease-in-out 0.4s;
    z-index: 9;
}
.site_btn:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.site_btn:before {
    position: absolute;
    content: '';
    background-color: #00b0ec;
    width: 50px;
    height: 100%;
    right: 0;
    border-radius: 16px 16px 16px 4px;
    z-index: -1;
    opacity: 0;
    top: 0;
    visibility: visible;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.banner_btn_sec .site_btn {

    min-width: 210px;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
}
.white_hover:hover{
    color: #Fff;
}
.about_counter_boxes_cover{
    border-radius: 26px 26px 6px 26px;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
}
.about_counter_boxes {
    width: 50%;
    flex: 0 0 auto;
    padding: 40px 30px;
    border-bottom: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}
.about_counter_boxes  .cnt_heading {
    display: flex;
    font-size: 35px;
    line-height: 43px;
    font-weight: 700;
    margin-bottom: 7px;
}
.mobile_logo{
    display: none;
}
.about_counter_boxes  p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #707070;
}
.about_counter_boxes:nth-last-child(2), .about_counter_boxes:nth-last-child(1) {
    border-bottom-width: 0;
}
.about_counter_boxes:nth-child(2n) {
    border-right: none;
}
.about_sec{
    position: relative;
    min-height: 500px;
    padding: 80px 0;
    margin: 70px 0px;
}
.about_sec_bg_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_sec_image {
    width: 70%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 46px 5px 0;
    position: relative;
}
.about_sec_image .overlay {
    border-radius: 0 46px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 80%;
}
.about_con p{
    color: #fff;
}
.about_con .headings{
    color: #fff;
}
.headings {
    font-size: 29px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.about_sec_image{
    background-image: url("../../images/new_website/banner4.jpg") !important;
}
.header_menu_sec {
    display: flex;
    align-items: center;
}
.mob_menu_icon {
    color: #00A653;
    font-size: 20px;
    line-height: 20px;
    display: none;
}
.social_icons_wrap {
    position: fixed;
    top: 50%;
    -webkit-transform: translatey(-50px);
    -moz-transform: translatey(-50px);
    -ms-transform: translatey(-50px);
    -o-transform: translatey(-50px);
    transform: translatey(-50px);
    z-index: 9;
    right: 15px;
    width: 30px;
}
.social_icons_wrap ul li {
    list-style: none;
    margin: 8px 0;
    display: inline-block;
}
.social_icons_wrap ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #00A653;
    color: #fff;
    transition: ease-in-out 0.4s all;
    border-radius: 50%;
}
.social_icons_wrap ul li a:hover {
    transform: scale(1.2);
}
.services_img {
    flex: 0 0 auto;
    box-shadow: 0px 3px 10px rgba(0 0 0/10%);
    height: 220px;
    width: 165px;
    overflow: hidden;
    transition: ease-in-out 0.3s all;
}
.services_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.3s all;
    filter: brightness(0.5);
}
.services_con {
    flex-grow: 1;
    text-align: center;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 3px solid #03a557;
}
.services_title {
    display: inline-block;
    width: 100%;
    color: #212529;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.header_logo_sec a {
    display: flex;
    align-items: center;
}
.header_logo_sec a  img{
    max-width: 70px;
}
.recharge_title{
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin-left: 13px;
}
.services_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #03a557;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 20px;
}
.services_con_inner_sec p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 12px !important;
}
.services_con_inner_sec ul li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
}
.services_sec {
    background: #00b1eb12;
    padding: 50px 0px 20px;
}
.services_box:hover .services_img img {
    transform: scale(1.2);
    filter: brightness(1);
}
.gallery_slider_sec .owl-item.active.center .gall_slider_box {
    transform: translateY(-35px);
}
.gallery_slider_sec  .owl-stage {
    padding: 70px 0px 20px;
}
.gallery_slider_sec {
    padding: 50px 0px;
}
.gallery_slider_sec  .owl-nav button {
    font-size: 24px !important;
    margin: 0;
    color: #101A36 !important;
    font-weight: 600 !important;
    width: 40px;
    height: 40px;
    background: #fff !important;
    text-align: center;
    box-shadow: 5px 5px 20px 0px #101A3626;
    border-radius: 10px;
    line-height: 34px !important;
    position: relative;
}
.gallery_slider_sec  .owl-nav button.owl-prev{
    margin-right: 10px !important;
}
.gall_slider_box img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall_slider_box {
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0 0 0/10%);
    border: 2px solid #03a557;
    border-radius: 10px;
    transition: ease-in-out 0.3s all;
}
.close_icon {
    background: green;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 33px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 6px;
    display: none;
}
.floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  .contact_icon {
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    background: #42db87;
}
.contact_form_box input, .contact_form_box textarea,.contact_form_box select {
    border: none;
    border-bottom: 1px solid #70707021;
    width: 100%;
    height: 40px;
    font-size: 17px;
    color: #545454;
    background-color: #ffffff;
}
.contact_form_box .form_group {
    margin-bottom: 30px;
}
.contact_form_box select {
    width: 45px;
    flex: 0 0 auto;
}
.contact_form_box textarea {
    resize: none;
    height: 100px;
}
.contact_form_box .site_btn {
    border: none;
    min-width: 150px;
    text-transform: uppercase;
    min-height: 50px;
}
.contact_form_box {
    background-color: #fff;
    padding: 30px 15px;
    box-shadow: 0px 3px 10px rgba(0 0 0/10%);
    border-radius: 10px 10px 10px 0px;
}
.contact_sec {
    padding: 60px 0px;
    background-color: #00b1eb12;
}
.contact_form_bg {
    position: relative;
    z-index: 1;
    padding-bottom: 7px;
    padding-top: 7px;
}
.contact_form_bg:after {
    position: absolute;
    content: "";
    background: #DFDFDF;
    border-radius: 10px 10px 10px 0px;
    box-shadow: 0 7px 19px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 7px 19px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 7px 19px rgb(0 0 0 / 10%);
    padding: 7px 0 7px 7px;
    margin-right: 0;
    left: -7px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    flex: 0 0 auto;
    background-color: #03a557;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
}
.contact_social_lnks ul li {
    list-style: none;
    margin-bottom: 15px;
}
.contact_social_lnks ul li a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    transition: ease-in-out 0.4s all;
}
.contact_social_lnks ul li a .txts:hover ,.footer_bottom_sec a:hover,.footer_box ul li a .address_span:hover,.footer_social ul li a:hover,.footer_link ul li a:hover{
    color: #03a557;
}
.download_app_sec a, .download_app_sec img {
    height: 100%;
    width: 100%;
}
.download_app_sec {
    height: 60px;
    width: 170px;
}
.get_ourapp_sec{
    margin-top: 30px;
}
.get_ourapp_sec .headings{
    font-size: 25px;
    line-height: 35px;
}
.footer{
    padding: 60px 0px 0px;
}
.footer_logo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.footer_logo img {
    height: 100%;
    object-fit: contain;
}
.footer_box ul li, .footer_box ul li a ,.footer_abt_title{
    color: #000;
    list-style: none;
    font-size: 16px;
    transition: ease-in-out 0.3s all;
    line-height: 25px;
    font-weight: 500;
}
.footer_box li {
    margin-bottom: 10px;
}
.address_span {
    margin-left: 5px;
    transition: ease-in-out 0.4s all;
}
.footer_top_heading {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 20px;
}
.footer_social_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.footer_social {
    margin-top: 15px;
}
.footer_social ul li a {
    color: #000;
    margin-right: 15px;
}
.footer_link ul li a {
    padding-left: 15px;
    position: relative;
    transition: ease-in-out 0.4s all;
}
.footer_link ul li a:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 1px;
    width: 8px;
    height: 0px;
    background: #C9C9C9;
}
.footer_pad {
    padding-left: 40px;
}
.footer_bottom_sec{
    padding: 15px 0px;
    text-align: center;
    background-color: #414242;
}
.footer_bottom_sec p,.footer_bottom_sec p a{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
}
.footer_inner_sec {
    padding-bottom: 40px;
}

