.topHeader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    color: #fff;
    position: relative;
    padding: 5px;
}
.topHeaderWrapper{
 background: #000066;
}
.contact-cta {
    display: block;
    position: absolute;
    right: 0%;
}
.contact-cta-a {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.contact-cta-a span:nth-child(1) {
    color: #49A7FF;
    margin-right: 10px;
}
a.contact-cta-a span:nth-child(2) img {
       position: relative;
    top: 2px;
    width: 25px;
}
a.contact-cta-a span:nth-child(3) {
    color: #fff;
}
.button-gradient {
    background: linear-gradient(90deg, #1D1669 0%, #3A338A 43%, #1D1669 100%);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    transition: .5s;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
section#mod-Footer p, a {
    font-size: 13px;
}
.contact-cta a span {
    font-family: Arial, Helvetica, sans-serif !important;
}
.subMenuMod a:hover {
    background: linear-gradient(90deg, #1D1669 0%, #3A338A 43%, #1D1669 100%);
    color: #fff !important;
    padding-left: 15px;
}
.button-gradient:hover{
background: linear-gradient(
        90deg,
        #1D1669 0%,
        #3A338A 100%,
        #1D1669 43%
    );
transition: .5s;
}
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}
.mainHeaderWrapper {
    background-size: cover;
    background-position: bottom right;
}

a.mh-logo img {
    max-width: 280px;
}
.mh-Menu-div {
    width: 70%;
}
ul.navs-mod {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
li.parentItmMod {
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
    height: 50px;
}
li.parentItmMod a {
    font-size: 13px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
li.parentItmMod i {
    font-size: 14px;
    position: relative;
    top: 1px;
}
.subMenuMod{
    display: none;
}
li.parentItmMod:hover .subMenuMod {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50px;
    padding: 10px;
    width: 300px;
    background: #fff;
    left:0px;
}
.subMenuMod a{
    padding: 10px;
    display: flex;
    color: #000 !important;
}

.subMenuMod ul {
    padding: 0px;
    margin: 0px;
}

li.parentItmMod:hover a {
    color: #fff;
}
li.parentItmMod:hover i {
    color: #fff;
}
li.parentItmMod:hover {
    background: #1A1B98;
    /* padding: 0px 10px; */
}
li.parentItmMod{
    padding:0px 10px;
}
li.parentItmMod a img {
    margin-right: 10px;
    display: none;
}
.subMenuMod a:hover img{
    display: block;
}
section#mod-Footer {
    padding: 20px 0px 0px;
}
.topFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.tfooter-col-1 {
    width: 30%;
    padding-right: 20px;
}
.tftr-col-top p {
    width: 80%;
    margin-top: 30px;
}
.tftr-col-bottom {
    margin-top: 30px;
    border-top: 1px solid #D6D6D6;
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tftr-col-bottom p {
    font-weight: 600;
    font-size: 18px;
}
.tfooter-col-2 {
    width: 15%;
}
.tfooter-col-3 {
    width: 25%;
    padding-right: 2%;
}
.tfooter-col-4 {
    width: 25%;
}
h3.mod-footer-heading {
    color: #050130;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 22px;
}
.tfooter-col-4 .button-gradient {
    width: 100%;
    border-radius: 0px;
    margin: 25px 0px;
}
ul.mod-footer-social-list {
    display: flex;
    gap: 15px;
}

ul.mod-footer-social-list img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.main-area {
    overflow-x: hidden;
}
.menu_wrapper {
    position: relative;
    top: -5px;
}
ul.mod-footer-social-list a:hover img {
    transform: scale(1.1);
}
ul.mod-footer-nav a {
    display: block;
    margin-bottom: 5px;
    color: #000;
}
ul.mod-footer-nav a:hover {
    color:#1D1669;
}
.mod-footer-address-box a strong {
    color: #050130;
    margin-right: 5px;
}
.mod-footer-address-box a {
    color: #000;
}
.mod-footer-address-box {
    margin-bottom: 5px;
}
.mod-footer-address-box a:hover {
    color:#1D1669;
}
.bottomFooter.fix-container {
    border-top: 1px solid #CACACA;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}
section#mod-Footer {
    padding: 20px 0px 0px;
    background-size: cover;
    background-position: bottom right;
}
.bottomFooter a {
    color: #000;
}
.bottomFooter a:hover {
    text-decoration: underline;
}

.tftr-col-bottom img {
    width: 45%;
}

.logos {
    display: none;
}

button.modnavTab {
    display: none;
}
a.mh-logo.inner-popup {
    display: none;
}

a.button-gradient.nav-popup {
    display: none;
}

button.popupCloser {
    display: none;
}
.topHeader.fix-container p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.contact-cta-a {
    font-size: 14px;
    font-weight: bold;
}
.tftr-col-top img {
    width: 200px;
}
p.copyrightText {
    font-size: 14px;
}
.bottomFooter.fix-container a {
    font-size: 14px;
}
.bottomFooter.fix-container a:hover {
    text-decoration: none;
    color: #3A338A;
}

.div-col-50 {
    width: 50%;
}
.mod-video-Wrapper iframe {
    width: 90%;
    height: 481px;
    border-radius: 14px;
}
h2.mod-h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
section.mod-sec {
    padding: 40px 0px;
}
p.mod-large-p {
    color: #909090;
    font-size: 20px;
    line-height: 1.4em;
}
.mod-mar-bottom-15 {
    margin-bottom: 15px; }
    
.mod-mar-bottom-20 {
    margin-bottom: 20px; }
    
section.home-second-section {
    background: #F9F9F9;
}
.div-col-100 {
    width: 100%;
}
.mod-talign-center {
    text-align: center;
}
p.mod-p {
    color: #909090;
    font-size:18px;
    line-height:1.4em;
}

.mod-cards {
    background: #fff;
    border: 1px solid #C1C1C1;
    padding: 35px;
    width: 24%;
    border-radius: 10px;
    transition:.5s;
}
.mod-cards-top {
    margin-bottom: 35px;
}
.mod-card-img-wrapper {
    /* border: 0; */
    width: fit-content;
    position: relative;
    padding: 15px;
}
.mod-card-img-wrapper::before {
    content: 'rt';
    width: 100%;
    height: 100%;
    background: #3689d7;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 0px;
    border-radius: 10px;
    z-index: 0;
    transition:.5s;
}
.mod-card-mid h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.mod-content-flip-front{
    display: block;
}
.mod-content-flip-back {
    display: none;
}
.mod-card-img-wrapper img {
    width: 45px;
    position: relative;
}
a.mod-card-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #130a68;
    margin-top: 40px;
}
a.mod-card-btn img {
    width: 15px;
    position: relative;
    top: 2px;
    transition: .5s;
}
.mod-card-img-wrapper img {
    height: 45px;
}
.mod-cards:hover {
    border-color: #130a68;
    box-shadow: 4px 8px 61px rgba(0, 0, 0, 0.3);
}
.mod-cards:hover .mod-card-img-wrapper::before {
    background: #130a68;
    transform: rotate(180deg);
    transition: .5s;
}
.mod-cards:hover .mod-content-flip-front {
    display: none;
}
.mod-cards:hover .mod-content-flip-back {
    display: block;
}
a.mod-card-btn:hover img {
    transform: translateX(10px);
    transition: .5s;
}
.mod-card-wrapper {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.mod-cards:hover p.mod-p{
    color:#050133;
}
.mod-card-mid {
    min-height: 200px;
}
.home-client-section{
    background:#f9f9f9;
}
.mod-client-wrapper {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px;
}
.mod-client-card {
    width: 15.7%;
    /* gap: 20px 20px; */
}
.mod-client-card img {
    width: 100%;
}
.hes-right {
    padding-left: 5%;
}
ul.experienceList li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0px;
    border-bottom: 1px solid #909090;
}
ul.experienceList p {
    color: #050133;
    font-weight: 600;
    font-size: 20px;
}

.has-right img {
    width: 100%;
}

.mod-width-60 {
    width: 90%;
}

ul.abtList {
    list-style: disc;
    color: #909090;
    padding-left: 32px;
    margin-bottom: 30px;
}
#crmWebToEntityForm.mod_form input#formsubmit {
    background: linear-gradient(90deg, #1D1669 0%, #3A338A 43%, #1D1669 100%) !important;
    border-radius: 6px;
    padding: 10px 25px;
    font-size: 14px;
}

#crmWebToEntityForm.mod_form input#formsubmit:hover {
    background: linear-gradient(90deg, #1D1669 0%, #3A338A 100%, #1D1669 43%) !important;
    transition: .5s;
}    
div#crmWebToEntityForm.mod_form {
    width: 70%;
    margin: 0 auto;
    background: #7AB1E7;
    padding: 23px;
    border-radius: 10px;
}
input.zcwf_reset_button {
    background: transparent !important;
    border-color: #fff;
    padding: 10px 25px !important;
    font-size: 14px !important;
    color: #fff !important;
}
input.zcwf_reset_button:hover{
     background:#fff !important;
     color:#7AB1E7 !important;
}
.mod_form input{
    padding: 30px 25px;
    border-radius: 6px;
    border: 0px;
}
.mod_form teaxtarea{
    padding: 30px 25px;
    border-radius: 6px;
    border: 0px;
}
.mod_form textarea {
    padding: 25px;
    border-radius: 6px;
    border: 0px solid;
}

.mod-form .multi, .form-wrap {
   margin-bottom: 1em;
}
.home-testimonial-section {
    background: #F9F9F9;
}
li.slick-active {
    background: #7AB1E7 !important;
}
#homepage-slide ul.slick-dots li {
    border: 0px solid;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #f9f9f9;
}
#homepage-slide ul.slick-dots li button {
    display: none;
}
#homepage-slide ul.slick-dots li {
    border: 0px solid;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #f9f9f9;
}
#homepage-slide ul.slick-dots {
   display: flex;
    justify-content: center;
    gap: 10px;
    /* margin-top: -50px; */
    position: absolute;
    width: 100%;
    bottom: 35px;
}
.mar-bottom-15{
    margin-bottom:15px;
}


.singleTestimonial {
    border: 1px solid #1A1B98;
    margin: 5px;
    padding: 25px 30px;
    border-radius: 10px;
}
.std-top {
    margin-bottom: 30px;
}

.std-bottom p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
p.std-tesname {
    text-align: center;
}
.std-rating{
    display:flex;
    justify-content:center;
    
}

p.std-tesname {
    color: #050133;
    font-weight: 600;
    font-size: 20px;
}
.div-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hes-left img {
    width: 100%;
}
ul.experienceList img {
    height: 25px;
    width: 35px;
    object-fit: contain;
}
p.mod-p a {
    color: #1a1b98;
}
.std-bottom {
    min-height: 150px;
}
a.mh-logo img {

    position: relative;
    top: 5px;
}
.subMenuMod a:hover img {
    display: block;
    width: 30px;
    height: 10px;
    position: relative;
    top: 3px;
}
.div-col-50.hes-left {
    background-image: url(http://199.250.201.124/~iscnj/images/home-page-images/experience.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 10px;
    background-size: cover;
}
.div-col-50.has-right {
    background-image: url(http://199.250.201.124/~iscnj/images/home-page-images/Frameabout.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 10px;
    background-size: cover;
}
.div-col-50.hes-left img{
    display:none;
}
.div-col-50.has-right img{
    display:none;
}
.fix-container.split.unsetalignitems {
    align-items: unset;
}
/*animation css*/

/*animation css*/
.logoLeft button {
    background: transparent;
    border: 0px;
}

.bgblueflat {
     background: linear-gradient(90deg, #1D1669 0%, #3A338A 43%, #1D1669 100%);
}
@media screen and (max-width: 1660px) {

.mod-client-card {width: 15.6%;}

}
@media screen and (max-width: 1600px) {
.mod-client-card {width: 15.5%;}

}
@media screen and (max-width: 1560px) {

.mod-client-card {width: 15.4%;}
.mod-cards {width: 23.9%;}

}
@media screen and (max-width: 1500px) {

.mod-client-card {width: 15.3%;}

}
@media screen and (max-width: 1480px) {
 .fix-container.clearfix.headerwrapper {
    flex-direction: column;
    padding: 10px !important;
}   
}
@media screen and (max-width: 1440px) {
.mod-width-60 {
    width: 90%;
}
.std-bottom {
    min-height: 200px;
}
li.parentItmMod a {
    font-size: 12px;
    color: #000;
}
li.parentItmMod i {
    font-size: 12px;
}
.userClm.loginSec, .contactSec, .mobileOnly {
    display: none !important;
    }
}
@media screen and (max-width: 1366px) {
.mod-cards {
width: 32.3%;
padding: 25px;
}
.mod-card-wrapper {

    justify-content: center;

}
}
@media screen and (max-width: 1280px) {

 .mainHeader {
    flex-direction: column;
    gap: 5px;
}

.mh-Menu-div {
    width: 100%;
}   
.mh-button-div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


a.mh-logo img {
    max-width: 250px;
}
}
@media screen and (min-width: 1024px) {
 .fix-container.clearfix.headerwrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

}
@media screen and (max-width: 1200px) {
a.consultation.button-gradient.nomobile {
    display: none;
}
}
@media screen and (max-width: 1100px) {
.topHeader p {
        text-align: left;
        width: 100%;
        font-size: 12px;
    }
.tftr-col-top p {
    width: 100%;
    margin-top: 20px;
}
.tftr-col-bottom {
    margin-top: 20px;
    padding-top: 20px;
    
}
.tftr-col-top {
    text-align: center;
}
.tfooter-col-1 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
}
.tftr-col-bottom {
    
    justify-content: center;
}

}
@media screen and (max-width: 1024px) {
.std-bottom {
    min-height: 250px;
}    
.mod-video-Wrapper iframe {
   
    height: 254px;
    
}
.mod-cards {
        width: 49%;
    }
.mod-card-wrapper {
justify-content: center;
}
.div-col-50 {
    width: 100%;
}
.mod-video-Wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
p.mod-p {

    font-size:16px;
 
}
}
@media screen and (max-width: 991px) {
.std-bottom {
    min-height: 200px;
}
.navWrapper.m-full.left.clearfix {
    width: 100% !important;
    max-width: 100%;
}
#header .navTab {
        left: auto;
        right: 10px;
        top: 15px;
    }
.menu_wrapper a {
   
    text-align: center;
}
.mod-footer-address-box a strong {
  display: block;
}
.tfooter-col-3 {
    width: 35%;
    padding-right: 2%;
}
.tfooter-col-2 {
    width: 20%;
}
.tfooter-col-4 {
    width: 35%;
}
.mh-Menu-div {
        display: none;
        position: fixed;
        background: #fff;
        width: 50%;
        height: 100%;
        z-index: 1;
        top: 0px;
        padding: 20px;
        left: 0px;
        flex-direction: column;
    }
a.mh-logo.inner-popup {
    display: block;
}

ul.navs-mod {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}  
li.parentItmMod {
gap: 8px;
height: fit-content;
flex-wrap: wrap;
width: 100%;
}  
li.parentItmMod a {
font-size: 18px;

}
li.parentItmMod i {
        font-size: 18px;
}
ul.navs-mod {
        gap: 20px;
        margin-top: 50px;
    }
li.parentItmMod:hover .subMenuMod {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50px;
    padding: 0px;
    width: 100%;
    background: #fff;
    left: 0px;
    border: 0px solid;
}
.subMenuMod.active {
        display: block !important;
        position: absolute;
        z-index: 1;
        top: 30px;
        padding: 0px;
        width: 100%;
        background: #fff;
        left: 0px;
        border: 0px solid;
        max-height: 700px;
        overflow-y: scroll;

}
a.button-gradient.nav-popup {
    display: flex;
    z-index: 0;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
}
a.mh-logo.inner-popup img {
    width: 70%;
}
li.parentItmMod:hover .subMenuMod {
        /* display: block; */
        position: absolute;
        z-index: 1;
        top: 50px;
        padding: 0px;
        width: 100%;
        background: #fff;
        left: 0px;
        border: 0px solid;
        max-height: 700px;
        overflow-y: scroll;
    }
button.popupCloser {
    display: block;
    width: 40px;
    position: absolute;
    right: 5px;
    background: transparent;
    border: 0px;
    top: 5px;
}
.mh-button-div {
display: none;
}
.mh-Logo-div {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
button.modnavTab i {
    font-size: 30px;
    color: #000066;
}
button.modnavTab {
    display: block;
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0px;
}
.mh-Menu-div.active {
    display: flex;
}
.hss-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mod-cards {
        width: 48%;
    }
h2.mod-h2 br {
    display: none;
}
h2.mod-h2 {
    font-size: 26px;
}
.hes-right {
    padding-left: 0%;
}
    .mod-client-card {
        width: 23%;
    }
    .hes-left {
    margin-bottom: 30px;
}
.has-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
section.mod-sec {
    padding: 40px 0px;
}
div#crmWebToEntityForm.mod_form {
    width: 100%;

}

}
@media screen and (max-width: 769px) {
.zcwf_col_fld {
    margin-bottom: 1em;
}
.multi {
    margin: 0px;
}
}
@media screen and (max-width: 767px) {
    .std-bottom {
    min-height: auto;
}  
    .mod-card-mid h3 {
    font-size: 18px;
}
.mod-client-card {
        width: 47%;
    }
ul.experienceList p {
    
    font-size: 18px;
} 
.mod-width-60 {
    width: 100%;
}
#homepage-slide ul.slick-dots {
bottom: 9px;
}
p.mod-p br {
    display: none;
}
    .mod-cards {
        width: 100%;
    }
    h2.mod-h2 {
        font-size: 22px;
        line-height: 1.2em;
    }
#homepage-slide ul.slick-dots li {
    width: 10px;
    height: 10px;
}
.contact-cta {
    display: none;

}
.topHeader p {
        text-align: center;
        width: 100%;
        font-size: 9px;
    }
.tfooter-col-3 {
    width: 100%;
    padding-right: 0%;
}
.tfooter-col-2 {
    width: 100%;
}
.tfooter-col-4 {
    width: 100%;
}
ul.mod-footer-social-list {
justify-content: center;
}
.tfooter-col-4 p {
    text-align: center;
}
h3.mod-footer-heading {
text-align: center;
}
.mod-footer-address-box a {
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
}
ul.mod-footer-nav a {
text-align: center;
}
.mod-footer-address-box a:nth-child(1) br {
    display: none;
}
.bottomFooter.fix-container {
 margin-top: 20px;
}
.mh-Menu-div {
 width: 100%;
 height: 100%;
 z-index: 999999;
 }
 li.parentItmMod a {
        font-size: 14px;
    }
ul.navs-mod {
        gap: 10px;
        margin-top: 20px;
    } 

.subMenuMod a:hover {
 padding-left: 15px;
} 
.subMenuMod a {
    padding: 5px;

}
li.parentItmMod:hover .subMenuMod {
    
        max-height: 270px;
 
    }
section#mod-Footer {
    padding: 10px 0px 0px;

}
.topHeader {

    height: 60px;

}
}