.section {
    position: relative;
    width: 100%;
    /* margin: 60px 0;
    padding: 60px 0; */
	padding: 40px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}
.section0 {
    position: relative;
    width: 100%;
    /* margin: 60px 0;
    padding: 60px 0; */
	padding: 40px 0;
    overflow: hidden;
}
.section1 {
    position: relative;
    overflow: hidden;
    /* margin-top: 40px;
    padding: 90px 0; */
	padding: 40px 0;
}
.section1:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .15;
}
.default{}
.section1.default:before {
    background-image: url("../images/default-bg.png");
    background-repeat: repeat;
    background-size: 350px;
    background-position: center;
    opacity: 1;
	position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
	opacity: .50;
}
.section2 {
    position: relative;
    overflow: hidden;
    /* margin-top: 40px;
    padding: 90px 0; */
	padding: 20px 0;
}
.topmargin-sm {
    margin-top: 2rem!important;
}
.p-0 {
    padding: 0!important;
}
.p-20 {
    padding: 20px!important;
}
.p-25 {
    padding: 25px!important;
}
.p-40 {
    padding: 40px!important;
}
.p-70 {
    padding: 70px;
}
.pt_00 {
    padding-top: 0rem;
}
.pt_6 {
    padding-top: 6px;
}
.pt_10 {
    padding-top: 10px;
}
.pt_20 {
    padding-top: 20px;
}
.pt_40 {
    padding-top: 40px;
}
.pb_0 {
    padding-bottom: 0px;
}
.pb_5 {
    padding-bottom: 5px;
}
.pb_6 {
    padding-bottom: 6px;
}
.pb_8 {
    padding-bottom: 8px;
}
.pb_10 {
    padding-bottom: 10px;
}
.pb_12 {
    padding-bottom: 12px;
}
.pb_14 {
    padding-bottom: 14px;
}
.pb_16 {
    padding-bottom: 16px;
}
.pb_25 {
    padding-bottom: 25px!important;
}
.pb_42 {
    padding-bottom: 42px!important;
}
.pb_45 {
    padding-bottom: 45px!important;
}
.pb_48 {
    padding-bottom: 48px!important;
}
.pb_49 {
    padding-bottom: 49px!important;
}
.pb_50 {
    padding-bottom: 50px!important;
}
.pb_55 {
    padding-bottom: 55px!important;
}
.pb_60 {
    padding-bottom: 60px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_100 {
    padding-bottom: 100px;
}
.pb_103 {
    padding-bottom: 103px;
}
.mt-40{
	margin-top: 40px;
}
.br-20{
	border-radius:20px;
	border: solid 1px #00a4d9;
}
.br-40{
	border-radius:40px;
	border: solid 1px #00a4d9;
}
.align-items-stretch {
    align-items: stretch!important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    /* margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5); */
}

.bg-color {
    background-color: #00A4D9 !important;
}
.bg-color1 {
    background-color: #fff !important;
}
.bg-gray-light {
    background-color: #f5f5f5;
}
.solution_row a {
    display: block;
    color: #000;
}
.col-padding {
    padding: 4rem;
}
.col-padding1 {
    padding: 6rem;
}
.section.dark .bg-color h2 {
    color: #FFF;
	font-family: montserrat,sans-serif;
	font-size: 30px;
	font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
}

.section.dark .bg-color label {
    color: rgba(255,255,255,0.9);
    font-weight: 400;
    text-transform: capitalize;
}

.dark .button-light:not(.button-border):hover {
    background-color: #282828;
}

.button-white:not(.button-border) {
    background-color: #f9f9f9!important;
}
.button.button-rounded {
    border-radius: 3px;
}

.text-white{
	color:#fff;
}

.hr2_3 p {
    /* padding: 15px 15px 15px 70px;
	padding: 25px 25px 0px 70px; */
    padding: 20px 20px 20px;
    margin-bottom: 0;
}

.product p {
    font-weight: normal;
    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;
    color: #fff;
    line-height: 25px;
}
.product1 p {
    font-weight: normal;
    text-align: justify;
    /* margin-top: 10px;
	text-align-last: center;
    -moz-text-align-last: center;
    -o-text-align-last: center;
    -webkit-text-align-last: center; */
    font-weight: normal;
    color: #000;
    line-height: 25px;
}

.midas_logo_row1 {
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5px;
    width: 75%;
    background: #fff;
}
.midas_logo_row1 figure {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto 15px;
    display: flex;
}
.midas_logo_row1 figcaption {
    background-color: white;
    color: #20AFDE;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    padding: 2px;
    text-align: center;
	border-top: 1px solid #64AD52;
    margin-top: 8px;
}
.midas_logo_row2 {
    height: auto;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px 5px;
    width: 90%;
    background: #fff;
	display: inline-block;
}
.midas_logo_row2 img {
	/* display: inline-block;
	display: flex;
	flex-direction: column;
	width: 50%; */
	align-items: center;
    justify-content: space-between;
    margin: 10px 15px;
	box-sizing: border-box;
}
.midas_logo_row3 {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    width: 75%;
    background: #fff;
}
.midas_logo_row3 figure {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto 15px;
    display: flex;
}
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span:before, .separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,100%);
    top: 10px;
	/* border-bottom: 1px solid rgba(255,255,255,.34);
    top: 5px; */
    width: 300px;
}

.separator span i {
    font-size: 20px;
    padding: 0;
    margin: 0;
    float: none;
	color: #fff;
}

.separator1 {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator1 span {
    display: inline-block;
    position: relative;
}

.separator1 span:before {
    right: 100%;
    margin-right: 15px;
}

.separator1 span:after {
    left: 100%;
    margin-left: 15px;
}

.separator1 span:before, .separator1 span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(21,88,152,.34);
    top: 5px;
    width: 300px;
}

.separator1 span i {
    font-size: 20px;
    padding: 0;
    margin: 0;
    float: none;
	color: #1B90DA;
	margin-top: -5px;
}
/* .separator1 span i {
    font-size: 20px;
    padding: 0;
    margin: 0;
    float: none;
	color: #155898;
	margin-top: -5px;
} */

.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}

.text-dark h1 {
    color: #000 !important;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
}
.text-dark {
    color: #000!important;
}
.text-dark1 {
    color: #000!important;
}

.text-light h1 {
    color: #fff !important;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
}

.text-light {
    color: #f8f9fa!important;
}

.padding30 {
    padding: 30px !important;
}

#section {
    padding: 50px 0;
}

#section.dark {
    background-color: #282828;
    border-color: rgba(255,255,255,.1);
}

.de_light h3{
	color: #222;
	font-weight: 600;
	font-family: 'Poppins',Arial, Helvetica, sans-serif;
	letter-spacing: 0;
    text-transform: none;
	margin-top: 0;
    font-size: 18px;
    /* letter-spacing: 3px;
    text-transform: uppercase; */
    margin-bottom: 15px;
}

.de_light p {
    color: #606060;
    font-family: "Roboto",Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}

.gutter-30 {
    --custom-gutter: 30px;
}
[class*=gutter-] {
    --custom-gutter: var(--bs-gutter-x);
    margin-right: calc(var(--custom-gutter)/-2);
    margin-left: calc(var(--custom-gutter)/-2);
    margin-top: calc(var(--custom-gutter) * -1);
}

@media (min-width: 992px){
.services-grid .feature-box {
    padding: 3rem;
    background-size: 0;
    border: 1px solid rgba(255,255,255,.1);
}
.services-grid .feature-box .fbox-icon, .services-grid .feature-box .fbox-content {
    transform: translateY(20px);
}
.services-grid .feature-box:not(:hover) .hover-button {
    opacity: 0;
    transform: translateY(-5px);
}

}
.services-grid .feature-box, .services-grid .feature-box .fbox-icon, .services-grid .feature-box .fbox-content, .hover-button {
    transition: all .4s ease,border-color 0s ease;
}
.services-grid .feature-box {
    background-color: #094e70;
}
.services-grid .feature-box {
    padding: 2rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    border: 1px solid #E9C46A;
}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important;
}
.flex-column {
    flex-direction: column!important;
}
.align-self-stretch {
    align-self: stretch!important;
}
/* .d-flex {
    display: flex!important;
} */
.services-grid .feature-box, .services-grid .feature-box .fbox-icon, .services-grid .feature-box .fbox-content, .hover-button {
    transition: all .4s ease,border-color 0s ease;
}
.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}
.fbox-icon a, .fbox-icon i, .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.dark .services-grid .feature-box .fbox-icon i {
    background-color: rgba(255,255,255,.15);
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.fbox-icon i {
	background-color: #094e70;
}
.fbox-icon i {
    font-style: normal;
    font-size: 28px;
    line-height: 4rem;
    text-align: center;
}
.fbox-icon i, .fbox-icon img {
    border-radius: 50%;
}
.dark .services-grid .feature-box .fbox-icon i {
    background-color: rgba(255,255,255,.15);
}
.dark h4, .dark h5, .dark h6 {
    color: #eee;
}
#content p {
    line-height: 1.8;
}
.dark .fbox-content p {
    color: #fff;
}
.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #fff;
}
.fbox-content ul li {
    margin-top: 0.5rem;
    margin-bottom: 0;
	padding-left: 33px;
    color: #fff;
}

.solution_row [class^="sr_art_"]:first-child {
    text-align: left;
    padding: 15px;
    display: block;
    border-left: 0;
}

.solution_row [class^="sr_art_"]:last-child {
    border-right: 0;
}

.solution_row [class^="sr_art_"] h3 {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
	text-align: left;
}

.solution_row [class^="sr_art_"] h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 70px;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    align-items: normal;
	background: #00a4d9;
}

.solution_row [class^="sr_art_"] h3:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 70px;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    align-items: normal;
	background: #fff;
}
.solution_row [class^="sr_art_"] h3:focus:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0; */
    width: 70px;
    height: 2px;
    border-radius: 5px;
    margin: 0 auto;
    text-align: left;
    align-items: normal;
	background: #fff;
}

.solution_row [class^="sr_art_"] {
    text-align: left;
}

.solution_row_3 [class^="sr_art_"] * {
    /* color: #343434; */
	color:#fff;
}

.solution_row_1 [class^="sr_art_"] h2:after {
    display: none;
}

.solution_row_3{}

.rounded-6 {
    border-radius: 0.6rem!important;
}

.mt-6, .my-6 {
    margin-top: 5rem!important;
}

.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 94%;
    left: 50%;
    width: 150%;
    height: 50%;
    background-size: 12px 12px;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(rgba(38, 70, 83,0.3) 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0) 25%);
    z-index: 0;
    background-position: center center;
}

@media (min-width: 768px){
.p-md-6 {
    padding: 5rem!important;
}
}
.p-5 {
    padding: 3rem!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.home_2 {
    /* background: #50bcb6;
	color: #ffffff; */
    padding: 20px 15px;
    color: #000;
    margin: 0;
    text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
.home_2 p {
    font-weight: normal;
}
}
.ad_top_mar p {
    margin-top: 0px;
}
.home_2 p {
    margin-top: 10px;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left;
    -o-text-align-last: left;
    -webkit-text-align-last: left;
    font-weight: normal;
}

.h_2 {
    color: #444;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
    position: relative;
}

.h_2:after {
    background: #337ab7 none repeat scroll 0 0;
    border-radius: 10px;
    content: "";
    display: block;
    height: 4px;
    margin: 20px 0;
    width: 15%;
	clear: both;
    line-height: 0;
}

.man_list li a {
    display: block;
    color: #363636;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.man_info_panel {
    display: block;
    padding: 20px;
    background: #f5f5f5;
    height: 450px;
    overflow: auto;
    border: 1px solid #cccccc;
    border-left: 3px solid #34B6D1;
}

.solution_row [class^="sr_art_"] span {
    display: block;
    /* text-align: center;
	background-position: center center;*/
    width: 100%;
    background-size: auto 40px;
    background-repeat: no-repeat;
    height: 40px;
}

.fbox-content h4:after {
    content: "";
    position: relative;
    bottom: 0;
    left: 0;
    /* right: 0;
	margin: 0 auto;
	background: #4FD3E9;
	background: #6fb84e; */
    width: 70px;
    height: 2px;
    border-radius: 5px;
    margin-top: 20px;
	background: #4ff304;
	text-align:left;
}

.text-justify{
	text-align: justify;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}
.services .service {
    float: left;
    padding-right: 4%;
    padding-bottom: 30px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.isotope-item {
    z-index: 2;
}
.services_inner {
    position: relative;
    overflow: hidden;
}
.services.two_columns .services_inner .service_rollover {
    padding-top: 20px;
}
.services.two_columns .services_inner figure, .services.two_columns .media_box.cmsms_with_out_thumb_slider {
    padding: 0 0 66%;
}

.services_inner figure, .media_box.cmsms_with_out_thumb_slider {
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    margin: 0;
}
figure {
    background-image: none;
}
.services.three_columns .services_inner .service_rollover .entry-header, .services.two_columns .services_inner .service_rollover .entry-header {
    margin: 0;
}
.services.two_columns .services_inner .service_rollover .entry-header {
    margin: 5px 0 0;
}
.service_rollover .entry-header, .service_rollover .entry-header h5, .service_rollover .entry-header ul, .service_rollover .entry-content {
    display: block;
    overflow: hidden;
}
.service_rollover .entry-header, .service_rollover .entry-meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.service_rollover .entry-meta {
    padding: 0;
    margin: -3px 0 0;
    line-height: 18px;
}
.service footer {
    overflow: hidden;
    margin-bottom: 20px;
}

.pricing-table {
    border: 1px solid #ececec;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.pricing-table .pricing-table-head {
    background: #f8f8f8;
    /* padding-bottom: 20px; */
    border-bottom: 1px solid #ececec;
}

.pricing-table .pricing-table-content {
    padding: 20px 0;
    text-align: left;
}

.white-space.space-small {
    padding: 20px 0;
}
.white-space {
    display: block;
    width: 100%;
}
.pricing-table .pricing-table-head .iconbox-wrapper {
    margin-bottom: 20px;
}
/* .pricing-table .pricing-table-head .bb_head img {
    height: 26px;
} */
.iconbox-wrapper.circle.iconbox-2x {
    font-size: 32px !important;
	width: 68px !important;
    height: 68px !important;
    line-height: 68px !important;
}
.iconbox-wrapper.circle.border {
    background: #00a4d9;
    border: 2px solid;
    padding: 8px 10px;
}
.iconbox-wrapper.circle {
    background: #f2f2f2;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.iconbox-wrapper.iconbox-2x {
    font-size: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.color-default {
    color: #00a4d9 !important;
}

.pricing-table .pricing-table-head .pricing-head-description {
    margin-bottom: 0;
    padding: 0 15px;
    font-style: normal;
	color:#000;
}
.pricing-table .pricing-table-head .pricing-head-description1 {
    margin-bottom: 0;
    padding: 0;
    font-style: normal;
	color:#000;
}
.txt-mt-30 {
	margin-top: 30px;
}
.pricing-table .pricing-table-content .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-table .pricing-table-content .pricing-list li:first-child {
    border-top: 0;
}

.pricing-table .pricing-table-content .pricing-list li {
    padding: 14px;
    border-top: 1px solid #ececec;
    color: #32313b;
}
.fancy-title {
    text-transform: uppercase;
    margin-bottom: 40px;
}
.text-center.fancy-title:after {
    content: "";
    background: #ececec;
    display: block;
    height: 1px;
    margin: 0 auto;
    position: relative;
    width: 30%;
	z-index: -1;
}

.fancy-title:after {
    content: "";
    background: #ececec;
    display: block;
    height: 1px;
    margin: 0;
    position: relative;
    width: 100%;
}
.fancy-title span:after, .text-center.fancy-title span:after{
	background-color: #00a4d9;
}
.text-center.fancy-title span:after {
    content: "";
    display: block;
    height: 5px;
    margin: 20px auto -3px;
    position: relative;
    width: 10%;
}
.margin-top20 {
    margin-top: 20px !important;
}
.text-center {
    text-align: center;
}
h5, .h5 {
    font-size: 16px;
	margin-top: 10px;
    margin-bottom: 10px;
	color: #32313b;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizelegibility;
}

h2 {
    font-size: 48px;
    margin-top: 0;
    color: #32313b;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizelegibility;
}
.process-box-circle {
    cursor: pointer;
}
.process-box-circle h5 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #000;
}
.process-box-circle h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #ddd;
    left: 50%;
    margin-left: -35px;
    bottom: -9px;
}
.process-box-circle1 {
    cursor: pointer;
}
.process-box-circle1 h5 {
    font-size: 31px;
    font-weight: 600;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.process-box-circle1 h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #ddd;
    /* left: 50%;
    margin-left: -35px; */
    bottom: -9px;
}
.process-box-circle1 figure{
	width:50%;
	margin: 0 auto;
	border: 2px solid #1e73dd;
	border-radius: 100%;
}
.panel-group {
    padding: 0;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
    padding: 0px 0 11px;
}
.panel-default {
    border-color: #dddddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
}
.panel-default > .panel-heading {
    color: #333333;
    border-color: #dddddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 8px 0 11pxx;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: none;
}
.panel-title.active a {
    color: #1E73DD !important;
}
.panel-title > a {
    color: inherit;
    line-height: 25px;
	text-transform: uppercase;
}
.panel-title.active span {
    background: #1E73DD;
}
.panel-title a span {
    width: 22px;
    height: 24px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #1e73dd;
    float: left;
    margin-right: 11px;
}
.panel-title a span .fa {
    line-height: 25px;
}
.panel-collapse {
    clear: both;
}

.collapse {
    display: none;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
}
.panel-body {
    padding: 15px;
    color: #000;
}
input[type="text"], input[type="email"], input[type="number"], select {
    width: 48%;
    height: 40px;
    outline: none;
}
div.selector {
    background-color: #fff;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #F4F4F4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border: 1px solid #F4F4F4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    height: 40px;
    margin: 0 0 7px;
    text-align: left;
    line-height: 26px;
    background: url("../images/select-bg.png") 95% no-repeat #fafafa;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 48%!important;
    font-size: 12px;
}
div.selector span {
    color: #A5A5A5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 9px;
    height: 38px;
    line-height: 39px;
    cursor: pointer;
    width: 100%;
    display: block;
}
div.selector select {
    cursor: pointer;
    opacity: 0;
    -moz-opacity: 0;
    background: 0 0;
    position: absolute;
    height: 38px;
    top: 0;
    left: 0;
    width: 100%;
}
div.selector option {
    padding: 10px;
}
textarea {
    margin-bottom: 15px;
	overflow: auto;
    vertical-align: top;
    width: 98%;
    height: 150px;
    resize: none;
    outline: none;
	border: 1px solid #F4F4F4;
    color: #A5A5A5;
    font-family: inherit;
    font-size: 13px;
    margin: 0 10px 7px 0;
    padding: 10px 9px;
    box-shadow: 0 1px 0 #f4f4f4;
    -moz-box-shadow: 0 1px 0 #f4f4f4;
    -webkit-box-shadow: 0 1px 0 #f4f4f4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}
.appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"] {
	width:64%;
	margin-bottom:10px;
}
.appointment-sec2 .selector {
	margin-bottom:10px !important;
	width:64% !important
}
.appointment-sec2 textarea {
	width:64%;
	height:180px;
	margin-bottom:10px;
}
.carousel-caption h2 {
    font-weight: normal;
    color: #fff;
}
.carousel-caption h3 {
    font-weight: bold;
    color: #fff;
}
.career_li_form label {
    font-weight: 600;
    padding-top: 8px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.bb_text {
    padding: 10px 10px 10px 20px;
}
.nh3_3 {
    margin-top: -56px;
    padding-bottom: 25px;
}
.nh3_4 {
    margin-top: -56px;
    padding-bottom: 50px;
}
.nav-tabs.tabs-alt > li > a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-right: -1px;
    margin-bottom: -1px;
    background: #f5f5f5;
    border: 1px solid #ececec;
    color: #778899;
}
.nav-tabs > li > a:hover {border-color: #ececec; background:#f5f5f5;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #fff; cursor: default;  border: 0; border-bottom:4px solid;}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #f7505a;
}
.nav-tabs > li > a {
    padding: 15px 15px;
    margin-right: 1px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    background: #32313b;
    color: #fff;
    border-bottom: 4px solid;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs.tabs-alt > li.active > a {
    border: 1px solid #ececec;
    border-bottom: 1px solid #fff;
    background: #ffffff;
	color: #f7505a;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom-color: #f7505a;
}
.nav-tabs.tabs-alt > li.active > a:after {
    content: "";
    height: 4px;
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color: #f7505a;
}
.tab-content > .active {
    display: block;
    padding: 30px 10px;
    border: 1px solid #ececec;
}
.nav-tabs {border-bottom: none;}
.nav-tabs > li {float: left; margin-bottom: 0px;}
.nav-tabs > li > a { padding:15px 15px; margin-right: 1px;  line-height: 1.42857143;border: none; border-radius: 0; background: #32313b; color: #fff; border-bottom:4px solid;}
.sidebar-widget .nav-tabs > li > a { padding:15px 5px;}
.nav-tabs > li > a:hover {border-color: #ececec; background:#f5f5f5;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {color: #fff; cursor: default;  border: 0; border-bottom:4px solid;}
.nav-tabs.tabs-alt > li > a { -webkit-border-radius: 4px 4px 0 0 ;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0; margin-right: -1px; margin-bottom: -1px; background:#f5f5f5; border:1px solid #ececec; color:#000; text-transform: Capitalize; font-size:16px;}
.nav-tabs.tabs-alt > li.active > a:after{ content:""; height:4px;  position:absolute; top:-1px; left:0; display:block; z-index:1; width:100%; -webkit-border-radius: 4px 4px 0 0 ;-moz-border-radius: 4px 4px 0 0;border-radius: 4px 4px 0 0;-webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;	-ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;background: #34B6D1;}
.nav-tabs.tabs-alt > li > a:hover { margin-right: -1px; background:#ffffff; border:1px solid #ececec; color:#778899;}
.nav-tabs.tabs-alt > li.active > a {border:1px solid #ececec; border-bottom:1px solid #fff; background:#ffffff;}
.nav-tabs.tabs-alt > li.active > a:hover { border:1px solid #ececec;border-bottom:1px solid #fff; background:#ffffff;}
.nav-tabs.tabs-alt > li.active > a:focus { border:1px solid #ececec; border-bottom:1px solid #fff; background:#ffffff;}
.tabs-alt.tab-content > .active { border:none; border-top:1px solid #ececec;}
.tab-pane article h3 {
    display: block;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
	font-size:15px;
}
.tab-pane article {
    display: block;
    padding-top: 25px;
}
.nav-tabs.tabs-alt 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
}
.nav-tabs.tabs-alt li a {
    display: block;
    color: #363636;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px;
	height: 70px;
	line-height: 3rem;
}
.nav-tabs.tabs-alt li a figure span {
    display: table-cell;
    vertical-align: middle
}

.nav-tabs.tabs-alt li:nth-child(1) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_material_icon.png") no-repeat center -22px
}

.nav-tabs.tabs-alt li:nth-child(2) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_inventory_icon.png") no-repeat center -22px
}

.nav-tabs.tabs-alt li:nth-child(3) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_warehouse_icon.png") no-repeat center -22px
}

.nav-tabs.tabs-alt li:nth-child(4) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_procurement_icon.png") no-repeat center -22px
}

.nav-tabs.tabs-alt li:nth-child(5) a figure span {
    background: rgba(0, 0, 0, 0) url("../images/man_power_sap_icon.png") no-repeat center -22px
}

.nav-tabs.tabs-alt li a figcaption b {
    display: block;
    font-weight: 600
}

.nav-tabs.tabs-alt li a figcaption {
    float: left;
    margin-top: 5px
}
.nav-tabs.tabs-alt li a:hover,
.nav-tabs.tabs-alt li a:focus,
.nav-tabs.tabs-alt li.active a,
.nav-tabs.tabs-alt li.active a:focus {
    background: #34B6D1;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt li a:hover figure,
.nav-tabs.tabs-alt li.active a figure {
    border-color: #ffffff
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt 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
}

.nav-tabs.tabs-alt li a:hover span {
    -webkit-animation: toTopFromBottom 0.5s forwards;
    -moz-animation: toTopFromBottom 0.5s forwards;
    animation: toTopFromBottom 0.5s forwards;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.w-100{
	width: 100%;
}
.w-97{
	width: 97%;
}
.w-95{
	width: 95%;
}
.w-90{
	width: 90%;
}
.w-85 {
    width: 85%;
}
.w-80{
	width: 80%;
}
/* .h-100 {
    height: 100%!important;
} */
.fancy-title {
    margin-bottom: 20px !important;
    text-transform: uppercase;
    margin-top: 0;
    color: #32313b;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizelegibility;
}
.fancy-title:after {
    content: "";
    background: #ececec;
    display: block;
    height: 1px;
    margin: 0;
    position: relative;
    width: 100%;
}
.fancy-title span:after {
    content: "";
    display: block;
    height: 5px;
    margin: 10px 0 -3px;
    position: relative;
    width: 10%;
    z-index: 2;
	background-color: #1E73DD;
}

hr.hr-fancy {
    border: 0 solid #ececec;
    border-top-width: 1px;
    height: 0;
    display: block;
    width: 100%;
    position: relative;
}

.fancy-title1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 2rem; */
}
.fancy-title1 h2 span {
    position: relative;
    margin-bottom: 0;
    font-size: 24px;
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 20px;
    font-family: Poppins,sans-serif;
}
.fancy-title1::after {
    margin-left: 0.75rem;
	margin-top: -6px;
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
}
/* .fancy-title1::after, .fancy-title1::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
} */
.img-one-fourth {
    width: 25%;
    height: auto;
	margin: 15px auto;
    display: inline-block;
}
.img-one-third {
    width: 33.33%;
    height: auto;
	margin: 15px auto;
    display: inline-block;
}
.img-half{
	width: 50%;
	height: auto;
	margin: 15px auto;
    display: inline-block;
}
.img-half-1{
	width: 50%;
	height: auto;
	margin: 15px auto 0;
    display: inline-block;
}
.img-three-fourth {
    width: 75%;
    height: auto;
	margin: 15px auto;
    display: inline-block;
}
.img-three-fourth-1 {
    width: 75%;
    height: auto;
	margin: 15px auto 0;
    display: inline-block;
}
.img-full {
    width: 100%;
    height: auto;
	margin: 15px auto;
    display: inline-block;
}
.img-full-1 {
    width: 100%;
    height: auto;
	margin: 15px auto 0;
    display: inline-block;
}
.img-full-2 {
    width: 100%;
	height: 100%;
	margin: 0 auto 15px;
    display: inline-block;
}
.img-full-3 {
    width: 100%;
	height: 100%;
	margin: 0 auto;
    display: inline-block;
}
.img-full-4 {
    width: 100%;
	height: 100%;
	margin: 30px auto 0;
    display: inline-block;
}
.img-full-5 {
    width: 100%;
	height: 100%;
	margin: 20px auto 0;
    display: inline-block;
}
.img-full-6 {
    width: 100%;
	height: 100%;
	margin: 10px auto 0;
    display: inline-block;
}

 .link_box_1 img, .link_box_2 img, .link_box_3 img, .link_box_4 img {
    max-height: 100px;
}
.link_box_1 h4, .link_box_2 h4, .link_box_3 h4,  .link_box_4 h4{
    color: #ff0000;
	/* color: #f7505a;
	text-transform: Uppercase; */
	font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 800;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
}
/* .line_box_1 h4, .link_box_2 h4, .link_box_3 h4,  .link_box_4 h4{
    color: #ff0000;
	color: #f7505a;
	text-transform: Uppercase;
	font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
	font-size: 20px;
	text-align: center;
} */
.txt-dark-blue{
	color:#1E73DD;
	text-transform: Uppercase;
}
.txt-dark-blue:after {
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #00A3D8;
    left: 50%;
    margin-left: -35px;
	/* margin-top: 10px;
	margin-bottom: 10px;
    bottom: -9px; */
}
.txt-light-blue{
	color:#10A9DC;
	margin-top: 10px;
	/* background-color:#F1F1F1; */
}
.bg-two-colors{
	background-image: linear-gradient(180deg, #fff, #f1f1f1);
}
.bg-white{
	background: #fff;
}
.bg-grey{
	background: #f1f1f1;
}
.foot_col_5 {
    width: 100%;
}
.bg_gear1:after {
    content: "";
    background: url(../images/master_data_bg5.png) no-repeat right center;
    background-size: auto;
	background-size: contain;
	opacity: 0.15;
    position: absolute;
    right: 15px;
    bottom: 7px;
    width: 204px;
    height: 90px;
}
.bg-two-color {
    background: url(../images/two-color-bg.png) no-repeat center center;
}
.bg-two-color-1 {
    background: url(../images/two-color-bg-3.png) no-repeat center center;
}
.testimonial {
    position: relative;
    padding: 0 15px 15px;
    background-color: #fff;
    width: 75%;
    height: auto;
}

.typing-wrap {
    margin: 0;
	text-align: center;
	border-top: 1px solid #64AD52;
    /* margin-top: 8px; */
	padding-top: 8px;
}
.typing-wrap h1 {
    margin: 0;
    line-height: 40px;
	color: #20AFDE;
	font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	text-transform: Uppercase;
}
.typing-wrap span {
    margin: 0;
    line-height: 40px;
	color: #20AFDE;
	font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	text-transform: Capitalize;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.pricing-extended {
    background-color: #fff;
    text-align: left;
}
.pricing-box {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.075);
    border-radius: 3px;
    background-color: #fff;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.p-0 {
    padding: 0px;
}
.pricing-extended .pricing-title {
    background-color: transparent;
    padding-top: 0;
}
.pricing-title {
    padding: 1rem 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(0,0,0,.075);
    letter-spacing: 1px;
}
.pricing-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #555;
}
.pricing-extended .pricing-features {
    border: 0;
    background-color: transparent;
}
.pricing-features {
    border-top: 1px solid rgba(0,0,0,.075);
    border-bottom: 1px solid rgba(0,0,0,.075);
    background-color: #f9f9f9;
    /* padding: 2rem 0; */
}
.pricing-features ul {
    margin: 0;
    list-style: none;
}
.pricing-features li {
    padding: 0.375rem 0;
}
.pricing-extended .pricing-action-area {
    border-left: 1px solid rgba(0,0,0,.05);
    background-color: #f9f9f9;
    padding: 30px;
    text-align: center;
}
.pricing-extended .pricing-meta {
    color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.pricing-extended .pricing-action-area .pricing-price {
    padding-bottom: 20px;
}
.pricing-extended .pricing-action-area .pricing-action, .pricing-extended .pricing-action-area .pricing-price {
    padding: 0;
}
.pricing-price {
    position: relative;
    padding: 1.5rem 0;
    color: #333;
    font-size: 64px;
    line-height: 1;
}
.pricing-price .price-unit {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px 0 0;
    font-size: 28px;
    font-weight: 400;
}
.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
    display: block;
    margin: 10px 0 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.pricing-price .price-tenure {
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #999;
    margin: 0 0 0 3px;
}
.pricing-extended .pricing-action-area .pricing-action, .pricing-extended .pricing-action-area .pricing-price {
    padding: 0;
}
.pricing-action {
    padding: 1.25rem 0;
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
}
.d-table-cell {
    display: table-cell!important;
}
.align-middle {
    vertical-align: middle!important;
}
.position-relative {
    position: relative!important;
}
.position-inherit {position:inherit !important}
.text-medium {
    font-size: 16px;
    line-height: 23px;
}
.text-large {
    font-size: 24px;
    line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
}
.d-table {
    display: table!important;
}
.margin-15px-bottom {
    margin-bottom: 15px;
}
.alt-font {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.feature-box {overflow: hidden;position: relative;text-align: center; cursor: pointer}
.feature-box .content {padding: 35px 15px;}
.feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after{display: inline-block; position:absolute; content:""; background-color:var(--base-color); z-index: 1}
.feature-box:before, .feature-box .content:before {right:0; top:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:after, .feature-box .content:after {left:0; bottom:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover:before, .feature-box:hover:after{transform:scaleY(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box:after {transform-origin: left bottom 0; -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0;}
.feature-box .content:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.feature-box .content:after {transform-origin: top left 0; -webkit-transform-origin: top left 0; -moz-transform-origin: top left 0; -ms-transform-origin: top left 0; -o-transform-origin: top left 0;}
.feature-box:before, .feature-box:after{height:100%; width:3px; transform:scaleY(0);-webkit-transform:scaleY(0); -moz-transform:scaleY(0); -ms-transform:scaleY(0); -o-transform:scaleY(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box:hover .content:before, .feature-box:hover .content:after {transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); -ms-transform:scaleX(1); -o-transform:scaleX(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.feature-box .content:before, .feature-box .content:after {width:100%; height:3px; transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); -ms-transform:scaleX(0); -o-transform:scaleX(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}

/* feature box style 16 */
.feature-box-16 .feature-box-content {position: absolute; bottom:0; width: 100%; transition: ease-in-out 0.4s; height: 60px;}
.feature-box-16 .feature-box-content p {opacity: 0; transition: ease-in-out 0.5s; -webkit-transition: ease-in-out 0.5s; -moz-transition: ease-in-out 0.5s; -ms-transition: ease-in-out 0.5s; -o-transition: ease-in-out 0.5s;text-align: justify;}
.feature-box-16 {position: relative; overflow: hidden;}
.feature-box-16:hover .feature-box-content {height: 100%;}
.feature-box-16:hover .feature-box-content p {opacity: 1;}

.opacity-full-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}
.bg-extra-dark-gray {
    background-color: #1c1c1c;
}
.bg-extra-light-blue {
    background-color: #20AFDE;
}
.text-white-2, .btn.text-white-2 {
    color: #FFF;
}
.text-extra-light-gray, .btn.text-extra-light-gray {
    color: #b7b7b7;
}
.text-extra-white, .btn.text-extra-light-gray {
    color: #fff;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
@media (max-width: 575px){
.xs-margin-15px-bottom {
    margin-bottom: 15px;
}
}
@media (max-width: 991px){
.md-margin-30px-bottom {
    margin-bottom: 30px;
}
}
.mgn-btm-1 {}
@media only screen and (max-width: 767px){
.foot_col {
    margin-bottom: 25px !important;
}
.foot_cont {
    margin-top: 25px !important;
}
.career_li_form input[type="text"], .career_li_form input[type="file"], .career_li_form select, .career_li_form textarea {
    margin-bottom: 10px;
}
.career_li_form li:first-child {
    display: block;
    padding: 15px 0 0 0;
    clear: both;
}
.career_li_form li:nth-child(2), .career_li_form li:nth-child(3), .career_li_form li:nth-child(4), .career_li_form li:nth-child(5) {
    display: block;
    padding: 0;
    clear: both;
}
.career_li_form li:last-child {
    display: block;
    padding: 0 0 15px 0;
    clear: both;
}
.career_page .col-lg-7 {
        display: none !important
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 35px;
    text-shadow: none;
}
.nh_info {
	margin-bottom: 2rem;
}
.hr2_3 p {
    padding: 20px;
}
.img-half {
    width: 40%;
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.img-one-fourth {
    width: 30%;
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.img-three-fourth {
    /* width: 40%; */
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.midas_logo_row1 {
    width: 100%;
}
.midas_logo_row2 {
    width: 100%;
}
.midas_logo_row3 {
    width: 100%;
}
.w_80 {
    width: 100%;
}
.midas_logo_row2 img {
    align-items: center;
    justify-content: space-between;
    /* margin: 10px 15px; */
    box-sizing: border-box;
}
.solution_row [class^="sr_art_"] {
    text-align: center;
    padding: 15px 15px 20px;
    display: block;
    border-bottom: 1px solid #d9d9d9;
	border-left: 0;
}
.solution_row [class^="sr_art_"]:last-child {
    border-bottom: 0;
	border-left: 0;
}
.mr-p-20{
	padding: 20px;
}
.pb_42 {
    padding-bottom: 22px!important;
}
.pricing-table {
    border: 1px solid #ececec;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.nh_4 {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}
.testimonial {
    position: relative;
    padding: 0 15px 15px;
    background-color: #fff;
    width: 100%;
    height: auto;
}
}
@media (min-width: 768px) and (max-width: 959px){
.nh_info {
	margin-bottom: 2rem;
}
.pb_42 {
    padding-bottom: 22px!important;
}
.hr2_1 {
    width: 40% !important;
}
.hr2_1:before {
    content: "";
    background: #35b9e3;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skew(30deg);
    width: 220px;
}
.hr2_3 p {
    padding: 0 20px 20px;
    margin-bottom: 0;
}
.img-half {
    width: 75%;
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.img-one-fourth {
    width: 50%;
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.img-three-fourth {
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: inline-block;
}
.carousel-caption h3 {
    font-size: 35px;
    text-shadow: none;
}
.carousel-caption h2 {
    font-size: 25px;
}
.h-95 {
	height: 100%;
}
.h-97 {
	height: auto;
}
}
@media (min-width: 1280px) and (max-width: 1920px){
.b_box {
    margin-bottom: 20px !important;
}
.h-100 {
    height: 100%;
}
}
@media (min-width: 360px) and (max-width: 767px){
.link_box, .nh_info, .b_box, .foot_col_3, .foot_col_1 {
    margin-bottom: 25px !important;
}
.h-100 {
    height: auto;
}
.h-90 {
    height: auto;
}
.h-95 {
    height: auto;
}
.h-97 {
    height: auto;
}
}
.h-90 {
	height: 90%;
}
.h-95 {
	height: 95%;
}
.h-97 {
	height: 97%;
}
.solution_row [class^="sr_art_"] h5 {
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}
.solution_row [class^="sr_art_"] h5:after {
    position: absolute;
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #ddd;
    left: 50%;
    margin-left: -35px;
    bottom: 0px;
}
#myImg {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /* z-index: 1;*/ /* Sit on top */
  /* padding-top: 100px; */ /* Location of the box */
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  /* overflow: auto; */ /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 75%;
  /* width: 63%;
  width: 81%;
  max-width: 700px; */
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 81%;
  /* max-width: 700px; */
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
