﻿@charset "utf-8";
@import "bootstrap.css";
@import "font-awesome.css";
@import "bootstrap-grid.css";

/* open-sans-300 - latin */

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff2') format('woff2'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Regular.eot?v=1.1.0");
    src: url("fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("fonts/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Semibold.eot?v=1.1.0");
    src: url("fonts/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("fonts/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("fonts/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("fonts/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url("fonts/OpenSans-Bold.eot?v=1.1.0");
    src: url("fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("fonts/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("fonts/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

::selection {
    background: #34B6D1;
    color: #fff
}

img {
    border: 0px
}

::-moz-selection {
    background: #34B6D1;
    color: #fff
}

label {
    font-weight: normal
}

::-webkit-selection {
    background: #34B6D1;
    color: #fff
}

::-o-selection {
    background: #34B6D1;
    color: #fff
}

ul,
ol,
li {
    list-style: none
}

p {
    line-height: 22px
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    text-decoration: none
}

a:hover,
a:active,
a:focus,
a {
    outline: 0;
    outline: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

* {
    box-sizing: border-box;
    font-family: 'Open Sans', Arial
}

input[type="text"],
select,
textarea,
input[type="focus"] {
    font-family: 'Open Sans', 'Arial';
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="password"]:focus {
    border: #34B6D1 1px solid !important;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3)
}

textarea {
    resize: vertical
}

body {
    font-family: 'Open Sans', 'Arial';
    font-size: 14px;
    margin: 0 auto;
    padding: 0px;
    color: #252525;
    font-weight: normal;
    overflow-x: hidden;
    background: #ffffff;
    padding-top: 104px;
}

.ful_row {
    display: block
}

.clr_fix:after,
.about_art_1:after,
article:after,
article:before,
section:before,
section:after,
.h_cli_header:after,
.career_li_form:after,
.client_home:after,
.form_panel:after,
.career_li_form li:after,
.ad_top_mar:after,
.eam_ser_panel_1:after,
.inner_menu:after,
.home_1:after,
.info_panel_1:after,
.man_list li:after,
.man_list li a:after,
.man_power:after,
.master_data_clean:after,
.h_5:after,
.clr_fix:before,
.ful_row:after,
header:after,
.header_top:after,
.top_menu:after,
.nav_menu ul:after,
.home_info:after,
.h_1:after,
.left_h2:after,
.left_home_list:after,
h1:after,
h2:after,
h3:after,
h4:after,
.panel-collapse:after,
section:after {
    content: "";
    display: block;
    clear: both;
    line-height: 0;
    height: 0
}

.header_top {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    position: relative;
    z-index: 4
}

.logo {
    position: relative;
}

.logo a {
    width: 230px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: #ffffff;
    padding: 3px 10px 4px 10px;
    top: -6px;
    left: 48px;
    min-height: 105px;
    background: #ffffff;
}

.logo a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 98px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 7px;
}

.logo a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 102px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 100%;
    position: absolute
}

.logo img {
    display: block;
    max-width: 100%
}

.top_iso {
    text-align: right;
}

.top_iso img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle
}

.top_iso img:first-child {
    margin-left: 0px
}

.top_menu {
    background: #00a4d9;
    color: #ffffff;
    position: relative
}

.nav_menu {
    padding-left: 0;
   padding-left: 153px;
    text-align: right;
}

.nav_menu li {
    display: inline-block;
    padding:0px 20px
}
.nav_menu li {
    display: inline-block;
    padding:0px 15px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.nav_menu li {
		padding:0px 19px !important
	}	
}
.nav_menu li a,
.log_panel a,
.log_res_view a {
    display: block;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.nav_menu li a {
    position: relative
}

.nav_menu>ul>li>a:hover:after,
.nav_menu>ul>li>a:focus:after,
.nav_menu>ul>li.menu_active>a:after {
    opacity: 1;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.nav_menu>ul>li>a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    bottom: 0px;
}

.nav_menu>ul>li.menu_active>a:before {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 4px;
    bottom: 2px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0
}


.log_panel {
    text-align: center;
    position: relative;
}

.log_panel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #006282;
    left: 0;
    width: 500vh;
    height: 100%;
    z-index: 1;
}

.log_panel:before {
    border-color: transparent transparent #006282 transparent;
    border-style: solid;
    border-width: 57px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right:0;
    bottom: 0;
    width: 0;
}

.log_panel a {
    z-index: 3;
    position: relative
}


/*.nav_menu:after {
	background: #34b6d1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: -300%;
	position: absolute;
	right: 23px;
	top: 0;
	width: auto
}*/

.nav_menu ul {
    z-index: 1;
display: block;
text-align: left;
position: relative;
}


/*.nav_menu:before {
	border-color: #34b6d1 transparent transparent;
	border-style: solid;
	border-width: 43px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: -20px;
	top: 0;
	width: 0
}*/

.top_menu .col-sm-11 {
    position: initial;
}

.banner img {
    width: 100%;
    display: block;
    width: 100%
}

.carousel,
.item,
.active {
    height: auto
}

.carousel-inner {
    height: auto;
}

.info_slider {
    margin-top: -20px;
}

.fill {
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 287px;
    width: 100%
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -ms-transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.carousel-inner img {
    width: 100%
}

.carousel-caption h2,
.carousel-caption h3 {
    font-size: 55px;
    text-shadow: none;
}

.carousel-caption h2 {
    font-weight: 300;
}

.carousel-caption h3 {
    font-weight: bold;
}

.banner .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner .carousel-indicators .active {
    background: #34B6D1
}

.banner .carousel-caption h2 {
    margin-bottom: 10px;
 
}

.banner .carousel-caption p {
    font-size: 15px;
    line-height: 23px
}

.banner .carousel-control span {
    font-size: 60px;
    margin-top: -25px
}

.home_info {
    display: block
}

.home_1 {
    background: #50bcb6;
    padding: 20px 15px;
    color: #ffffff;
    margin: 0 auto 20px;
    text-align: center
}

.h_1 {
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    position: relative
}

.h_1:after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin: 10px auto;
    width: 15%
}

.home_1 p {
    margin-top: 10px;
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -o-text-align-last: center;
    -webkit-text-align-last: center;
    font-weight: 600
}

figure.home_midas_white_logo_row3 {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    width: 75%;
    background: #fff;
	margin-bottom: 1rem;
}

.left_home_list {
    display: block
}

.left_h2 {
    display: block;
    background: #34b6d1;
    text-transform: capitalize;
    padding: 8px 5px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}

.left_home_list ul {
    display: block
}

.left_home_list ul li {
    display: block
}

.left_home_list ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    background: #efefef;
    padding: 9px 10px;
    position: relative;
    margin: 3px auto;
    position: relative;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.left_home_list ul li a h3 {
    color: #252525;
    font-weight: 600;
    display: inline-block;
    padding-left: 15px;
    vertical-align: middle
}

.left_home_list ul li:first-child a {
    margin-top: 0px
}

.left_home_list ul li a:before {
    content: "\f138";
    font-family: 'FontAwesome';
    color: #50bcb6;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 15px;
    position: absolute;
    left: 6px;
    top: 11px;
}

.left_home_list ul li a:hover {
    background: #34B6D1;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.left_home_list ul li a:hover h3 {
    color: #fff
}

.left_home_list ul li a:hover:before {
    color: #fff
}

.h_3 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    padding-bottom: 20px
}

.h_3:after {
    background: #34b6d1 none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 10px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 15%
}

.para_left {
    display: block;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left
}

.text_jus {
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left
}

.para_right {
    float: right;
    width: 54%;
    margin-left: 18px;
}

.para_right img {
    max-width: 100%
}

.para_left_3 {
    float: left;
    width: 30%;
    margin-right: 10px;
    text-align: justify
}

.res_view {
    display: none
}

.para_left_4 {
    float: right;
    width: 67%
}

.cus_accor_1 a {
    display: block;
    font-weight: 600
}

.cus_accor_1 p {
    padding: 10px
}

.cus_accor_1 a.panel-heading.collapsed {
    background: #efefef;
    color: #363636;
    outline: 0;
    font-weight: 600;
    border-left: 3px solid #2bbad8;
    border-radius: 0px;
    text-transform: capitalize
}

.cus_accor_1 .panel-group .panel {
    border: 0px;
    border-radius: 0px
}

.cus_accor_1 ul {
    padding-left: 10px;
    height: 278px;
    overflow: auto
}

.cus_accor_1 h3 {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.cus_accor_1 i {
    float: right;
    font-size: 17px;
    font-weight: normal;
}

.cus_accor_1 .panel-default>.panel-heading i {
    color: #0ABFD7;
}

.cus_accor_1 a.panel-heading.collapsed i {
    color: #363636;
}

.cus_accor_1 .panel-default>.panel-heading {
    background: #00bcd5;
    background: -moz-linear-gradient(left, #00bcd5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #00bcd5 0%, #ffffff 100%);
    background: linear-gradient(to right, #00bcd5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00bcd5', endColorstr='#ffffff', GradientType=1);
    color: #ffffff;
    border: 0px;
    border-radius: 0px
}

.cus_accor_1 .panel-heading {
    padding: 11px 10px;
    text-transform: capitalize
}

.cus_accor_1 .panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0px
}

.cus_accor_1 li {
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 0 8px 20px;
    position: relative
}

.cus_accor_1 li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #34c5bd;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-right: 5px;
    font-weight: normal;
    margin-left: -20px
}

.art_wrap_1 {
    margin: 10px auto 40px
}

.art_wrap_1 a {
    color: #252525;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: underline;
    text-transform: capitalize;
    outline: none;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}
.cor_info {
    color: #000;
    text-align: center;
}
.art_wrap_1 a i {
    color: #34b6d1;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.art_wrap_1 a:hover {
    color: #34B6D1;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    text-decoration: none
}

.footer_1 {
    background: #212832;
    padding: 45px 0px 30px 0px;
    color: #b0b2b4
}

.text-center {
    text-align: center;
	color: rgb(255, 255, 255);
}

.footer_1 h3 {
    display: block;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px
}

.footer_1 ul li {
    display: block
}

.footer_1 ul li a {
    display: block;
    color: #b0b2b4;
    text-transform: capitalize;
    padding: 6px 6px 6px 15px;
    position: relative;
    font-size: 13px;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.footer_1 ul li a h4 {
    display: inline-block;
    vertical-align: middle
}

.footer_1 ul li a:hover {
    color: #34B6D1;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear
}

.footer_1 ul li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #2BBAD8;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}

.foot_contact h4 {
    display: block;
    color: #d0d0d0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px
}

.foot_contact p {
    font-size: 13px
}

.foot_contact a {
    color: #b0b2b4
}

.foot_contact p a:hover {
    color: #34B6D1;
    text-decoration: underline
}

.foot_contact>.row {
    margin-bottom: 18px
}

.follow i {
    display: block !important;
    vertical-align: top;
    color: #2bbad8;
    font-size: 12px !important;
    margin-right: 3%
}

.foot_contact i {
    color: #2bbad8;
    display: inline-block;
    font-size: 20px;
    margin-right: 0;
    vertical-align: top
}

.follow a {
    border: 1px solid #2bbad8;
    border-radius: 50%;
    display: table-cell;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px
}

.follow span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.foot_contact .cont_p {
    display: inline-block;
    vertical-align: top
}

.foot_contact i.fa-envelope {
    font-size: 15px;
    margin-right: 2%
}

.con_fo_mar {
    margin-bottom: 0px !important
}

.footer_2 {
    display: block;
    background: #181e26;
    padding: 10px 0px;
    font-size: 12px;
    text-transform: capitalize;
    color: #616975
}

.midas_social li a:before {
    content: "" !important
}

.midas_social li a i {
    color: #2BBAD8;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.midas_social li:last-child i {
    font-size: 14px
}

.ad_pa {
    padding-top: 20px
}

.inner_banner {
    text-align: center;
    position: relative;
    height: 290px;
    background: url('../images/banner_1.jpg') no-repeat left top / cover;
}

.inner_banner img {
    display: block;
    width: 100%
}

.inner_banner span {
    bottom: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
    left: 0;
    margin-top: -15px;
    position: absolute;
    right: 0;
    text-transform: capitalize;
    top: 38%;
    vertical-align: middle;
    z-index: 1
}

.inner_menu {
    background: #e1e1e1;
    margin-bottom: 20px;
}

.inner_menu .container {
    text-align: center;
}

.inner_menu ul {
    margin: 0 auto;
}

.inner_menu ul li {
    display: inline-block;
    margin-left: -5px;
}

.inner_menu ul li a {
    font-size: 14px;
    display: block;
    color: #252525;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    border-left: 1px solid #cccccc;
}

.inner_menu ul li:first-child a {
    border-left: 0px;
}

.inner_menu ul li a:hover,
.inner_menu ul li.menu_active_2 a {
    background: #34b6d1;
    color: #ffffff
}

.inner_menu ul li.menu_active_2 a:after {
    border-color: #34b6d1 transparent transparent;
    border-style: solid;
    border-width: 10px;
    bottom: -19px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute
}

.inner_top_info {
    background: #50bcb6;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 20px
}

.ad_top_mar {
    margin-top: 20px
}

.ad_top_mar p {
    margin-top: 0px;
}

.info_panel_1 {
    margin-bottom: 20px
}

.h_4 {
    background: #34b6d1;
    background: -moz-linear-gradient(left, #34b6d1 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #34b6d1 0%, #ffffff 100%);
    background: linear-gradient(to right, #34b6d1 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34b6d1', endColorstr='#ffffff', GradientType=1);
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
    text-transform: capitalize
}

.info_panel_1 p {
    padding: 10px;
    background: #f3f3f3;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left
}

.midas_flow_chart {
    margin-bottom: 20px
}

.midas_flow_chart {
    text-align: center
}

.midas_flow_chart img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.man_list {
    display: block
}

.man_list li {
    display: block;
    margin-top: 25px
}

.man_list li:first-child {
    margin-top: 0
}

.man_list li a {
    display: block;
    color: #363636;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px
}

.man_list li a h2 {
    padding-top: 9px;
}

.man_list li a figure {
    border: 2px solid #34b6d1;
    border-radius: 100%;
    display: table;
    height: 50px;
    padding: 5px;
    text-align: center;
    width: 50px;
    float: left;
    margin-right: 10px;
    overflow: hidden
}

.man_list li a figure span {
    display: table-cell;
    vertical-align: middle
}

.man_list li:nth-child(1) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_material_icon.png") no-repeat center -22px
}

.man_list li:nth-child(2) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_inventory_icon.png") no-repeat center -22px
}

.man_list li:nth-child(3) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_warehouse_icon.png") no-repeat center -22px
}

.man_list li:nth-child(4) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_procurement_icon.png") no-repeat center -22px
}

.man_list li:nth-child(5) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_sap_icon.png") no-repeat center -22px
}

.man_list li a figcaption b {
    display: block;
    font-weight: 600
}

.man_list li a figcaption {
    float: left;
    margin-top: 5px
}

.man_list li a:hover,
.man_list li.active a {
    background: #34B6D1;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px
}

.man_list li:nth-child(1) a:hover figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_material_icon.png") no-repeat scroll center 4px
}

.man_list li:nth-child(2) a:hover figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_inventory_icon.png") no-repeat center 4px
}

.man_list li:nth-child(3) a:hover figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_warehouse_icon.png") no-repeat center 4px
}

.man_list li:nth-child(4) a:hover figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_procurement_icon.png") no-repeat center 4px
}

.man_list li:nth-child(5) a:hover figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_sap_icon.png") no-repeat center 4px
}

.man_list li a:hover figure,
.man_list li.active a figure {
    border-color: #ffffff
}

.man_list li:nth-child(1).active a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_material_icon.png") no-repeat scroll center 4px
}

.man_list li:nth-child(2).active a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_inventory_icon.png") no-repeat center 4px
}

.man_list li:nth-child(3).active a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_warehouse_icon.png") no-repeat center 4px
}

.man_list li:nth-child(4).active a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_procurement_icon.png") no-repeat center 4px
}

.man_list li:nth-child(5).active a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_sap_icon.png") no-repeat center 4px
}

.man_list li a:hover span {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    -moz-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.man_info_panel {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    height: 450px;
    overflow: auto;
    border: 1px solid #cccccc;
    border-left: 3px solid #34B6D1
}

.man_info_panel article {
    display: block;
    padding-top: 20px
}

.man_info_panel article:first-child {
    padding-top: 0px
}

.man_info_panel article h3 {
    display: block;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}

.man_power {
    margin-bottom: 20px
}

.master_art {
    text-align: center
}

.h_5 {
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    position: relative
}

.h_5 h2 {
    display: block;
    font-weight: bold;
    padding-bottom: 5px
}

.h_5 figure {
    display: inline-block;
    clear: both;
    margin-bottom: -56px
}

.h_5 figure span {
    border-radius: 100%;
    display: table-cell;
    height: 70px;
    overflow: hidden;
    text-align: center;
    width: 70px;
    border: 5px solid #ffffff;
    vertical-align: middle;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3)
}

.h_5 figure span img {
    padding-top: 9px
}

.para_art_master {
    background: #f5f5f5;
    padding: 43px 10px 10px;
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
    -o-text-align-last: center;
    -webkit-text-align-last: center;
    border: 1px solid #cccccc;
    min-height: 208px
}

.master_art ul {
    display: block;
    border: 1px solid #cccccc;
    border-top: 0
}

.master_art ul li {
    display: block;
    border-top: 1px solid #cccccc;
    padding: 12px 10px;
    min-height: 65px
}

.master_art ul li:first-child {
    border-top: 0px
}

.master_art ul li span {
    display: block
}

.master_art>figure {
    position: relative;
    margin-top: 6px;
    display: block
}

.master_art>figure img {
    display: block;
    background: #00bcd4;
    padding: 8px;
    max-width: 100%
}

.master_art>figure a {
    display: block
}

.master_art>figure a:hover span i {
    color: #7885C9
}

.master_art>figure span {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 8px;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 8px
}

.master_art>figure span i {
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    left: 50%;
    margin-left: -27px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
    vertical-align: middle
}

.material_master .para_art_master {
    padding-top: 59px
}

.vendor_master .para_art_master {
    padding-top: 68px
}

.material_master .h_5,
.material_master .h_5 figure span,
.material_master>figure img {
    background: #00bcd4
}

.vendor_master .h_5,
.vendor_master .h_5 figure span,
.vendor_master>figure img {
    background: #3b8ede
}

.service_master .h_5,
.service_master .h_5 figure span,
.service_master>figure img {
    background: #7885c9
}

.master_art ul li.li_pad_top {
    padding-top: 20px
}

.master_features {
    margin-bottom: 20px
}

.master_features li {
    color: #252525;
    display: block;
    font-size: 14px;
    padding: 8px 5px 8px 35px;
    position: relative
}

.master_features li:before {
    content: "\f152";
    font-family: 'FontAwesome';
    color: #50bcb6;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: normal;
    margin-left: -25px;
    vertical-align: middle
}

.ser_eam_li {
    display: block;
    position: relative
}

.ser_eam_li:after {
    border-left: 1px dotted #959595;
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    z-index: -1
}

.ser_eam_li ul:last-child {
    margin-bottom: 0px
}

.ser_eam_li h3 {
    font-weight: bold;
    font-size: 15px;
    text-transform: capitalize;
    color: #29a0b9;
    margin-bottom: 10px
}

.ser_eam_li h3 i {
    font-weight: normal;
    font-size: 18px;
    background: #ffffff none repeat scroll 0 0
}

.ser_eam_li ul {
    margin-bottom: 15px
}

.ser_eam_li li {
    padding-left: 40px;
    font-weight: 600;
    position: relative;
    padding-top: 9px
}

.ser_eam_li li:first-child {
    padding-top: 0px
}

.ser_eam_li li:before {
    content: "\f152";
    font-family: 'FontAwesome';
    color: #50bcb6;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
    margin-left: -20px;
    vertical-align: middle
}

.eam_ser_panel_1 {
    margin-bottom: 20px;
    display: block
}

.eam_ser_panel_1 h3,
.ab_h1 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 10px;
}

.eam_ser_panel_1 p,
.para_bg {
    display: block;
    background: #f5f5f5;
    padding: 5px;
    border: 1px solid #e1e1e1;
    border-left: 3px solid #35b6d1;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left
}

.tex_jus {
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left
}

.re_bo_mar {
    margin-bottom: 0px
}

.flow_chart_3 {
    text-align: center
}

.flow_chart_3 img {
    margin: 0 auto
}

.ad_bot_mar {
    margin-bottom: 20px
}

.career_li {
    display: block;
    margin-top: 15px
}

.career_li li {
    margin-top: 20px;
    display: block
}

.career_li li:first-child {
    margin-top: 0px
}

.career_li li h1 {
    color: #34b6d1;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize
}

.career_li li h1 i {
    display: inline-block;
    font-size: 25px;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: middle
}

.career_page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.career_page h1.h_3 {
    font-size: 25px
}

.career_li li p {
    font-style: italic;
    padding-left: 29px
}

.career_form h1 {
    background: #34b6d1;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    padding: 13px 5px
}

.career_li_form {
    background: #ebebeb;
    border: 1px solid #c2c2c2;
    border-top: 0px
}

.career_li_form label {
    font-weight: 600;
    padding-top: 8px;
    text-transform: capitalize
}

.career_li_form input[type="text"],
.career_li_form input[type="file"],
.career_li_form select,
.career_li_form textarea {
    width: 100%;
    border: 1px solid #c2c2c2;
    background: #ffffff;
    padding: 8px;
    font-weight: 600
}

.career_li_form li {
    display: block;
    padding: 10px 0;
    clear: both
}

.form_btn_cen {
    text-align: center;
}

input[type="button"],
input[type="submit"],
button,
input[type="reset"] {
    color: #ffffff;
    padding: 5px 20px;
    border: 0px;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    background: #34b6d1
}

.form_btn_cen input {
    background: #34b6d1
}

.reset_btn {
    background: #dc7f69 !important
}

.contact_map {
    display: block
}

.contact_map iframe {
    width: 100%;
    height: 250px;
    display: block
}

.contact_map .col-sm-6 {
    position: relative
}

.contact_map span {
    background: #34b6d1 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    left: 307px;
    padding: 2px 4px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 59px;
    z-index: 1
}

.india_map {
    top: 115px
}

.uk_map {
    top: 101px
}

.address_panel {
    margin: 20px auto
}

.address_text {
    display: block
}

.global_cont {
    margin-top: 20px
}

.address_text h1,
.global_cont h1 {
    margin-bottom: 5px;
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize
}

.address_text p {
    text-transform: capitalize
}

.address_text figcaption {
    display: inline-block;
    vertical-align: top
}

.address_text h1 img,
.global_cont h1 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px
}

.address_text figure {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3%
}

.address_text figure span {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #2bbad8;
    text-align: center;
    border-radius: 50%
}

.address_text figure i {
    color: #ffffff;
    display: block;
    font-size: 25px
}

.address_text figure i.fa-envelope {
    font-size: 18px
}

.address_text .ful_row {
    margin-bottom: 15px
}

.address_text p span {
    display: block
}

.uk_phone {
    padding-top: 21px
}

.address_text p a {
    color: #28a1ba;
    font-weight: 600;
    text-transform: lowercase
}

.address_text p a:hover {
    text-decoration: underline
}

.h_6 {
    display: block
}

.h_6 span {
    background: #34b6d1 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    text-transform: capitalize;
    vertical-align: middle
}

.address_text p span label {
    font-weight: 600;
    min-width: 33px;
    display: inline-block
}

.form_panel {
    background: #ebebeb;
    border: 1px solid #c2c2c2
}

.form_panel input[type="text"],
.form_panel select,
.form_panel textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    font-weight: 600;
    padding: 8px;
    width: 100%;
}

.form_panel textarea {
    overflow: auto;
}

.form_panel label {
    font-weight: 600;
    text-transform: capitalize;
    color: #363636
}

.form_panel {
    padding-top: 15px
}

.form_panel>div {
    margin-bottom: 15px
}

.cont_form_cen {
    text-align: center
}

.global_cont {
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.global_cont .h_3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.global_cont p {
    padding-bottom: 5px;
    min-height: 96px;
}

.global_cont span {
    display: block;
    padding-top: 5px;
    font-weight: 600;
    font-size: 13px
}

.global_cont span a {
    color: #414141
}

.global_cont span a:hover {
    text-decoration: underline;
    color: #2BBAD8
}

.global_cont .ful_row {
    padding-top: 10px;
    text-align: center
}

.global_cont span i {
    color: #34B6D1;
    margin-right: 5px
}

.global_cont li {
    border-left: 1px solid #c2c2c2;
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    vertical-align: top;
    width: 14%;
}

.global_cont li:first-child {
    border-left: 0 none;
    padding-left: 0
}

.foot_nav {
    display: inline-block;
    margin-left: 1%;
    vertical-align: top
}

.footer_1 .container .foot_nav:first-child {
    margin-left: 0
}

.foot_col_1 {
    width: 11%
}

.foot_col_2 {
    width: 15%
}

.foot_col_3 {
    width: 23%;
    padding-top: 32px;
}

.foot_col_4 {
    width: 46%
}

.foot_col_4 .ful_row {
    margin-bottom: 15px
}

.foot_col_4 .in_cont {
    width: 57%;
    display: inline-block;
    vertical-align: top
}

.foot_col_4 .uk_cont {
    width: 42%;
    display: inline-block;
    vertical-align: top
}

.home_benefits h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
    text-transform: capitalize;
    color: #ffffff;
}

.home_benefits .benefit_1 h3 {
    background: #3b8ede;
    background: -moz-linear-gradient(left, #3b8ede 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #3b8ede 0%, #ffffff 100%);
    background: linear-gradient(to right, #3b8ede 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b8ede', endColorstr='#ffffff', GradientType=1)
}

.home_benefits .benefit_2 h3 {
    background: #7885c9;
    background: -moz-linear-gradient(left, #7885c9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #7885c9 0%, #ffffff 100%);
    background: linear-gradient(to right, #7885c9 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7885c9', endColorstr='#ffffff', GradientType=1)
}

.home_benefits .benefit_3 h3 {
    background: #00bcd5;
    background: -moz-linear-gradient(left, #00bcd5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #00bcd5 0%, #ffffff 100%);
    background: linear-gradient(to right, #00bcd5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00bcd5', endColorstr='#ffffff', GradientType=1)
}

.home_benefits .benefit_4 h3 {
    background: #6ccdac;
    background: -moz-linear-gradient(left, #6ccdac 0%, #6ccdac 31%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #6ccdac 0%, #6ccdac 31%, #ffffff 100%);
    background: linear-gradient(to right, #6ccdac 0%, #6ccdac 31%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6ccdac', endColorstr='#ffffff', GradientType=1)
}

.home_benefits .benefit_1 li:before {
    color: #3c8fde
}

.home_benefits .benefit_2 li:before {
    color: #7885c9
}

.home_benefits .benefit_3 li:before {
    color: #00bcd5
}

.home_benefits .benefit_4 li:before {
    color: #6ccdac
}

.home_benefits .benefit_1 ul {
    border-left: 2px solid #3c8fde;
    padding-bottom: 32px;
}

.home_benefits .benefit_2 ul {
    border-left: 2px solid #7885c9;
    padding-bottom: 12px;
}

.home_benefits .benefit_3 ul {
    border-left: 2px solid #00bcd5
}

.home_benefits .benefit_4 ul {
    border-left: 2px solid #6ccdac;
}

.home_benefits ul {
    display: block;
    padding: 5px;
    background: #f5f5f5
}

.home_benefits ul li,
.content_abo ul li {
    display: block;
    padding-left: 21px;
    padding-bottom: 12px;
    position: relative
}

.home_benefits ul li:last-child,
.content_abo ul li:last-child {
    padding-bottom: 0
}

.home_benefits ul li:before,
.content_abo ul li:before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    top: 0px;
    position: absolute
}

.content_abo ul li:before {
    color: #34B6D1
}

.pt_15 {
    padding-top: 15px;
}

.benefit_3 li span {
    display: block
}

.benefit_3 li span b {
    display: block;
    padding-top: 12px;
    padding-left: 11px;
    font-weight: normal;
    position: relative
}

.benefit_3 li span b:before {
    color: #00bcd5;
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 8px;
    left: 0;
    position: absolute;
    top: 17px
}

.home_benefits .benefit_3 li {
    padding-top: 3px
}

.home_benefits .benefit_3 li:first-child {
    padding-top: 0
}

.h_cli_wra {
    display: block;
    background: #f5f5f5;
    vertical-align: middle
}

.h_cli_header {
    background: #50bcb6;
    /* Old browsers */
    background: -moz-linear-gradient(left, #50bcb6 0%, #50bcb6 32%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #50bcb6 0%, #50bcb6 32%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #50bcb6 0%, #50bcb6 32%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#50bcb6', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 9px 10px
}

.client_home {
    background: #f5f5f5
}

.client_home .cli_ani {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 16px 0;
    border: 1px solid #cccccc
}

.client_home .owl-carousel .owl-item {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none
}

.client_home .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto
}

.h_cli_header a {
    border: 1px solid #7ad3cd;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 5px;
    text-transform: capitalize
}

.h_cli_header a:hover {
    background: #7885C9;
    border: 1px solid #7885C9
}

.cont_img {
    display: block;
    margin-bottom: 20px
}

.cont_img img {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #d3d3d3;
    background: #ffffff;
    padding: 3px;
    text-align: center
}

.box_img img {
    background: #ffffff;
    padding: 5px;
    display: block;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.top_menu .navbar-toggle {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 8px;
    padding: 2px 5px;
    position: relative;
    z-index: 10
}

.top_menu .navbar-toggle i {
    font-size: 17px
}

.service_chart_1 {
    margin: 10px auto 20px auto
}

.serv_accor_2 ul {
    height: auto
}

.about_art_1 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.about_art_1 article {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.about_art_1 article h1 {
    background: #34B6D1;
    color: #ffffff;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 5px;
    font-size: 16px;
}

.about_art_1 article p {
    background: #f5f5f5 none repeat scroll 0 0;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
    min-height: 143px
}

.about_art_1 article:last-child p {
    border-right: 1px solid #e1e1e1
}

.iframe_login iframe {
    width: 100%;
    height: 450px
}

.login_banner {
    display: block;
    background: url("../images/login_banner_img.jpg") no-repeat scroll left top / cover #34B6D1;
    text-align: center;
    padding: 30px 0px
}

.login_banner h1 {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 1px solid #828282;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 25px
}

.login_banner ul {
    display: block;
    margin: 15px auto 35px auto
}

.login_banner ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    color: #ffffff
}

.login_banner ul li label {
    text-transform: capitalize;
    margin-left: 2px
}

.login_banner ul li i {
    color: #34b6d1;
    font-size: 15px;
    left: 80px;
    position: absolute;
    top: 9px
}

.login_banner ul li i.fa-unlock-alt {
    top: 10px
}

.login_banner ul li:first-child {
    margin-left: 0px
}

.login_banner ul li input[type="text"],
.login_banner ul li input[type="password"] {
    border: 0px;
    border-radius: 20px;
    padding: 6px 6px 6px 25px;
    background: #ffffff;
    border: 1px solid transparent;
    width: 250px;
    color: #000000
}

.login_banner ul li input[type="button"] {
    border-radius: 20px;
    padding: 8px 30px
}

.login_banner ul li input[type="button"]:hover {
    background: #2779DD
}

.login_banner ul li span {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: underline;
    cursor: pointer
}

.demo_login {
    margin-top: 20px;
    margin-bottom: 20px
}

.h_7 {
    display: block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize
}

.h_7:after {
    background: #34b6d1 none repeat scroll 0 0;
    border-radius: 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    margin: 0 auto 0 -8%;
    position: absolute;
    width: 15%
}

.box_log {
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding: 3%;
    margin: 35px 10% 15px;
    border-radius: 5px;
    text-align: center;
    position: relative
}

.box_log p {
    display: block;
    margin: 15px auto
}

.box_log a {
    display: inline-block;
    clear: both;
    background: #33bbbd;
    color: #fff;
    border-radius: 15px;
    padding: 6px 25px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: capitalize
}

.box_log span {
    display: inline-block;
    margin-top: -40px
}

.box_log span i {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    background: #33bbbd
}

.box_log.register a,
.box_log.register span i {
    background: #268bda
}

.top_menu .collapse {
    display: block
}

.log_res_view {
    float: right !important;
    padding-right: 15px !important;
}

.img_left {
    text-align: left
}

.img_left img {
    display: inline-block
}

.serv_accor_2 .panel-heading {
    padding: 13px 10px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav_menu li a,
    .log_panel a {
        font-weight: normal
    }
    .home_1 p {
        font-weight: normal
    }
    .home_arti_1 p {
        color: #4b4b4b
    }
}

@media only screen and (max-width:1169px) {
    .carousel-inner {
        height: auto !important
    }
    .address_text {
        margin-bottom: 20px !important
    }
}

@media only screen and (min-width:980px) {
    .login_banner ul {
        transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out
    }
    .login_banner ul.proj_forg {
        margin-bottom: -135px;
        opacity: 0
    }
    .login_banner ul.proj_forg li i {
        left: 32%
    }
    .login_hide {
        margin-top: -94px !important;
        opacity: 0
    }
    .login_banner ul.forget_show {
        margin-top: 69px !important;
        opacity: 1
    }
    .login_banner .container>div {
        height: 65px;
        overflow: hidden
    }
}

@media only screen and (min-width:769px) {
    .log_res_view {
        display: none !important
    }
}

@media only screen and (min-width:980px) and (max-width:1169px) {
    .container {
        width: 98% !important
    }
    .h_1 {
        font-size: 19px !important
    }
    .foot_col_4 .uk_cont {
        width: 35% !important
    }
    .foot_col_4 .in_cont {
        width: 64% !important
    }
    .man_power .col-sm-2 {
        width: 25% !important
    }
    .man_power .col-sm-10 {
        width: 75% !important
    }
    .address_text figure {
        margin-bottom: 10px !important
    }
    .global_cont span i {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    .contact_map span {
        left: 0 !important;
        top: 49% !important
    }
}

@media only screen and (max-width:979px) {
    .para_left_3 {
        display: none !important
    }
    .res_view {
        display: inline !important
    }
    .para_right {
        text-align: center !important
    }
    .home_ful_panel,
    .para_left,
    .para_left_4,
    .foot_col_4 {
        width: auto !important;
        display: block !important;
        float: none !important;
        margin-bottom: 10px !important
    }
    .form_btn_cen {
        padding-left: 0 !important;
        text-align: center !important
    }
    .nav_menu {
        clear: both !important
    }
    .nav_menu li a:after,
    .nav_menu li.menu_active a:before {
        content: none !important
    }
    .nav_menu li {
        float: none !important;
        display: block !important
    }
    .nav_menu.collapse {
        display: none !important
    }
    .nav_menu.collapse.in {
        display: block !important
    }
    .nav_menu:before,
    .nav_menu:after {
        content: none !important
    }
    .top_menu .col-sm-11:after,
    .top_menu .col-sm-1:after {
        content: "" !important;
        display: block !important;
        clear: both !important
    }
    .top_menu {
        background: #34b6d1 !important
    }
    .log_panel {
        display: none !important
    }
    .box_log {
        margin: 35px 0 15px !important
    }
    .login_banner .container>div {
        height: auto !important;
        overflow: auto !important
    }
    .login_banner ul.proj_forg {
        margin-bottom: auto !important
    }
    .login_banner ul li {
        display: block !important;
        margin-bottom: 25px !important;
        text-align: left !important;
        margin-left: 0px !important
    }
    .login_banner ul.proj_forg {
        display: none
    }
    .login_banner ul.proj_forg.forget_show {
        display: block !important
    }
    .login_banner ul li label {
        display: block !important
    }
    .login_banner ul li span {
        float: right !important
    }
    .login_banner ul li input[type="text"],
    .login_banner ul li input[type="password"] {
        width: 100% !important;
        display: block !important;
        padding-left: 30px !important
    }
    .login_banner ul li i {
        bottom: 10px !important;
        left: 13px !important;
        top: auto !important
    }
    .login_banner h1 {
        padding-right: 0px !important
    }
    .forget_show {
        display: block;
        opacity: 1 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .login_banner ul.forget_show {
        margin-top: 0 !important
    }
    .login_hide {
        display: none !important;
        opacity: 1 !important;
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .container {
        width: 100% !important
    }
    .banner .carousel-caption {
        top: 5% !important
    }
    /* .carousel-caption h2 {
        font-size: 31px !important
    } */
    .carousel-indicators {
        bottom: 0 !important
    }
    .h_3 {
        font-size: 16px !important
    }
    .foot_col_1,
    .foot_col_2,
    .foot_col_3 {
        width: 30% !important
    }
    .foot_col_4 {
        margin-left: 0 !important
    }
    .foot_col_4 .in_cont {
        width: 50% !important
    }
    .foot_col_4 .uk_cont {
        width: 46% !important
    }
    .man_list li a {
        text-align: center !important
    }
    .man_list li a figure {
        margin-left: 23% !important;
        margin-right: 0 !important;
        float: none !important
    }
    .man_info_panel {
        height: 676px !important
    }
    .career_page .col-sm-7 {
        width: 45% !important
    }
    .career_page .col-sm-5 {
        width: 55% !important
    }
    .global_cont .ful_row {
        text-align: left !important
    }
    .global_cont li {
        width: 32% !important;
        margin-bottom: 20px
    }
    .global_cont li:nth-child(4) {
        border-left: 0 !important;
        padding-left: 0px !important
    }
}

@media only screen and (max-width:767px) {
    .art_wrap_1 {
        margin: 10px auto 20px !important
    }
    .home_art_1 {
        margin-bottom: 15px !important
    }
    .foot_nav,
    .in_cont,
    .uk_cont,
    .inner_menu ul li,
    .global_cont li {
        width: auto !important;
        display: block !important;
        float: none !important;
        margin-bottom: 10px !important
    }
    .inner_menu ul li {
        margin-left: 0 !important;
        text-align: center !important
    }
    /* .uk_cont {
        padding-left: 30px !important
    } */
    .ad_pa {
        padding-top: 0 !important
    }
    .banner .carousel-caption p {
        display: none !important
    }
    .carousel-caption h2 {
        font-size: 25px !important
    }
    .banner .carousel-caption {
        top: 10% !important
    }
    .header_top,
    .top_iso {
        text-align: center !important
    }
    .header_top img {
        margin: 0 auto !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .logo,
    .top_iso {
        margin-bottom: 10px
    }
    .inner_banner span {
        font-size: 20px !important;
        top: 45% !important
    }
    .para_art_master,
    .master_art ul li {
        min-height: auto !important
    }
    .master_art {
        margin-bottom: 15px
    }
    .master_art ul li span {
        display: inline !important
    }
    .master_art>figure img {
        width: 100% !important
    }
    .service_master .para_art_master {
        padding-top: 40px !important
    }
    .ser_eam_li {
        margin-bottom: 20px
    }
    .man_list li a h2,
    .man_list li a h2 b {
        display: inline-block !important;
        vertical-align: middle !important
    }
    .man_list li a h2 {
        margin-top: 3% !important
    }
    .man_list li {
        margin-top: 2px !important
    }
    .man_list li a {
        padding: 5px 10px !important
    }
    .man_list {
        margin-bottom: 15px
    }
    .career_page .col-sm-7 {
        display: none !important
    }
    .career_li_form label {
        margin-bottom: 5px !important
    }
    .contact_map iframe {
        height: 150px !important;
        margin-bottom: 5px
    }
    .address_text figcaption {
        margin-bottom: 15px !important
    }
    .address_text figure i {
        font-size: 14px !important
    }
    .address_text figure {
        margin-right: 5px !important
    }
    .address_text figure span {
        height: 20px !important;
        width: 20px !important
    }
    .global_cont li {
        border-left: 0 !important;
        padding-left: 0 !important;
        margin-bottom: 20px !important
    }
    .global_cont h1 {
        border-bottom: 1px solid #c2c2c2 !important;
        padding-bottom: 5px !important
    }
    .h_3::after {
        background: transparent !important
    }
    .h_6 span {
        display: block !important
    }
    .address_panel .h_3 {
        padding-bottom: 0 !important
    }
    .address_text figure i.fa-envelope {
        font-size: 10px !important
    }
    .global_cont p {
        min-height: auto !important
    }
    .global_cont li:last-child {
        margin-bottom: 0 !important
    }
    .global_cont .ful_row {
        margin-top: 10px !important
    }
    .global_cont .h_3 {
        font-size: 18px !important
    }
    .uk_phone {
        padding-top: 0px !important
    }
    .log_res_view {
        display: block !important
    }
    .login_banner ul li input[type="text"],
    .login_banner ul li input[type="password"] {
        width: 100% !important
    }
    .login_banner ul li {
        display: block !important;
        margin-bottom: 25px !important;
        margin-left: 0 !important
    }
    .about_owl {
        margin-bottom: 15px !important
    }
    .de_log,
    .de_reg {
        width: 98% !important
    }
    .de_reg ul {
        column-count: 1 !important;
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        -o-column-count: 1 !important
    }
    .de_reg ul li {
        width: 100% !important;
        display: block !important
    }
}

.de_log_main {
    display: block;
    text-align: center
}

.de_log {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    padding: 20px 3%;
    margin: 5% auto;
    display: inline-block;
    width: 400px;
    border-radius: 10px
}

.de_log li:after {
    content: "";
    display: block;
    clear: both
}

.de_log li {
    display: block;
    padding: 15px 0px;
    text-align: left;
    position: relative
}

.de_log li label {
    display: block;
    padding-bottom: 5px
}

.de_log li input[type="text"] {
    border-radius: 5px;
    padding: 6px 6px 6px 24px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    width: 100%
}

.de_log li i {
    bottom: 22px;
    color: #34b6d1;
    font-size: 18px;
    left: 7px;
    position: absolute
}

.de_log_btn span {
    float: left;
    font-size: 13px;
    padding-top: 5px
}

.de_log_btn span a {
    text-decoration: underline
}

.de_log_btn span a:hover {
    color: #1E73DC
}

.de_log_btn input[type="button"] {
    float: right;
    border-radius: 3px
}

.de_log_btn input[type="button"]:hover {
    background: #1E73DC
}

.de_log>span {
    background: #34b6d1 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    font-size: 35px;
    margin-top: -60px;
    padding: 15px 20px;
    position: relative;
    vertical-align: middle
}

.de_log>span i {
    display: block
}

.de_reg {
    text-align: left;
    width: 600px;
    margin: 35px auto
}

.de_reg>h1 {
    display: block;
    padding: 10px 20px;
    background: #34b6d1;
    color: #ffffff;
    text-transform: capitalize
}

.de_reg>h1:after {
    content: "";
    display: block;
    clear: both
}

.de_reg>h1 b {
    float: left;
    font-size: 18px;
    font-weight: 600
}

.de_reg>h1 span {
    float: right;
    font-size: 13px;
    padding-top: 3px
}

.de_reg>h1 span a {
    text-decoration: underline;
    color: #fff
}

.de_reg>div {
    background: #efefef;
    padding: 20px
}

.de_reg ul {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-gap: 15px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    -o-column-gap: 15px
}

.de_reg ul li {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.de_reg ul li label {
    display: block;
    text-transform: capitalize;
    padding-bottom: 3px
}

.de_reg ul li input[type="text"],
.de_reg ul li input[type="password"],
.de_reg ul li textarea,
.de_reg ul li select {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding: 6px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px
}

.de_reg ul li small,
small {
    display: inline-block;
    vertical-align: middle;
    color: red
}

.de_reg_btn {
    text-align: center
}

.de_reg .form_btn_cen {
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    text-align: center
}

.de_reg .form_btn_cen input[type="button"] {
    border-radius: 3px
}

.auto_s {
    position: relative;
    display: inline-block;
    width: 100%
}

.auto_s:after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-weight: normal;
    left: 4px;
    position: absolute;
    top: 3px;
    font-size: 15px;
    color: #34B6D1
}

.de_reg ul li span.auto_s input[type="text"] {
    padding-left: 23px
}

.fot_menu>a,
.fot_menu>a h3 {
    color: #ffffff !important;
    cursor: auto;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important
}

.fot_menu>a h3 {
    margin-bottom: 0px;
    margin-top: -17px
}

.fot_menu>a:before {
    content: "" !important;
    margin-right: 0px !important
}

.pdf_down:after {
    content: "";
    display: block;
    clear: both
}

.pdf_down {
    background: #2bbad8;
    color: #ffffff;
    padding: 10px 0
}

.pdf_down h1 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    text-transform: capitalize
}

.right_download {
    text-align: center
}

.right_download * {
    display: inline-block;
    vertical-align: middle;
}

.right_download a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    outline: 0
}

.right_download a i {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin-right: 5px;
    vertical-align: middle
}

.content_abo {
    margin: 20px auto
}

.content_abo ul {
    padding: 15px 10px
}

.te_jus p {
    text-align: justify
}

.about_owl {
    margin-top: 32px
}

.abou_ul>ul {
    padding-top: 10px;
    margin-bottom: 10px
}

.about_owl.client_home {
    background: #fff
}

.about_owl .h_cli_header {
    text-align: center
}

.about_owl .owl-stage-outer {
    border: 1px solid #ccc;
    padding: 15px 0px
}

.home_client .owl-controls {
    display: none !important
}

.col-sm-6.re_pad_le {
    padding-left: 0
}

.carousel-indicators {
    bottom: 20px;
    left: 50%;
    list-style: outside none none;
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 15
}

.carousel-caption {
    padding-bottom: 0;
}

a.mdm_more {
    color: #252525;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    outline: medium none;
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 0.4s linear 0s;
    outline: 0;
    outline: none;
}

a.mdm_more:hover {
    color: #34B6D1
}

a.mdm_more i {
    color: #34b6d1;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px
}

.mandatory {
    color: Red;
}

.service_m {
    padding-top: 25px;
}

.pt_10 {
    padding-top: 15px;
}

.benefit_4 {
    padding-bottom: 20px;
}

.pb_25 {
    padding-bottom: 25px;
}

.cus_ul_1 ul {
    padding-top: 0px;
    padding-left: 0px;
}

.pb_0 {
    padding-bottom: 0px !important;
}

#toTop {
    width: 40px;
    height: 40px;
    background: #34B6D1;
    text-align: center;
    display: none;
    cursor: pointer;
    line-height: 31px;
    transform: rotate(-45deg);
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1500;
    font-size: 20px;
}

#toTop i {
    transform: rotate(45deg);
    color: #ffffff;
    padding-left: 4px;
}


/* submenu */

.top_menu .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    left: 0;
    top: 97%;
    margin-top: 0;
    padding: 25px 0px;
    right: 0;
    background: #ffffff;
}

.top_menu .dropdown-menu .container {
    text-align: center;
}

.top_menu .dropdown-menu * {
    color: #252525;
    text-shadow: none;
    text-align: left;
}

.top_menu .dropdown-menu a {
    border: 1px solid #cccccc;
    font-size: 14px;
    text-transform: capitalize;
    padding: 6px 5px 6px 12px;
    font-weight: 600;
    min-width: 310px;
    text-align: center;
    position: relative;
}


/*.top_menu .dropdown-menu a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right:10px;
    position:absolute;
    top:8px;
    left:0;
}*/

.top_menu .dropdown-menu a:hover {
    color: #ffffff;
    background: #34B6D1;
    border-color: #34B6D1;
}

.top_menu .dropdown-menu h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 8px;
}

.top_menu .dropdown-menu li {
    display: block;
    padding-top: 20px;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

.top_menu .dropdown-menu li:first-child {
    padding-top: 0px
}

.top_menu .dropdown-menu article {
    display: inline-block;
    padding-left: 5%;
    text-align: left;
    vertical-align: top;
}

.top_menu .dropdown-menu article:first-child {
    padding-left: 0px
}

.nav_menu li {
    position: initial;
}

.top_menu .dropdown:hover a:after {
    content: none;
}

.top_menu .dropdown:hover:before {
    border-color: #00a4d9 transparent transparent transparent;
    border-style: solid;
    border-width: 9px;
    top: 96%;
    content: "";
    display: block;
    height: 0;
    margin-left: 28px;
    position: absolute;
    width: 0;
    z-index: 1100;
}

.inv_any {
    position: relative;
}

.inv_any ul {
    height: auto !important;
}

.inv_any:after {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: 22px;
    bottom: 24px;
    border-left: 1px dashed #34c5bd;
}

.inv_any ul li:before {
    content: none;
}

.inv_any ul li:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 17px;
    width: 23px;
    border-bottom: 1px dashed #34c5bd;
}

.sub_h_3 * {
    display: inline-block;
    vertical-align: midas_flow_chart;
}

.sub_h_3 span {
    font-weight: 600;
    font-size: 18px;
    color: #C0504E;
    padding-right: 8px;
}

.sub_h_3 h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 10px;
}

.pl_20 {
    padding-left: 20px;
}

.pt_30 {
    padding-top: 30px;
}

.pt_25 {
    padding-top: 25px;
}

.inner_banner>img {
    display: none !important
}

.para_bg.content_abo {
    margin-top: 0px;
    margin-bottom: 25px;
}

.mt_15 {
    margin-top: 10px;
}

#header {
    background: #ffffff;
    z-index: 25;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out;
}

.content_abo.para_bg ul {
    padding-bottom: 0px;
}

.dropdown.menu_active:hover a:before {
    content: none !important;
    transition: all 0.4s ease-in-out;
}

.img_bord {
    /*border:1px solid #cccccc;
   padding:5px;*/
    max-width: 100%;
}

.ptb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

figure.ptb_20 {
    text-align: right;
}

.multi_pdf a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    margin-right: 30px;
}

.multi_pdf a:first-child {
    border-left: 0px;
    padding-left: 0;
    margin-left: 0;
}

.validationErrMsg {
    font-size: 12px;
    color: #ff0000 !important;
    position: absolute;
    bottom: -17px;
    text-decoration: none !important;
}

.login_banner ul li .validationErrMsg {
    right: 0;
    color: #ffffff !important
}


/*latest css start */

.login_banner {
    background: url('../images/login_banner_img.jpg') no-repeat left top / cover;
    height: 180px;
}

.new_lg {
    text-align: center;
    padding: 50px 0px 30px 0px;
}

.new_lg ul {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    width: 350px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.new_lg li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

.new_lg li i {
    position: absolute;
    left: 10px;
    top: 54px;
    font-size: 16px;
    color: #34b6d1;
}

.new_lg li i.fa-user {
    top: 51px
}

.new_lg li label {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 5px;
    color: #6e6e6e;
}

.new_lg input[type="text"],
.new_lg input[type="password"] {
    border: 1px solid #9d9d9d;
    border-radius: 20px;
    padding: 10px 10px 10px 28px;
    width: 100%;
    color: #000000
}

.new_lg input[type="button"] {
    border-radius: 20px;
    padding: 8px 30px;
    background: #006282;
}

.new_lg input[type="button"]:hover {
    background: #2779DD
}

.lg_btn_ce {
    text-align: center !important
}

.new_lg ul {
    text-align: center;
}

.new_lg ul>span {
    display: inline-block;
    margin-top: -40px;
}

.new_lg ul>span i {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 30px;
    background: #33bbbd;
}

.new_lg li .validationErrMsg {
    bottom: -3px;
}

.load,
.load_main,
.ui-jqgrid .loading,
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/loading.GIF) no-repeat center center rgba(255, 255, 255, 0.8);
    z-index: 100;
    text-indent: -9999px;
}


/*reponsive start*/

@media only screen and (min-width:980px) and (max-width:1200px) {
    .nav_menu li {
        padding: 0 17px !important
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .logo {
        text-align: left !important;
    }
    .top_iso img {
        max-width: 100px !important;
        padding-top: 18px !important;
    }
}

@media only screen and (max-width:979px) {
    .logo a {
        width: 170px !important;
        left: auto !important;
        top: auto !important;
        position: relative !important;
        min-height: auto !important;
        padding-left: 0px !important
    }
    .logo a:after,
    .logo a:before {
        content: none !important
    }
    .nav_menu {
        text-align: left !important
    }
    .nav_menu li {
        padding-left: 15px !important
    }
    .top_menu .col-sm-11 {
        padding-left: 15px !important;
        width: 100% !important;
    }
    .top_menu .dropdown-menu {
        position: relative !important;
        width: 100% !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 !important;
    }
    .top_menu .dropdown-menu article {
        display: block !important;
        text-align: left !important;
        padding: 0 !important;
    }
    .top_menu .dropdown-menu li {
        padding: 0 !important;
    }
    .top_menu .dropdown-menu li a {
        color: #ffffff !important;
        border: 0px !important;
        text-align: left !important;
    }
    #header {
        position: relative !important
    }
    body {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:767px) {
    .top_iso img {
        width: 75px !important;
    }
    .carousel-caption h2 {
        font-size: 18px !important
    }
    .banner .carousel-caption {
        top: 10% !important;
        padding-top: 20px !important
    }
    .carousel-indicators,
    .carousel-control {
        display: none !important
    }
    .para_right {
        margin-left: 0px !important;
        display: block !important;
        float: none !important;
        width: 100% !important;
        padding-bottom: 15px !important
    }
    .para_right img {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }
    .inner_banner {
        background-position: center top !important;
        height: 100px !important;
    }
    .h_1 {
        font-size: 18px !important;
    }
    .top_menu .dropdown-menu .container {
        padding-left: 0 !important
    }
}


/*reponsive end*/

.captcha_row {
    display: block;
    position: relative;
}

.captcha_row .validationErrMsg {
    bottom: 0;
}


/* Leadership start */

.ls_h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ls_h>figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ls_h>figure img {
    display: block;
}

.ls_title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ls_title {
    width: 100%;
    background: #00a4d9;
    margin-left: 25px;
    padding: 7px 10px;
}

.ls_title * {
    color: #ffffff
}

.ls_title h2 {
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
}

.ls_title span {
    display: block;
    font-size: 15px;
}

.ls_info {
    background: #f3f3f3;
    padding: 20px;
    margin-top: 0px;
}

.ls_info p {
    text-align: justify
}

.pb_50,
.leadership_row {
    padding-bottom: 50px;
}

.ls_3 .ls_info {
    padding-bottom: 43px;
}


/* Leadership end */

.upper_not {
    text-transform: inherit;
}

.pb_37 {
    padding-bottom: 37px;
}


/* solution css start */

.solution_row_2 {
    padding: 15px;
}

.solution_row [class^="sr_art_"] {
    text-align: center;
    padding: 15px;
    display: block;
    border-left: 1px solid #d9d9d9;
}

.solution_row [class^="sr_art_"]:last-child {
    border-right: 1px solid #d9d9d9;
}

.solution_row_1 [class^="sr_art_"]:hover {
    background: #00a4d9;
}

.solution_row_1 [class^="sr_art_"] * {
    color: #343434;
}

.solution_row_1 [class^="sr_art_"]:hover * {
    color: #ffffff;
}

.solution_row [class^="sr_art_"] h2 {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}

.solution_row [class^="sr_art_"] h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
}

.solution_row_1 [class^="sr_art_"] h2:after {
    background: #00a4d9;
}

.solution_row_2 {
    background: #00a4d9;
}

.solution_row_2 [class^="sr_art_"] {
    color: #ffffff;
}

.solution_row_2 [class^="sr_art_"] h2:after {
    background: #ffffff;
}

.solution_row_2 [class^="sr_art_"] a:hover h2:after {
    background: #00a4d9 !important;
}

.solution_row_1 [class^="sr_art_"] a:hover h2:after {
    background: #ffffff !important;
}

.solution_row_2 [class^="sr_art_"] * {
    color: #ffffff;
}

.solution_row_2 p {
    padding-left: 2%;
    padding-right: 2%;
}

.pt_20 {
    padding-top: 20px;
}

.solution_row_2 .solution_row [class^="sr_art_"] a:hover {
    background: #ffffff;
}

.solution_row_2 [class^="sr_art_"] a:hover * {
    color: #343434;
}

.txt_tr_2 span {
    text-transform: initial
}

.solution_row a {
    display: block;
}

.solution_row_2 .solution_row [class^="sr_art_"] {
    border: 0px;
    padding: 0px;
}

.solution_row_2 .solution_row [class^="sr_art_"] a {
    border: 1px solid #ffffff;
    padding: 15px;
}

.solution_row [class^="sr_art_"] span {
    display: block;
    text-align: center;
    width: 100%;
    background-size: auto 40px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
}

.solution_row_2 article {
    margin-bottom: 0 !important
}

.sr_art_1 span {
    background-image: url(../images/data_service_icon.png);
}

.sr_art_1:hover span {
    background-image: url(../images/data_service_icon_2.png) !important;
}

.sr_art_2 span {
    background-image: url(../images/consultant_support_icon_1.png);
}

.sr_art_2:hover span {
    background-image: url(../images/consultant_support_icon_2.png) !important;
}

.sr_art_3 span {
    background-image: url(../images/physical_verification_1.png);
}

.sr_art_3:hover span {
    background-image: url(../images/physical_verification_2.png) !important;
}

.sr_art_4 span {
    background-image: url(../images/material_master_data_icon_2.png);
}

.sr_art_4:hover span {
    background-image: url(../images/material_master_data_icon_1.png) !important;
}

.sr_art_5 span {
    background-image: url(../images/data_standardisation_icon_2.png);
}

.sr_art_5:hover span {
    background-image: url(../images/data_standardisation_icon_1.png) !important;
}

.sr_art_6 span {
    background-image: url(../images/data_governance_icon_2.png);
}

.sr_art_6:hover span {
    background-image: url(../images/data_governance_icon.png) !important;
}

.sr_art_7 span {
    background-image: url(../images/plant_asset_management_2.png) !important;
}

.sr_art_7:hover span {
    background-image: url(../images/plant_asset_management_1.png) !important;
}

.sr_art_8 span {
    background-image: url(../images/service_master_icon_2.png);
}

.sr_art_8:hover span {
    background-image: url(../images/service_master_icon_1.png) !important;
}

.sr_art_9 span {
    background-image: url(../images/vendor_master_icon_2.png);
}

.sr_art_9:hover span {
    background-image: url(../images/vendor_master_icon_1.png) !important;
}

.sr_art_10 span {
    background-image: url(../images/product_cont_management_icon.png);
}

.sr_art_10:hover span {
    background-image: url(../images/product_cont_management_icon_2.png);
}

.solution_row_2 .solution_row [class^="sr_art_"].pt_15 {
    padding-bottom: 15px;
}

.solution_row_2 .solution_row [class^="sr_art_"].pl_15 {
    padding-left: 7px;
}

.solution_row_2 .solution_row [class^="sr_art_"].pr_15 {
    padding-right: 7px;
}

.solution_row_2 {
    padding-left: 15px;
    padding-right: 15px;
}

.pb_40 {
    padding-bottom: 40px;
}

.mb_0 {
    margin-bottom: 0px;
}

.txt_tr_2 span {
    text-transform: initial
}


/* solution css end */

@media only screen and (max-width:479px) {
    .ls_h {
        display: block !important
    }
    .ls_title {
        margin-left: 0px !important
    }
    .multi_pdf a {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 15px !important;
        text-align: left !important;
        border-left: 0 !important;
    }
    .leadership_row .col-md-6 {
        padding-top: 25px !important
    }
}

.img_full img {
    display: block;
    width: 100%;
}


/* box design start */

.box_main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pt_0 {
    padding-top: 20px;
}

.box_model {
    background: #00a4d9;
    padding: 25px 15px;
}

.box_main .content_abo {
    margin-bottom: 0px;
}

.box_model * {
    color: #ffffff
}

.box_h {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
}

.box_h h2 {
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: #252525;
    font-size: 22px;
    font-weight: 600;
}

.box_main .content_abo ul {
    padding: 0px;
}

.box_model header h2 {
    display: block;
    text-align: left;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.box_model article {
    border: 1px solid #ffffff;
    padding: 10px;
}

.box_model article li::before {
    color: #ffffff
}

.box_model .row {
    margin-left: -7px;
    margin-right: -7px;
}

.box_model [class^="col-md"] {
    padding-left: 7px;
    padding-right: 7px;
}

.content_abo p {
    text-align: justify;
}

.box_model .pb_50 {
    padding-bottom: 50px;
}

.box_model .pb_54 {
    padding-bottom: 54px;
}

.sm_box .content_abo {
    min-height: 200px;
}

.box_model .pb_18 {
    padding-bottom: 18px;
}

.box_model .pb_20 {
    padding-bottom: 20px;
}

.box_model .pb_27 {
    padding-bottom: 27px;
}

.box_model .pb_32 {
    padding-bottom: 32px;
}

.box_model .pb_42 {
    padding-bottom: 42px;
}

.box_model .pb_76 {
    padding-bottom: 54px;
}

.box_model .content_abo {
    margin-bottom: 0
}

.box_model .content_abo:hover {
    background: #ffffff;
    color: #252525;
}

.box_model .content_abo:hover * {
    color: #252525;
}

.box_model .content_abo:hover li:before {
    color: #00a4d9;
}


/* box design end */

.pb_15 {
    padding-bottom: 15px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_20 {
    padding-bottom: 20px;
}

.txt_just {
    text-align: justify
}

.txt_left {
    text-align: left !important
}

.mb_20 {
    margin-bottom: 20px;
}

.pb_76 {
    padding-bottom: 76px;
}

.midas_logo_row img {
    max-width: 100%;
    flex: 0 0 auto;
}

.midas_logo_row {
    background: #fff;
}

.dis_flx {
    display: flex;
}

.midas_logo_row {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5px;
}

@media only screen and (max-width:767px) {
    .dis_flx {
        display: block !important
    }
    .midas_logo_row img {
        max-width: 150px;
    }
}


/* New Home Page Css Start */

.home_row_1 {
    padding-bottom: 50px;
    margin-top: -30px;
    position: relative;
}

.link_box {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 15px;
    height: 120px;
    border-bottom: 6px solid #1e73dd;
	transition:all 0.2s ease-in-out;
}
.link_box:hover{
	border-bottom-width:20px;
	transition:all 0.2s ease-in-out;
}
.link_box h3 {
    font-weight: 600;
    color: #252525;
    font-size: 18px;
    padding-top: 10px;
}

.link_box_1 {
    border-bottom-color: #1e73dd;
}

.link_box_2 {
    border-bottom-color: #64ad52;
}

/* .link_box_2 img {
    height: 39px;
} */

.link_box_3 {
    border-bottom-color: #00a4d9;
}

.link_box_4 {
    border-bottom-color: #4f62da;
}

.link_box img {
    max-height: 92px;
}

.home_row_2 * {
    text-align: center;
}

.text-left {
    text-align: left
}

.hr2_1 * {
    color: #ffffff;
}

.nh_1 {
    font-size: 40px;
    font-weight: bold;
}

.nh_2 {
    font-size: 30px;
    font-weight: bold;
}

.hr2_1 {
    position: relative;
    z-index: 1;
    width: 400px;
}

.w_80 {
    width: 80%;
    position: relative;
}

.hr2_1:after {
    content: "";
    background: #35b9e3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 80%;
}

.hr2_1:before {
    content: "";
    background: #35b9e3;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    /* transform: skew(30deg); */
    width: 250px;
}

.hr2_1 {
    padding: 22px 15px;
}

.more_btn {
    display: block;
    padding-top: 18px;
    font-weight: 600;
}

.more_btn img {
    padding-left: 10px;
}

.bg_gear:after {
    content: "";
    background: url('../images/master_data_bg.png') no-repeat right center;
    background-size: auto;
    position: absolute;
    right: -190px;
    bottom: -22px;
    background-size: contain;
    width: 204px;
    height: 154px;
}

.h-100 {
    height: 100%;
}

.new_home_2_bg {
    background: #fafafa;
    overflow: hidden;
}

.hr2_2 p {
    padding: 10px 22px 10px 22px;
    margin-bottom: 0;
}

.text-justify {
    text-align: justify;
}

.no-gutter [class^='col-'] {
    padding: 0px;
}

.flx_0 {
    flex: 0 0 auto;
}

.flx_1 {
    flex: 1 1 auto;
}

.pt_50 {
    padding-top: 50px;
}

.nh_3 {
    font-weight: bold;
    font-size: 23px;
    padding: 0px;
    position:relative;
    margin-bottom: 10px;
    text-transform:capitalize
}

.nh_info {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 35px;
    border: 5px solid #1e73dd;
}
.nh_info .nh_3:after{
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    background: #1e73dd;
    width: 25px;
    height: 100%;
}
.nh_info .more_btn{
color:#353535;
}
.nh_info_1{
    border-color:#1e73dd
}
.nh_info_2{
    border-color:#35b9e3
}
.nh_info_3{
    border-color:#4f62da
}
.nh_info_1 .nh_3:after{
    background:#1e73dd
}
.nh_info_2 .nh_3:after{
    background:#35b9e3
}
.nh_info_3 .nh_3:after{
    background:#4f62da
}
.nh3_1{
    background:url('../images/benefits-bg.jpg') no-repeat left bottom / cover;
    padding:60px 0px 120px 0px;
}
.nh5_1{
    background:url('../images/benefits-bg.jpg') no-repeat left bottom / cover;
    padding:60px 0px 70px 0px;
}
.nh4_1{
    background:url('../images/default-bg.png') no-repeat left bottom / cover;
    padding:60px 0px 70px 0px;
}
.new_home_4{
	background:#e9ecef
}
.text-dark-text {
    color: #000;
    font-weight: bold;
    font-size: 50px;
    position:relative;
    margin-bottom: 0;
    text-transform:capitalize;
}
.nh_4 {
    font-weight: bold;
    font-size: 50px;
    position:relative;
    margin-bottom: 0;
    text-transform:capitalize;
    color:#ffffff;
}
.b_box{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background:#ffffff;  
}
.bb_head{
    padding:8px 10px; 
    border-bottom:5px solid #1e73dd;
}
.bb_head .nh_3{
font-size:18px;
margin-bottom:0;
font-weight:600;
}
.bb_list{
    padding: 10px 10px 10px 20px;
}
.bb_list li{
padding: 6px;
position:relative;
}
.bb_list li:before{
content: "\f111";
font-family: FontAwesome;
color: #797979;
position: absolute;
left: -6px;
font-size: 7px;
top: 12px;
}
.b_box_1 .bb_head{
    border-bottom-color:#4f62da;
}
.b_box_2 .bb_head{
    border-bottom-color:#64ad52;
}
.b_box_3 .bb_head{
    border-bottom-color:#00a4d9;
}
.b_box_4 .bb_head{
    border-bottom-color:#4f62da;
}
.nh3_2{
	margin-top: -56px;
	padding-bottom:70px;
}
.bb_head img {
    height: 36px;
}
.pr_10{
	padding-right:15px;
}
.new_home_5 .owl-item > div{
	border-left: 1px solid #ccc;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.new_home_5 .owl-item > div img{
	max-width:100%;
	max-height:100%;
}
.new_home_5 .client_home{
	background: transparent;
}
.new_home_5 .client_home .cli_ani{
	background:transparent;
	border:0px;
}
.popup_form{
	background: #4f62da;
position: fixed;
z-index: 15;
bottom: 15px;
right: 15px;
border-radius: 50%;
padding: 6px;
width: 60px;
height: 60px;
text-align: center;
line-height: 73px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
cursor: pointer;

}
.popup_form img{
	max-width: 35px;
	animation: flipY 4s infinite;

	
}
.popup_form_wrapper{
	position:fixed;
	display:none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	z-index:999999
}
.w-100{
	width:100%;
}
.popup_container{
	background:#ffffff;
	border-radius:10px;
	padding:20px;
	width:500px;
	margin:0 auto;
}
.pb_5{
	padding-bottom:5px;
}
.pb_10{
padding-bottom:10px;	
}
.cls_popup{
font-size: 25px;
cursor: pointer;
color: #939393;
margin-top: -7px;
}

    /* Flip Animation */
@keyframes flipY{
    0% {
        -webkit-transform: rotateY(180deg);
    }
	
	50% {
        -webkit-transform: rotateY(180deg);
    }
    
    100% {
        -webkit-transform: rotateY(-180deg);
    }
    
}
.info_slider_2 *{
	color:#ffffff;
}


/* new css start */
.hr2_2 .hr2_pl_1{
	padding-left:30px;
}
.nh_5{
	font-size: 47px;
font-weight: bold;
}
.nh_6{
	font-size: 45px;
font-weight: bold;
}
.corp_info{
	background:url('../images/world-img-bg.png') no-repeat center center / cover #f8f8f8;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:45px;
	margin-bottom:45px;
	
}
.pb_3{
	padding-bottom:20px;
}
.nh_7{
font-weight: bold;
    font-size: 40px;
   
color: #333;
    position:relative;
    margin-bottom: 10px;
    text-transform:capitalize	
}
.mdm_more_2
{
    display: inline-block;
padding: 6px 10px;
text-decoration: none;
background: #34b6d1;
color: #fff;
font-size: 13px;
font-weight: 600;
margin-top: 15px;
outline: none;
    }
/* new css end */




/* Responsive Css Start*/
@media only screen and (max-width:767px){
	.navbar-toggle i{
		padding-right:5px;
	}
	.nav_menu{
		padding-left:0 !important;
	}
	.carousel-inner > .item{
		height:350px !important; 	
	}
	.carousel-inner img {
		height: 100% !important;
		object-fit: cover  !important; 	;
	}
	.carousel-caption h2, 
	.carousel-caption h3{
		font-size: 30px !important;
	}
	.info_slider{
		text-align: left !important;
	}
	.home_row_1{
		margin-top: 25px !important;
	}
	.link_box, .nh_info, .b_box, .foot_col_3, .foot_col_1{
		margin-bottom: 25px !important;
	}
	.new_home_2_bg {
	  display: block !important;
	}
	.hr2_2 p{
		padding: 20px !important;
	}
	.hr2_1{
		background: #35b9e3 !important;
        height: 16%;
	}
	.hr2_1{
		width:100% !important;
	}
	.hr2_1:after,
	.bg_gear:after,
	.hr2_1:before{
		content:none !important;	
	}
	.nh_1,
	.nh_6,
	.nh_5{
	  font-size: 25px !important;
	}
	.nh_2{
		font-size: 25px !important;
	}
	.nh3_2 .row.d-flex,
	.new_home_3 .row.d-flex
	{
		display:block !important
	}
	.foot_col_3{
		padding-top:0 !important
	}
}

/* Responsive Css End*/

figure.midas_white_logo_row3 {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    width: 75%;
    background: #fff;
}

/* who-we-are */
a.link_box.link_box_3.d-flex.align-items-center.justify-content-center.flex-column img {
    width: 56%;
}

/* home-page-approach-section */
h4.approach-card-title {
    font-size: 1.5rem;
    font-weight: 800;
    padding-bottom: 16px;
}

.approach-card-section{
	box-shadow: 0px 8px 30px #0000003d;
    overflow: hidden;
}
.approach-card-body.card-body {
    padding: 20px;
    border-bottom: 3px solid #00a4d9;
}
.approach-card{
	margin: 60px 0 60px 0;
}