@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;
}
*::-webkit-scrollbar{
    width: 3px !important;
}

.f_rightBlnkLi {
    display: none
}

a,
abbr,
acronym,
address,
applet,
aside,
b,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
main,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    text-decoration: none
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

body {
    font-size: 13px
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

input {
    width: 96%;
    padding: 8px
}

textarea {
    width: 100%
}

select {
    width: 100%
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none
}

li,
ol,
ul {
    list-style: none
}

.siteBtn,
.siteBtn:active,
.siteBtn:hover {
    display: inline-block;
    min-width: 140px;
    margin: auto;
    color: #fff !important;
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
}

#page-wrapper {
    background: #fff;
    text-align: center;
    width: auto;
    padding-top: 92px;
}

.demoAppLinkDv {
    margin-top: 32px
}
.demoAppLinkDv a {
   color: #fff !important;
}
.container,
.wrapper,
main {
    max-width: 1170px !important;
    margin: auto;
    width: auto;
    text-align: center;
}

.wrapper:after,
footer:after,
header:after,
main:after {
    content: "";
    display: block;
    clear: both
}

a {
    text-decoration: none;
    color: #e10b01
}

a:active,
a:focus,
a:hover,
a:visited {
    color: #00469b;
    text-decoration: none
}

input:focus {
    border: 1px solid #999
}

button,
input[type=button],
input[type=submit] {
    width: auto;
    border: none;
    background: #000;
    padding: 5px;
    cursor: pointer
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    border: none;
    /* background: #fbecfd !important; */
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #320d31 !important;
    /* background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat; */
    border: 0;
    border-radius: 0.375rem;
    opacity: 1 !important;
    position: absolute;
    right: 28px;
    z-index: 999;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    /* padding: 0px; */
}


/* h1 {
    font-size: 36px;
    margin: 30px 0
} */

h2 {
    font-size: 32px;
    color: #414042;
    font-weight: 500;
    text-align: center
}

h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 300;
    color: #414042;
    text-align: center
}

h4 {
    font-size: 18px;
    margin: 10px 0
}

h5 {
    font-size: 14px;
    margin: 10px 0
}

h6 {
    font-size: 12px;
    margin: 5px 0
}

.what .whats-2 img {
    width: 100% !important;
}

.brochure_download {
    height: 230px;
    width: 54px;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 34%;
    background: #1790cf
}

.modal-title {
    font-size: 17px;
    margin: 10px 0;
    text-align: left;
    padding-bottom: 13px;
}

.brochure_download a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    right: -70px;
    top: 103px;
    position: absolute;
    width: 190px;
}

#header .navbar {
    margin-bottom: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    height: auto;
}

#header .navbar-brand {
    height: auto;
    padding: 0px;
}

#header .navbar-brand>img {
    width: 100%;
    height: 100%;
}

#header .navbar-nav .nav-link {
    font-size: 16px;
    color: #333;
}

#header .navbar-brand>img {
    width: 215px;
    height: auto;
}

#header .navbar-inverse .navbar-collapse,
#header .navbar-inverse .navbar-form {
    border-color: transparent
}

#header .navbar-inverse {
    border-color: transparent;
    background: #fff
}

#header .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #414042
}

#header .navbar-inverse .navbar-nav>li>a {
    color: #414042;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-top: 42px;
}

#header .navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent
}

#header .nav li a:last-child {
    padding: 10px 0 10px 40px;
}


#slider-3 .row{
    align-items: center;
}


.demoButton:hover, .demoside:hover{
    text-decoration: none;
}

.demoside:active{
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
    color: #fff !important;
    position: relative;
    /* margin-left: 30px; */
    display: block !important;
    position: fixed;
    top: 350px;
    right: -53px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
}

.demoButton,
.demoButtonShadow {
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
    color: #fff !important;
    position: relative;
    /* margin-left: 30px; */
    display: block !important;
}

.demoButtonShadow {
    position: absolute;
    /* z-index: -1; */
    filter: blur(10px);
    opacity: 0.8;
    left: 0px;
    right: 0;
    margin-top: 0px;
    width: 110px;
    margin: auto !important;
    margin-left: 0px;
}

@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/*  */

.slider_section {
    padding-top: 100px
}

#login {
    padding: 50px 0px;
}

#login div.tab {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    margin-bottom: 30px;
}

#login div.tab button {
    display: block;
    background-color: inherit;
    color: #333;
    height: auto;
    width: auto;
    transition: .3s;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-left: 0;
    border: none;
    text-align: center;
    padding: 10px 40px;
    border-bottom: 2px solid transparent;
}


/* #login div.tab button:hover {
    background-color: #fff;
    color: #231f20
} */

#login div.tab button.active {
    /* background: rgb(15,188,227);
background: linear-gradient(90deg, rgba(15,188,227,1) 0%, rgba(0,103,144,1) 100%); */
    color: rgb(15, 188, 227);
    border-bottom: 2px solid rgb(15, 188, 227);
    background: #fff;
}

#login .tabcontent {
    /* float: left; */
    padding: 0px;
    width: 100%;
    border-left: none;
    height: auto;
    text-align: left;
    padding: 0px;
}

#login .tabcontent li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
}

#login .tabcontent li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background-color: #1790cf;
    height: 8px;
    width: 8px;
    content: '';
}

#login .tab img {
    width: 55px;
    padding: 0px;
}

#login .tab .i_show {
    display: inline-block;
}

#login .tab .i_hide {
    display: none;
}

#login div.tab button:hover .i_show {
    display: none;
}

#login div.tab button:hover .i_hide {
    display: inline-block;
}

#login div.tab button .active .i_hide {
    display: inline-block;
    text-align: left !important;
}

#login .tab button.active .i_show {
    display: none;
}

#login .tab button.active .i_hide {
    display: inline-block
}

#login_for_phone img {
    width: 5%;
    margin-right: 5px;
    text-align: left;
    vertical-align: middle;
}

#login_for_phone .panel-title {
    text-align: left;
}

#login_for_phone .panel-group li {
    text-align: left;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 10px;
}

#slider-3 .left {
    text-align: left;
    padding-left: 45px;
    padding-top: 39px;
}

#slider-3 {
    padding-top: 10px;
    background-image: url(../images/hero__bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#slider-3 .left h1 {
    font-size: 29px;
    font-weight: 600;
}

#slider-3 .left h1 span {
    font-size: 67px;
    color: #006b91;
    display: block;
    font-weight: 800;
    margin: 9px 0px;
}

#slider-3 .left p {
    font-size: 33px;
    margin-bottom: 36px;
    font-weight: 800;
}

.heading {
    margin: 80px auto 60px;
    text-align: center;
}

.tg-sectionhead {
    float: none;
    padding: 0 0 15px;
    text-align: center;
}

.tg-sectiontitle {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}

#client h2 {
    font-size: 26px !important;
    text-align: center;
    font-weight: 600 !important;
}

.dvbr {
    display: none;
    width: 100%;
}

.tg-sectiontitle h3 {
    color: #414042;
    text-align: left;
    font-size: 30px;
    margin: 0 0 10px px;
    display: inline-block;
    position: relative;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding-right: 5px;
    margin: 0;
    margin-bottom: 10px;
}


/* ----------form--model */

.idspopup .formContainer button,
input[type=button],
input[type=submit] {
    width: auto;
    border: none;
    padding: 10px 35px;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    background-color: #0482a5 !important;
}

.modal-header .crosbtn {
    background-color: red !important;
}


/* button,
input[type=button],
input[type=submit] {
    width: auto;
    border: none;
    background: #fff !important;
    padding: 8px 25px !important;
    cursor: pointer;
    border-radius: 4px !important;
} */

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.idsform .idsformimg {
    background-image: url(../images/girls.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.idsform .idspopup {
    padding: 35px;
}

.idsform .idsformimg .idsoverlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.idsformmain .modal-title {
    color: #000 !important;
    font-size: 18px;
    margin: 0px;
    text-align: left;
    padding-bottom: 20px;
}

.idsformmain .idsform .btn-close {
    color: #fff;
    background-color: transparent;
}

.idsformmain .idsformmain .modal-body {
    padding: 0px;
}

.idsform .idsformimg .idsoverlay .idsformhed {
    font-size: 30px;
    color: #fff;
    padding: 0px 28px;
}


/* -------form model end */

.tg-sectiontitle h2 {
    margin: 0;
    text-align: left;
    font-size: 41px;
    color: #414042;
    /* text-transform: uppercase; */
    font-weight: 800;
    font-size: 46px !important;
    margin-bottom: 25px;
}

.call .actionmain {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 18px 0px;
    border: 1px solid #009ab6;
    margin: 30px 0px;
}

.call .actionmain .actionheading.hed {
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
}

.call .action {
    color: #000;
    font-size: 20px;
    border: 1px solid;
    display: inline-block;
    padding: 10px;
    background: #efff00;
}

.call .actionmain .action i {
    font-size: 22px;
    margin-right: 3px;
}

/* .call .actionmain .demoside,
.demosideShadow {
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
    color: #fff !important;
    position: static;
    
    display: block !important;
    position: static;
    top: 350px;
    right: -53px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
    transform: inherit;
} */

.what.one {
    background-color: #e8fffff0;
    padding-top: 50px;
    padding-bottom: 20px;
}

.what.one h1 {
    font-size: 46px;
    font-weight: 800;
}

.what.one p {
    font-size: 17px;
    text-align: justify;
}

.what {
    background-color: #e8fffff0;
}

.what p {
    font-size: 17px;
    text-align: justify;
}

.what.last {
    padding-bottom: 20px;
    background-color: #e8fffff0;
}

#faq {
    padding: 40px 0px;
    padding-top: 20px;
}

#faq .faq_contant .heading_s {
    font-size: 46px;
    font-weight: 800;
    line-height: 49px;
}






#faq .faq_contant .heading_s span {
    color: #009ab6;
    display: block;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
}

#faq .faq_contant p {
    font-size: 15px;
    text-align: justify;
}

#faq .accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

#whyIds {
    background-color: #008cc9;
    padding: 50px 0px;
}

#whyIds h3 {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

#whyIds h3 span {
    font-size: 26px;
    font-weight: 800;
    display: block;
}

#whyIds .whybox {
    border: 1px solid #fff;
    padding: 20px;
    min-height: 167px;
    border-radius: 13px;
}

#whyIds .whybox img {
    width: 59px;
}

#deta-squrity .top h5 {
    font-size: 26px;
    font-weight: 700;
}

#whyIds .whybox h4 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0 !important;
    line-height: 28px;
}

#why h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 56px;
}

#why .why-deta {
    border: 1px solid #005578;
    min-height: 120px;
    margin-bottom: 24px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}

#why .why-deta h5 {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #005572;
}

#faq .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
    color: black;
}

#why .why-deta i {
    font-size: 36px;
    color: #0082af;
    margin-right: 11px;
}

#why .why-deta img {
    width: 65px;
}


/* about */

.p-slider {
    background-color: #fff9ec;
    /* padding: 0px; */
    /* padding-top: 100px; */
}

.p-slider .part .channel {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 14px;
}

.p-slider .part .sectors {
    font-size: 19px;
}

.p-slider .part {
    padding: 56px 0px;
    padding-top: 38px;
}

#about.one {
    padding: 40px 0px;
}

#about.one .contants h1 {
    font-size: 46px;
    font-weight: 800;
    text-align: left;
    line-height: 45px;
    margin-bottom: 6px;
}

#about.one .contants h1 span {
    font-size: 26px;
    font-weight: 700;
    color: #0d90b7;
    display: block;
}

#about.one .contants p {
    font-size: 15px;
    text-align: justify;
}


/* benefits */

.slider {
    background-image: url(../images/sli.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 126px 0px;
}

.slider .overlay h1 {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
}

/* #benefitse.one {
    padding: 50px 0px;
} */

#benefitse .contants ul h1 {
    font-size: 46px;
    font-weight: 800;
    text-align: left;
}

#benefitse .contants ul li img {
    width: 19px;
    margin-top: 5px;
    margin-right: 4px;
}

#benefitse .contants ul h1 span {
    font-size: 46px;
    font-weight: 800;
}


/* contactus */

#contactus {
    padding: 120px 0px 60px;
}

#contactus h1 {
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 42px;
}

#contactus .formdeta .inner ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-bottom: 40px;
}

#contactus .formdeta .inner ul li img {
    width: 31px;
    margin-right: 11px;
}

#contactus .formcontant {
    padding: 44px 10px;
    background-color: #0d90b7;
    border-radius: 21px;
}

#contactus .formcontant form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 12px;
}

#contactus .formcontant form {
    padding: 30px 30px;
}

#contactus .formcontant form button,
input[type=button],
input[type=submit] {
    width: auto;
    border: none;
    background: #fff;
    padding: 8px 35px;
    cursor: pointer;
}

.play_store_link {
    margin-bottom: 30px;
}

#services .left .serv_box {
    min-height: 175px;
    padding: 0 45px 0 20px;
    display: table;
    position: relative;
    margin-bottom: 22px;
    margin-right: 30px;
}

#services .left .serv_box.pink {
    background: #ff6f69;
}

#services .left .serv_box.green {
    background: #92c749;
}

#services .left .serv_box.blue {
    background: #699aff;
}

#services .left .serv_box a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}

#services .left .serv_box .box-contant {
    vertical-align: middle;
    display: table-cell;
    height: 175px;
    text-align: left;
}

#services .left .serv_box .box-contant p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

#services .left .serv_box .box_icon {
    height: 72px;
    width: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 53px;
    right: -35px;
}

#services .left .serv_box .box_icon.pink_2 {
    background: #dc544f;
}

#services .left .serv_box .box_icon.green_2 {
    background: #72aa24;
}

#services .left .serv_box .box_icon.blue_2 {
    background: #517dd9;
}

#services .left .serv_box .box_icon img {
    margin-top: 20px;
}

#services .right .serv_box {
    min-height: 175px;
    padding: 0 20px 0 50px;
    display: table;
    position: relative;
    margin-bottom: 22px;
    margin-left: 30px;
}

#services .right .serv_box.cyan {
    background: #00aeb3
}

#services .right .serv_box.yellow {
    background: orange;
}

#services .right .serv_box.magento {
    background: #cd4bad;
}

#services .right .serv_box a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    display: inline-block;
    margin-bottom: 10px;
}

#services .right .serv_box .box-contant {
    vertical-align: middle;
    display: table-cell;
    height: 175px;
    text-align: right;
}

#services .right .serv_box .box-contant p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}

#services .right .serv_box .box_icon {
    height: 72px;
    width: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 53px;
    left: -35px
}

#services .right .serv_box .box_icon.cyan_2 {
    background: #0d888b;
}

#services .right .serv_box .box_icon.yellow_2 {
    background: #d78b00;
}

#services .right .serv_box .box_icon.magento_2 {
    background: #b03b93;
}

#services .right .serv_box .box_icon img {
    margin-top: 20px;
}

#client {
    background: url(../images/client_bg.webp) left top no-repeat;
    /* padding-bottom: 60px; */
    width: 100%;
    padding: 60px 0px !important;
}

#client h2,
#client h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
}

#client .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.priv_page {
    padding-top: 165px;
}

.priv_page .headingp {
    text-align: left;
    font-size: 32px;
    color: #414042;
    text-transform: uppercase;
    font-weight: 600;
}

.priv_page p {
    text-align: justify;
    margin-top: 15px;
}

.priv_page h6 {
    text-align: left;
    font-size: 18px;
    color: #414042;
    text-transform: uppercase;
    margin-top: 28px;
    font-weight: 600;
}

.priv_page p {
    text-align: justify;
    margin-top: 15px;
    font-size: 16px;
}

.priv_page ul li {
    text-align: justify;
    margin-top: 15px;
    font-size: 16px;
}

#features {
    padding-bottom: 60px;
}

#features .f_left {
    padding-top: 60px;
    text-align: left;
}

#features .f_left li {
    margin-bottom: 55px;
}

#features .f_left a {
    font-size: 20px;
    text-align: right;
    color: #414042;
    font-weight: 700;
}

#features .f_left a img {
    margin-left: 5px;
}

#features .f_left p {
    font-size: 16px;
    text-align: right;
    color: #414042;
    font-weight: 300;
    margin-top: 15px;
}

#features .f_right {
    text-align: left;
    padding-top: 60px;
}

#features .f_right li {
    margin-bottom: 30px;
}

#features .f_right a {
    font-size: 20px;
    text-align: right;
    color: #414042;
    font-weight: 700;
}

#features .f_right a img {
    margin-right: 5px;
}

#features .f_right p {
    font-size: 15px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    margin-top: 4px;
    line-height: inherit;
}

#features .btn {
    padding: 18px 0;
    color: #1790cf;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    margin-top: 80px
}

#features .btn i {
    font-size: 20px
}

#features .btn.active,
.btn:active {
    box-shadow: none
}

#features .play_store_link img {
    width: 17%
}

#contact {
    background: url(../images/iDS-Prime-contact-bg.webp) left top no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
}

#contact h2,
#contact h3 {
    color: #fff;
    font-size: 49px;
    font-weight: 700;
}

#contact h2 {
    font-size: 26px !important;
    text-align: center;
    font-weight: normal;
}

#contact h3:before {
    background: #fff
}

#contact .form-control:focus {
    border-color: transparent;
    box-shadow: none
}

#contact .form-control {
    border-radius: 0;
    border: none;
    height: 38px
}

#contact textarea.form-control {
    height: 120px
}

#contact .btn-default {
    padding: 10px 140px;
    color: #000;
    background: orange;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.call {
    margin-top: 51px;
}

#footer {
    background: url(../images/iDS-Prime-footer-bg.webp) left top no-repeat;
    padding: 50px 0;
    /* padding-top: 52px; */
    background-size: cover;
}

#footer .row {
    align-items: stretch !important;
    display: flex;
    flex-wrap: wrap
}

#footer .footBx {
    height: 100%;
    padding: 20px;
    background-color: #1790cf
}

#footer h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff
}

#footer li {
    font-size: 18px;
    text-align: center;
    color: #fff
}

#footer .app_link {
    font-size: 18px;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 50px
}

#footer .app_link a {
    color: #1790cf
}

.f_bar {
    background: #231f20;
    color: #fff
}

.f_bar p {
    margin: 10px 0;
}

.f_bar a {
    color: #fff
}

.panel-heading {
    padding: 0
}

.panel-title a {
    display: block;
    padding: 10px 15px
}

#header {
    height: auto;
    /* position: sticky;
    width: 100%;
    z-index: 99999999; */
}

#header .navbar-inverse .navbar-nav>li>a {
    color: #414042;
    text-transform: inherit !important;
    font-size: 14px !important;
    font-weight: 500;
    margin: 0px;
    transition: .5s ease !important;
}

.navbar-brand {
    float: left;
    height: 45px;
    padding: 5px 0px;
}

#header .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #b2d5ff !important;
    /* padding: 10px 20px !important; */
    border-radius: 40px !important;
}

#header .nav li a:last-child {
    padding: 10px 15px 10px 15px !important;
}


/*  */

#slider .item {
    height: auto;
    position: relative;
}

#slider .item .cover {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}

#slider .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 0px 50px;
    margin-top: auto;
}

#slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

#slider .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
}

#slider .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

#slider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

#slider .owl-item.active .slideObject1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    width: 560px;
}

#slider .owl-item.active .slideObject2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
    width: 500px;
    margin-left: -320px;
}

#slider .owl-item.active .slideObject3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.7s;
    width: 160px;
    margin-left: -120px;
    z-index: 9;
}


/* #slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
} */

#slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#slider .owl-nav .owl-prev:focus {
    outline: 0;
}

#slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

#slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#slider .owl-nav .owl-next:focus {
    outline: 0;
}

#slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

#slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/*  */

#header .nav li a:last-child {
    padding: 10px 0px 9px 26px;
}

#header nav.navbar {
    background: #fff !important;
}

#why .tg-sectiontitle,
#whatSMS .tg-sectiontitle {
    margin-bottom: 10px;
}

#why .tg-sectiontitle,
#why .tg-sectiontitle,
#whatSMS .tg-sectiontitle h1 {
    font-size: 46px;
    font-weight: 800;
    text-align: left;
}

#whatSMS {
    padding: 50px 0px 50px 0px;
    /* background: #edfcff; */
}

#whatSMS p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
}

#why .tg-sectionhead,
#whatSMS .tg-sectionhead {
    float: none;
    padding-bottom: 0px;
}

#login div.tab button {
    height: auto;
}

#why .tg-sectionhead,
#whatSMS .tg-sectionhead {
    float: none;
    padding-bottom: 0px;
}

#whatSMS .tg-sectionhead {
    padding: 50px 0px;
}

#login .tabcontent p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 37px;
}

.tabcontent ul {
    display: flex;
    flex-wrap: wrap;
}

.tabcontent ul li {
    width: 33.33%;
}

#why {
    padding: 60px 0;
}

#why h2,
h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 32px;
    color: #414042;
    font-weight: 500;
}

#why p {
    text-align: justify;
    text-align-last: left;
    font-size: 16px;
    margin-bottom: 10px;
}

#why .whyContent {
    padding-left: 30px;
    border-left: 1px solid #999;
    margin-left: 10px;
}

#why .whyContent p {
    position: relative;
}

#why .whyContent p:before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: -38px;
    top: 5px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #1790cf;
}

.tg-sectiontitle {
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}

#services {
    padding-bottom: 60px;
}


/* Accordion styles */

.tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}

.tab-label:hover {
    background: #1a252f;
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}

.tab-close:hover {
    background: #1a252f;
}

input:checked+.tab-label {
    background: #1a252f;
}

input:checked+.tab-label::after {
    transform: rotate(90deg);
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}

#benefits input[type=checkbox],
input[type=radio] {
    display: none;
}

.tab-label {
    background: #1790cf !important;
    border-radius: 0px !important;
    font-size: 16px;
}

.tabs {
    box-shadow: none;
    border-radius: 0px;
    /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
}

.tab {
    margin-bottom: 10px;
    /* width: 49%; */
}

#benefits {
    margin-bottom: 40px;
}

.tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
    text-align: justify;
    color: #333;
    font-weight: 400;
    font-size: 16px;
}


/* //////deta-squrity ///*/

#deta-squrity {
    padding-bottom: 0px;
    background-color: #ffffff;
    margin-top: 0px;
    /* padding-top: 100px !important; */
}

#deta-squrity .top {
    padding: 10px 72px;
    margin-bottom: 50px;
    text-align: center !important;
}

#deta-squrity #deta-squrity .top h5 {
    text-align: center;
    font-size: 26px;
}

#deta-squrity .top h4 {
    font-size: 46px;
    font-weight: 800;
    color: #333;
}

#deta-squrity .top h4 span {
    color: #333;
    display: 700;
    padding: 10px 0px;
}

#deta-squrity .top p {
    font-size: 15px;
    text-align: justify;
    text-align-last: center !important;
}

#deta-squrity .inr-contant {
    padding: 20px 16px;
    text-align: center;
    background: #fff;
    margin-bottom: 60px;
    border: 1px solid #cfcfcf;
    /* border-radius: 8px; */
    transition: all.5s ease-in-out;
    /* -webkit-box-shadow: -1px 2px 6px -3px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 6px -3px rgba(0, 0, 0, 0.75);
    /* box-shadow: -1px 2px 6px -3px rgb(0 0 0 / 75%); */
}

#deta-squrity .inr-contant:hover {
    transform: scale(1.05);
}

#deta-squrity .inr-contant .icon-box img {
    width: 62px;
}

#deta-squrity .inr-contant .icon-box i {
    font-style: italic;
    font-size: 52px;
    color: #087e00;
}

#deta-squrity .inr-contant.blue {
    background-color: #003d69;
}

#deta-squrity .inr-contant.sky {
    background-color: #3db2d5;
}

#deta-squrity .inr-contant.blak {
    background: linear-gradient(-35deg, #c444fb 0%, #5b56d7 100%);
}

#deta-squrity .inr-contant.sleti {
    background-color: #dd1146;
}

#deta-squrity .inr-contant.narangi {
    background-color: #56225e;
}

#deta-squrity .inr-contant.color {
    background-color: #f0aa00;
}

#deta-squrity .inr-contant.bengni {
    background-color: #cd2e80;
}

#deta-squrity .inr-contant.pink {
    background-color: #ff6d51;
}

#deta-squrity .inr-contant.orenge {
    background-color: #043947;
}

#deta-squrity .inr-contant.broun {
    background-color: #504e4e;
}

#deta-squrity .inr-contant.mehroon {
    background-color: #4b8e9f;
}

#deta-squrity .inr-contant.dark {
    background-color: #c86969;
}

#deta-squrity .inr-contant.dark-blue {
    background-color: #008cc9;
}

#deta-squrity .inr-contant.cloud {
    background-color: #2d5c5b;
}

#deta-squrity .inr-contant.myan {
    background-color: #463636;
}

#deta-squrity .inr-contant.siyan {
    background-color: #919191;
}

#deta-squrity .inr-contant.gray {
    background-color: #358f47;
}

#deta-squrity .inr-contant.light {
    background-color: #702a2a;
}

#deta-squrity .inr-contant.one {
    background-color: #a5a52a;
}

#deta-squrity .inr-contant.two {
    background-color: #000f97;
}

#deta-squrity .inr-contant.three {
    background-color: #973a8d;
}

#deta-squrity .inr-contant.four {
    background-color: #ff1c9e;
}

#deta-squrity .inr-contant.five {
    background-color: red;
}

#deta-squrity .inr-contant.six {
    background-color: #6e6900;
}

#deta-squrity .inr-contant .icon-box {
    padding: 10px;
    /* border: 1px solid black; */
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50px;
    margin-top: -72px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#deta-squrity .inr-contant .hiro {
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
    color: #000;
    font-weight: bold;
    min-height: 40px;
}

#deta-squrity .inr-contant .seo {
    font-size: 15px;
    color: #000;
    text-align: justify;
    min-height: 115px;
    text-align-last: center;
    padding-bottom: 25px;
}

#benefitse .contants p {
    font-size: 24px;
    text-align: left;
    color: #006b91;
    color: #000;
}

#benefitse .contants ul li {
    list-style: none;
    margin-top: 12px;
    display: flex;
    align-items: start;
    color: #fff;
    font-size: 16px !important;
    color: #000;
    text-align: left;
}

#benefitse .contants ul {
    margin: 0px;
    padding: 0px;
}


/* ----------------------06-1-24------------------------ */

#header .navbar-nav .nav-link.active {
    border-bottom: 2px solid #006b91;
    color: #006b91;
}


 #benefitse .prent img, #benefitse .software img {
    width: 400px;
}
#benefitse .ledy img{
    width: 350px;
}
#hm-benefits h1{
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 30px;
}

#hm-benefits{
    margin: 70px 0 0px;
    background-color: #e8fffff0;
    padding-top: 60px;
    padding-bottom: 30px;
}

#whyIds .demoButton {
    margin: auto;
    margin-top: 25px;
  }
  
  
  input[type="submit"].cnct-sbmt-btn{
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
    color: #fff !important;
    position: relative;
    margin: auto;
    display: block !important;
  }




  
#client .owl-item a img{
    border-radius: 10px;
}

#client .owl-item a h5{
    font-size: 15px;
    color: white;
    margin-top: 10px;
}




.partnr-btn, .partnr-btn:active{
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background:rgba(255, 222, 57, 1);
    padding: 8px 15px;
    color: #010f44 !important;
    display: block !important;
    position: fixed;
    top: 350px;
    right: -70px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
    font-weight: bold;
}



#ptnr-frm-mdl .modal-header{
    background-color: white !important;
}


#ptnr-frm-mdl .modal-header .modal-title{
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 25px !important;
}

.modal-open{
    overflow: initial !important;
    padding-right: 0 !important;
}



#ptnr-frm-mdl .modal .prtnr-frm-body h3{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 15px 10px;

}


#ptnr-frm-mdl .modal .prtnr-frm-body p{
    font-size: 16px;
    margin: 0 10px 30px 10px;
    font-weight: 300;
}
#ptnr-frm-mdl .modal .prtnr-frm-body input{
    font-size: 1rem !important;
}




#ptnr-frm-mdl .modal .ptnr-frm-btn{
    width: max-content;
    height: auto;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
    background-size: 600%;
    -webkit-animation: anime 8s linear infinite;
    animation: anime 8s linear infinite;
    padding: 8px 15px;
    color: #fff !important;
    display: block !important;
}


.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
}

.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .hdr-mdl-logo{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .hdr-mdl-logo img{
    height: 60px;
}

.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .tp-mdl-contct .formdeta .inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .tp-mdl-contct .formdeta .inner ul li{
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-bottom: 20px;
}


.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .tp-mdl-contct .formdeta .inner ul li img{
    filter: brightness(0) invert(1);
    width: 31px;
    margin-right: 11px;
}


.idsform .idsformimg .idsoverlay .hdr-mdl-lftDtl .idsformhed{
    text-align: center;
    padding: 0;
}



.footBxLink {
    background-color: #05405e;
    padding: 10px 0;
}

.footBxLink a {
   display: inline-block;
    color: white;
}


#partner-lbl{
    background-color: #0b237c;
    color: white;
    padding: 30px 0;
    margin-top: 60px;
    border-radius: 10px;
}

#partner-lbl .prtne-btn2{
    background: rgba(255, 222, 57, 1);
    color: #000;
    padding: 13px 50px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

#partner-lbl h4 {
    font-size: 26px;
    margin: 0 0 20px;
    font-weight: 600;
}


#app-downld{
    height: 100%;
    background-image: url(../images/app_bg.png);
    background-size: cover;
    padding: 50px 0px ;
    background-position: bottom;
}


#app-downld .downld-app-cnt h4{
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0 10px;
    color: #03a8d9;
}

#app-downld .downld-app-cnt p{
    font-size: 16px;
    margin: 0 0 18px;
}

#footer .ftr-btm-links {
    margin-top: 50px;
}

#footer .ftr-btm-links .row .down_icon a img{
    height: 40px;
}