@font-face {
    font-family: KiteOne;
    src: url(../Kite-One-master/fonts/webfonts/KiteOne-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

:root {
    --c_green: #79c115;
    --c_white: #fff;
    --c_black: black;
    --c_hover: #06c;
    --c_dark_blue: #17314b;
    --c_modal_color: rgb(23 49 75 / 91%);
    --c_grey_color: #e9e9e9;
    --c_modal_color: #192026b3;
    --c_blue_top: #436196;
    --c_black1: #494949
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    letter-spacing: .03em;
    font-display: optional;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    font-weight: 600
}
ul {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0
}
.about_section#about_section_layout {
    height: auto;
    padding-bottom: 4rem;
    background-color: #f3f8ff;
    width: 100%
}
.about_section .g__row {
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}
.about_section .g__column {
    background-color: var(--c_white);
    color: var(--c_black);
    text-align: center;
    box-shadow: 10px 10px 10px;
    padding: 2rem 2.8rem;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    height: auto
}
.register_section {
    display: none
}

.about_section .g__column:hover {
    background-color: var(--c_dark_blue);
    color: var(--c_white)
}
.about_section .g__column h2 {
    font-size: 2.2rem;
    padding: .4rem
}
.about_section .g__column p {
    font-size: 1.8rem;
    line-height: 1.7
}
select#g_country{
    padding: 6px 16px 6px 6px;
}
input#g_email_id, input#g_company_name, input#register_by_code{
    padding-left: 8px;
}
.btn-success {
    background: #22a167 !important;
    border: none;
    font-size: 15px;
    min-height: 35px;
    padding: 8px 16px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    transition: all .3s ease-in-out
}
.btn-success:hover {
    background: #585aa3 !important
}
a{
    color: #0c5390;
}
a,a:focus,a:hover {
    text-decoration: none;
    display: inline-block;
    cursor: pointer
}
.g__header {
    position: relative
}
.g__logo {
    width: 140px
}
.nav_top_area {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    z-index: 5
}
.g__topheader {
    background: #1947a6;
}
.g__topheader .g__topheader_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 0
}
.g__topheader ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: 0
}
.g__topheader_right li a:after {
    position: relative;
    top: 6px;
    left: 6px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #fff;
    padding: .7rem 0
}
.g__topheader_right li:last-child a:after {
    display: none
}
.g__topheader ul li a {
    display: flex;
    gap: 2px
}
.g__topheader ul.g__topheader_left {
    justify-content: flex-start
}
.g__topheader ul.g__topheader_right {
    justify-content: flex-end
}
.g__menu_area>.g__menu li{
    padding: 20px 0px;
}
.g__menu_area>.g__menu li,
.g__topheader ul li {
    margin: 0 .5rem
}
.g__menu_area>.g__menu li:first-child,
.g__menu_area>.g__menu li:last-child,
.g__topheader ul li:first-child,
.g__topheader ul li:last-child {
    margin: 0
}
#register_frm label.error,
#reseller_register_frm label.error,
#register_frm_1 label.error {
    position: absolute;
    left: 0;
    bottom: -25px;
    line-height: 1;
    height: 15px;
}

#tandcond-error {
    position: absolute;
    left: 0;
    top: -5px;
    line-height: 1
}
.register_success_box {
    color: var(--c_green) !important;
    font-weight: 900;
    font-size: 1.5rem
}
label.error {
    color: red;
    font-weight: 500;
    letter-spacing: .03em
}
.recaptcha_modal{
    margin: 1.5rem 0;
}
.error_box {
    color: red;
    padding-bottom: 1.5rem
}
.form-group {
    margin-bottom: 25px
}
.term_cond {
    display: flex;
    gap: .5rem;
    align-items: center
}
.term_cond input[type=checkbox],
.term_cond p {
    margin: 0 !important
}
.g__topheader ul li a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    transition: color .3s ease-in-out;
    letter-spacing: .4px;
    line-height: 1.8;
    font-weight: 600;
    padding: 0 3px
}
.g__topheader ul li a:hover {
    color: #9dff06;
}
.g__menu_area>.g__menu li a:hover{
    color: #00a10f !important
}
.g__navbar {
    background-color: #ffffffee;
    border-bottom: 1px solid #45AED6;
    box-shadow: 0px 0px 10px 0px #3c3c3c;
}
.g__navbar_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem 0
}
.toggle_menu {
    color: #1947a6;
    font-size: 2.5rem;
    cursor: pointer;
    display: none
}
.g__logo a img {
    width: 100%;
    object-fit: contain;
    width: 190px;
    height: 75px;
}
.g__menu_area>.g__menu {
    display: flex;
    gap: 1rem
}
.g__menu_area>.g__menu li a {
    color: #043599;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    transition: all .2s ease-in-out;
    text-transform: uppercase
}
.g__menu_area>.g__menu li a:hover {
    color: var(--c_green)
}
.g__banner {
    position: relative;
    padding-top: calc(5em + 12vh);
    padding-bottom: 3rem;
    background: linear-gradient(359deg, #90d1e7b3, #8db55380);
}
.g__banner .banner_content {
    position: relative;
    top: 40%;
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 1.5rem
}
.g__banner .banner_content h1 {
    font-family: Segoe Print;
    font-size: calc(1rem + 4.5vw);
    color: #0f0f0fe6;
    text-shadow: 1px 1px #fff;
    padding: 0 .5rem;
    text-shadow: 0px 1px 0 #ffffff, 1px 1px 0 #fff, 1px -1px 0 #000, -1px -1px 0 #00000000;
    letter-spacing: 0em;
}
.g__banner .banner_content h1 span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
    
}
.g__banner .banner_content h2 {
    font-size: calc(1.525rem + 2.5vw);
    font-family: KiteOne;
    color: #0f78b2;
    text-shadow: 1px 1px #039;
    padding: 0 .5rem
}
.g__banner .banner_content h2 span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap
}
.g__banner .banner_content div {
    display: flex;
    gap: 1.5rem;
    justify-content: center
}
.btn_one,.btn_two,.btn_three{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .5s ease-in-out;
    padding: .6em 1em;
    border: 1px solid #ffffff17;
    outline: 0;
    box-shadow: 0px 2px 0px 0px #252525;
}
.btn_one:hover,.btn_two:hover,.btn_three:hover,.btn_one:focus,.btn_two:focus,.btn_three:focus{
    color: #FDF6F6;
}
.btn_two {
    background: #002c54d6;
}
.btn_one:active,.btn_one:focus,.btn_one:hover {
    background-color: #001a33;
}
.btn_one {
    background-color: #67b100 !important;
}
.btn_one:hover {
    background-color: #4a8000 !important;
}
.btn_two:active,.btn_two:focus,.btn_two:hover {
    background-color: #001a33 !important;
}
.btn_three{
    background-color: #292a16c2;
}
.btn_three:active,.btn_three:focus,.btn_three:hover{
    background-color: #292a16f1 !important;
}
.g__banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.register_section .g_register_modal_area {
    position: relative
}
.register_section .g_register_modal_area .g_register_modal {
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 22rem
}
.g_register_modal {
    background-color: rgb(25 32 38 / 70%);
    width: 500px;
    box-shadow: -1px 3px 8px 5px rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 3rem
}
#register_body .modal-dialog {
    width: 560px;
    padding: 1.5rem 1rem
}
.modal-content {
    border-radius: 20px;
    box-shadow: 3px 3px 9px rgb(243 232 232 / 100%) !important
}
#enquiry_modal .modal-dialog .modal-content{
    border-radius: 12px;
    box-shadow: 3px 3px 9px rgb(60 60 60) !important;
}
.modal .modal-content {
    padding: 0 1rem;
    background-color: #0b0b0bcc;
    box-shadow: -1px 3px 8px 5px rgb(0 0 0 / 10%)
}
.modal .close {
    color: #b0b0b0;
    opacity: 1 !important;
    font-size: 3rem;
    font-weight: 400;
    margin-top: 0;
    text-shadow: none !important;
}
.g_register_modal_header.g_reseller_header {
    text-align: left;
    color: #000;
}
.g_register_modal_header.g_reseller_header h2, .g_enquiry_header h2{
    padding: 0 0 0.5em;
    font-size: 24px;
    text-align: center;
    color: #007e72;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #a0a0a0;
}
.g_register_modal_header.g_reseller_header h3, .g_enquiry_header h3{
    font-size: 22px;
}
.reseller_style{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 1.5rem;
}
.reseller_style .form-group{
    margin-bottom: 0;
}
.reseller_style .form-group input, .reseller_style .form-group select{
    height: 40px;
}
textarea#re_message{
    margin-top: 1.5em;
    min-height: 100px;
}
#reseller_modal .modal-dialog{
    margin-top: 0;
    width: 40%;
}
#reseller_modal .modal-dialog .modal-content{
    padding: 0 1rem;
    background-color: #fefefe;
    box-shadow: -1px 3px 8px 5px rgb(49 44 44 / 10%) !important;
    border: none;
    border-radius: 12px;
}
.g_register_modal_body a,
.g_register_modal_body h3,
.g_register_modal_body h5,
.g_register_modal_body p {
    color: var(--c_white)
}
.g_register_modal_body p {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 2px !important;
}
.login_btm_ar {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.high_link_a{
    color: #c3c3c3 !important;
    transition: 0.5s all;
}
.high_link_a:hover{
    text-decoration: underline;
}
.high_link {
    color: #007fe4 !important
}
.high_link:hover {
    text-decoration: underline
}

.section_title {
    text-align: center;
    margin: 4rem 0
}
.section_title span {
    color: #039
}
.g__row {
    display: grid;
    gap: 2rem
}
.action_video_btn {
    border: 6px solid #f0f0f0;
    border-radius: 3px;
    cursor: pointer
}
.vid_section a{
    font-size: calc(0.65rem + 1vw);
    color: #ffcf3b;
    letter-spacing: .03em;
}
.business .g__row_column_defined {
    grid-template-columns: 1fr 2fr;
    align-items: center
}
.business .g__row_column {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}
.g__row.g__row_column_defined {
    background: #f3f8ff
}
.business .g__row_cl {
    background-color: #fff;
    color: var(--c_black1);
    display: flex;
    flex-wrap: wrap;
    padding: 1em
}
.g__row_cl h3 {
    padding: .5em;
    font-size: 18px;
}
.g__row_cl p {
    letter-spacing: .4px;
    font-size: 1.6rem
}
.business .g__row_para {
    background-color: var(--c_dark_blue);
    color: var(--c_white);
    padding: 1rem;
    margin-top: 2rem;
    font-size: 1.7rem;
    letter-spacing: .08em;
    box-shadow: -1px 3px 8px 5px rgb(38 38 38 / 4%)
}
.service {
    margin: 5rem 0 0;
    background-color: var(--c_dark_blue)
}
.solution {
    background-color: var(--c_dark_blue)
}
.service .section_title span,
.solution .section_title span {
    color: var(--c_white)
}
.service .g__row {
    column-gap: 4rem;
    row-gap: 8rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}
.service .section_content {
    padding: 5rem 0
}
.service .g__column {
    box-shadow: 6px 6px 3px 2px #c8c8c8;
    background-color: var(--c_white);
    color: var(--c_black);
    position: relative;
    border-radius: 8%
}
.service .g__column .img_box {
    position: relative;
    border: 8px solid var(--c_green);
    border-radius: 24px;
    width: 70%;
    top: -60px;
    margin: 0 auto
}
.service .g__column .img_box img {
    width: 100%;
    height: 100%;
    border-radius: 15px
}
.service .g__column h3 {
    margin: 0 1rem;
    padding-bottom: 1rem;
    text-align: center;
    margin-top: -3rem
}
.service .g__column p {
    color: var(--c_black);
    padding: 1rem;
    margin: 0 1rem;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center
}
.solution .section_title h4 {
    color: var(--c_white)
}
.solution .section_content {
    padding-bottom: 3rem
}
.solution .section_content .g__row {
    gap: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}
.solution .section_content .g__column {
    color: var(--c_white);
    text-align: center
}
.solution .section_content .g__column>div {
    width: 150px;
    height: 150px;
    background: #354454;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}
.solution .section_content .g__column>div>i {
    font-size: 6rem
}
.solution .section_content .g__column>h3 {
    padding-top: 1rem
}

.pricing {
    padding: 5rem 0
}
.cta_area {
    height: auto;
    background-color: var(--c_green);
    padding: 3rem 0
}
.cta_area .cta_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    color: #fff
}
.cta_area .cta_row a {
    background-color: var(--c_white) !important;
    color: #2a3d5f;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: .5em 1.5em
}

footer {
    padding-top: 3rem;
    background-color: var(--c_dark_blue)
}

footer .g__row {
    grid-gap: 4rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

footer .g__row a,
footer .g__row h2,
footer .g__row p,
footer .g__row span footer .g__row i {
    color: var(--c_white)
}
footer .g__row div,
footer .g__row p {
    margin-bottom: 0.7rem
}
footer .g__row h2 {
    font-size: 2.2rem;
    letter-spacing: .03em;
    margin-bottom: 4rem
}
footer .g__row ul li a {
    margin-bottom: 1.6rem;
    white-space: nowrap;
    transition: color .3s ease-in-out;
}
footer .g__row ul li a:hover {
    color: var(--c_green)
}

footer .g__row .contact-info {
    margin: 0
}
.footer_abt {
    margin-bottom: 2.8rem !important
}
.social-links {
    margin-top: 0rem
}
.social-links .row::before,.social-links .row::after{
    display: none;
}
.dis_flex{
    display: flex;
    gap: 2.5em;
    justify-content: flex-start;
}
.copyright_line {
    background-color: var(--c_dark_blue);
    border-top: 1px solid var(--c_green);
    margin: 0;
    padding: .5rem 0;
    color: var(--c_white);
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .03em
}
.copyright_line a {
    color: #91fa00;
    display: inline-block;
    padding: 0 .5rem
}

#enquiry_body .modal-dialog .modal-content {
    background: #f5f5f5
}

.g_enquiry_form {
    padding: 1rem 1.5rem 1.5em;
}
#enquiry_form .form-group {
    margin-bottom: 0 !important
}

#enquiry_form textarea {
    margin: 1.5rem 0;
    min-height: 10rem
}
button[id=enquiry_btn] {
    padding: 16px 0;
    background: #0d8053;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 3px 3px
}
button[id=close] {
    font-family: helvetica
}
.enquiry_style {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem
}
#supper_login_fr .form-group {
    margin-bottom: 3rem
}
#supper_login_fr .form-group label {
    margin-bottom: 0 !important
}
#pricing_package {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem
}
.pricing_package_box {
    background-color: var(--c_grey_color);
    border-radius: 5px;
    position: relative;
    transition: all .3s ease-in-out;
    padding-bottom: 1.2em;
}
.pricing_top {
    background-color: var(--c_dark_blue);
    color: var(--c_white);
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 0 0 50% 50%
}
.pricing_top h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 30px
}
.pricing_top h2 {
    color: var(--c_green);
    font-weight: 800;
    line-height: 40px
}
.pricing_top p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 35px
}
.pricing_middle {
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2rem 2rem 6rem 2rem;
    color: #17314b
}
.pricing_middle>div::before {
    content: '\2713';
    margin-right: 10px
}

.pricing_middle>div {
    border-bottom: 1px solid #00000021;
    line-height: 2
}
.pricing_bottom {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem 0
}
.pricing_bottom .pricing_btn {
    background-color: var(--c_dark_blue);
    color: var(--c_white);
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 1.5rem;
    padding: .5em 2em;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 700
}
.pricing_bottom .radio_button_pricing {
    padding: .5rem 0;
    font-size: 1.5rem;
    letter-spacing: .03em;
    text-transform: capitalize
}
.pricing_package_box:hover {
    background-color: var(--c_dark_blue);
    color: var(--c_white)
}
.pricing_package_box:hover .pricing_bottom .pricing_btn {
    background-color: var(--c_white);
    color: var(--c_dark_blue)
}
.pricing_package_box:hover .pricing_top {
    background-color: var(--c_green);
    color: var(--c_white)
}
.pricing_package_box:hover .pricing_top h2 {
    color: var(--c_white)
}
.pricing_package_box:hover .pricing_middle>div {
    border-bottom: 1px solid var(--c_white);
    color: var(--c_white)
}
.pricing_package_box:hover .pricing_vid {
    color: var(--c_white) !important;
    text-decoration: underline;
}
.submit-button {
    float: right
}
button.btn.btn-blue {
    padding: 15px 40px;
    background: #5dafef;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    outline: 0;
    box-shadow: none;
    transition: .9s all
}
.more_btn{
    width: max-content;
    margin: 0em auto 2.5em;
}
.button_us {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgb(35 61 66 / 30%) 0 7px 4px -3px, #37aaa3 0 -2px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 14px;
  font-weight: 600;
}
.button_us:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, #2d234266 0 2px 4px, #2d23424d 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.button_us:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, #2d23424d 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
}
.button_us:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(1px);
}
button.btn.btn-blue:hover {
    background-color: #585aa3 !important
}
span i.fa.fa-sitemap{
    font-size: 20px;
    width: 18px;
}
.modal#guruch_register_modal{
    top: 55px;
    z-index: 9999999;
}
.modal-backdrop{
    z-index: 999; 
}
@media only screen and (min-width:1200px){
    .g__navbar_area{
        padding: 0 5rem;
    }
}

@media only screen and (min-width:992px) {
    .button_reg span {
        display: none
    }
    .whatsapp_phone {
        display: none;
        position: fixed;
        z-index: 9 !important;
        margin: 10px 20px;
        bottom: 0;
        left: 0;
    }
    .nav-link {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        color: #1947a6;
        margin: 0;
        display: inline-block;
        position: relative;
        opacity: 0.75;
      }
      
      .nav-link:hover {
        opacity: 1;
      }
      
      .nav-link::before {
        transition: 700ms;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #1947a6;
        -webkit-transition: 700ms;
        -moz-transition: 700ms;
        -ms-transition: 700ms;
        -o-transition: 700ms;
    }
    .nav-link-ltr::before {
        width: 0%;
        bottom: 0;
      }
      
    .nav-link-ltr:hover::before {
        width: 100%;
    }
    .modal#supper_login_modal{
        left: 12%;
    }
}
@media only screen and (max-width:992px) {
    .toggle_menu {
        display: block;
        background-color: #1e486800 !important;
        height: 30px;
        width: 38px;
        line-height: 4;
        padding: 0.545em 0.345em;
        color: #1947a6;
        border-radius: 2px;
    }

    .g__menu_area {
        position: absolute;
        background-color: var(--c_dark_blue);
        top: 114px;
        right: .5rem;
        overflow: hidden;
        height: 0;
        transition: height .3s ease-in-out
    }

    .g__menu_area.active {
        height: auto
    }

    .g__menu_area>.g__menu {
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start
    }

    .g__menu_area>.g__menu li {
        margin: 0 !important
    }
    .g__menu_area>.g__menu li a{
        color: var(--c_white);
    }
}

@media only screen and (min-width:768px){
    .mob_reg_btn, .signup{
        display: none;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .about_section .g__row {
        gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr))
    }
}
@media only screen and (min-width:1200px) and (max-width:1467px){
    .about_section .g__row {
        gap: 2rem;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
    }
}
@media only screen and (max-width:1206px) {
    .register_section .g_register_modal_area .g_register_modal {
        bottom: 10rem
    }
}

@media only screen and (min-width:995px) and (max-width:1024px) {
    .g__menu_area>.g__menu {
        display: flex;
        gap: .2rem
    }
    .register_section .g_register_modal_area .g_register_modal {
        bottom: 5rem
    }
}

@media only screen and (max-width:995px) {
    .register_section {
        padding: 2rem 0
    }

    .register_section .g_register_modal_area .g_register_modal {
        position: static
    }

    .g__topheader_right li:first-child {
        display: none
    }

    .help_contact {
        display: none
    }
}

@media only screen and (max-width:560px) {
    .register_section .g_register_modal_area .g_register_modal {
        position: static;
        width: 100% !important
    }
}

@media only screen and (max-width:730px) {
    .g__topheader .g__topheader_area {
        flex-direction: column
    }

    .g__menu_area {
        top: 97px
    }
    .g__topheader ul.g__topheader_right{
        justify-content: center;
    }
    .container.mob_container{
        padding: 0 !important;
    }
    .dis_flex{
        gap: 0;
        flex-wrap: wrap;
        margin-bottom: 1.2em !important;
    }
}

@media only screen and (max-width:995px) {
    .business .g__row_column_defined {
        grid-template-columns: 1fr
    }
}
@media only screen and (max-width:600px) {
    .g__topheader ul li a{
        padding: 0 4px;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width:446px) {
    .g__topheader ul li a {
        font-size: 1.3rem;
        font-weight: 800;
    }
}
@media only screen and (max-width:390px) {
    .g__topheader ul li a {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:768px) {
    .g__topheader {
        background-color: var(--c_blue_top)
    }

    .g__topheader ul.g__topheader_left {
        display: none
    }

    .g__navbar .container-fluid,
    .service .container-fluid {
        margin: 0 1rem !important
    }

    .g__navbar_area {
        padding: 0
    }

    .g__logo a img {
        width: 120px;
        height: 60px;
    }

    #supper_login_modal .modal-content,
    .popup__form {
        width: 100% !important
    }

    .popup__form {
        top: 180px !important
    }

    .g_register_modal {
        padding: 2rem 1.4rem;
        white-space: nowrap
    }
    .modal#reseller_modal{
        top: 7.2em;
    }
    .modal .modal-content {
        background-color: #0b0b0be6;
    }
    .signup a, .signup.signup_sup a, .forgetp a.high_link_a {
        color: #007fe4 !important;
        font-weight: 600;
    }
    .signup :after, .signup.signup_sup:after {
        margin-left: 5px;
        margin-top: 2px;
        width: 1px;
        content: "";
        background-color: #496c8785 !important;
        padding: 0.7rem 0;
        position: absolute;
    }
    .g_register_modal_body p {
        font-size: 1.3rem !important;
        margin: 0 !important
    }

    button[id=register_btn_1] {
        margin-bottom: 1rem !important
    }

    .button1 {
        padding: 8px 16px !important;
        top: 14.5em !important;
        right: -5em !important
    }
    #software_login_frm .g_register_modal_body .g_register_modal_header p, #supper_login_fr .g_register_modal_body .g_register_modal_header p{
        margin-bottom: 0.5em !important;
    }
    .btn.btn_two.mob_reg_model{
        padding: 0.4em 1em;
        font-size: 1.3rem;
        background: #436196;
        box-shadow: 0 1px 0 0 #252525;
    }

    .button_reg {
        color: #fff;
        position: fixed;
        z-index: 9 !important;
        border: 0;
        background: #337ab7 !important;
        color: #fff;
        padding: 8px 16px !important;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-sizing: border-box;
        cursor: pointer;
        overflow: hidden;
        transform: rotate(90deg);
        top: 25em;
        right: -2.2em;
        border-radius: 2px
    }
    .button_reg.right span {
        display: block !important
    }

    #register_body .modal-dialog {
        width: 370px;
        padding: 1.5rem 0
    }
    .custom_width{
        width: 40%;
        text-align: right;
    }
    #popup {
        top: 40% !important
    }
    .vid_popup {
        height: 80px !important;
        width: 260px !important
    }

    .vid_popup h4 {
        font-size: 20px !important;
        line-height: 1.2 !important
    }
    .vid_section a{
        font-size: 1.6rem;
    }
    .g__banner .banner_content{
        margin-top: -5rem;
    }
    .g__banner .banner_content h1{
        line-height: 1.3;
        text-shadow: 1px 0px 0 #d8d8d8, 0px 0px 0 #fff, 0px 1px 0 #000, 0px 1px 0 #00000000;
        font-family: KiteOne;
        font-size: 2.4rem;
        margin-top: 1rem;
    }
    .section_title h2{
        font-size: 2.8rem !important;
    }
    .g__banner {
        padding-bottom: 1rem !important;
        padding-top: calc(7.5em + 12vh);
    }
    .g__topheader_right li a:after{
        top: 4px;width: 1px;
    }
    .g__banner .banner_content h2{
        text-shadow: 1px 0px #039;
    }
    footer{
        padding: 3rem 2rem 2rem;
    }
    .footer-links{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .social-links {
        margin-top: 0;
    }
    footer .g__row div, footer .g__row p{
        margin-bottom: 0;
    }
    footer .g__row h2 {
        margin-bottom: 2rem;
    }
    .mb_1 a{
        margin-bottom: 1rem;
    }
    .btn_three {
        background-color: #292a16e5 !important;
    }
    .g_register_modal_header h3{
        font-size: 20px;
        margin-top: 0.4em;
    }
    .g__topheader_right li a:after{
        left: 10px;
    }
    .g__menu_area>.g__menu li {
        padding: 5px 0px;
    }
}

@media only screen and (max-width:600px) {
    #pricing_package,
    .about_section .g__row,
    .service .g__row {
        grid-template-columns: 1fr !important
    }

    .g__banner .banner_content div {
        flex-wrap: wrap;
        gap: .5rem
    }

    .g__banner .banner_content div button {
        font-size: 1.3rem;        
    }

    #business_mobile,
    .g__row_para {
        display: none
    }

    .modal-dialog {
        width: 95vw !important;
        margin: 0 auto !important;
        padding: 0 !important
    }
}

@media only screen and (max-width:450px) {
    .g__logo {
        width: 28vw
    }
    .g__banner .banner_content h2 {
        display: flex;
        justify-content: center;
        gap: .5rem;
        font-size: 1.7rem;
        flex-wrap: wrap;
    }
}

.g__navbar .container-fluid,
.service .container-fluid {
    margin: 0 6rem
}

.about_section .container {
    width: 90%;
    height: auto !important
}

.login_btm_ar button {
    padding: 6px 16px;
    letter-spacing: .4px
}
.modal {
    top: 125px
}

#software_login_modal.modal .modal-content {
    background-color: #fff
}

#software_login_modal .g_register_modal_body h3,
#software_login_modal .g_register_modal_body p,
.g_enquiry_header {
    color: #000 !important;
    text-align: left
}
.g_enquiry_header {
    padding: 1rem 0
}
#register_frm .g_register_modal_body h3, #reseller_register_frm .g_register_modal_body h3 {
    padding: 15px 0 25px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left
}
#reseller_register_modal .modal-dialog{
    max-width: 520px;
    margin-top: 0;
}
#reseller_register_modal .modal-dialog .modal-content{
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: -1px 3px 8px 5px rgb(0 0 0 / 10%) !important;
    border: none;
}
.g_register_modal_header.reseller_header h3 {
    margin-bottom: 1em;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #9f9d9db5 !important;
    color: #333;
    letter-spacing: .7px;
    text-align: center !important;
}

#reseller_register_frm .g_register_modal_body .form-group label{
    font-size: 16px;
    font-weight: 550;
    color: #333;
    display: none;
}
#reseller_register_frm .g_register_modal_body .form-group select{
    padding: 4px;
}
.reseller_model_footer p{
    color: #333;
}
#reseller_register_frm .g_register_modal_body .form-group{
    margin-bottom: 2;
}
button#reseller_reg_btn{
    margin-bottom: 1.2em;
}
#register_frm .g_register_modal_header a,
#register_frm .g_register_modal_header h5 {
    text-align: left;
    display: block
}

.g_register_modal_body input,
.g_register_modal_body select {
    height: 40px;
    padding-left: 5px;
}

#supper_login_modal .modal-content {
    width: 400px
}

#supper_login_fr .g_register_modal_body .g_register_modal_header h3 {
    text-align: left;
    padding: 1rem 0;
}

.popup__input {
    height: 35px;
    border-radius: 0;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    outline: 0;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    color: #000;
    font-weight: 380
}

.popup__form {
    position: fixed;
    top: 150px;
    z-index: 9;
    left: 50%;
    width: 80%;
    max-width: 400px;
    min-width: 280px;
    padding: 10px;
    padding-bottom: 24px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px
}

.popup__input {
    width: 100%;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    outline: 0;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
    color: #000;
    font-weight: 380
}

.section_title h2 {
    color: #00365e;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.19em
}

.section_title span {
    color: var(--c_green);
}
.section_title p {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #333 !important;
}
.button1 {
    color: #fff;
    position: fixed;
    z-index: 2 !important;
    border: 0;
    background: #750d99 !important;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    transform: rotate(90deg);
    top: 23em;
    right: -5.5em;
    border-radius: 2px
}

.help_contact,
.whatsapp_phone {
    position: fixed;
    z-index: 9 !important;
    margin: 10px 20px;
    bottom: 0;
    right: 0
}

#popup {
    display: none;
    position: fixed;
    margin: 0 auto;
    top: 43%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .5s
}

.vid_popup {
    height: 100px;
    width: 300px;
    background: #fbfbfbfa;
    border: 1px solid #7b7979;
    box-shadow: 6px 4px 10px #747474;
    border-radius: 10px
}

button#close {
    background: #000;
    font-size: 18px;
    right: -12px !important;
    top: -8px
}

.vid_popup h4,
button#close {
    position: absolute;
    padding: 0 5px;
    color: #fff;
    border-radius: 2rem;
    right: 0;
    opacity: 1;
    font-weight: 500
}

.vid_popup i {
    color: #ffffffcf;
    font-size: 16px;
    position: absolute;
    background: #242424;
    padding: 4px;
    top: 12px;
    border-radius: 50%;
    font-weight: 200
}

.vid_popup h4 {
    color: #cb8809;
    top: 20%;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    text-shadow: 1px 1px #ddd
}

.contact-info a {
    display: flex;
    gap: 2px
}

.contact-info i {
    margin: 0
}

.side-link {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 9999999999
}

.side-detail {
    cursor: pointer;
    position: relative
}

.side-detail i {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #083d5f;
    color: #fff;
    font-size: 14px;
    transition: .5s;
    border: .2px solid #e6e6e6
}

.side-text a {
    position: absolute;
    height: 40px;
    width: max-content;
    background-color: #fff;
    top: 0;
    font-family: 'Josefin Sans', sans-serif;
    z-index: -1;
    right: -773%;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    transition: .5s;
    padding: 0 1rem
}

.side-detail:hover .side-text a {
    transition: .5s;
    right: 100%;
    background: #81b84d;
    color: #fff
}

.side-detail:hover:nth-child(1) i {
    background-color: #3b5999;
    transition: .5s
}

.side-detail:hover:nth-child(2) i {
    background-color: #55acee;
    transition: .5s
}

.side-detail:hover:nth-child(3) i {
    background-color: #dd4b39;
    transition: .5s
}

.side-detail:hover:nth-child(4) i {
    background-color: #0077b5;
    transition: .5s
}

.side-detail:hover:nth-child(5) i {
    background-color: #e4405f;
    transition: .5s
}

.gg-mail,
.gg-mail::after {
    display: block;
    height: 14px;
    border: 2px solid
}

.gg-mail {
    overflow: hidden;
    transform: scale(var(--ggs, 1));
    position: relative;
    width: 18px;
    border-radius: 2px;
    margin: auto
}

.gg-mail::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    width: 14px;
    transform: rotate(-45deg);
    bottom: 3px;
    left: 0
}

.gg-phone {
    position: relative;
    display: block;
    width: 20px;
    height: 22px;
    transform: scale(var(--ggs, 1));
    margin: auto
}

.gg-phone::after,
.gg-phone::before {
    content: "";
    display: block;
    position: absolute
}

.gg-phone::after {
    width: 18px;
    height: 18px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 24px;
    border-left: 4px solid;
    border-bottom: 4px solid;
    left: 2px;
    bottom: 2px;
    background: linear-gradient(to left, currentColor 10px, transparent 0) no-repeat right 11px/6px 4px, linear-gradient(to left, currentColor 10px, transparent 0) no-repeat -1px 0/4px 6px
}

.gg-phone::before {
    width: 20px;
    height: 20px;
    border: 6px double;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
    bottom: 2px;
    left: 2px
}

.pin {
    width: 17px;
    height: 17px;
    background-color: #595959;
    border-radius: 60px 60px 0 60px;
    position: relative;
    transform: rotate(45deg)
}

.pin::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 34%;
    top: 36%;
    border-radius: 60px
}

.gg-menu {
    transform: scale(var(--ggs, 1))
}

.gg-menu,
.gg-menu::after,
.gg-menu::before {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: currentColor
}

.gg-menu::after,
.gg-menu::before {
    content: "";
    position: absolute;
    top: -6px
}

.gg-menu::after {
    top: 6px
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 100%
}

.videowrapper iframe,
.videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shimmer__div {
    background: linear-gradient(to right, #eee 40%, #fafafa 50%, #eee 60%);
    background-size: 300%;
    background-position-x: 100%;
    animation: shimmer 2s infinite linear;
    width: 100%;
    height: 100%;
}

@keyframes shimmer {
    to {
        background-position-x: 0
    }
}
.custome-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}
  
.custome-marquee div {
    display: block;
    gap: 0rem !important;
    position: relative;
    overflow: hidden;
    animation: infinite;
}
  
.custome-marquee span {
    padding: 10px;
    font-size: 1.8rem;
    word-spacing: 0;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #000;
    text-shadow: 0px 0px 0 #0a4d82, 0px 1px 0 #000, 0px 1px 0 #000, 0px 0px 0 #ffffff;
    text-align: center;
}
  
  @keyframes marquee {
    0% { left: 0; }
    50% { left: -50%; }
    100% { left: 0; }
  }
  
  @media only screen and (max-width: 1024px) {
    .custome-marquee div {
    display: flex !important;
    width: 200%;
    }
    .custome-marquee span {
      font-size: 1rem;
      letter-spacing: 0.1rem;
      padding: 5px 8px;
      font-weight: bold;
      text-shadow: none;
    }
  } 
.custome-marquee div span::before {
    content: '\2713';
    margin-right: .5rem;
    font-weight: 200;
    text-shadow: none;
    color: #000;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
div.reseller_btn{
    position: absolute;
    top: 19em;
    right: -4.18em;
    transform: rotate(90deg);
    border: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a.reseller_handle.home_btn{
    padding: 10px 16px;
    border-radius: 6px;
    color: #fff !important;
    background: #1d4969;
    transition: all .4s ease-in-out !important;
    font-size: 1.05em;
    letter-spacing: 1px;
    font-weight: 600;
    opacity: 1;
    text-transform: capitalize;
}
a.reseller_handle:hover::before{
    display: none;
}
button#reseller_btn{
    padding: 0.8em;
}
@media only screen and (max-width: 600px) {
    .header_btn_fixed {
        position: fixed;
        width: 100%;
        top: 100px;
        z-index: 1;
        display: flex;
        flex-wrap: nowrap !important;
    }
    .header_btn_fixed button{
        font-size: 1.2rem !important;
        padding: .5em !important;
        letter-spacing: .02em !important;
    }
}


  
