﻿body{
    background-color:aliceblue;
    padding: 0;
    /*overflow-x: hidden !important;*/
}

/*html, body {
    overflow-x: hidden;
    width: 100%;
}*/

/*html {
    overflow: hidden;
    height: 100%;
}

body {
    overflow: auto;
    height: 100%;
}*/

/* unset bs3 setting */
/*.modal-open {
    overflow: auto;
}*/


/* login popup spinner animation */
#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* end login popup animation */



.btn-primary {
    background-color: #01a4c9;
    border-color: #01a4c9;
}
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: #006dac;
        border-color: rgba(0,0,0,0);
    }
.btn-outline-primary {
    color: #01a4c9;
    border-color: #01a4c9;
}
.btn-outline-primary:hover {
    background-color: #01a4c9;
    border-color: #01a4c9;
}

:root{
    scroll-behavior: auto !important;
}

.fa {
    font-weight: normal;
    font-family: FontAwesome;
}

.red-circle{
    background-color: red;
    border-radius: 80px;
    position: relative;
    bottom: 2px;
}

.validation-summary-errors{
    color: red !important;
}

/* loading animation */
.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 11000;
}
.spinner-border {
    animation-duration: 0.5s;
}
/* loading animation end*/

.video-section-wrapper {
    background-image: linear-gradient(to right, #00aaa9,#01a2d6, #006dac) !important;
    padding-bottom: 30px !important;
}

/*.video-section{
    margin-top: 40px;

}*/

.video-section iframe{
    /*margin: 0 auto;*/
    margin-left: 30px;
    display: block;
    width: 80% !important;
}

.table p {
    color: grey;
}

.table {
    border-color: #ececec;
}

    .table th, td {
        padding: 20px !important;
    }

/*.card-body {
    overflow: scroll;
}*/

.linkedin-form-icon {
    margin: 5px 15px 5px 8px !important;
    font-size: 20px;
    color: #007ab9;
}

#notLoggedInError_vendors {
    display: flex;
    margin: 30px !important;
}

    #notLoggedInError_vendors h3 {
        margin: 0px !important;
    }

    #notLoggedInError_vendors button {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-left: 30px;
    }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #777777;
}

.pagination > .active > a {
    color: #fff;
}

.newsletter_heading {
    margin: 0;
}
.form-check-input:focus {
    outline: none !important;
}

#newsletter_submit{
    margin-top: 20px;
}

#loginModal, #newsletterModal {
    opacity: 1 !important;
}
#loginForm{
    padding-left:70px;
    padding-right:70px;
    font-family: "Poppins";
}
#loginForm .form-control {
    height:50px;
}
#loginModal form-control {
    text-align: center
}
.modal.fade .modal-dialog{
    transition: transform .3s ease !important;
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}
.logo-img {
    /*max-width: 50px;*/
    max-width: 145px !important;
    height: 40px;
}
.header-container .uk-grid {
    align-items: center;
}
.uk-container.header-container {
    /*margin: 30px auto;
    margin-top:0px !important;*/
    padding: 20px !important;
    /*padding-top:20px !important;*/
    background: white;
    width:100% !important;
    max-width: 100% !important;
    margin:0px !important;
}
.idz-pricing-content {
    height: 400px;
}
.login-dropdown{
    right:0px;
}
#loginLinkMain *{
    color: white !important;
}
#loginForm .form-control {
    /*height: 35px !important;*/
    height: 40px !important;
}
.connect-with-us-links{
    display: flex;
    /*justify-content: space-evenly;*/
    justify-content: center;
}
.connect-link-logo{
    width:45px;
}
#pre-footer {
    background-color: #686868;
    height:180px;
}
.idz-button.outline.red{
    border-color:black;
    color:black;
}
.open-pdf-div{
    display:flex;
    align-items:center;
    width:190px;
    border-radius:10px;
    margin-top:40px;
}
.uk-slidenav-position-custom{
    margin-top: 60px;
}
#idz-slideshow {
    /*background-color: rgba(73, 148, 205, .65)*/
    background-image: linear-gradient(to right, #00aaa9,#01a2d6, #006dac) !important
}
.idz-promo-domain-list li:after {
    top: 5px !important;
}
.idz-button-group{
    height: 55px !important;
}
#idz-header{
    height:184px;
    padding-top:0px;
    height: auto !important; /*for sticky*/
    padding-bottom:0;
}
.top-nav-custom{
    margin-left:-35px !important;
}
.idz-promo-domain-list li:after{
    display:none;
}

#create_br_btn a{
    text-decoration: none;
    color: white;
    font-style: normal;
}
/* modern checkbox design */
.radio .radio-custom, .radio-inline .radio-custom, .checkbox .checkbox-custom, .checkbox-inline .checkbox-custom {
    opacity: 0
}

.radio .radio-custom, .radio .radio-custom-dummy, .radio-inline .radio-custom, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom, .checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    margin-top: 4px;
    outline: none;
    cursor: pointer
}

.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy, .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #e3e6f6;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.15)
}

    .radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after, .checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
        position: absolute;
        opacity: 0
    }

.radio .radio-custom:focus, .radio-inline .radio-custom:focus, .checkbox .checkbox-custom:focus, .checkbox-inline .checkbox-custom:focus {
    outline: none
}

.radio-custom:checked + .radio-custom-dummy:after, .checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1
}

.radio .radio-custom-dummy, .radio-inline .radio-custom-dummy {
    border-radius: 50%
}

    .radio .radio-custom-dummy:after, .radio-inline .radio-custom-dummy:after {
        content: '';
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background: #282c34;
        border-radius: 50%
    }


.nested-list{
    list-style: none;
}

.nested-list li{
    list-style: none;
}
.checkbox, .checkbox-inline {
    padding-left: 33px;
    /*margin-left: 100px;*/
}

    .checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
        pointer-events: none;
        border: 1px solid #cacdd0;
        border-radius: 6px;
        /*margin-left: -100px;*/
        margin-left: 0;
        left: 0;
        background: #fff;
        box-shadow: none;
        margin-left: 10px;
    }

        .checkbox .checkbox-custom-dummy:after, .checkbox-inline .checkbox-custom-dummy:after {
            /*content: '\f222';*/
            content: '\F012C';
            /*content: '\F0374';*/
            font-family: material design icons;
            font-size: 20px;
            line-height: 15px;
            position: absolute;
            top: 0;
            left: 0;
            color: #282c34
        }

.checkbox-custom-text {
    margin-left: 25px;
}
/* modern checkbox design end */

.uk-navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.uk-navbar-nav li a {
    /*color: white !important;*/
    background-color: transparent !important;
}
    .uk-navbar-nav li a:hover {
        /*color: #c3e5ff !important;*/
        color: white !important;
    }
    .uk-navbar-nav > li.uk-active > a {
        background-color: transparent;
        /*color: #c3e5ff !important;*/
        color: white !important;
    }

.uk-navbar-nav .uk-dropdown ul li a{
    color: black;
}
#login-username{
    color: white !important;
}
#loginLink * {
    color: white !important;
}

.top-ad-slider {
    padding-left: 15px;
    padding-right: 15px;
}
.top-ad-slider img{
    height:100%;
    width: 100%;
    object-fit: cover;
}
.top-ad-slider a:focus{
    outline: none;
}
/*.ad-img img{
    object-fit: cover;
}*/

.uk-nav li:hover {
    background-image: linear-gradient(to right, #01a4ca, #01a2d6, #008ec6) !important;
    /*background-color: rgba(220, 89, 128, 1);*/
}
.uk-nav li:hover a{
    color: white !important;
}
.uk-navbar-nav li a:hover {
    text-decoration: none;
}

.idz-nav .uk-navbar-nav > li.uk-active > .uk-dropdown .uk-nav-navbar > li:hover > a, .idz-header-nav.uk-active > li.uk-active > .uk-dropdown .uk-nav-navbar > li:hover > a {
    color: white !important;
}

.body-content {
    font-family: 'Poppins', sans-serif !important;
    padding-left:0;
    padding-right:0
}

.container-custom{
    margin-top:30px;
}

#PlatformsRow {
    justify-content: center;
}
#PlatformsRow, #SystemsRow {
    background-color: aliceblue;
    display: flex !important;
    flex-wrap: wrap;
}

#industries_select, #country_select, #vendor_select{
    display:inline;
    width:500px;
}

#country_select{
    width:200px;
}

/*#VendorsRow {
    margin-top: 100px;
    margin-left: 30px;
    
}*/

#noVendorsError, #noVendorsYet, #notLoggedInError_vendors {
    color: gray;
    font-style: italic;
    margin-bottom: 50px;
}

#notLoggedInError_vendors {
    margin-top: 60px;
    font-style: normal;
}
#notLoggedInError_vendors button {
    padding: 10px;
}

#loginModalContent{
    margin-bottom:30px;
}

#VendorsRow img:hover {
    filter: brightness(50%);
}

/*.CaseStudyDiv {
    padding-left:30px !important;
}*/

.views_Span {
    margin-left: 30px;
}
.details-link-btn {
    margin-bottom: 20px;
}

    .details-link-btn a {
        color: white !important;
        text-decoration: none !important;
    }

.author_vendor_logo {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
}

#CaseStudiesSection img:hover{
    filter: brightness(50%);
}

.CaseStudyDiv figure{
    height: 250px;
}

.CaseStudyDiv figure, .CaseStudyDiv img{
    width:100%;
    object-fit: cover;
}
.CaseStudy-title-search {
    text-align: center;
}
.uk-overlay-icon:before{
    background: white;
    color: #616161;
}

.owl-item img {
    /*width:200px !important;*/
    height: 200px !important;
    object-fit: cover;
}

.owl-item{
    display: flex;
    justify-content: center;
}

#VendorSection, #CaseStudiesSection{
    margin-right:30px;
    margin-left:30px;
}

#user-logout {
    display: none;
    bottom: 40px;
}

.navbar-inverse {
    background-image: linear-gradient(to right, #00aaa9,#01a2d6, #006dac) !important;
    background-color: transparent;
    border: none !important;
    position: sticky;
    top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    z-index: 10;
}
div.navbar-collapse{
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
}
ul.nav.navbar-nav {
    width: 100%;
    text-align: center;
    
    display: inline-block;
}
ul.nav.navbar-nav li {
    display: inline-block !important;
    width: 14%;
}
    ul.nav.navbar-nav li a{
        text-decoration: none !important;
        color: white !important;
    }




.ad-img {
    object-fit: cover;
    margin: 20px 0;
    /*max-width: 40%;*/
    /*height: 230px;*/
    /*height: 290px;*/
    max-height: 290px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) ;
    padding:0;
}

.body-container{
    max-width: 79%;
}
#dropdowns_div {
    display: flex;
    /*justify-content: center;*/
    margin: 30px 0;
}
#dropdowns_div > *{
    margin-left:30px;
}

.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    outline: 0;
    min-height: 48px;
    text-align: left;
    font-family:'Poppins', sans-serif;
}
.select2-selection__rendered {
    margin: 10px;
}
.select2-selection__arrow {
    margin: 10px;
}

.flex-center {
    display: flex !important;
    justify-content: center !important;
}
/*.slick-initialized .slick-slide {*/
    /*height: 300px !important;*/
    /*height: 200px !important;
    object-fit: cover;
    object-position: center;
}*/
.top-ad-slider .slick-slide {
    height: 250px !important;
    object-fit: cover;
    object-position: center;
}
/*.charts-row * {
    padding-left: 0;
    padding-right: 0;
}*/
.nested-list{
    padding-left: 0;
}
/*.phoneRow{
    padding-right: 0;
}
.phoneInput{
    padding-right: 0;
}*/
.phoneRow {
    padding-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container{
    left: 15px;
}
.vendor_btns{
    /*text-align: center;*/
    margin-top: 5px !important;
}
.vendor_btns button{
    margin: 5px;
}
.iti__country{
    width: 350px;
}
.vendor-title-search {
    text-align: center;
}

.idz-logo-mobile {
    display: none;
}

.profile-details-logo{
    width:200px;
    height:200px;
    object-fit:cover;
}

.profile-info-div{
    background-color: lightgrey;
    border-radius: 10px;
}

/* PROFILE CARDS DESIGN */
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    /*border-radius: .25rem;*/
    border-radius: 0.375rem !important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

    .gutters-sm > .col, .gutters-sm > [class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100% !important;
}

.shadow-none {
    box-shadow: none !important;
}

.profile-buttons-div {
    margin-top: 20px;
}
.feather{
    margin: 5px;
    margin-right: 10px;
}

.card-body h6 {
    font-family: poppins;
    padding-top: 5px;
}
.card-body img {
    object-fit: cover;
}
.contact-btn-div{
    padding: 0;
}

.card-text-area{
    padding: 20px;
}


.container-custom {
    margin-bottom: 40px;
}
/* END CARD DESIGN */

.label{
    color: black;
}

/* Business Requirement Card design */
.cards-section .card-img-top{
    height: 160px;
    object-fit: cover;
}
.br-card {
    margin-bottom: 20px;
}

.cards-section .card {
    height: 340px;
    transition: 0.2s;
}

    .cards-section .card:hover {
        transform: translate(10px, -10px);
        /*box-shadow: -20px 20px 50px grey;*/
        box-shadow: -5px 5px 15px grey;
    }

.card-text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card-body .btn-primary {
    margin-top: 20px;
    width: 50%;
    height: 30px;
    line-height: 18px;
}
/* END Business Requirement Card design */
.font-awesome {
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.default-contact-div{
    margin-top:20px;
}

.newsDiv figure{
    width: 100%;
    height: 160px;
}

.newsDiv figure img {
    object-fit: cover;
}

.newsDiv img{
    width: 100%;
}

.allNews_images .uk-slideshow .slick-slide img {
    height: 300px !important;
}

.video-iframe{
    height: 500px;
}

.footer-row{
    --bs-gutter-x: 0 !important;
}

@media screen and (min-width: 1000px){
    .ad-img {
        min-width: 100%;
    }
    /*.side-ads{
        margin-top:100px;
    }*/
}
.idz-slideshow-content .idz-button.outline.xlarge {
    margin-top: 40px;
}
.idz-slideshow-content .uk-button{
    position: inherit;
}
#idz-slideshow {
    /*background-color: rgb(0 112 197 / 65%); */
    /*background-color: rgb(1, 162, 212);*/
    /*height: 800px !important;*/
}

/*@media screen and (max-width: 1200px) {
    .side-ads{
        width:100%;
    }

}*/

@media screen and (max-width: 1200px) {
    .br-card{
        width: 50%;
    }

    /*.first_name_input {
        padding-right: 0px !important;
    }*/

    .vendor-profile-img {
        margin-bottom: 30px;
    }
    .imageFileDiv {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1100px){
    /*.header-container {
        display: none !important;
    }*/
    .navbar-collapse * {
        display:none !important;
    }
    .container.idz-nav{
        padding-bottom:20px;
    }
    .navbar.navbar-inverse.navbar-fixed-top{
        padding-top:0;
        z-index:100;
    }
    .uk-navbar-toggle {
        display:block !important;
        margin: 20px;
        margin-bottom: -10px;
        font-size: 40px;
        color: white;
    }
    .idz-pricing-content{
        height: 450px;
    }

    /*.side-ads{
        margin-left: 50px;
    }*/
}

/*@media screen and (max-width: 1000px){
    .side-ads {
        margin-top: 150px;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 100px;
    }
        .side-ads img {
            margin: 0 20px;
        }
}*/

@media screen and (max-width: 1000px) {
    .author_vendor_logo {
        width: 69px;
        height: 69px;
    }

    .ads-table .listBtns {
        margin-top: 10px;
    }

    .table-wrapper {
        overflow-x: scroll;
    }

    .video-section iframe {
        width: 95% !important;
        height: 300px !important;
    }
}

@media screen and (max-width: 960px){
    /*.side-ads {
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 100px;
    }*/

    /*.side-ads img {
        margin: 0 20px;
    }*/
    .ad-img{
        width:100%;
    }

    .body-container {
        max-width: none;
    }
    .header-container {
        display: none !important;
    }
    #idz-header{
        height:100px;
    }
    /*.uk-navbar-toggle {
        display: block !important;
    }*/
    .idz-logo-mobile{
        display:block;
        
    }
    .idz-nav{
        justify-content:flex-start !important;
    }
    .idz-pricing-content {
        height: 270px;
        margin-bottom:40px;
    }
    /*.logo-img{
        display: none;
    }*/
    .top-ad-slider .slick-slide{
        height: 170px !important;
    }

    #CaseStudiesRows {
        margin-right: 0 !important;
    }

    .newsImages_carousel img {
        height: 400px !important;
    }

    .newsImages_carousel {
        height: 400px !important;
    }

    #news_carousel_main div {
        height: 300px;
    }

    #news_carousel_main img {
        min-height: 300px;
    }

    .sub-news-carousel{
        bottom: 20px !important;
    }

    
    
}

@media screen and (max-width: 770px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .idz-slideshow-content .idz-button.outline.xlarge {
        margin: auto;
        margin-top: 40px;
    }

    .idz-pricing-content {
        height: 330px;
    }
    #pre-footer{
        height: 220px;
    }
    #pre-footer .uk-width-small-1-1 {
        margin-top: 30px;
    }
    .side-ads{
        flex-direction:column;
        margin-bottom: 0px;
        margin-left: 0;
    }
    .ad-img{
        /*width: 100% !important;*/
        width: 94% !important;
        max-width: 100%;
        margin-bottom: 30px !important;
    }

    #idz-slideshow {
        height: 380px;/*
        height: 800px !important;*/
    }

    .idz-pricing-content{
        padding-bottom: 350px !important;
    }

/*    #news_carousel_main div{
        height: 300px !important;
    }*/

    #news_carousel_main{
        margin-bottom: 20px;
    }

    .profile-label {
        text-align: left !important;
    }
    .update-profile-input{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .card-body {
        overflow-x: scroll;
    }

    .video-section-text{
        margin-top: 50px !important;
    }
    
    
}

@media screen and (max-width: 600px) {
    
    .side-ads {
        /*width: 50%;*/
        margin: auto;
        display: block !important;
    }

    .ad-img {
        margin-bottom: 20px !important;
    }

    :root {
        position: relative;
    }

    

    #dropdowns_div > *{
        margin-left: 10px;
    }

    #dropdowns_div #industries_select + .select2 {
        width: 60% !important;
    }
    #dropdowns_div #vendor_select + .select2 {
        width: 60% !important;
    }
    #dropdowns_div #country_select + .select2 {
        /*width: 100% !important;*/
        width: 30% !important;
    }


    .br-card {
        width: 100%;
        display: flex;
        justify-content: center;
    }


    
}


@media screen and (max-width: 500px) {
    .about-us-heading{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .about-us-section{
        margin-left: 0px !important;
    }
    .about-us-section p{
        margin-left: 10px !important;
    }
    .listBtns {
        margin-top: 10px;
    }

    .video-section iframe {
        width: 95% !important;
        height: 200px !important;
    }

}

