section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #222A34;
    padding: 30px 0px 20px 0px;
}

#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #9b9b9b;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
}
/* #footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
} */
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.text-set {
   text-align : center;
}

p.text-white.quick_link {
   text-align : center;
}

}

.banner{
    position: relative;
}
.banner-text{
    position: absolute;
    top: 80%;
    color: #ffffff;
    width:50%;
    margin-left: 30px;
}

.btn-s{
    background-color: #482685;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 6px 15px 9px 15px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
}

.banner-text p{
    margin: 40px 0px;
}

.about_data{
    margin: 80px 0px 50px 0px;
}
.usecase-card{
    margin: 50px 0px;
}

.about_data img{
    width: 50px;
    display: table;
    margin: auto;
}

.about_data {
    text-align: center;
}

.btn,.btn:hover {
    border: 1px solid #482685;
    padding: 10px 15px;
    border-radius: 22px;
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-weight: 400; */
    /* font-style: normal; */
    /* font-stretch: normal; */
    letter-spacing: 1.2px;
    /* text-align: center; */
    /* display: inline-block; */
    color: #fff;
    vertical-align: middle;
    transition: all 300ms ease-in-out;
}

.usecase-card .btn:hover {
    /* background: #1f67f3; */
    /* color: #ffffff; */
}

.usecase-card h3{
    text-align: center;
    /* margin: 20px 0px; */
}

.usecase-card .btn-s{
    margin: auto;
    display: table;
    margin: 0px auto 0px auto;
}

.usecase-card .card{
    margin-bottom: 30px;
}


.usecase-card .card-title{
    font-size: 22px;
}


.header_logo{
    margin: 12px 0px;
    width: 100%;
}

.header_logo h4 a{
    color: #482685;
    text-decoration: none;
}

.about_us_text{
    margin: 30px 0px;
}

.about_us_text img{
    width: 100%;
}

.about_us_text .row{
    margin-top: 100px;
}

.category_margin{
    width: 60%;
    margin: auto;
}

.all_segment_page {
    /* background: #add8e673; */
    /* padding-top: 20px; */
}

.usecase-card .card-title {
    font-size: 20px;
    min-height: 52px;
    align-items: center;
    display: flex;
}

.chart_view_home .card {
    border: 1px solid rgb(0 0 0 / 23%);
 }
 .chart_view_home .chart_one .progress{
 height:4px;
 margin-bottom:10px
 }
 .chart_view_home .chart_one p{
 margin-bottom:7px;
 }
 .chart_view_home .chart_one .browser-info{
 display:flex;
 justify-content: inherit;
 width:100%;
 font-size: 13px;
 }
 .chart_view_home .chart_one h6{
 margin-bottom:20px;
 font-size:16px;
 }

 .chart_two{
     height:500px
 }
 .card.chart_one.chart_five {
        height: 100%;
        display: flex;
        vertical-align: middle;
        justify-content: center;
    }

.card.chart_one.chart_five .card-content, .card.chart_one.chart_five .card-body {
        height: 100%;
}




#container {
    position: relative;
    text-align: center;
    color: black;
  }

  .bottom-left {
    position: absolute;
    bottom: 15%;
    left: 5%;

  }

  .top-left {
    position: absolute;
    top: 50px;
    left: 6%;

  }


  .custom:hover {
    color : red;
    background-color: #add8e6;

  }

  .absolute {
    position: relative;
    top: -120px;
  }

  nav#sidebar {
    margin-top: 30px;
}

nav#sidebar ul li {
    margin-bottom: 10px;
}

nav#sidebar {
    width: 80%;
    margin: 30px auto;
}

nav#sidebar .title {
    border-bottom:1px solid #482685;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #030325;
    letter-spacing: 2px;
}

nav#sidebar ul li a {
    text-decoration: none;
}

.header_logo h4{
    margin: 0px;
}

.header_logo .col-10{
    display: flex;
    align-items: center;
}

.contact_us_form {
    margin-top: 30px;
}

.contact_us_form h3 {
    text-align: center;
    /* margin: auto; */
    /* margin-bottom: 20px; */
}


.header_logo_main{
    background-color: #fff;
    width: 100%;
    /* border-bottom: 2px solid #a7a7a7; */
}

.header_logo_main .row{
    width: 100%;
}


.banner, .all_segment_page {
    margin-top: 80px;
}

.usecase-card-hover:hover {
    box-shadow: 0 30px 60px 0 rgba(11, 77, 204, 0.2);
}

.all_segment_page img.card-img-top {
    height: 300px;
    object-fit: cover;
}


.form_message{
    color:red;
    width: 100%;
    text-align: center;
}

.parsley-errors-list li, .display_errors li {
    list-style-type: none;
    color: red;
    font-size: 14px;
    margin-top: 9px;
}
.parsley-errors-list, .display_errors {
    padding: 0px;
}

.home_contact_form.form-inline .form-control{
    width: 100%;
    margin-top: 10px;
}

.home_contact_form.form-inline textarea{
    height: 38px;
}

span.required_sign{
    color: red;
}


button.btn.dropdown-toggle.btn-light{
    border-radius: 0px;
    border:1px solid #ced4da;
}


ul.errorlist {
    list-style: none;
    padding: 0;
    margin-top: 3px;
    color: red;
    font-size: 12px;
}


section.about_bi .title {
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #482685;
}

section.about_bi p {
    font-size: 19px;
    text-align: justify;
}


.usecase-card .card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.usecase-card .card p.card-text {
    min-height: 120px;
    height: 120px;
}


.card.usecase-card-hover.casestudies_demo p.card-text {
    min-height: 76px;
    height: 77px;
    overflow: hidden;
}


.card.usecase-card-hover.casestudies p.card-text {min-height: 60px;height: 60px;}


section.show_numbers {
    background: url('/static/home/img/footer_banner_image.jpg');
    color: #fff;
    padding: 38px 0px;
    text-align: center;
    position: relative;
    background-size: auto 100%;
}

section.show_numbers .number {
    font-size: 24px;
}

section.show_numbers .title {
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

section.show_numbers img {
    height: 52px;
}

section.show_numbers:before {content: " ";background: #5f5f5f70;width: 100%;height: 100%;/* z-index: 1111111; */position: absolute;top: 0px;left: 0px;}

.text-align-justify{
    text-align: justify;
}

p.text-white.quick_link {
    font-weight: bold;
    /*border-bottom: 1px solid;*/
    /*display: inline-block;*/
    padding-bottom: 9px;
    margin: auto;

}

.casestudies_demo .card-body {
    opacity: 0;
    position: absolute;
    height: 100%;
    background: #00000094;
    color: #fff;
    width: 100%;
    /* transition: transform .5s; */
    visibility: hidden;
    transition: .5s;
}

.casestudies_demo:hover .card-body {
    opacity: 1;
    visibility: visible;
}

/* .casestudies_demo .card-body a {
    background: #fff;
    border:none;
} */


.page_title{
    font-size: 29px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #482685;
    display: table;
    padding-bottom:10px;
    position: relative;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.page_title:after{
    content: "";
    position: relative;
    width: 50px;
    height: 1px;
    bottom: -10px;
    border-bottom: 3px solid;
    margin: auto;
    display: table;
}

section.banner-2 {
    position: relative;
}

section.banner-2 .banner-text {
    position: absolute;
    top: 10%;
    color: #ffffff;
    width: 50%;
    margin-left: 30px;
}

section.chart_view_home {
    margin: 30px 0px;
}

section.banner-2-case {
    margin: 40px 0px;
}

section.banner-2 img {
    height: 400px;
    object-fit: cover;
    margin: auto;
    display: table;
    width: 100%;
}

section.banner-2:before {
    content: " ";
    background: #5f5f5f70;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_class .dropdown:hover>.dropdown-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    top: 64px;
  }

.header_class ul.navbar-nav li {
    display: inline-flex;
    height: 100%;
    align-items: center;
    margin: 0px 20px;
}

.header_class ul.navbar-nav {
    display: block;
    height: 100%;
}

.header_class .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 111111111;
    display: block;
    top: 100px;
    transition: .5s;
}

nav.my-2.my-md-0.mr-md-3 {
    height: 64px;
}


.px-md-4.shadow-sm a {
    color: #fff;
}

.header_class .navbar-nav .dropdown-menu a.dropdown-item {
    color: #3d3d3d;
    border-top: 1px solid #0b4fcc80;
}

.header_class .navbar-nav .dropdown-menu a.dropdown-item:nth-child(1) {
    border-top:none;
}

.header_class .navbar-nav .dropdown-menu a.dropdown-item {
    padding: 10px 30px;
    /* text-align: center; */
}

.header_class .navbar-nav .dropdown-menu a.dropdown-item:hover {
    background:#482685;
    color: #fff;
    transition: .5s;
}

.header_class{
    position: fixed;
    width: 100%;
    z-index: 1111;
    top: 0px;
}

.header_class .dropdown-toggle::after {
    display: none;
}

.quick_link_new li {
    margin-bottom: 10px;
}

.flex_center{
    display: flex;
    align-items: baseline;
    flex-flow: column;
    justify-content: center;
}

div#navbarSupportedContent{
    justify-content: flex-end;
    /* display: flex; */
    /* float: right; */
    /* text-align: right; */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(72,38,133, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.navbar-toggler-custom{
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.extra-text {
    /* position: absolute; */
    /* top: 60%; */
    width: 100%;
    padding-left: 3%;
    background: #FAFAFA;
    padding-bottom: 1px;
    margin-bottom: 20px;
}

.extra-text-p {
 font-size : 30px;
 color: #482685;
 margin-bottom: 2px;
}

.fa.icon-class {
    font-size: 50px;
    position: relative;
    top: 11px;
    color: #482685;
    margin-left: 6px;
    margin-right: 6px;
}

.p-width {
   width : 70%;
}


.c_btn_1, .c_btn_1:hover, .c_btn_1:focus {
    background-color: #482685 !important;
    outline: 0;
}

.c_btn_2,.c_btn_2:hover{
    margin-left: 9px;
    text-decoration: none;
    color:white;
    font-size: 13px;
}

.c_btn_3,.c_btn_3:hover{
    text-decoration: none;
    margin-right:10px;
    text-decoration: none;
    color:white;
    font-size: 13px;
}

.fa_fa_user {
    background: #fff;
    color: #482685;
    padding: 7px;
    border-radius: 28px;
    font-size: 15px;
}

.title:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #482685;
    display: table;
    margin: auto;
}

.title {
    position: relative;
    padding-bottom: 11px;
}

.theme_color{
    color: #482685;
}

.new_thme_btn, .new_thme_btn:hover, .new_thme_btn:focus {
    border-radius: 20px;
    background-color: #482685;
    padding: 7px 17px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.title_banner{
    color:white;
    background-color:#482685;
    padding-left: 15px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:17px;
    height:auto;
    margin: 0px;
}

.title{
    color:#482685;
}

.d_t_auth{
    display: table;
    margin: 0px auto;
}

.display_inline:before {
    width: 34%;
}

.display_inline_2{
    background-color: #f4f4f4;
    padding-top: 20px;
}

h4.title.display_inline {
    display: inline-block;
}

.home_logo{
    height: 77px;
    padding: 0px 5px;
}

section.header_class {
    background: #fff;
}

.banner_sub_text {
    font-size: 22px;
    color: #482685;
    text-align: center;
}

.manage_banner_text {
    position: absolute;
    top: 60%;
    width: 34%;
}

button.btn.btn-s.callcontact {
    display: table;
    margin: auto;
}

.flex_align_middle {
    display: flex;
    vertical-align: middle;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

.number_title {
    font-size: 18px;
    margin-top: 20px;
}
#footer .quick_link_new a:hover {
    color: #fff;
}

.extra-text{
    text-align: center;
}

.footer_social_class {
    margin-top: 100px;
}

.usecase-card .card img.new_images{
    object-fit: unset;
}

.center_table{
    margin: auto;
    display: table;
}

.flex_align_middle .callcontact {
    margin: 0px auto;
}

.footer_copy {
    text-align: center;
    color: #ebebeb;
    margin-top: 30px;
    font-size: 15px;
}

.my_margin_top{
    margin-top:50px;
}

.newhomemenu, .newhomemenu:hover {
    border-radius: 5px;
    padding: 5px 12px;
    /* margin: 10px 0px; */
}

.newhomemenu a, .newhomemenu a:hover {
    font-size: 15px;
    margin: 0px 5px 0px 5px;
}

.newhomemenu .fa_fa_user {
    padding: 6px 7px 6px 8px;
}

.button_click_help {
    margin-right: 10px;
    cursor: pointer;
    /* cursor: pointer; */
    /* display: flex; */
    position: fixed;
    right: 6px;
    z-index: 111;
    /* background: blue; */
    /* border-radius: 30px; */
    /* height: 35px; */
    /* width: 35px; */
    /* color: #fff; */
    /* align-content: center; */
    /* justify-content: center; */
    /* font-size: 27px; */
    top: 90px;
    /* padding: 0; */
}

.help_text_show:empty {
    display: none;
}

.help_text_show {
    display: block;
}

.help_text_show hr {
    margin: 5px 0px 7px 0px;
}

.help_text_show hr:nth-last-child(1) {
    display: none;
    border-color: #454545;
}


.help_text_show {
    position: fixed;
    right: 60px;
    z-index: 111;
    width: 190px;
    background: #ffffff;
    padding: 10px;
    color: #3e3e3e;
    border: 1px solid #c6c6c6;
    display: flex;
    transition: 0.5s;
    font-size: 14px;
    border-radius: 10px;
    top: 90px;
    box-shadow: 0px 1px 3px 1px #cecece;
}

.righthide{
    right: -200px;
    display: none;
}


/* .rotate_icon{
    transform: rotate(-44deg);
} */

.help_text_show:empty {
    display: none;
}


.help_text_show {
    display: block;
}

.help_text_show hr {
    margin: 5px 0px 7px 0px;
}

.help_text_show hr:nth-last-child(1) {
    display: none;
    border-color: #454545;
}

.button_click_help span {
    position: relative;
    top: -4px;
}

i.fa.fa-info-circle.fafainfo {
    background:#3d3df399;
    color: #fff;
    font-size: 24px;
    padding: 5px;
    box-shadow: 2px 3px 1px #cecece;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.rotate_icon i.fa.fa-info-circle.fafainfo {
    box-shadow: none;
}

@media only screen and (max-width: 1000px) {
    .manage_banner_text {
        position: relative;
        top: 60%;
        width: 100%;
    }
    .usecase-card .card p.card-text {
        min-height: 76px;
        height: 77px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {

    .header_class ul.navbar-nav li{
        display: block;
    }

    .header_class .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 64px;
        position: relative !important;
        margin-bottom: 60px;
    }

    .navbar-toggler-custom{
        display: block;
    }

    .container.d-flex.flex-column.flex-md-row.align-items-center{
        display: block !important;
        height: 70px;
        padding: 0px;
    }
    .px-md-4.shadow-sm{
        padding: 10px 0px;
    }
    .banner, .all_segment_page {
        margin-top: 70px;
    }
    .banner-text {
        top: 65%;
    }
    
    section.show_numbers .title {
        margin-bottom: 50px;
    }
    section.show_numbers {
        padding: 25px 0px 25px 0px;
    }
    .mediacss{
        text-align: center;
        margin-bottom: 20px;
    }

    button.navbar-toggler {
        float: right;
        border: 1px solid #482685db;
        margin-top: 15px;
        margin-right: 15px;
        background: #f3f3f3ad;
        outline: 0;
    }
    button.navbar-toggler .fa{
        font-weight: normal;
        color: #fff;
    }
    section.banner-2 .banner-text {
        top: 10%;
        width: 88%;
    }
    .medi-p-0{
        padding: 0px;
    }
    a.btn.btn-primary.btn-sm.mb-10{
        margin-bottom: 10px;
    }
    .usecase-card .card p.card-text{
        height: auto;
        min-height: auto;
    }

    div#navbarSupportedContent {
        float: right;
        /* margin-top: 15px; */
        /* margin-right: 5px; */
    }

    nav.my-2.my-md-0.mr-md-3 {
        height: auto;
        float: left;
        width: 100%;
    }
    .manage_banner_text {
        position: relative;
        top: 0%;
        width: 100%;
    }
    .manage_banner_text .extra-text{
        text-align: center;
    }
    .flex_align_middle {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer_social_class{
        margin-top: 30px;
    }
    .banner_sub_text {
        font-size: 21px;
    }
    .fa.icon-class {
        font-size: 35px;
        top: 4px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .extra-text-p {
        font-size: 26px;
        margin-bottom: 2px;
    }
    div#navbarSupportedContent {
        justify-content: center;
        /* justify-content: flex-end; */
        /* display: none; */
        width: 100%;
        text-align: center;
        /* padding: 10px 10px 10px 10px; */
        background: #fff;
        /* padding-bottom: 20px; */
    }
    .home_logo {
        padding: 10px 15px;
    }
    .newhomemenu, .newhomemenu:hover {
        margin: 10px 0px;
    }

    .flex_order_2 {
        order: 2;
    }

    .media_text_center{
        text-align: center;
        margin: 0px auto 30px auto;
    }
    
}