/* Extra Plugins */


@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../plugins/font-awesome-4.7.0/css/font-awesome.min.css');
@import url('../plugins/themify-icons/themify-icons.css');
@import url('../plugins/OwlCarousel2/owl.carousel.min.css');
@import url('../plugins/OwlCarousel2/owl.theme.default.css');
@import url('../plugins/bootstrap-multiselect-master/css/bootstrap-multiselect.css');
@import url('../plugins/magnific-popup/css/magnific-popup.css');

/* Core Css */

@import url('../fonts/campton/campton.css');
@import url('animate.css');
@import url('allyo.css');
@import url('core.css');
body {
  font-family: 'Campton', sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

dl, ol, ul {
  margin-top: .5rem;
}

.text-gray {
  color: #999999;
}

.text-yellow {
  color: #fced03 !important;
}

h4 {
  font-size: 21px;
  font-weight: 400;
}

.btn.schedule-demo {
  color: #2c3e56;
  background: transparent;
  border: 1px solid #2c3e56;
}
.btn.schedule-demo:hover {
  color: #ffffff;
  background: #2c3e56;
  border: 1px solid #2c3e56;
}

/*.mtsnb {
  top: auto;
  bottom: 0px;
}*/

.mtsnb .mtsnb-container {
  padding: 4px 60px;
}
.mtsnb .mtsnb-button {
  padding: 3px 10px 2px;
  color: #1a73d2 !important;
}

.mtsnb .mtsnb-button:hover {
  background-color: #00ad86;
  color: #fff !important;
}

.home .widget-head {
  /*padding-top: 40px;*/
}

.navbar .btn-schedule-demo-orange {
  color: #fff !important;
  background: #ff374b !important;
  border: 1px solid #ff374b !important;
}

.row-0 {
  margin: 0;
}

.row-0>div {
  padding: 0;
}

.bg-gradient {
  background: rgba(113, 78, 252, 1);
  background: -moz-linear-gradient(left, rgba(113, 78, 252, 1) 0%, rgba(188, 26, 216, 1) 60%, rgba(105, 235, 247, 1) 93%, rgba(105, 235, 247, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(113, 78, 252, 1)), color-stop(60%, rgba(188, 26, 216, 1)), color-stop(93%, rgba(105, 235, 247, 1)), color-stop(100%, rgba(105, 235, 247, 1)));
  background: -webkit-linear-gradient(left, rgba(113, 78, 252, 1) 0%, rgba(188, 26, 216, 1) 60%, rgba(105, 235, 247, 1) 93%, rgba(105, 235, 247, 1) 100%);
  background: -o-linear-gradient(left, rgba(113, 78, 252, 1) 0%, rgba(188, 26, 216, 1) 60%, rgba(105, 235, 247, 1) 93%, rgba(105, 235, 247, 1) 100%);
  background: -ms-linear-gradient(left, rgba(113, 78, 252, 1) 0%, rgba(188, 26, 216, 1) 60%, rgba(105, 235, 247, 1) 93%, rgba(105, 235, 247, 1) 100%);
  background: linear-gradient(to right bottom, rgba(113, 78, 252, 1) 0%, rgba(188, 26, 216, 1) 60%, rgba(105, 235, 247, 1) 93%, rgba(105, 235, 247, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714efc', endColorstr='#69ebf7', GradientType=1);
}

.bg-primary {
  /* background-color: #7443ff !important; */
  background: #425b78;
  background: -webkit-radial-gradient(#425b78, #425b78, #121926);
  background: -o-radial-gradient(#425b78, #425b78, #121926);
  background: -moz-radial-gradient(#425b78, #425b78, #121926);
  background: radial-gradient(#425b78, #425b78, #121926);
}

.bg-primary-gradient {
  background: rgba(117, 67, 255, 1);
  background: -moz-linear-gradient(bottom, rgba(117, 67, 255, 1) 0%, rgba(116, 66, 252, 1) 100%);
  background: -webkit-gradient(bottom top, bottom top, color-stop(0%, rgba(117, 67, 255, 1)), color-stop(100%, rgba(116, 66, 252, 1)));
  background: -webkit-linear-gradient(bottom, rgba(117, 67, 255, 1) 0%, rgba(116, 66, 252, 1) 100%);
  background: -o-linear-gradient(bottom, rgba(117, 67, 255, 1) 0%, rgba(116, 66, 252, 1) 100%);
  background: -ms-linear-gradient(bottom, rgba(117, 67, 255, 1) 0%, rgba(116, 66, 252, 1) 100%);
  background: linear-gradient(to top, rgba(117, 67, 255, 1) 0%, rgba(116, 66, 252, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7543ff', endColorstr='#7442fc', GradientType=1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: rgba(46, 63, 85, 0.7686274509803922);
  border-color: rgba(46, 63, 85, 0.7686274509803922);
}

.bg-light-blue {
  background-color: #f0fafd;
}


/* Scrollbar */

.ui-scrollbar::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: #fff;
}

.ui-scrollbar::-webkit-scrollbar-button:hover {
  background-color: #fff;
}

.ui-scrollbar::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 5px;
}

.ui-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
  border-radius: 5px;
}

.ui-scrollbar::-webkit-scrollbar-track {
  background-color: #707005;
}

.ui-scrollbar::-webkit-scrollbar-track:hover {
  background-color: #707005;
}

.ui-scrollbar::-webkit-scrollbar {
  width: 2px;
}


/* Scrollbar */

.icon_link svg {
  margin-right: 8px;
}


/* Buttons */

.btn-sm {
  padding: 6px 15px 4px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  /*height: 38px;*/
  line-height: 16px;
}

.btn-lg-alter {
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  padding: 16px 45px;
}

.btn-lg {
  border-radius: 30px;
}

.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
  background: #fff;
  color: #000;
}

.btn-yellow {
  color: #fff;
  background: #e37734;
  border: 1px solid #e37734;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: rgb(228, 97, 15);
  color: #fff;
}

.btn-orange {
  color: #fff;
  background: #e37734;
  border: 1px solid #e37734;
}

.btn-orange:hover,
.btn-orange:focus {
  background: #c7692e;
  color: #fff;
}

.btn-md {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
}

.btn-primary {
  color: #ffffff;
  background: #2e3f55;
  border: 1px solid #2e3f55;
  min-width: 185px;
}

.btn-primary:hover,
.btn-primary:focus {
  background: rgba(46, 63, 85, 0.7686274509803922);
  border-color: rgba(46, 63, 85, 0.7686274509803922);
}

.btn-white {
  color: #000;
  border-color: #fff;
  background: #fff;
}

.btn-white:hover,
.btn-white:focus {
  background: #7650fc;
  border-color: #7650fc;
  color: #fff;
}

.btn-watermelon {
  color: #000;
  background: #ff374b;
  border-color: #ff374b;
}
.btn-watermelon:hover,
.btn-watermelon:focus {
  color: #fff;
  background: #e02538;
  border-color: #e02538;
}
.btn-mint {
  color: #000;
  background: #00ddb7;
  border-color: #00ddb7;
}
.btn-mint:hover,
.btn-mint:focus {
  color: #fff;
  background: #02bb9b;
  border-color: #02bb9b;
}
.btn-navy {
  color: #000;
  background: #2c3e56;
  border-color: #2c3e56;
}
.btn-navy:hover,
.btn-navy:focus {
  color: #fff;
  background: #213248;
  border-color: #213248;
}

.overflow-hidden,
.mobile-hidden {
  overflow: hidden;
}

.inside_page .schedule-demo-desktop .btn-outline-white {
  color: #2c3e56;
  background: transparent;
  border: 1px solid #2c3e56;
}

.inside_page .schedule-demo-desktop .btn-outline-white:hover,
.inside_page .schedule-demo-desktop .btn-outline-white:focus {
  color: #ffffff;
  background: #2c3e56;
  border: 1px solid #2c3e56;
}


/* Header Start */

.home_page header {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
}

.inside_page header {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);
}

.widget-head {
  padding: 25px 0;
}

header.active .widget-head {
  border-bottom: 1px solid #e1e1e1;
}

header.header-fixed-active .widget-contact {
  /*  display: none; */
  padding: 10px 0;
}

header.active .widget-contact p img,
header.header-fixed-active .widget-contact p img,
.inside_page .widget-contact p img {
  filter: invert(100%);
}

header.active .widget-contact p,
header.active .widget-contact a,
header.header-fixed-active p,
header.header-fixed-active .widget-contact a,
.inside_page .widget-contact p,
.inside_page .widget-contact a {
  color: #556366;
}

header.header-fixed-active .widget-head {
  padding: 25px 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header.header-fixed-active {
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.19);
}

header.active {
  background: #fff;
}

header.header-fixed-active .navbar .navbar-nav .nav-link,
header.active .navbar .navbar-nav .nav-link,
.inside_page .navbar .navbar-nav .nav-link {
  color: #556366;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  padding: 3px 10px;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .current-page-ancestor>.nav-link,
.active-mega-menu {
  color: #2c3e56 !important;
  font-weight: 500;
}

header .navbar-brand img {
  /*  -webkit-filter: brightness(0) invert(1);

  filter: brightness(0) invert(1); */
  -webkit-filter: invert(1);
  filter: invert(1);
}

header .navbar-brand {
  height: 39px;
}

header .navbar-brand * {
  fill: #fff;
}

header.header-fixed-active .navbar-brand img,
header.active .navbar-brand img,
.inside_page .navbar-brand img {
  -webkit-filter: none;
  filter: none;
}

header.header-fixed-active .navbar-brand *,
header.active .navbar-brand *,
.inside_page .navbar-brand * {
  fill: #2e3f55;
}

.mega_menu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 300px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -ms-transition: -ms-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  visibility: hidden;
  top: 149px;
  max-height: calc(100vh - 98px);
  overflow: auto;
}

header.header-fixed-active .mega_menu {
  /* top: 98px; */
  top: 109px;
}

.mega_menu.active {
  visibility: visible;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

header.header-fixed-active .mega_menu {
  top: 109px;
  max-height: calc(100vh - 109px);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.19);
}

.mega_menu_item_wrp h5 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #556366;
  font-weight: 500;
}

.mega_menu_item {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.mega_menu_item_wrp_desc p {
  color: #999999;
  font-size: 16px;
}

.mega_menu_item li a {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 0;
}

.mega_menu_item li a.active {
  color: #2c3e56;
  font-weight: 500;
}

.mega_menu_item_empty_header {
  padding-top: 46px;
}

.menu_widget .icon_link {
  color: #707005;
  fill: #707005;
}

.menu_widget .icon_link:hover,
.menu_widget .icon_link:focus {
  color: #6d6d00;
  fill: #6d6d00;
}

.menu_widget {
  position: relative;
}

.menu_widget_border {
  border-left: 2px solid #999999;
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  opacity: .25;
  left: -25px;
}

.close_mega_menu {
  position: absolute;
  fill: #556366;
  width: 25px;
  height: 25px;
  background: #eff6f9;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px;
  right: 30px;
  top: 30px;
  z-index: 99;
}


/* Header End */


/* Slider */

#homeSlider .carousel-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 648px;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
  max-width: 80px !important;
}

.hbspt.newsletter .hs-input, .partner-form .hs-input, .partner-form input[type="text"]{
  width: 100%;
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
  background-color: #f4f5f6 !important;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hbspt.newsletter .hbspt-form form .hs_submit .actions input[type="submit"]{
  background: #2e3f55;
  border: none;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.hbspt-form form .hs_submit .actions input[type="submit"]{
  background-color: #ff374b !important;
  border: 1px solid #ff374b !important;
}

.hbspt-form label {
  display: none;
}

.hbspt-form label.hs-error-msg {
  display: block;
  text-align: left;
}

.hbspt-form textarea {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1300px;
  }
}

@media screen and (min-width: 991px) {
  .slider_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
}

.carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner_header h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
  margin-bottom: 20px;
}

.banner_con {
  font-size: 21px;
  margin-bottom: 35px;
  font-weight: 300;
}

#homeSlider .slider_con .btn {
  min-width: 213px;
  margin-bottom: 3px;
}

#homeSlider .carousel-indicators li {
  width: 16px;
  height: 16px;
  background: #d9e4e8;
  border-radius: 100%;
}

#homeSlider .carousel-indicators li.active {
  background: #e37734;
}

#homeSlider .carousel-indicators {
  bottom: 30px;
}


/* Carousel Brands */

.owl-brands {
  position: relative;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.brands_slider {
  border-bottom: 1px solid #edf2f4;
  position: relative;
  overflow: hidden;
}

.brands_slider .owl-nav button.owl-next,
.brands_slider .owl-nav button.owl-prev {
  color: #999999;
  position: absolute;
  font-size: 33px;
  line-height: 33px;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.brands_slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.header-title h4 {
  color: #999999;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 18px;
}

.header-title h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
}

.header-title-alter h2 {
  color: #556366;
}

.header-title p {
  font-size: 18px;
  color: #556366;
}

.pie_progress {
  position: relative;
  display: inline-block;
}

.pie_progress__number,
.pie_progress__label {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pie_progress__number sup,
.pie_progress__label sup {
  font-size: 25px;
}

.widget_percentage_animation h5 {
  font-size: 16px;
  color: #000000;
  padding: 25px 0;
  margin: 0;
  font-weight: 400;
}

.recruiters_widget {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 520px;
  height: 100%;
}

.recruiters_widget ul {
  min-height: 140px;
}

.recruiters_widget h3 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 12px;
}

.recruiters_widget p {
  font-size: 16px;
  margin-bottom: 20px;
}

.list-icon-white,
.list-icon,
.list-yellow {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  color: #2a2d2e;
}

.list-icon-white li,
.list-icon li,
.list-yellow li {
  padding: 5px 0;
  padding-left: 30px;
  position: relative;
}

.list-icon-white li,
.list-yellow li {
  color: #fff;
}

.list-icon-white li:before,
.list-icon li:before,
.list-yellow li:before {
  content: url(../img/list.svg);
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}

.list-icon li:before {
  content: url(../img/list-black.svg);
}

.list-yellow li:before {
  content: url(../img/list-yellow.svg);
}

.widget_industries {
  background: #eff6f9;
}

.widget_industries h5 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}

.widget_industries p {
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
}

.widget_press {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px;
  min-height: 480px;
}

.widget_overlay {
  position: relative;
}

.widget_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3d41;
  opacity: .6;
}

.widget_press h3 {
  font-size: 36px;
  font-weight: 400;
}

.widget_press p {
  font-size: 21px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 26px;
}

.widget_press_release {
  border: 1px solid rgba(217, 228, 232, 0.34);
  min-height: 240px;
  overflow: hidden;
  position: relative;
}

.widget_press_release_table {
  display: table;
  width: 100%;
}

.widget_press_release_table>div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.widget_press_release h3 {
  font-size: 21px;
  color: #2e3f55;
  font-weight: 400;
  margin-bottom: 12px;
}


/*

.widget_press_release:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  background: #7650fc;

  z-index: 1;

  -webkit-transition: .2s;

  transition: .2s;

} */

.widget_press_release:hover:after {
  left: 0;
}

.widget_press_release:hover {
  /* color: #fff; */
  -webkit-box-shadow: 0 6px 24px 0 rgba(68, 68, 68, .16);
  box-shadow: 0 6px 24px 0 rgba(68, 68, 68, .16);
}


/* .widget_press_release:hover p, .widget_press_release:hover .press_release_date{

  color: #fff;

} */

.widget_press_release p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 16px;
}

.widget_press_release .press_release_date {
  color: #556366;
  font-size: 36px;
}

.videosDemos_1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 470px;
}

.videosDemos_1 h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.videosDemos_1 p {
  font-size: 14px;
  color: #d9e4e8;
  margin-bottom: 25px;
}

.icon_play {
  display: inline-block;
  background: #7650fc;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 22px;
}

.icon_play svg {
  fill: #fff;
}

.vide_filter {
  background: #fafbfc;
}

.vide_filter .col {
  padding: 25px 35px;
}

.vide_filter h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.vide_filter select {
  font-size: 24px;
  font-weight: 400;
  border: none;
  background: transparent;
  padding: 0;
}

.widget_videos {
  border: 1px solid rgba(217, 228, 232, 0.34);
}

.widget_videos_thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 128px;
  margin-bottom: 20px;
}

.widget_video_cat {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
}

.widget_video_cat.technology {
  color: #87c817;
}

.widget_video_cat.healthcare {
  color: #90d5e2;
}

.widget_video_cat.call-center {
  color: #0d5294;
}

.widget_videos p {
  color: #999999;
  font-size: 16px;
  margin-bottom: 15px;
}

.icon_paly_link {
  color: #999999;
  font-size: 14px;
}

.icon_paly_link i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background: #999999;
  color: #fff;
  text-align: center;
  padding: 4px;
}

.videoFilter_wrp {
  max-height: 390px;
  overflow: auto;
}

.contact_footer {
  background-image: url(../img/logo-icon-big.png);
  background-repeat: no-repeat;
  background-position: right center;
  background: #425b78;
  background: -webkit-radial-gradient(#425b78, #425b78, #121926);
  background: -o-radial-gradient(#425b78, #425b78, #121926);
  background: -moz-radial-gradient(#425b78, #425b78, #121926);
  background: radial-gradient(#425b78, #425b78, #121926);
}

.contact_footer h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact_footer p {
  font-size: 18px;
  margin-bottom: 25px;
}

.input-md {
  border-radius: 30px!important;
  -webkit-border-radius: 30px!important;
  height: 48px!important;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding-left: 30px;
  margin-bottom: 15px;
}

.error {
  border: 1px solid #f00 !important;
}


/* footer */

footer {
  background: #556366;
}

.footer_border {
  border-top: 1px solid #6b7c80;
}

.footer_social li a {
  color: #fff;
  font-size: 22px;
  padding: 12px;
}

.copyright {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #d9d8d7;
}

.copyright a {
  font-weight: bold;
  color: #fff;
}

.footer_mega_menu h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.footer_mega_menu h5 a {
  color: #fff;
}

.footer_menus {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}

.footer_menus li a {
  color: #d9e4e8;
  font-size: 14px;
  display: block;
  padding-bottom: 5px;
}

.footer_menus li a.active {
  font-weight: 700;
  color: #fff;
}

.footer_mega_menu h5 a.active {
  color: #fff;
}

.footer_menus li {
  color: #d9e4e8;
  font-size: 14px;
}

.no-children.footer_menus li a {
  color: #ffffff;
}

.footer_menus .footer_menus_sub_head>a,
.footer_menus .footer_menus_sub_head {
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
}

.inner_banner_wrp {
  background: #f0fafd;
}

.inner_banner_wrp_gray {
  background: #e9ebee;
}

.inner_banner_wrp h1,
.ui-inner h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000000;
}

.inner_banner_1 h1 {
  font-size: 50px;
}

.inner_banner_wrp p,
.ui-inner p {
  margin: 0;
  font-size: 18px;
  color: #556366;
}

.inner_banner_1 p {
  font-size: 20px;
  font-weight: 400;
}

.inner_banner_wrp .btn_group {
  margin-top: 30px;
}

.ui-inner h2 {
  margin-bottom: 30px;
}

.text-yellow span {
  display: inline-block;
  vertical-align: super;
}

.text-yellow {
  color: #e37734;
  font-size: 21px;
  font-weight: 600;
}


/* .layers-shift

{

  position:absolute;

  top:0;

  left:0;

} */

.layers-shift-cnt h4 {
  font-size: 18px;
  color: #000000;
  padding-bottom: 10px;
}

.layers-shift-cnt p {
  font-size: 14px;
  color: #999999;
}

.set-position img {
  width: 170px;
  height: 171px;
}

.set-position {
  position: absolute;
  top: 0;
  left: 0;
}

.set-position-right {
  right: 0px;
  left: auto;
}

.set-position-btm {
  top: auto;
  bottom: 20px;
  width: 100%;
  left: 50px;
}

.widget_industries {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
  height: 240px;
}

.widget_industries_hover {
  height: 240px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.widget_industries .media {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.widget_industries:hover .media {
  margin-top: -240px;
}

.widget_industries_hover p {
  font-size: 14px;
}

.widget_industries_hover p:last-child {
  margin-bottom: 0;
}

.widget_industries_thumb {
  width: 240px;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.widget_industries:hover {
  -webkit-box-shadow: 0 6px 24px 0 rgba(68, 68, 68, .16);
  box-shadow: 0 6px 24px 0 rgba(68, 68, 68, .16);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.widget_press_release_desc {
  position: absolute;
  top: 50%;
  left: -100%;
  background: #7650fc;
  width: 100%;
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  padding: 15px;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 2;
}

.widget_press_release_desc h4,
.widget_press_release_desc p {
  font-size: 14px;
  color: #fff;
}

.widget_press_release_desc h4 {
  margin-bottom: 10px;
}

.widget_press_release_desc p {
  margin-bottom: 0;
}

.widget_press_release_desc h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

.widget_press_release_desc_divider {
  padding: 15px 0;
}

.widget_press_release_desc_divider span {
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
  margin: 0 auto;
}

.ui-inner-1 p {
  font-size: 16px;
  color: #2a2d2e;
  margin-bottom: 25px;
  font-weight: 300;
}

.ui-inner-1 ul li {
  font-weight: 300;
}

.banner_tag,
.widget_tag {
  font-size: 20px;
  color: #2e3f55;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.ui-inner-1 h2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.text-white p {
  color: #fff;
}

.menu-level-2 {
  background: #2c3e56;  
}

.menu-level-2 li a {
  color: #b7cacb;
  font-size: 15px;
  font-weight: 300;
  display: block;
  padding: 0 10px;
}

.menu-level-2 li a.active {
  color: #ffffff;
  font-weight: 500;
}

.widget_resource_slider {
  min-height: 514px;
  position: relative;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
}

.widget_resource_slider_event {
  min-height: 400px;
}

.widget_resource_slider .bg-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.widget_resource_slider .bg-thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c3d41;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.widget_resource_slider:hover .bg-thumb:before {
  opacity: .8;
}

.resource_tag {
  background: #2c3e56;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 3px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  height: 20px;
  line-height: 16px;
  display: block;
}

.resource_tag:hover,
.resource_tag:focus {
  background: #2e3f55;
  color: #fff;
}

.widget_resource_slider_con {
  position: absolute;
  padding: 40px 65px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.widget_resource_slider_con h2 {
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 15px;
}

.widget_resource_slider_con p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
}

.resource_slider_options {
  background: #e9ebee;
  border-radius: 0px 5px 5px 0;
  overflow: hidden;
  border-left: 1px solid #f3f4f6;
}

.resource_slider_options_header {
  padding: 21px;
  padding-bottom: 19px;
  max-height: 55px;
}

.resource_slider_options_header h5 {
  color: #2a2d2e;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  letter-spacing: 2px;
}

.resource_slider_options_header h5 a {
  color: #2a2d2e;
}

.resource_slider_options_inner {
  max-height: 459px;
  overflow: auto;
}

.resource_slider_options_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource_slider_options_inner ul li {
  border-bottom: 1px solid #f3f4f6;
}

.resource_slider_options_inner ul li:first-child {
  border-top: 1px solid #f3f4f6;
}

.resource_slider_options_inner li.active {
  background: #fff;
}

.resource_slider_options_inner span.rsindicate {
  content: "";
  position: absolute;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -5px;
  left: -9px;
  top: 0;
  transition: .5s;
}

.widget_resource_options {
  padding: 20px 30px;
  cursor: pointer;
}

.widget_resource_options_events {
  padding: 30px 30px;
  min-height: 108px;
}

.widget_resource_options span {
  color: #2e3f55;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.widget_resource_options p {
  color: #282b30;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}

.resource_categorys {
  border: 2px solid #edeff1;
  border-radius: 5px;
}

.resource_categorys h5 {
  text-align: center;
  color: #2a2d2e;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  padding: 21px;
  padding-bottom: 19px;
  margin: 0;
  border-bottom: 2px solid #edeff1;
  letter-spacing: 2px;
}

.resource_categorys ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.resource_categorys ul li a {
  display: block;
  padding: 8px 20px;
  color: #282b30;
  font-size: 16px;
}

.resource_categorys ul li a:hover,
.resource_categorys ul li a.active {
  color: #e37734;
}

.widget_re_single_thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 202px;
  border-radius: 5px 5px 0px 0px;
  background-color: #2e3f55;
  background-image: url(../img/default-thumb.png);
}

.widget_re_single_con {
  padding: 28px 20px 5px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  z-index: 1;
}

.widget_re_single_con:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edeff1;
  z-index: -1;
}

.resource_inner .cust-widget-box {
  border-radius: 5px 5px 0px 0px;
}

.resource_inner .cust-widget-box .widget_re_single_tag {
  top: 0;
  left: 0;
}

.widget_re_single {
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  position: relative;
}

.widget_re_single_tag {
  position: relative;
  z-index: 9;
}

.widget_re_single_link {
  position: absolute;
  top: 0;
  left: l;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.widget_re_single:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}

.widget_re_single_con h4 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #2a2d2e;
  font-weight: 600;
}

.widget_re_single_con h4 a {
  color: #2a2d2e;
}

.widget_re_single_con p {
  color: #556366;
  font-size: 14px;
  margin: 0;
}

.widget_re_single_con p a {
  color: #556366;
}

/*.page-template-default .inner_banner, 
.page-template-customers .inner_banner, 
.landing-page-template-default .inner_banner,
.page-template-normal-page {
  padding-top: 30px;
}
.page-template-default.page-child .inner_banner {
  padding-top: 0px;
}*/ 

@media screen and (max-width: 991px) {
  /*.page-template-default .inner_banner, 
  .page-template-customers .inner_banner, 
  .landing-page-template-default .inner_banner 
  .page-template-normal-page {
    padding-top: 70px;
  }*/
  .navbar-toggler {
    padding: 0;
    border: none;
    width: 30px;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler i {
    width: 100%;
    display: block;
    margin: 6px 0;
    background: #2c3e56;
    height: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }
  .navbar-toggler.active i:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
  }
  .navbar-toggler.active i:nth-child(2) {
    display: none;
  }
  .navbar-toggler.active i:nth-child(3) {
    transform: rotate(-45deg);
    top: -7px;
  }
  header,
  .home_page header {
    padding: 15px 0;
    background: #fff;
  }
  header .widget-contact p {
    color: #556366;
  }
  header .widget-contact p img {
    filter: invert(100%);
  }
  header .navbar-brand img {
    -webkit-filter: none;
    filter: none;
  }
  header .navbar-brand * {
    fill: #2e3f55;
  }
  .schedule-demo {
    color: #707005;
    background: #e37734;
    border: 1px solid #e37734;
  }
  .schedule-demo:hover,
  .schedule-demo:focus {
    background: #d4c400;
    color: #000000;
  }
  .navbar .navbar-nav .nav-link,
  header.header-fixed-active .navbar .navbar-nav .nav-link,
  header.active .navbar .navbar-nav .nav-link,
  .inside_page .navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 15px;
  }
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .active>.nav-link,
  .active-mega-menu,
  .navbar .navbar-nav .current-page-ancestor>.nav-link {
    color: #e37734 !important;
  }
  .schedule-demo-mobile {
    background: #000;
    padding: 5px 0;
  }
  #mainNav {
    display: block;
    position: fixed;
    top: 69px;
    background: #333333;
    width: 100%;
    left: 0;
    height: calc(100vh - 69px);
    overflow: auto;
    padding: 0;
    max-width: 330px;
    left: -100%;
    transition: .2s;
  }
  #mainNav.active {
    left: 0;
  }
  .navbar-nav {
    padding: 15px 0;
  }
  .mega_menu,
  header.header-fixed-active .mega_menu {
    top: 108px;
    max-height: calc(100vh - 108px);
    border-top: 1px solid #333;
  }
  .contact_footer {
    background-size: cover;
  }
  .footer_menus {
    margin-bottom: 40px;
  }
  .widget_industries,
  .widget_industries_hover {
    height: auto;
  }
  .search-widget-form-wrp .widget-search,
  .inside_page .schedule-demo-desktop .btn-outline-white, .btn.schedule-demo {
    border: none;
    background: transparent;
    /*padding: 10px;
    border-radius: 0;*/
  }
}

@media screen and (max-width: 767px) {
  .mega_menu_item_empty_header {
    padding-top: 30px;
  }
  .banner_header h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .banner_con {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
  }
  #homeSlider .carousel-item {
    min-height: 460px;
    padding-bottom: 60px;
  }
  #homeSlider .carousel-item:before {
    content: "";
    position: absolute;
    background: #000;
    background: linear-gradient(#000, rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
  }
  .header-title h4 {
    margin-bottom: 25px;
    letter-spacing: 12px;
  }
  .header-title h2 {
    font-size: 24px;
  }
  .widget_percentage_animation h5 {
    margin-bottom: 30px;
  }
  .widget_press,
  .videosDemos_1 {
    padding: 60px 15px;
    min-height: inherit;
  }
  .partners {
    padding: 5px;
  }
  .inner_banner_wrp h1,
  .ui-inner h2 {
    font-size: 24px;
  }
  .inner_banner_wrp p,
  .ui-inner p {
    font-size: 16px;
  }
  .widget_press_release p {
    font-size: 16px;
  }
  .widget_press_release_desc {
    position: relative;
    left: 0;
    top: 0;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    min-height: 290px;
  }
  .widget_press_release:after {
    display: none;
  }
  .banner_tag,
  .widget_tag {
    font-size: 16px;
  }
  .ui-inner-1 h2 {
    font-size: 30px;
  }
  .widget_resource_slider_con {
    position: relative;
    padding: 40px 15px;
    padding-top: 60px;
  }
  .widget_resource_slider_con h2 {
    font-size: 24px;
  }
  .widget_resource_slider {
    min-height: inherit;
  }
  .menu-level-2 li a {
    padding: 2px 5px;
  }
  .rsindicate {
    display: none;
  }
  .recruiters_widget {
    min-height: inherit;
  }
  .search-widget-form {
    display: none !important;
  }
  .widget-contact {
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
  }
  .header-fixed-active>.widget-contact {
    margin-top: 0;
  }
  #homeSlider .slider_con .btn {
    min-width: inherit;
    font-size: 14px;
  }
  .btn-md {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .mega_menu_item_wrp h5 {
    margin-bottom: 15px;
  }
  .widget_industries .media {
    display: block;
    padding: 15px;
  }
  .widget_press h3 {
    font-size: 26px;
  }
  .vide_filter .col {
    padding: 15px;
  }
  .vide_filter select,
  .vide_filter h3 {
    font-size: 16px;
  }
  .contact_footer h2 {
    font-size: 23px;
  }
  .contact_footer p {
    font-size: 15px;
  }
  .ui-inner-1 h2 {
    font-size: 1.2rem !important;
    text-align: left !important;
  }
  .inside_page {
    padding-top: 65px;
  }
  .widget_industries_thumb {
    margin: 0 auto;
    width: 100%;
  }
  #searchModel {
    padding-top: 107px;
  }
  .header-fixed-active #searchModel {
    padding-top: 68px;
  }
  #searchModel .modal-dialog {
    margin: 0;
  }
  #mainNav {
    top: 100px;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }
  header.header-fixed-active #mainNav {
    top: 100px;
    height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  #mainNav {
    top: 108px;
    height: calc(100vh - 108px);
    max-height: calc(100vh - 108px);
  }
  header.header-fixed-active #mainNav {
    top: 107px;
    height: calc(100vh - 108px);
    max-height: calc(100vh - 108px);
  }
  .mobi_slogan {  
      top: -30px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_press {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ui-inner h2 {
    font-size: 26px;
  }
  .ui-inner p {
    font-size: 16px;
  }
  .banner_header h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .banner_con {
    font-size: 16px;
    font-weight: 400;
  }
  #homeSlider .carousel-item {
    min-height: 429px;
  }
  #homeSlider .carousel-indicators {
    bottom: 10px;
  }
  .widget_press_release p {
    font-size: 17px;
  }
  .widget_press_release_desc p {
    font-size: 14px;
  }
  .inner_banner_1 h1 {
    font-size: 30px;
  }
  .inner_banner_1 p {
    font-size: 16px;
  }
  .widget_resource_slider_con h2 {
    font-size: 30px;
  }
  .widget_resource_slider_con {
    padding: 30px;
  }
  .widget_resource_options {
    padding: 15px;
  }
  #mainNav,
  header.header-fixed-active #mainNav {
    top: 107px;
    height: calc(100vh - 107px);
    max-height: calc(100vh - 107px);
  }
  .mobi_slogan {  
      top: -45px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_footer {
    background-size: cover;
  }
  .widget_press_release .press_release_date {
    font-size: 28px;
  }
  .widget_press_release p {
    font-size: 14px;
  }
  .widget_press_release {
    min-height: 265px;
  }
  .widget_press {
    min-height: 530px;
    padding: 80px 40px;
  }
  .vide_filter h3,
  .vide_filter select {
    font-size: 20px;
  }
  .widget_videos {
    padding: 15px !important;
  }
  .banner_header h1 {
    font-size: 40px;
    line-height: 39px;
  }
  .banner_con {
    font-size: 16px;
    font-weight: 400;
  }
  #homeSlider .carousel-item {
    min-height: 530px;
  }
  #homeSlider .carousel-indicators {
    bottom: 10px;
  }
  .widget_press_release_desc p {
    font-size: 13px;
  }
  .widget_press_release_desc_divider {
    padding: 10px 0;
  }
  .widget_press_release_desc {
    padding: 10px;
  }
  .inner_banner_1 h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1523px) {
  .widget_press_release .press_release_date {
    font-size: 32px;
  }
  .widget_press {
    padding: 90px;
  }
  .widget_press_release_desc {
    padding: 10px;
  }
  .widget_press_release h3 {
    font-size: 20px;
  }
  .widget_press_release p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.blog-view-menu .widget_tag {
  font-size: 11px;
  margin-bottom: 20px;
}

.blog-view-navigation {
  border-bottom: 1px solid #eeeeee;
}

.blog-view-menu .widget_tag i {
  font-size: 15px;
  color: #e6e6e6;
  padding-right: 15px;
  vertical-align: text-bottom;
}

.blog-view-menu .widget_tag i.fa-angle-left {
  padding-right: 15px;
}

.blog-view-menu .widget_tag i.fa-angle-right {
  padding-left: 15px;
}

.blog-post li a {
  color: #556366;
}

.blog-post li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  color: #556366;
  padding: 0 10px;
}

.blog-post li a:hover {
  color: #e37734;
}

.blog-post li a.blog-share:hover {
  color: #fff;
  background-color: #2e3f55;
  border-color: #2e3f55;
}

.blog-share i {
  padding-left: 5px;
}

.blog-post li a.blog-share {
  border: 1px solid #eee;
  color: #556366;
  padding: 7px 20px;
  border-radius: 50px;
}

.beacon img {
  width: 100%;
}

.blog-main h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  display: inline-block;
}

.blog-main p {
  margin-bottom: 20px!important;
}

.blog-main p a, .blog-main a {
  color: #2e3f55;
  text-decoration: underline;
}

.social-share.blog-post .blog-share {
  padding-right: 10px;
  font-weight: 500;
  width: 140px;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 5px;
}

.social-share.blog-post .blog-share i {
  padding-left: 0px;
  padding-right: 10px;
}

.share-count {
  background-color: #556366;
  color: #fff;
  padding: 0px 9px;
  border-radius: 50px;
  margin-left: 10px;
  float: right;
}

.social-share.blog-post .blog-share:hover .share-count {
  color: #556366;
  background-color: #fff;
}

.social-share.blog-post .blog-share.share-facebook {
  background-color: #225b99;
  border-color: #225b99;
  color: #fff;
  padding-right: 20px;
}

.social-share.blog-post .blog-share.share-twitter {
  background-color: #00adf2;
  border-color: #00adf2;
  color: #fff;
  padding-right: 20px;
}

.comments {
  background: #f7f7f7;
}

.comment_header {
  padding: 10px 0;
  position: relative;
}

.comment_header h3 {
  color: #000000;
  font-size: 22px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
}

.comment_header span {
  font-size: 12px;
  background: #2e3f55;
  padding: 0px 10px;
  border-radius: 15px;
  margin-left: 6px;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.comment_header button {
  border: 1px solid #d7dede;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: transparent;
  color: #838d8f;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.comment_outer {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single_comment_inner_outer {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}

.comment_outer .comment_outer .single_comment_inner_outer {
  padding-left: 70px;
}

.single_comment_inner {
  position: relative;
  padding-left: 70px;
}

.comment_author {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
}

.comment_author_details {
  margin-bottom: 10px;
}

.comment_author_details span {
  font-size: 13px;
  color: #838d8f;
}

.comment_author_details span.au_name {
  color: #3c3d41;
  text-transform: uppercase;
  font-weight: 500;
}

.comment_author_details span.comment_date {
  padding-left: 20px;
}

.comment_author_details span.comment_date i {
  padding-right: 10px;
}

.comment_info {
  color: #3c3c3e;
  font-size: 16px;
  margin-bottom: 15px;
}

.comment_info a {
  word-break: break-all;
}

.comment_replay,
.comment-reply-login {
  background: transparent;
  padding: 0;
  color: #2e3f55;
  border: none;
  font-size: 13px;
  background-image: url(../img/blog/comment_reply.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  cursor: pointer;
}

.addComment_header {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.addComment_header h6 {
  color: #3b3d40;
  font-size: 14px;
}

.addComment_content {
  position: relative;
  padding-left: 70px;
}

.addComment_content textarea {
  resize: vertical;
  background: #eeeeee;
  border-radius: 5px;
  min-height: 100px;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  width: 100%;
}

.blog-main h5 a {
  color: #2e3f55;
}

.blog-main h5 {
  padding-bottom: 40px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .comment_outer .comment_outer .single_comment_inner_outer {
    padding-left: 0;
  }
  .comments {
    padding: 15px;
  }
  .blog-main p {
    margin-bottom: 20px;
  }
  .blog-main h4 {
    margin-top: 15px;
  }
  .blog-view-menu .widget_tag i.fa-angle-right {
    padding-left: 3px;
  }
  .blog-view-menu .widget_tag i.fa-angle-left,
  .blog-view-menu .widget_tag i {
    padding-right: 3px;
  }
  .ui-inner-1 ul li {
    margin-bottom: 7px;
  }
  .social-share.blog-post .blog-share {
    width: auto;
    padding: 5px;
  }
  .social-share.blog-post li {
    padding: 0;
  }
  .social-share.blog-post .blog-share i {
    padding-right: 5px;
  }
  .blog-main h5 {
    padding-bottom: 20px;
  }
}

.team-bg {
  background-color: #f4f5f6;
}

.widget_team_members_thumb {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  box-shadow: 0px 0px 7px 1px rgba(6, 5, 10, 0.2);
}

.widget_team_members h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-top: 15px;
  margin-bottom: 6px;
}

.widget_team_members h6 {
  color: #999999;
  margin-bottom: 0;
  font-size: 16px;
}

.col-center-career {
  max-width: 345px;
}

.career-container {
  max-width: 2500px;
}

.carerr_bg {
  background-size: cover;
  background-position: center center;
  min-height: 450px;
  background-repeat: no-repeat;
}

.border-bottom-5 {
  border-bottom: 5px solid #fff;
}

.border-left-5 {
  border-left: 5px solid #fff;
}

.widget_benefits_thumb {
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 6px 0px rgba(6, 5, 10, 0.10);
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.widget_benefits h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0;
}

.position-filter li {
  margin: 2px 15px;
}

.position-filter li a {
  font-size: 14px;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 5px;
  color: #556366;
  font-weight: 400;
}

.position-filter li a.active {
  background: #e37734;
  color: #fff;
}

.openpositions {
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}

.openpositions:last-child {
  border: none;
}

.openpositions h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 12px;
}

.openpositions p {
  color: #2a2d2e;
  font-size: 16px;
  margin: 0;
}

.retails {
  display: table;
  height: 130px;
  width: 100%;
}

.retails_inner {
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  width: 100%;
  padding: 5px 15px;
}

.retails_alter,
.retails_alter .retails_inner {
  height: 180px;
}

.case-studies-list li a:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  background-image: url(../img/icons/download.png);
  width: 18px;
  height: 19px;
}

.case-studies-list li a {
  font-size: 16px;
  color: #2a2d2e;
  position: relative;
  padding-left: 40px;
}

.case-studies-list li {
  list-style: none;
  margin-bottom: 20px;
}

.resource_box_thumb {
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.resource_box_tag {
  margin-bottom: 15px;
}

.resource_box_tag a {
  color: #87c817;
  font-size: 16px;
}

.resource_box_tag.latest_blog a {
  color: #388a93;
}

.resource_box_tag.white_paper a {
  color: #f7b545;
}

.resource_box_con p {
  color: #999999;
  font-size: 16px;
  margin-bottom: 20px;
  min-height: 72px;
}

.link-alter {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.link-alter i {
  color: #999999;
  padding-left: 15px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.link-alter:hover {
  font-weight: 500;
}

.link-alter:hover i {
  padding-left: 5px;
}

.inner_banner_wrp .btn-yellow {
  box-shadow: 1px 2px 15px rgba(115, 114, 114, 0.25882352941176473);
}

@media screen and (max-width: 767px) {
  .carerr_bg {
    min-height: 350px;
  }
  .resource_box_thumb {
    height: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .resource_box_thumb {
    height: 180px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_overlap>div,
  .menu_overlap {
    display: block;
  }
}

.divider_small span {
  width: 50px;
  height: 2px;
  background: #eff6f9;
  display: inline-block;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  color: #869791;
}

.menu_widget_news_date {
  font-size: 15px;
  color: #999999;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.menu_widget_news h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 8px;
}

.menu_widget_news p {
  color: #999999;
  font-size: 14px;
}

.menu_widget_video {
  height: 180px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.menu_widget_video_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.ui-inner-1.ui-inner-style-1 h5 {
  color: #282b30;
  font-weight: 300;
}

.ui-inner-1.ui-inner-style-1 h2 {
  font-size: 42px;
  font-weight: 400;
}

.qa_ui {
  position: relative;
  padding-top: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.qa_ui:last-child {
  border: none;
}

.qa_ui h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
}

.qa_ui h3 span {
  padding-right: 10px;
  color: #2e3f55;
  font-weight: 500;
  position: absolute;
  left: 0;
}

.qa_ui p {
  color: #2a2d2e;
  font-size: 16px;
  padding-left: 32px;
}

.event_item_con h3 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}


/* .event_item_con p {
  color: #2a2d2e;
  font-size: 12px;
  margin-bottom: 25px;
} */

.event_item_info span {
  font-size: 12px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  padding-right: 15px;
  margin-bottom: 10px;
}

.event_item_info p {
  font-size: 14px;
  color: #e37734;
  font-weight: 500;
  margin-bottom: 0;
}

.event_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.event_item:last-child {
  border: none;
  margin: 0;
}

.resource_slider_options_inner_ev {
  max-height: 346px;
}

.news_room_video video {
  height: 475px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: -8px;
}

@media screen and (max-width:767px) {
  .ui-inner-1.ui-inner-style-1 h2 {
    font-size: 24px;
  }
  .ui-inner-1.ui-inner-style-1 h5 {
    font-size: 18px;
  }
  .event_item_con h3 {
    font-size: 20px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .ui-inner-1.ui-inner-style-1 h2 {
    font-size: 24px;
  }
  .ui-inner-1.ui-inner-style-1 h5 {
    font-size: 18px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .ui-inner-1.ui-inner-style-1 h2 {
    font-size: 30px;
  }
  .ui-inner-1.ui-inner-style-1 h5 {
    font-size: 18px;
  }
}

.newsroom-video p {
  font-size: 18px;
  color: #556366;
  margin: 0;
}

.newsroom-video h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media screen and (max-width:991px) {
  .newsroom-video h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .newsroom-video p {
    font-size: 16px;
  }
  .news_room_video video {
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
  }
  .mtsnb.mtsnb-top {
    display: none;
  }

}

@media screen and (min-width:992px) and (max-width:1199px) {
  .news_room_video video {
    height: auto;
  }
  .newsroom-video h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .newsroom-video p {
    font-size: 16px;
  }
}

.newsroom-casestudy {
  /* border: 1px solid #edeff1; */
  border-radius: 3px;
  overflow: hidden;
}

.casestudy-img {
  height: 196px;
}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.newsroom-casestudy p {
  font-size: 14px;
  color: #556366;
  margin-bottom: 15px;
}

.newsroom-casestudy a:hover,
.blog-wrp-mfy .widget_re_single_con a:hover {
  color: #e37734;
}

.newsroom-casestudy a,
.blog-wrp-mfy .widget_re_single_con a {
  font-size: 14px;
  color: #111;
  padding-bottom: 10px;
}

.newsroom-casestudy h6 {
  color: #2a2d2e;
  font-weight: 600;
}

.newsroom-casestudy h6 a {
  color: #2a2d2e;
}

.widget-casestudy {
  background-color: #e37734;
  border-radius: 3px;
}

.widget-casestudy p {
  color: #fff;
}

.widget-casestudy h3 a {
  color: #fff;
}

.widget-casestudy h3 {
  color: #fff;
  margin: 0;
  padding-bottom: 25px;
}

.background-auto {
  background-position: bottom right;
  background-size: auto;
  border-radius: 3px;
}

.widget-news p {
  color: #556366;
}

.widget-news h3,
.widget-news h3 a {
  color: #2a2d2e;
}

.widget-blue {
  background-color: #56d5fc;
}

@media screen and (max-width:991px) {
  .background-auto:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(238, 238, 238, 0.75);
  }
  .background-auto {
    position: relative;
  }
}

@media screen and (max-width:1199px) {
  .news_room_video .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .news_room_video .row>div {
    padding: 5px;
  }
  .widget-casestudy h3 {
    font-size: 22px;
  }
}

.news_room_video .inner_banner_wrp_gray.background-auto {
  border-radius: 3px;
  height: 360px!important;
}

.list-icon.list-icon-alter li:before {
  content: url(../img/list-black-alter.svg);
}

.partner-widget h5 {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
}

.partner-widget-img {
  height: 155px;
}

.partner-cnt h2 {
  font-size: 34px;
  font-weight: 400;
}

.partner-form input[type="text"],
.partner-form input[type="email"],
.partner-form input[type="password"],
.partner-form input[type="tel"],
.partner-form textarea,
.partner-form select {
  width: 100%;
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid #fff;
  height: 45px!important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.partner-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/icon-down.png);
  background-position: right 20px center;
  background-size: auto;
  padding-right: 25px;
  background-repeat: no-repeat;
}

.partner-form input[type="submit"] {
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  padding: 16px 45px;
  color: #ffffff;
  background: #2e3f55;
  border: 1px solid #2e3f55;
  min-width: 185px;
  border-radius: 30px;
  font-weight: 300;
  font-family: 'Campton', sans-serif;
}

.partner-form textarea {
  padding: 15px;
}

.partner-form input[type="text"]:hover,
.partner-form input[type="email"]:hover,
.partner-form input[type="password"]:hover,
.partner-form input[type="text"]:focus,
.partner-form input[type="email"]:focus,
.partner-form input[type="password"]:focus,
.partner-form textarea:hover,
.partner-form textarea:focus,
.partner-form select:hover,
.partner-form select:focus {
  border: 1px solid #e37734;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

.form-grey input[type="text"],
.form-grey input[type="email"],
.partner-form input[type="password"],
.form-grey textarea,
.form-grey select {
  background-color: #f4f5f6;
}

.partner-form.form-grey-mfy input[type="submit"] {
  color: #ffffff;
  background: #2e3f55;
  border: 1px solid #2e3f55;
  font-size: 16px;
  padding: 10px 45px;
  border-radius: 30px;
}

.form-grey textarea {
  height: 90px!important;
  border-radius: 20px;
}

.contact-widget iframe {
  width: 100%;
  height: 230px;
}

.list-icons-set li:before {
  font: normal normal normal 13px/1 FontAwesome;
  color: #2a2d2e;
}

.list-icons-set .map:before {
  content: "\f041";
}

.list-icons-set .envelope:before {
  content: "\f003";
}

.list-icons-set .telephone:before {
  content: "";
  background-image: url(../img/icons/telephone.png);
  width: 17px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-widget li {
  font-size: 14px;
}

.contact-widget h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0;
}

.contact-widget li a:hover {
  color: #2e3f55;
}

.contact-widget li,
.contact-widget li a {
  color: #556366;
}

.contact-widget p {
  padding-top: 10px;
}

.download_wrp h4 {
  min-height: 80px;
}

.download_link {
  margin-top: 20px;
}

.download_link a {
  color: #2e3f55;
}

.download_link svg {
  fill: #7650fc;
}

.ui-inner-list .list-icon li {
  color: #556366;
  font-weight: 400;
}

.ui-inner-text p {
  color: #2c3e56;
  font-weight: 400;
}

.ui-inner-text-mfy p {
  color: #556366;
  font-weight: 400;
}

.leadership-widget {
  /* background-color:#fff; */
  padding: 79px;
  box-shadow: 0px 1px 38px #00000030;
  z-index: 99;
  /* min-height: 420px; */
}

.inner_banner_2 .inner_banner_wrp_gray {
  background-color: #eff2f7;
}

.inner_banner_2 h1 {
  font-size: 40px;
}

.leadership-widget-section h5 span {
  font-weight: 600;
}

.leadership-widget-section h5 {
  color: #000000;
  margin: 0;
  font-weight: 400;
  padding-bottom: 7px;
}

.leadership-widget-section h6 {
  font-size: 14px;
  color: #2e3f55;
  text-transform: uppercase;
  margin: 0;
}

.leadership-widget-section {
  text-align: left;
}

.leadership-widget-cnt p span {
  font-weight: 600;
}

.leadership-widget-cnt p:last-child {
  padding-bottom: 0;
}

.leadership-widget-cnt p:last-child:before {
  display: none;
}

.leadership-widget-cnt p:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #e6e6e6;
  content: "";
}

.leadership-widget-cnt p {
  font-size: 16px;
  color: #282b30;
  padding: 11px 0;
  position: relative;
}

.leadership-widget-cnt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 38px;
  height: 32px;
  background-image: url(../img/icons/blockquote-left.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.leadership-widget-cnt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 38px;
  height: 32px;
  background-image: url(../img/icons/blockquote-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.background-position {
  background-position: left top;
  background-size: auto;
  background-position: left center;
  background-blend-mode: multiply;
}

.leadership-img {
  top: auto;
  left: -87px;
  bottom: 0;
}

.leadership-widget:before {
  position: absolute;
  left: 50%;
  bottom: -95px;
  content: "";
  border-right: 2px dashed #2e3f55;
  height: 95px;
  -webkit-transform: translate( -50%, 0);
  -moz-transform: translate( -50%, 0);
  -ms-transform: translate( -50%, 0);
  -o-transform: translate( -50%, 0);
  transform: translate( -50%, 0);
}

.leadership-widget:after {
  position: absolute;
  left: 50%;
  bottom: -95px;
  width: 9px;
  height: 9px;
  content: "";
  background: #2e3f55;
  border-radius: 100%;
  -webkit-transform: translate( -50%, 0);
  -moz-transform: translate( -50%, 0);
  -ms-transform: translate( -50%, 0);
  -o-transform: translate( -50%, 0);
  transform: translate( -50%, 0);
}

.leadership-main {
  overflow: hidden;
  padding-top: 40px;
}

.leadership-main:before {
  position: absolute;
  left: -15px;
  bottom: 190px;
  width: 55%;
  height: 100%;
  content: "";
  background: #eff2f7;
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  border-radius: 100%/0 0 110px 50px;
}

.leadership-main:after {
  position: absolute;
  right: -15px;
  bottom: 190px;
  width: 55%;
  height: 100%;
  content: "";
  background: #eff2f7;
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  border-radius: 100%/0 0 110px 50px;
}

.inner_banner_2_mfy {
  z-index: 999;
}

.gain-visibility p {
  color: #2a2d2e;
}

.gain-visibility h4 span {
  font-size: 22px;
  font-weight: 300;
}

.gain-visibility h3 {
  font-size: 28px;
  font-weight: 500;
}

.gain-visibility h2 {
  font-size: 34px;
  font-weight: 400;
  color: #000000;
}

.demonstrate-value img {
  padding-bottom: 15px;
}

.gain-visibility ul {
  padding-top: 10px;
}

.gain-visibility li {
  font-weight: 300;
}

.leadership-img-mfy {
  bottom: -11px;
}

.Chat-to-apply-iframe iframe {
  width: 100%;
  height: 250px;
}

@media screen and (max-width:767px) {
  .leadership-img {
    position: static!important;
    padding-bottom: 15px;
  }
  .leadership-widget {
    padding: 15px;
    margin-top: 15px;
  }
  .leadership-widget-cnt:before {
    top: -27px;
  }
  .leadership-widget-cnt {
    padding-bottom: 20px;
  }
  .leadership-widget:before {
    height: 70px;
    bottom: -70px;
  }
  .leadership-widget:after {
    bottom: -70px;
  }
  .gain-visibility h2 {
    font-size: 28px;
  }
  .gain-visibility h3 {
    font-size: 20px;
  }
  .leadership-main {
    padding-top: 0px;
  }
  .inner_banner_2 h1 {
    font-size: 30px;
  }
  .leadership-main:before {
    left: 0px;
    width: 100%;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
  }
  .leadership-main:after {
    display: none
  }
  /*body {
    padding-top: 108px;
  }*/
}

@media screen and (min-width:768px) and (max-width:991px) {
  .leadership-img {
    position: static!important;
    padding-bottom: 15px;
  }
  .leadership-widget {
    padding: 25px;
  }
  .leadership-widget-cnt:before {
    top: -27px;
  }
  .leadership-widget-cnt {
    padding-bottom: 20px;
  }
  .leadership-main {
    padding-top: 0px;
  }
  .inner_banner_2 h1 {
    font-size: 30px;
  }
  .leadership-main:before {
    left: -41px;
  }
  .leadership-main:after {
    right: -41px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .leadership-img {
    left: -67px;
  }
  .leadership-main {
    padding-top: 0px;
  }
}

.by-usecase-link {
  font-size: 18px;
  font-weight: 600;
  color: #2e3f55;
}

.candidates-section p {
  font-size: 18px;
  color: #999999;
}

.candidates-section h3 {
  font-size: 30px;
  color: #2e3f55;
  margin: 0;
  padding-bottom: 15px;
}

.by-role-options h6,
.by-role-options h6 span {
  font-size: 18px;
  text-transform: capitalize;
}

.by-role-options-mfy ul li:first-child,
.by-role-options-mfy ul li {
  border: none;
}

.by-role-options-mfy ul li.active {
  background-color: #fafcfd;
}

.by-role-options-mfy ul li {
  background-color: #fff;
  border-radius: 5px;
}

.resource_slider_options_mfy {
  background: #fff;
  border-left: none;
}

.by-role-options {
  padding: 30px 15px;
}

.by-role-options p {
  font-size: 16px;
  color: #999999;
}

.by-role-options .text-blue {
  color: #55d4fb;
}

.by-role-options .text-green {
  color: #acda92;
}

.by-role-options .text-orange {
  color: #f7b545;
}

.by-role-homecnt {
  padding-left: 20px;
}

.by-role-homecnt-inn {
  box-shadow: 0px 0px 23px #f0f1f3;
  margin: 20px;
  background-color: #fff;
  border-radius: 5px;
}

.by-role-home-main .carousel-item.active {
  max-width: 100%;
  /* margin-left: 30px; */
  overflow: hidden;
}

.by-role-home-main .carousel-item.active .by-role-homecnt-inn:after {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #fff;
  z-index: 1;
  position: absolute;
  left: -16px;
  top: 70px;
}

.by-role-home-main .carousel-item.active .by-role-homecnt-inn:before {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #e5ebefc7;
  opacity: .5;
  position: absolute;
  left: -17px;
  top: 70px;
}

.by-role-home-main .carousel-item:nth-child(2).active .by-role-homecnt-inn:after,
.by-role-home-main .carousel-item:nth-child(2).active .by-role-homecnt-inn:before {
  top: 240px!important;
}

.by-role-home-main .carousel-item:nth-child(3).active .by-role-homecnt-inn:after,
.by-role-home-main .carousel-item:nth-child(3).active .by-role-homecnt-inn:before {
  top: 420px!important;
}

.by-role-homecnt p {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
  margin-bottom: 0;
}

.by-role-homecnt h6 span {
  font-size: 16px;
}

.by-role-homecnt>div {
  padding: 20px 15px;
}

.by-role-homecnt-inn {
  padding: 20px 0;
  background-image: url(../img/allyo-logo.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
  .by-role-home-main .carousel-item {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .by-role-homecnt img,
  .by-role-options img {
    padding-bottom: 10px;
  }
  .by-role-homecnt,
  .by-role-options {
    text-align: center;
  }
  .by-role-home-main .carousel-item.active .by-role-homecnt-inn:before,
  .by-role-home-main .carousel-item.active .by-role-homecnt-inn:after {
    display: none;
  }
  .by-role-homecnt p {
    margin: 0;
  }
  .use-case p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .by-role-homecnt>div {
    padding: 10px;
  }
  .by-role-homecnt p {
    margin: 0;
  }
}

.by-role-options-mfy {
  max-height: inherit;
}

.by-role-homecnt p a {
  color: #7650fc;
}


/* .icon-hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 45px;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.icon-hover img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
} */

.cm-box {
  padding: 35px 0;
}

.cm-box-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.cm-box-cnt h5 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.cm-box-cnt p {
  font-size: 16px;
  color: #fff;
}

.cm-box-icon {
  padding-bottom: 25px;
}

.cm-box-icon img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.cm-box:hover .cm-box-icon img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.carrer-top h5 {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media screen and (max-width:767px) {
  .cm-box {
    padding: 15px 0;
  }
  .icon-hover .col-md-4 {
    border-bottom: 1px solid #eee;
    margin: 20px 0;
  }
  .icon-hover .col-md-4:last-child {
    border: none;
  }
}

.career-in h4 {
  font-size: 21px;
  line-height: 32px;
  padding-bottom: 60px;
}

.carr-mail {
  color: #2e3f55;
}

.career-in h5 {
  font-size: 18px;
  font-weight: 300;
}

.terms ul ul {
  padding-top: 25px;
}

.terms ul {
  padding-left: 0;
}

.terms ul li:before {
  content: counters(item, ".") ". ";
  position: absolute;
  margin-right: 100%;
  left: 0px;
  font-weight: 500;
}

.terms ul li {
  counter-increment: item;
  position: relative;
  list-style: none;
  font-size: 16px;
  color: #2a2d2e;
  margin-bottom: 25px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}

.terms ul li:first-child {
  counter-reset: item;
}

.social-share.blog-post .blog-share.share-linkedin {
  border-color: #01649b;
  background-color: #01649b;
  color: #fff;
  color: #fff;
  padding-right: 20px;
}

.img-style {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  float: none;
}

.retail-sprouts .row>li {
  padding: 5px;
}

.retail-sprouts .row {
  margin-right: -5px;
  margin-left: -5px;
}

.retail-sprouts a img {
  width: 100%;
}

.retail-sprouts a {
  display: block;
}

.retail-slide .carousel-item {
  height: 630px;
}

.retail-slide .carousel-indicators li {
  width: auto;
  height: auto;
  text-indent: inherit;
  opacity: 1;
  margin: 0;
  background: transparent;
}

.retail-slide ol.carousel-indicators {
  position: static;
  margin: 0;
}

.retail-slide .carousel-item:nth-child(1) .carousel-indicators li {
  opacity: 1;
}

.retail-slide .carousel-item .carousel-indicators li.active a {
  border: 1px solid rgb(225, 225, 225);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.45);
}

.retail-slide .carousel-item .carousel-indicators li {
  opacity: 0.2;
}

.retail-slide .carousel-item .carousel-indicators li.active {
  opacity: 1;
}

.retail-slide .carousel-item:nth-child(1) .carousel-indicators li.active a {
  box-shadow: none!important;
}

.retail-slide .apostrophe {
  position: relative;
}

.retail-slide .apostrophe:before {
  position: absolute;
  top: -15px;
  left: -15px;
  content: "";
  background-image: url(../img/yellowquote-left.png);
  width: 26px;
  height: 22px;
}

.retail-slide .apostrophe:after {
  position: absolute;
  bottom: 0px;
  right: -15px;
  content: "";
  background-image: url(../img/yellowquote-left.png);
  width: 26px;
  height: 22px;
  transform: rotate(-180deg);
}

.widget_team_members h6 a:hover {
  color: #rgba(46, 63, 85, 0.7686274509803922);
}

.widget_team_members h6 a {
  color: rgb(34, 89, 130);
}

.retail-slide h4 {
  font-size: 20px;
}

.black-radial-mfy {
  background: #425b78;
  background: -webkit-radial-gradient(bottom center, #415a77, #354962, #121926);
  background: -o-radial-gradient(bottom center, #415a77, #354962, #121926);
  background: -moz-radial-gradient(bottom center, #415a77, #354962, #121926);
  background: radial-gradient(bottom center, #415a77, #354962, #121926);
}

.inner_banner .black-radial-mfy h1 {
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}

.inner_banner .black-radial-mfy .banner_tag {
  color: #e6e6e6;
}

.inner_banner .black-radial-mfy p {
  font-size: 20px;
  color: #e6e6e6;
  font-weight: 300;
  margin: 0;
  padding-bottom: 36px;
}

.owl-recruiting-img {
  background-color: #ecf2fb;
  padding: 80px 0;
}

.owl-recruiting-cnt {
  padding: 30px 0;
}

.owl-recruiting-cnt h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.owl-recruiting-cnt a i {
  vertical-align: middle;
}

.owl-recruiting-cnt a {
  font-size: 14px;
  color: #2c3e56;
}

.owl-recruiting-cnt p {
  font-size: 14px;
  color: #999999;
  padding-bottom: 30px;
  margin: 0;
  font-weight: 300;
}

.owl-nav button {
  outline: none;
}

.brands_slider .owl-recruiting-process .owl-nav button.owl-prev {
  left: -45px;
  color: #2e3f55;
}

.brands_slider .owl-recruiting-process .owl-nav button.owl-next {
  right: -45px;
  color: #2e3f55;
}

.select-box-filter select {
  border: none;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  outline: none;
}

.cust-widget-box {
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 60px 10px;
  margin-top: 27px;
}

.cust-widget-box-cnt p {
  font-size: 14px;
  color: #999999;
}

.cust-widget-box-cnt h4 {
  font-size: 18px;
  color: #2e3f55;
  font-weight: 600;
}

.cust-widget-box img {
  max-height: 80px;
  width: auto;
}

@media screen and (max-width:575px) {
  .btn.schedule-demo {
    padding: 5px 8px 4px;
    font-size: 14px;
  }
  /*header .navbar-brand {
    float: none;
    position: absolute;
    top: -48px;
  }*/
  .navbar-toggler {
    position: absolute;
    right: 0;
  }
  .img-style {
    max-width: 100%;
  }
  .retail-slide .apostrophe:before,
  .retail-slide .apostrophe:after {
    display: none;
  }
  .retail-slide h4 br {
    display: none;
  }
  .retail-slide h4 {
    font-size: 16px;
  }
}

@media screen and (max-width:767px) {
  .inner_banner .black-radial-mfy h1 {
    font-size: 30px;
  }
  .inner_banner .black-radial-mfy p {
    font-size: 16px;
  }
  .owl-recruiting-process {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-prev {
    left: -10px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-next {
    right: -10px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .widget_re_single_con {
    padding: 15px;
  }
  header .navbar-brand {
    margin: 0 auto!important;
    float: none;
  }
  .navbar-toggler {
    position: absolute;
    left: 0;
  }
  .retail-slide h4 {
    font-size: 16px;
  }
  .retail-slide .apostrophe {
    display: block;
  }
  .img-style {
    max-width: 100%;
  }
  .retail-slide h4 br {
    display: none;
  }
  .retail-slide .carousel-item {
    height: 460px;
  }
  #searchModel {
    padding-top: 107px;
  }
  .header-fixed-active #searchModel {
    padding-top: 68px;
  }
  #searchModel .modal-dialog {
    margin: 0 auto;
    max-width: 520px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .comments {
    padding: 15px;
  }
  .retail-slide .apostrophe {
    display: block;
  }
  .retail-slide .carousel-item {
    height: 560px;
  }
  .retail-slide h4 br {
    display: none;
  }
  .retail-slide .apostrophe {
    display: block;
  }
  .retail-slide h4 {
    font-size: 16px;
  }
  .inner_banner .black-radial-mfy h1 {
    font-size: 30px;
  }
  .inner_banner .black-radial-mfy p {
    font-size: 16px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-prev {
    left: -25px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-next {
    right: -25px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .retail-slide .carousel-item {
    height: 550px;
  }
  .retail-slide .apostrophe {
    display: block;
  }
  .retail-slide h4 {
    font-size: 18px;
  }
  .inner_banner .black-radial-mfy h1 {
    font-size: 36px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-prev {
    left: -25px;
  }
  .brands_slider .owl-recruiting-process .owl-nav button.owl-next {
    right: -25px;
  }
}


/* Chat Animattion */

.chat_animator_cover {
  display: inline-block;
  position: relative;
}

.chat_animator_inner_wrp {
  position: absolute;
  top: 6.5%;
  right: 9%;
  width: 70%;
  height: 80%;
  background: #eff2f3;
  border-radius: 30px;
  border: 1px solid #d1dade;
  overflow: hidden;
}

.chat_animator_inner_header {
  background: #273950;
  min-height: 62px;
  padding-top: 27px;
  color: #fff;
  position: relative;
}

.chat_animator_inner_header i {
  position: absolute;
  left: 15px;
  font-size: 22px;
  bottom: 14px;
  opacity: .6;
}

.logo_icon {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.chat_animator_inner_header .logo_icon {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

.chat_animator {
  padding: 25px 8px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(247, 248, 249, 0.6);
}

.chat_animator-style--1 {
  position: relative;
  padding-left: 35px;
}

.chat_animator-style--1 .logo_icon {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.33);
}

.chat_animator_inner_con {
  max-height: calc(100% - 62px);
  overflow: auto;
}

.chat_animator-style--1>p {
  margin: 0;
  font-size: 13px;
  background: #2e3f55;
  color: #2a2d2e;
  font-weight: 400;
  padding: 10px;
  border-radius: 10px;
  min-height: 40px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.chat_animator-style--2>p {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chat_animator-style--2 {
  padding-left: 0;
  padding-right: 35px;
}

.chat_animator-style--2 .logo_icon {
  left: auto;
  right: 0;
}

.chat_animator-style--2 .chat_animator-author {
  left: auto;
  right: -15px;
  background-color: #fff;
  background-size: cover;
}

.default-admin {
  background-image: url(../img/icons/logo.png);
}

.chat_animator_inner {
  /* visibility: hidden; */
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin-x: 0;
  transform-origin: 0;
}

.chat_animator-style--2.chat_animator_inner {
  -webkit-transform-origin-x: 100%;
  transform-origin: 100%;
}

.chat_animator_inner.active {
  width: 100%;
  height: auto;
  visibility: visible;
  overflow: inherit;
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.chat_animator .typed-cursor {
  display: none;
}

.ui-widget-style--1 {
  border: 2px solid #edeff1;
  border-radius: 5px;
  padding: 20px;
}

.ui-widget-style--1 h5,
.ui-widget-twitter--1 h5 {
  margin-bottom: 15px;
  color: #2a2d2e;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
}

.ui-widget-style--1 p {
  color: #556366;
  font-size: 14px;
  margin-bottom: 15px;
}

.input-style--1 {
  width: 100%;
  font-size: 16px;
  color: #999999;
  margin-bottom: 15px;
  background-color: #f4f5f6;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.btn-style--1 {
  background: #2e3f55;
  border: none;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-style--1:hover,
.btn-style--1:focus {
  outline: none;
  box-shadow: none;
  background: #161f2b;
}

.ui-widget-twitter--wrp {
  border: 2px solid #edeff1;
  border-radius: 5px;
}

.ui-widget-twitter--wrp iframe {
  margin-bottom: -10px !important;
}

@media screen and (max-width:767px) {
  .career-in h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .col-center-career {
    max-width: 100%;
  }
  .candidates-section h3 {
    font-size: 21px;
  }
  .candidates-section p {
    font-size: 14px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .cust-widget-box-wrp,
  .cust-widget .cust-widget-box-cnt {
    padding: 10px!important;
  }
}

.investors--1 {
  background: #f4f5f6;
}

.ui-our-values h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
}

.value-style--1-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #fff;
  background: #2e3f55;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.value-style--1-icon span {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.value-style--1 h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}

.value-style--1 p {
  margin: 0;
  font-size: 16px;
  color: #2a2d2e;
}

.author-widget-img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.author-widget-style--1 p {
  font-weight: 400;
}

.author-widget-style--1 p a {
  color: #2c3e56;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .author-widget-img {
    width: 40px;
    height: 40px;
  }
  .home .btn.schedule-demo.btn-outline-white, .btn.schedule-demo {
    border: none !important;  
  }
}

.mw-auto {
  min-width: inherit;
}

.newsroom-casestudy:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}

.widget-contact p {
  margin: 0;
  font-size: 14px;
}

.widget-contact p {
  text-align: right;
}

.contact_footer .btn-yellow {
  padding: 13px 3px;
  font-size: 16px;
  height: 48px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact_footer .btn-yellow {
    font-size: 15px;
  }
}

.widget-contact span {
  padding-right: 13px;
}

.widget-contact span a {
  color: #fff;
}

.widget-contact {
  padding: 15px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}

.widget-search i {
  transform: rotate(85deg);
  display: inline-block;
}

.chat_animator-style--3 p {
  background-color: #5e6d80;
}

.widget-screening-round span {
  display: table-cell;
  vertical-align: middle;
  float: none;
  font-size: 14px;
}

.widget-screening-round {
  width: 95px;
  height: 95px;
  background-color: #53d1f8;
  z-index: 999;
  border-radius: 100%;
  color: #fff;
}

.widget-screening {
  position: absolute;
  right: -45px;
  top: 115px;
  display: table;
}

.widget-screen-scheduling {
  background-color: #acda92;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.widget-screen-helpdesk {
  background-color: #f7b545;
  right: -45px;
  top: auto;
  bottom: 155px;
}

.widget-soln {
  background-color: #fafcfd;
}

.widget-tablist .nav-tabs .nav-item.show .nav-link,
.widget-tablist .nav-tabs .nav-link.active {
  color: #55d4fb;
  border-color: #55d4fb;
  font-weight: 500;
}

.widget-tablist .nav-tabs {
  border: none;
  text-align: center;
  margin: 0 auto;
  float: none;
}

.widget-tablist .nav-item {
  margin-right: 30px;
  margin-bottom: 0px;
}

.widget-tablist .nav-link span img {
  filter: saturate(0%) brightness(0) contrast(0%);
  -webkit-filter: saturate(0%) brightness(0) contrast(0%);
}

.widget-tablist .nav-tabs .nav-item.show .nav-link span img,
.widget-tablist .nav-tabs .nav-link.active span img {
  filter: none;
  -webkit-filter: none;
}

.widget-tablist .nav-link span {
  padding-bottom: 15px;
}

.widget-tablist .nav-link {
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  text-align: center;
  min-width: 166px;
  background-color: #fff;
  margin-bottom: 30px;
}

.widget-tablist p,
.widget-tablist li {
  font-size: 18px;
  color: #999999;
}

.widget-tablist h3 {
  font-size: 26px;
  margin: 0;
  padding-bottom: 30px;
}

.bg-primary.bg-primary-widget {
  background: #2f3f55;
  background-color: #2f3f55!important;
}

.our-customers-style--2 {
  background: #eaebef;
}


/* .customer-widget-style--2 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.customer-widget-style--2 img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
} */

.search-widget-form input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px 20px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #eee;
  color: #ffff;
  background: #e37734;
  border: 1px solid #e37734;
  cursor: pointer;
}

.search-widget-form {
  min-width: 400px;
  padding: 15px;
  background: #556366;
}

.search-widget-form input[type="text"] {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  padding: 5px 15px;
}

.search-widget-form.active {
  top: 48px;
  display: block;
}

.search-widget-form {
  position: absolute;
  top: 0px;
  right: 0;
  display: none;
}

.inside_page {
  padding-top: 100px;
}

@media screen and (max-width:480px) {
  .widget-screening-round {
    width: 75px;
    height: 75px;
  }
  .widget-screening-round span {
    font-size: 12px;
  }
  .widget-screening {
    right: -12px;
  }
}

@media screen and (max-width:767px) {
  .widget-tablist h3 {
    font-size: 20px;
  }
  .inside_page {
    padding-top: 78px;
  }
}

@media screen and (max-width:575px) {
  .widget-contact p {
    font-size: 12px;
  }
  .inside_page {
    padding-top: 100px;
  }
}

@media screen and (max-width:991px) {
  .customer-widget-style--2 img:hover,
  .customer-widget-style--2 img:focus {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  .widget-search input[type="text"] {
    border: 1px solid #556366;
    padding: 5px 10px;
    border-radius: 20px;
    width: 100%;
    height: 35px;
  }
  .widget-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: -1px;
    padding: 5px 20px;
    height: 35px;
    border-radius: 20px;
    background: #e37734;
    color: #707005;
    border: 1px solid #e37734;
  }
  .widget-search form {
    position: relative;
  }
  .hide-sm {
    display: none;
  }
  .widget-head, header.header-fixed-active .widget-head {
    padding: 15px 0;
  }
  .widget-tablist .nav-link {
    padding: 15px;
    margin-bottom: 0px;
  }
  .widget-tablist .nav-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

.widget-contact .btn-sm {
  height: 25px;
  line-height: 25px;
  padding: 0 13px;
  font-size: 12px;
}

.header-fixed-active .widget-contact .btn-sm,
.inside_page .widget-contact .btn-sm {
  color: #fff;
  background: #e37734;
  border: 1px solid #e37734;
}

.header-fixed-active .widget-contact .cta-careers,
.inside_page .widget-contact .cta-careers {
  color: #fff;
  background: #00AD86;
  border: 1px solid #00AD86;
}

@media screen and (max-width: 767px) {
  .widget-contact .btn-sm {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .widget-contact,
  header.header-fixed-active .widget-contact {
    padding: 6px 0;
  }
  .widget-contact .btn-sm {
    color: #fff;
    background: #e37734;
    border: 1px solid #e37734;
  }
  .widget-contact .cta-careers {
    color: #fff;
    background: #00AD86;
    border: 1px solid #00AD86;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget-screening {
    right: -25px;
  }
  .inside_page {
    padding-top: 108px;
  }
}

.owl-theme .owl-nav {
  margin: 0;
}

.pie_progress__label_extra {
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
  .search-widget-form-wrp {
    margin-right: 42px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {}

.banner_animator .chat_animator-style--1>p {
  margin: 0;
  font-size: 13px;
  background: #2e3f55;
  color: #2a2d2e;
  font-weight: 400;
  padding: 10px;
}

.banner_animator .chat_animator_inner_wrp {
  height: 93%;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.widget-tablist .nav-item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-tablist .nav-item {
    margin-right: 10px;
  }
  .widget-tablist .nav-link {
    min-width: 130px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .widget-tablist .nav-item {
    margin-right: 10px;
  }
}

.qualified-candidates-wrp {
  position: relative;
}

.qualified-candidates-wrp * {
  -moz-transition: .8s;
  -webkit-transition: .8s;
  transition: .8s;
}

.qualified-candidates {
  padding-left: 160px;
  padding-top: 90px;
  padding-bottom: 30px;
}

.qualified-candidates-inner {
  width: 280px;
  height: 280px;
  background: #fbfbfc;
  border-radius: 100%;
  border: 1px solid #efefef;
  position: relative;
  -webkit-animation: zoom 3s;
  animation: zoom 3s;
}

.qualified-candidates-inner:before {
  content: "";
  width: 235px;
  height: 235px;
  background: #f7f8f9;
  border-radius: 100%;
  border: 1px solid #efefef;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qualified-candidates-user {
  width: 95px;
  height: 95px;
  background: #e37734;
  border: 2px solid #fff;
  z-index: 2;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 55px auto;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.candidates-user-2 {
  background-color: #2f3f55;
  background-position: center center;
  background-size: 50px;
  z-index: 1;
}

.qualified-candidates-wrp.active .candidates-user-1 {
  margin-left: -40px;
}

.qualified-candidates-wrp.active .candidates-user-2 {
  margin-left: 40px;
}

.icon-arrow {
  width: 30px;
  height: 45px;
  background-image: url(../img/icons/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 49%;
  position: absolute;
  z-index: 9;
  top: -38px;
  opacity: 1;
}

.qualified-candidates-wrp:not(.active) .icon-arrow {
  opacity: 0;
}

.qualified-candidates-wrp:not(.active) .icon-arrow-1 {
  top: -60px;
}

.qualified-candidates-wrp:not(.active) .icon-arrow-2 {
  right: -60px;
}

.qualified-candidates-wrp:not(.active) .icon-arrow-3 {
  right: -80px;
}

.qualified-candidates-wrp:not(.active) .icon-arrow-4 {
  left: -50px;
}

.qualified-candidates-wrp:not(.active) .icon-arrow-5 {
  left: -80px;
}

.icon-arrow-2 {
  right: -19px;
  left: auto;
  top: 35px;
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.icon-arrow-3 {
  right: -57px;
  left: auto;
  top: 136px;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-arrow-4 {
  left: -12px;
  top: 35px;
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.icon-arrow-5 {
  left: -47px;
  top: 172px;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.qualified-social-icons {
  position: absolute;
  top: 129px;
  left: 359px;
}

.qualified-candidates-wrp:not(.active) .qualified-social-icons {
  opacity: 0;
}

.qualified-social {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #3258a0;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.qualified-social i {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
}

.qualified-social.twitter {
  background: #00a2f9;
  z-index: 2;
}

.qualified-social.linkedin {
  background: #005a86;
  z-index: 1;
}

.qualified-candidates-wrp.active .qualified-social.twitter {
  left: 30px;
}

.qualified-candidates-wrp.active .qualified-social.linkedin {
  left: 60px;
}

.qualified-jobs {
  position: absolute;
  left: -161px;
  top: 170px;
}

.qualified-taleox {
  position: absolute;
  top: -91px;
  left: 50%;
  margin-left: -47px;
}

.qualified-icon-notes {
  position: absolute;
  right: -107px;
  top: -12px;
}

.qualified-icon-notes:after {
  content: "";
  background: #fbec33;
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 100%;
  bottom: -15px;
  right: -22px;
}

.qualified-candidates-wrp img {
  position: relative;
  z-index: 9;
}

.qualified-candidates-wrp:not(.active) .qualified-icon-notes:after {
  bottom: 30px;
  right: 0;
}

.qualified-icon-notes:before {
  border: 2px solid #feb646;
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: -28px;
  top: -2px;
}

.qualified-candidates-wrp:not(.active) .qualified-icon-notes:before {
  left: 5px;
  top: 19px;
}

.qualified-icon-u {
  left: -93px;
  top: 10px;
  position: absolute;
}

.qualified-candidates-wrp:not(.active) .qualified-taleox,
.qualified-candidates-wrp:not(.active) .qualified-jobs,
.qualified-candidates-wrp:not(.active) .qualified-icon-notes,
.qualified-candidates-wrp:not(.active) .qualified-icon-u {
  opacity: 0;
}

.qualified-icon-u .icon-card {
  position: absolute;
  top: -32px;
  right: -46px;
}

.qualified-candidates-wrp:not .qualified-icon-u img {
  z-index: 9;
}

.qualified-candidates-wrp:not(.active) .qualified-icon-u .icon-card {
  top: 0;
  right: 0;
}

.qualified-icon-u:after {
  content: "";
  background: #fbec33;
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 100%;
  top: -39px;
  left: 17px;
}

.qualified-candidates-wrp:not(.active) .qualified-icon-u:after {
  top: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .qualified-candidates {
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -moz-transform-origin-x: left;
    -webkit-transform-origin-x: left;
    transform-origin: left;
  }
}

#sheduledemo.modal .modal-dialog .modal-content {
  padding: 50px;
  position: relative;
  border: 1px solid #fff;
}

#sheduledemo.modal .modal-dialog {
  max-width: 870px;
  width: 100%;
}

#sheduledemo h3 {
  font-size: 40px;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}

#sheduledemo button {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  outline: none;
}

#sheduledemo p {
  color: #6c7888;
  font-size: 12px;
  margin: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

#sheduledemo {
  background-color: rgba(108, 120, 136, 0.68);
  z-index: 9999;
}

#sheduledemo .partner-form input[type="text"],
#sheduledemo .partner-form input[type="email"],
#sheduledemo .partner-form input[type="password"],
#sheduledemo .partner-form textarea,
#sheduledemo .partner-form select {
  margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #sheduledemo .partner-form input[type="text"],
  #sheduledemo .partner-form input[type="email"],
  #sheduledemo .partner-form input[type="password"],
  #sheduledemo .partner-form textarea {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 870px) {
  #sheduledemo.modal .modal-dialog {
    margin: 0;
    padding: 10px;
  }
  #sheduledemo.modal .modal-dialog .modal-content {
    padding: 50px 20px;
  }
  #sheduledemo h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.widget-may-like .widget_re_single_con h4 {
  min-height: 38px;
}

.thanks-wrp p {
  font-size: 20px;
  color: #999999;
  font-weight: 300;
}

.widget-tablist img {
  max-height: 458px;
  width: auto;
}

.cust-widget {
  position: relative;
}

.cust-widget .cust-widget-box-cnt {
  opacity: 0;
  position: absolute;
  top: 0;
  background: rgb(227, 119, 52);
  height: 100%;
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cust-widget-box-cnt p,
.cust-widget-box-cnt h4 {
  color: #fff;
}

@media screen and (max-width:767px) {
  .thanks-wrp p {
    font-size: 18px;
  }
  .widget-tablist .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .widget-tablist .nav-link {
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 10px;
  }
  .widget-tablist .nav-link br {
    display: none;
  }
  .widget-tablist .nav-link span {
    display: inline-block !important;
    padding: 0;
    margin-right: 10px;
  }
  .select_widget_dropdown {
    max-width: 350px;
    margin: 0 auto;
    height: 80px;
    position: relative;
  }
  .select_widget_dropdown_inner {
    position: relative;
  }
  .select_widget_dropdown_inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .select_widget_dropdown_inner .nav-item {
    margin-bottom: 0;
  }
  .select_widget_dropdown_chooser {
    position: absolute;
    width: 100%;
    left: 0;
    top: 82px;
    display: none;
    background: #fff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
  .select_widget_dropdown_chooser.active {
    display: block;
  }
  .select_widget_dropdown_selector {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 9;
    font-size: 26px;
    line-height: 26px;
    height: 26px;
    margin-top: -13px;
    cursor: pointer;
  }
  .owl-recruiting-img {
    padding: 40px 0;
  }
  .blog-main h1 {
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .widget-tablist h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .widget-tablist p,
  .widget-tablist li {
    font-size: 15px;
  }
  .widget-tablist .nav-link span img {
    max-height: 40px;
    width: auto;
  }
  .widget-tablist .nav-link span {
    padding-bottom: 5px;
    margin: 0 auto;
    float: none;
  }
  .widget-tablist .nav-link {
    font-size: 14px;
    min-width: inherit;
    padding: 11px;
  }
  .header-title h2 {
    font-size: 28px;
  }
  .thanks-wrp p {
    font-size: 18px;
  }
  body {
    padding-top: 108px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .widget-tablist h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .widget-tablist p,
  .widget-tablist li {
    font-size: 16px;
  }
  .header-title h2 {
    font-size: 30px;
  }
  .widget-tablist .nav-link span img {
    max-height: 40px;
    width: auto;
  }
}

.secon_level_mobile_menu {
  background: none;
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}

.secon_level_mobile_menu .btn {
  color: #fff;
  position: relative;
  width: 100%;
  padding: 0 10px 0 10px;
  text-align: left;
  white-space: inherit;
}

.secon_level_mobile_menu .btn i {
  position: absolute;
  right: 0;
}

.secon_level_mobile_menu .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.secon_level_mobile_menu .dropdown-menu .list-inline li {
  display: block;
  padding: 5px;
}

.secon_level_mobile_menu .dropdown-menu .list-inline li a {
  color: #2c3e56;
  font-weight: 400;
}

.secon_level_mobile_menu .dropdown-menu .list-inline li a.active,
.secon_level_mobile_menu .dropdown-menu .list-inline li.active a {
  color: #e37734;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
}

.cust-widget .cust-widget-box-cnt {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cust-widget:hover .cust-widget-box-cnt {
  opacity: 1;
}

@media screen and (min-width: 1500px) {
  .widget_resource_options {
    padding: 23px 30px;
  }
  .widget_resource_options_events {
    padding: 35px 30px;
  }
}

.blog-main blockquote {
  padding-left: 15px;
  border-left: 2px solid #2a2d2e;
  font-size: 16px;
  color: #2a2d2e;
}

.search_inside-form {}

.in-style--6 {
  font-size: 30px;
  color: #000;
  border: none;
  border-bottom: 2px solid #f2f2f2;
}

.in-style--6:hover,
.in-style--6:focus {
  outline: none;
}

.search_inside-form p {
  margin: 0;
  font-size: 14px;
  color: #999999;
}

.search-wrp-img {
  height: 150px;
  border-radius: 5px;
}

.search-cnt-wrp p {
  font-size: 16px;
  color: #556366;
}

.search-cnt-wrp a {
  font-size: 14px;
  font-weight: 300;
  padding: 8px 25px;
  height: 33px;
}

.search-cnt-wrp h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 14px;
}

.ti-video-wrp {
  border-radius: 100%;
  padding: 10px;
  height: inherit;
  font-size: 20px;
}

.undermaintenace-wrp .black-radial-mfy {
  height: 100vh
}

.undermaintenace-wrp header {
  background-color: transparent;
  box-shadow: none;
}

.undermaintenace-wrp header .navbar-brand * {
  fill: #fff;
}

.undermaintenace-wrp .inner_banner p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 40px;
}

.undermaintenace-wrp .inner_banner a {
  font-size: 16px;
  padding: 0 45px;
}

.undermaintenace-wrp .inner_banner h1 {
  font-size: 50px;
  font-weight: 400;
}

.mfp-wrap,
.mfp-bg {
  z-index: 99999;
}

.pagination .page-item.active .page-link {
  background: #e37734;
}

.pagination .page-link {
  background: #2e3f55;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
  padding-top: 10px;
}

.rechaptach_alter {
  max-height: 82px;
  overflow: hidden;
  width: 100%;
  background: #f9f9f9;
}

.foot-wrp {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.undermaintenace-wrp {
  position: relative;
}

@media screen and (max-width:767px) {
  .wpcf7-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    display: inline-block;
  }
  .rechaptach_alter .wpcf7-recaptcha {
    transform: none;
    -webkit-transform: none;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .search-wrp-img {
    background-size: contain;
    background-position: left center;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .undermaintenace-wrp .inner_banner h1 {
    font-size: 30px;
  }
  .undermaintenace-wrp .inner_banner a {
    font-size: 14px;
    padding: 0 30px;
  }
  .undermaintenace-wrp .inner_banner p {
    font-size: 17px;
  }
  .undermaintenace-wrp .black-radial-mfy {
    height: inherit;
  }
  .foot-wrp {
    position: static;
  }
}

@media screen and (max-width:1199px) {
  .search-cnt-wrp h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .widget-contact span a {
    color: #556366;
  }
  header .navbar-nav .dropdown-menu {
    display: block;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    position: static;
  }
  header .navbar-nav .dropdown-menu ul {
    padding: 0 15px;
  }
  header .navbar-nav .dropdown-menu ul a {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    display: block;
  }
  header .navbar-nav .dropdown-menu ul a.active {
    color: #e37734;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .undermaintenace-wrp .inner_banner h1 {
    font-size: 35px;
  }
  .undermaintenace-wrp .inner_banner a {
    font-size: 14px;
    padding: 0 30px;
  }
  .undermaintenace-wrp .inner_banner p {
    font-size: 17px;
  }
  .undermaintenace-wrp .black-radial-mfy {
    height: inherit;
  }
  .foot-wrp {
    position: static;
  }
}

.comment-paginations a,
.comment-paginations span {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  background: #2e3f55;
  border-radius: 3px;
  font-size: 13px;
  height: 26px;
}

.comment-paginations span {
  background: #e37734;
}

#sheduledemo iframe {
  width: 100%;
  min-height: 220px;
}

.widget_re_single_con_wrp h6 i {
  font-size: 20px;
  vertical-align: sub;
}

.widget_re_single_con_wrp h6 {
  color: #e37734;
}

.widget_re_single_video-show:hover {
  box-shadow: 1px 1px 10px #000;
}

.leadership-widget-cnt-wrp:before,
.leadership-widget-cnt-wrp:after {
  display: none;
}

.list_wrp li span {
  font-weight: 600;
}

.list_wrp li:last-child {
  margin-bottom: 0;
}

.list_wrp li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #999999;
  border-radius: 100%;
}

.list_wrp li {
  list-style: none;
  font-size: 16px;
  color: #2a2d2e;
  margin-bottom: 30px;
  position: relative;
  line-height: 27px;
  padding-left: 20px;
}

.leadership-widget-wrp {
  padding: 50px;
}

.list-icon_wrp li b {
  font-weight: 600;
}

.list-icon_wrp li {
  color: #2a2d2e;
  line-height: 27px;
}

.soln-style-wrp h3 {
  font-size: 22px;
  color: #2a2d2e;
  line-height: 35px;
}

.brands_slider img {
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  max-height: 55px;
}

.widget_re_single_con_wrp h4 {
  min-height: 57px;
}

.cust-widget-wrp-mfy .cust-widget {
  height: 100%;
  padding-top: 27px;
  display: table;
  width: 100%;
}

.cust-widget-wrp-mfy .cust-widget-box {
  padding: 30px 10px;
  height: 100%;
  margin: 0;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.piolet-pgm-wrp {
  background-color: #ffffffe0;
}

.piolet-pgm-wrp h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 25px;
  padding-top: 10px;
}

.piolet-pgm-wrp .partner-form input[type="text"],
.piolet-pgm-wrp .partner-form input[type="email"],
.piolet-pgm-wrp .partner-form input[type="password"],
.piolet-pgm-wrp .partner-form textarea,
.piolet-pgm-wrp .partner-form select {
  border-color: #cbd7d8;
}

.btn-success {
  background-color: #00ad86!important;
  border-color: #00ad86!important;
}

@media screen and (max-width:767px) {
  .leadership-widget-wrp {
    padding: 15px;
  }
  .list_wrp li {
    margin-bottom: 15px;
  }
  .leadership-widget-section h5 {
    padding-top: 10px;
  }
  .soln-style-wrp h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .ui-inner-1 ul li {
    margin: 0;
    padding-bottom: 5px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .widget_re_single_con_wrp h4 a {
    font-size: 14px;
  }
  .widget_re_single_con_wrp {
    padding: 15px;
  }
  .leadership-widget-wrp {
    padding: 25px;
  }
  .list_wrp li {
    margin-bottom: 15px;
  }
  .leadership-widget-section h5 {
    padding-top: 10px;
  }
  .soln-style-wrp h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .ui-inner-1 ul li {
    margin: 0;
    padding-bottom: 15px;
  }
}

.allyo-iframe iframe {
  height: 368px;
  width: 100%;
}

.feature-highlights h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
}

.list-dots li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background-color: #556366;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}

.list-dots li {
  position: relative;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  padding-left: 30px;
}

.testimonial-wrp h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-author-wrp span {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.testimonial-author-wrp h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.testimonial-wrp {
  overflow: hidden;
}

.testimonial-wrp h5:before {
  content: url(../img/icons/quot-start.png);
  margin-right: 15px;
  top: 10px;
  position: relative;
}

.testimonial-wrp h5:after {
  content: url(../img/icons/quot-end.png);
  margin-left: 15px;
  bottom: 0px;
  position: relative;
}

.owl-testimonial .owl-nav button i {
  line-height: 31px;
  font-weight: 600;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #00ad86;
}

.owl-testimonial .owl-nav button:hover i {
  color: #fff;
}

.owl-testimonial .owl-nav button.owl-next,
.owl-testimonial .owl-nav button.owl-prev {
  color: #556366;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -16px;
  height: 52px;
  width: 52px;
  border-radius: 100%;
  background-color: #d9e4e8;
}

.owl-testimonial .owl-nav button.owl-next {
  right: 0px;
  left: auto;
}

.owl-testimonial {
  padding: 0 60px;
}

.header-title-wrp h2 {
  color: #556366;
}

@media screen and (max-width:575px) {
  .partner-form input[type="submit"],
  .btn-lg {
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .allyo-iframe iframe {
    height: 220px;
  }
  .feature-highlights h3,
  .piolet-pgm-wrp h4 {
    font-size: 18px;
  }
  .list-dots li {
    font-size: 16px;
  }
  .owl-testimonial .owl-nav button.owl-next,
  .owl-testimonial .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .testimonial-wrp h5 {
    font-size: 16px;
  }
  .contact_footer h2 br,
  .events-view h1 br {
    display: none;
  }
  .header-title h2,
  .contact_footer h2 {
    font-size: 20px;
  }
  .header-title h4 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .contact_footer h2 br,
  .events-view h1 br {
    display: none;
  }
  .customer-widget-style--2 img {
    max-height: 50px;
    width: auto;
  }
  .piolet-pgm-wrp h4 {
    font-size: 22px;
  }
  .allyo-iframe iframe {
    height: 288px;
  }
  .partner-form input[type="submit"],
  .btn-lg {
    font-size: 15px;
    padding: 10px 20px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .piolet-pgm-wrp h4 {
    font-size: 22px;
  }
  .list-dots li {
    font-size: 15px;
  }
  .allyo-iframe iframe {
    height: 288px;
  }
  .header-title h2,
  .contact_footer h2 {
    font-size: 24px;
  }
  .partner-form input[type="submit"],
  .btn-lg {
    font-size: 15px;
    padding: 10px 20px;
  }
}

@media screen and (min-width:992px) and (max-width:1024px) {
  .header-title h2,
  .contact_footer h2 {
    font-size: 24px;
  }
  .partner-form input[type="submit"],
  .btn-lg {
    font-size: 15px;
    padding: 10px 20px;
  }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
  .partner-form input[type="submit"],
  .btn-lg {
    font-size: 15px;
    padding: 10px 20px;
  }
}

.ui-smiley {
  background: linear-gradient(135deg, #ffe919 0%, rgb(251, 192, 0) 100%);
  border-radius: 100%;
  padding: 13px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -3px;
}

.ui-smiley .eyes {
  width: 100%;
  margin-top: 15%;
  box-sizing: border-box;
  padding: 0 5px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 30%
}

.ui-smiley.active .eyes {
  margin-top: 20%
}

.ui-smiley .eyes .eye {
  width: 16px;
  height: 16px;
  background: #B57700;
  float: left;
  border-radius: 100%;
  position: relative;
}

.ui-smiley .eyes .eye:nth-of-type(2) {
  float: right;
}

.ui-smiley .mouth {
  width: 60%;
  height: 30%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  bottom: 18%;
  left: 50%;
  margin-left: -30%;
  background: #B57700;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ui-smiley:not(.active) .mouth {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  height: 10%;
  width: 40%;
  bottom: 25%;
  margin-left: -20%;
}

.industry-recognitions h1 {
  font-size: 36px;
  color: #556366;
  margin-bottom: 60px;
  font-weight: 400;
}

.piolet-pgm-wrp .partner-form input[type="submit"]:hover {
  background: rgb(228, 97, 15);
}

.piolet-pgm-wrp .partner-form input[type="submit"] {
  background: #e37734;
  border: 1px solid #e37734;
}

.header-fixed-active .widget-contact .l-pilot,
.inside_page .widget-contact .l-pilot {
  background: #2e3f55;
  border: 1px solid #2e3f55;
}

.l-pilot-sm {
  padding-top: 6px;
}

.allyo-lanunch-pilot .header-title h2,
.industry-recognitions h1 {
  font-size: 30px;
}

@media screen and (max-width:575px) {
  .widget-contact .btn-sm {
    height: 22px;
    line-height: 21px;
    font-size: 11px;
  }
}

@media screen and (max-width:991px) {
  .widget-contact .l-pilot {
    background: #2e3f55;
    border: 1px solid #2e3f55;
  }
  .allyo-lanunch-pilot .header-title h2,
  .industry-recognitions h1 {
    font-size: 24px;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .input-md {
    padding-left: 15px;
  }
}

.hs-input {
  width: 100%;
  border-radius: 30px!important;
  -webkit-border-radius: 30px!important;
  height: 48px!important;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding-left: 30px;
  margin-bottom: 15px;
}

select.input-md,
select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/icons/icon-down.png);
  background-position: right 20px center;
  background-size: auto;
  padding-right: 25px;
  background-repeat: no-repeat;
}

.ai-led-recruiting p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.ai-led-recruiting h1 {
  font-size: 40px;
  margin: 0;
  font-weight: 500;
}

.img-margin img {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.40);
  -o-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.40);
  -ms-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.40);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.40);
}

.ai-led-recruiting .piolet-pgm-wrp h4 {
  padding-bottom: 15px;
  padding-top: 0;
}

.ai-led-recruiting .piolet-pgm-wrp .partner-form input {
  margin-bottom: 8px;
}

.ai-led-recruiting .piolet-pgm-wrp {
  background-color: rgba(255, 255, 255, 0.5);
}

.img-margin img {
  bottom: 10px;
  position: absolute;
  left: 15px;
  max-width: 320px;
}

.ai-powered-modules-eg li {
  display: inline-block;
}

.ai-powered-modules-eg span img {
  filter: saturate(0%) brightness(0) contrast(0%);
  -webkit-filter: saturate(0%) brightness(0) contrast(0%);
}

.ai-powered-modules-eg h5 span {
  padding-bottom: 15px;
}

.img-margin {
  min-height: 378px;
}

.ai-powered-modules-eg p {
  font-weight: 300;
  font-size: 18px;
  padding-top: 30px;
}

.ai-powered-modules-eg h5 {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  min-height: 108px;
}

.find-ai-powered-tools p {
  font-size: 20px;
  color: #2c3d56;
  font-style: italic;
}

.ai-led-recruiting-wrp h5 {
  color: #2c3d56;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}

.ai-led-recruiting p {
  font-size: 21px;
  margin-bottom: 35px;
  font-weight: 300;
  color: #fff;
}

.ai-led-recruiting-wrp h3 {
  color: #2c3d56;
  font-weight: 600;
}

.ai-led-recruiting-wrp h2 {
  color: #2c3d56;
  font-size: 40px;
  font-weight: 600;
}

.black-radial-wrp-mfy {
  background: linear-gradient(-47deg, rgb(26, 36, 54) 0%, rgb(55, 78, 106) 100%);
}

.set-width-wrp {
  max-width: 840px;
  min-width: 840px;
  margin: 0 auto;
  float: none;
}

.ajax-loader {
  display: none!important;
}

.multifunction-cnt h2 a {
  color: #fff;
}

.multifunction-col.multifunction-cnt h2 a {
  color: #3c3c3b;
}

.inner_banner .black-radial-mfy .banner_tag.text_orange {
  color: #e37734;
}

.open-positions .nav-tabs {
  text-align: center;
  display: block;
}

.open-positions .nav-tabs:last-child .nav-item {
  padding-right: 0;
}

.open-positions .nav-tabs .nav-item {
  margin-bottom: 0;
  padding-right: 5px;
  display: inline-block;
}

.open-positions .nav-tabs .nav-item.show .nav-link,
.open-positions .nav-tabs .nav-link.active,
.open-positions .nav-tabs,
.open-positions .nav-tabs .nav-link {
  border: none;
}

.open-positions .nav-tabs .nav-link.active,
.open-positions .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #2e3f55;
}

.open-positions .nav-tabs .nav-link {
  color: #556366;
  font-size: 14px;
  border-radius: 50px;
}

.open-positions-tab-wrp a h4:hover,
.open-positions-text-wrp:hover h4 {
  color: #e37734;
}

.open-positions-tab-wrp h4 {
  color: #000000;
  font-size: 24px;
}

.open-positions-tab-wrp p {
  font-size: 16px;
  margin: 0;
}

.open-positions-tab-wrp h6 {
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 17px;
}

.open-positions-tab-wrp .open-positions-text-wrp {
  border-bottom: 1px solid #e9e9e9;
}

.open-positions-tab-wrp .open-positions-text-wrp:last-child {
  border-bottom: none;
}

.open-positions-text-wrp a.btn {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  height: 48px;
  padding: 13px 3px;
}

.open-positions-text-wrp:hover a.btn {
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.recruiting-benefits-wrp li {
  font-size: 16px;
  color: #2a2d2e;
  font-weight: 500;
  margin-bottom: 10px;
}

.row-5>div {
  padding: 5px;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.c-gallery-md {
  height: 390px;
}

.c-gallery-sm {
  height: 190px;
  background-position: top center;
}

.core-values-wrp p {
  font-size: 18px;
  color: #556366;
}

.owl-core-values-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #17202fc9;
  border-radius: 6px;
}

.owl-core-values .owl-item a:hover .owl-core-values-img {
  box-shadow: -3px 0px 14px #d9d9d9;
}

.owl-core-values .owl-item a:hover .owl-core-values-img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 6px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2f272714), to(#e37734ba));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2f272714, #e37734ba);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2f272714, #e37734ba);
  /* IE 10 */
  background: -ms-linear-gradient(top, #2f272714, #e37734ba);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2f272714, #e37734ba);
}

.owl-core-values-img {
  height: 321px;
  border-radius: 6px;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.abs-center {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.owl-core-values-cnt h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.owl-core-values-cnt p {
  padding-top: 30px;
  margin: 0;
  line-height: 27px;
}

.owl-core-values-cnt {
  padding: 30px;
}

.owl-core-values .owl-nav button.owl-next,
.owl-core-values .owl-nav button.owl-prev {
  color: #e37734;
  position: absolute;
  font-size: 38px;
  line-height: 33px;
  bottom: -3px;
  left: 35%;
}

.owl-core-values .owl-nav button.owl-next {
  left: auto;
  right: 35%;
}

.owl-core-values .owl-dots .owl-dot span {
  background-color: #bfc0c0;
}

.owl-core-values .owl-dots .owl-dot.active span,
.owl-core-values .owl-dots .owl-dot:hover span {
  background-color: #e37734;
}

.owl-core-values .owl-stage-outer {
  padding-bottom: 30px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: transparent;
  color: #000;
}

.dropdown-menu {
  top: 90%;
  min-width: 25rem;
}
header .navbar-nav .dropdown-menu ul{
  list-style: none;
  padding-left: 5%;
  width: 95%;
}
header .navbar-nav .dropdown-menu .nav-item .nav-link {
  color: #2c3e56;
  font-size: .8rem;
}
header .navbar-nav .dropdown-menu .nav-item-title .nav-link {
  font-size: .9rem;
  font-weight: bold;
  border-bottom: 1px solid #2c3e56;
  margin-bottom: .5rem;
  margin-top: .8rem;
  /*cursor: default;*/
}
header .navbar-nav .dropdown-menu .nav-item-title.no-link .nav-link {
  cursor: default;
}
header #mainNav li.dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width:575px) {
  .c-gallery-md {
    background-position: top center;
  }
  .c-gallery-sm {
    height: 242px;
  }
}

@media screen and (max-width:767px) {
  .img-margin {
    margin-top: 0;
    padding-top: 15px;
  }
  .ai-led-recruiting h1 br {
    display: none;
  }
  .ai-led-recruiting h1 {
    font-size: 25px;
    padding-bottom: 15px;
  }
  .ai-led-recruiting p {
    font-size: 16px;
  }
  .ai-led-recruiting-wrp h2 {
    font-size: 25px;
  }
  .img-margin img {
    position: static;
    max-width: 100%
  }
  .img-margin {
    min-height: inherit;
  }
  .set-width-wrp {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    float: none;
  }
  .owl-core-values .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-core-values .owl-nav button.owl-next {
    right: 0;
  }
  .open-positions-text-wrp a.btn {
    opacity: 1;
    display: inline-block;
    width: auto;
    margin-top: 20px;
  }
  .owl-core-values-cnt {
    padding: 15px;
  }
  .owl-core-values-cnt p {
    padding-top: 10px;
  }
  .owl-core-values-cnt h4 {
    font-size: 18px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .ai-led-recruiting h1 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .ai-led-recruiting-wrp h2 {
    font-size: 25px;
  }
  .img-margin img {}
  .set-width-wrp {
    max-width: 100%;
    min-width: 700px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  .ai-led-recruiting-wrp .ai-led-recruiting .piolet-pgm-wrp h4 {
    font-size: 18px;
  }
}

.career_banner {
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.inner_banner_con {
  padding: 60px 0;
}

@media screen and (min-width: 767px) {
  .inner_banner_con {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.inner_banner_con h1 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.inner_banner_con p {
  font-size: 18px;
  color: #e9ebee;
}

.inner_banner_con p:last-child {
  margin-bottom: 0;
}

.career-inner-section h2 {
  font-size: 36px;
  font-weight: 400;
  color: black;
  margin-bottom: 30px;
}

.career-inner-section p {
  color: #2a2d2e;
  font-size: 16px;
  margin-bottom: 30px;
}

.career-inner-section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.career-inner-section ul li {
  color: #2a2d2e;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.career-inner-section ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 100%;
}

.ui-breadCrumbs {
  padding: 20px 0;
}

.ui-breadCrumbs ul {
  margin: 0;
  padding: 0;
}

.ui-breadCrumbs ul li {
  list-style: none;
  display: inline-block;
  padding: 5px 0;
}

.ui-breadCrumbs ul li a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.ui-breadCrumbs ul li a:after {
  padding: 0 8px;
  content: ">";
  vertical-align: middle;
}

.ui-breadCrumbs ul li:last-child a:after {
  display: none;
}

.owl-core-values .owl-item:hover p {
  overflow: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.owl-core-values .owl-item p {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.transform-hiring-wrp {
  height: 467px;
  background-position: bottom center;
  position: relative;
}

.text_orange {
  color: #e37734;
}

.transform-hiring-wrp h1 {
  padding-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}

.transform-hiring-wrp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2e3f55; */
  background-color: #000;
  opacity: .5;
}

.open-positions-text-wrp a:link,
.open-positions-text-wrp a:active,
.open-positions-text-wrp a:hover,
.open-positions-text-wrp a:visited,
.recruiting-benefits-wrp a:link,
.recruiting-benefits-wrp a:active,
.recruiting-benefits-wrp a:hover,
.recruiting-benefits-wrp a:visited,
.core-values-wrp:link,
.core-values-wrp:active,
.core-values-wrp:hover,
.core-values-wrp:visited {
  color: #fff!important;
}

.allyo-published-date {
  font-size: 12px;
  color: #999;
}

.gallery {
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

#allyo_breadcrumb, .allyo-published-date {
  font-size: 12px;
  text-align: left;
}

.mobi_slogan {
  position: absolute;
  top: -65px;
}

.header-fixed-active .mobi_slogan {
  top: -50px; 
}

.allyo_post_featured_image {    
  margin-bottom: 1.5em;
}

.allyo_author_box .saboxplugin-wrap .saboxplugin-authorname, .allyo_author_box .saboxplugin-wrap .saboxplugin-desc, .allyo_author_box .saboxplugin-wrap .saboxplugin-desc p {
  text-align: left;
}

.saboxplugin-authorname a {
  color: #2837AC;
}

.a2a_floating_style {
  position: relative !important;
  text-align: center;
  /*display: none !important;*/
  z-index: 1 !important;
}
.a2a_floating_style {
  position: relative !important;
  text-align: center;
  /*display: none !important;*/
  z-index: 1 !important;
}
.a2a_floating_style a {
  display: inline-block !important;
  margin: 0 0.5em;
}
.a2a_floating_style .a2a_svg {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.home .btn.schedule-demo.btn-outline-white {
  border: 1px solid #fff;
  color: #fff;
}
.home .btn.schedule-demo.btn-outline-white:hover {
  background: #fff;
  color: #000;  
}

body.has-mtsnb { 
  transition: none !important; 
}

body.home.has-mtsnb {
  padding-top: 0px !important;
}

#breadcrumbs {
  font-size: .8rem;
}
#breadcrumbs a {
  /*color: #2c3e56;*/
  font-size: 1rem;  
  font-size: .8rem;
}

@media screen and (max-width: 767px) {
  .career-inner-section h2 {
    font-size: 30px;
  }
  .career_banner {
    min-height: inherit;
  }
  .inner_banner_con h1 {
    font-size: 32px;
  }
  .owl-core-values .owl-item p {
    overflow: hidden;
    height: auto;
    opacity: 1;
  }
  .transform-hiring-wrp {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .transform-hiring-wrp h1 {
    font-size: 30px;
  }
  .home .btn.schedule-demo.btn-outline-white {
    border: 1px solid #2c3e56;
    color: #2c3e56;
  }
  header .navbar-nav .dropdown-menu .nav-item .nav-link, 
  header .navbar-nav .dropdown-menu .nav-item-title .nav-link {
    color: #fff;
  }
  header .navbar-nav .dropdown-menu .nav-item-title .nav-link {
    border-color: #ccc;
  }
  header .navbar-nav .dropdown-menu ul {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .transform-hiring-wrp {
    height: 350px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .transform-hiring-wrp {
    height: 350px;
  }
  .transform-hiring-wrp h1 {
    font-size: 36px;
  }
}
iframe{
  max-width:100%;  
}
.list-wrp-white ul{
  margin:0;
}
.list-wrp-white li{
  position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 30px;
  list-style:none;
}
.list-wrp-white li:last-child{
  margin-bottom:0;
}
.list-wrp-white li:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    background-color: #fff;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
@media screen and (max-width:575px){
  .list-wrp-white ul{
    margin:0 auto;
    padding:0;
  }
  .widget-contact span {
    padding-right: 0px;
  }
  .mobi_slogan, .header-fixed-active .mobi_slogan {
    position: relative;
    top: auto;
    display: block !important;
    margin-top: 6px;
    color: #666;
  }  
  .mobi_post_title {
    display: block !important;
  }
  .mobi_post_title a {
    font-size: 14px;
    color: #111;
    display: block;
    line-height: 18px;
    padding: 10px 18px 0px;
  }
  .page-template-blog .widget_re_single_con h4 {
    display: none;
  }
  .widget_re_single_con {
    padding: 10px 20px;
  }
  .widget_re_single_thumb {
    height: 154px;
  }
  .download_wrp h4 {
    min-height: 40px;
  }
  /* .single_post_featured_image,*/ 
  /*.single_post_navigation_links, .single_post_date_author, .single_post_author_box, .alloy_related_posts_filter {
    display: none;
  }*/
  #allyo_breadcrumb, .allyo-published-date {
    font-size: 10px;
    text-align: left;
  }
  .allyo-published-date label {
    margin-bottom: 0px;
  }
  .allyo_author_box {
    display: block !important;
    text-align: left;
  }
  .allyo_author_box .saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 10px 15px 5px 5px;
  }
  .allyo_author_box .saboxplugin-wrap .saboxplugin-authorname {
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0 0;
    text-align: left;
  }
  .allyo_author_box .saboxplugin-wrap .saboxplugin-desc, .allyo_author_box .saboxplugin-wrap .saboxplugin-desc p {
    text-align: left!important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #555;
  }
  .a2a_floating_style {
    position: relative !important;
    text-align: center;
    /*display: none !important;*/
    z-index: 1 !important;
  }
  .a2a_floating_style a {
    display: inline-block !important;
    margin: 0 0.5em;
  }
  .a2a_floating_style .a2a_svg {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .afc_popup .a2a_floating_style {
    display: block !important;
    position: relative;
    text-align: center;
    line-height: normal !important;
  } 
  .page-template #allyo_breadcrumb{
    padding-left: 18px;
  }
}
@media screen and (max-width:767px){
  .list-wrp-white li{
    font-size:16px;
    padding-left:20px;
  }
  /*.menu-level-2 {
    padding: 10px 0 5px 0 !important;
  }*/   
  .widget-head {
    padding: 50px 0 0 !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .list-wrp-white li{
    font-size:17px;
    padding-left:20px;
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
  .list-wrp-white li{
       font-size:18px;
    padding-left:20px;
  }
}

@media screen and (max-width: 575px) {
  .carerr_bg {
    min-height: 350px;
    border: 3px solid #fff;
  }
  .border-left-5,
  .border-bottom-5 {
    border: none;
  }
  .position-filter li {
    margin: 2px 5px;
  }
  .menu_overlap {
    margin-bottom: 30px;
  }
  .widget-head {
    padding: 7px 0 3px 0 !important;
  }

}

@media screen and (min-width:549px) and (max-width:574px){
  .widget-head {
    padding: 40px 0 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .navbar .btn-schedule-demo-orange {
    margin-bottom: 5px;
  }
}

/*.owl-carousel .owl-stage-outer {
  height: 320px;
}
@media screen and (max-width: 480px) {
  .owl-carousel .owl-stage-outer {
    height: 420px;
  }
}
@media screen and (max-width: 420px) {
  .owl-carousel .owl-stage-outer {
    height: 460px;
  }
}
@media screen and (max-width: 380px) {
  .owl-carousel .owl-stage-outer {
    height: 500px;
  }
}
*/
@media screen and (max-width: 320px) {
  /*.owl-carousel .owl-stage-outer {
    height: 700px;
  }*/
  header .navbar-brand {
    float: none;
    position: absolute;
    top: -48px;
  }
  .widget-head {
    padding: 60px 0 0 !important;
  }
  .single div.blog-main  {
    padding-top: 90px !important;
  }
}

.saboxplugin-authorname .saboxplugin-socials {
  display: inline-block !important;
  background: none !important;
  padding: 0 5px !important;
}

.saboxplugin-authorname .saboxplugin-socials .saboxplugin-icon-color {
  margin: 0 5px !important;
}
@media screen and (max-width: 420px) {
  .saboxplugin-authorname .saboxplugin-socials {
    padding-top: 10px !important;
    display: block !important;
  }
}