:root {
  --itus-blue: #003660;
  --itus-yellow: #ee961b;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.p-20 {
  padding: 20px;
}

.p-50 {
  padding: 50px;
}

.border-left-right {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.gray-bg {
  background: #f4f6f8;
  padding: 130px 0 !important;
}

.fz-16 {
  font-size: 16px;
}

.fz-22 {
  font-size: 22px;
}

.fz-21 {
  font-size: 21px;
}

.fz-56 {
  font-size: 56px;
  margin-bottom: 17px;
}

.core-services > div:nth-child(1) {
  margin-bottom: 100px;
}

.p-80 {
  padding: 40px;
}

.stretch {
  overflow: hidden;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.stretch:after {
  content: "";
  background: #707070;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}

.stretch .bg-white {
  background: white;
  padding: 0 30px;
}

body {
  line-height: 1.7;
  color: #003660;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
  color: #ee961b;
}

a {
  color: #003660;
  text-decoration: none;
}

.container {
  max-width: 1280px !important;
}

.button {
  padding: 15px 35px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s all ease-in;
  border: none;
}

.button.yellow {
  background: #ee961b;
  color: white;
}

.button.yellow:hover {
  background: var(--itus-blue);
}

.button.yellow.outline {
  background: white !important;
  color: var(--itus-yellow);
  border: 1px solid var(--itus-yellow);
}

.button.yellow.outline:hover {
  background: var(--itus-blue) !important;
  color: white;
  border: 1px solid var(--itus-blue);
}

.button.yellow.hover-outline:hover {
  border: 1px solid var(--itus-yellow);
}

.button.yellow.hover-outline {
  border: 1px solid transparent;
}

.button.block {
  width: 100% !important;
  display: block;
  text-align: center;
}

header {
  background: #f3f5f7;
}

header .top-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 50px;
  z-index: 9;
  transition: 0.3s all ease;
}

header .navigation {
  text-align: right;
}

header .nav-icon {
  width: 24px;
}

header .slider {
  position: relative;
}

header .slider .slide-content {
  width: 40%;
}

header .slider .slide {
  width: 1250px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}

header .slider .slide h1 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: bold;
}

header .slider .owl-item:nth-child(2) .slide h1 {
  font-weight: bold;
}

header .slider .owl-item:nth-child(3) .slide h1 {
  font-weight: bold;
}

header .slider .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.alter {
  background: #003660;
  padding: 15px 0 !important;
}

.page .top-nav {
  background: #003660;
}

section,
footer {
  padding: 100px 0;
}

section.track-record h3 {
  font-weight: normal;
  font-size: 28px;
}

section.track-record .push-to-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 333px;
}

section.video {
  position: relative;
  background: #f4f6f8;
}

section.video .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 57%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
}

section.video .video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: block;
  z-index: 3;
}

section.video h1 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 49px;
}

section.edge {
  text-align: center;
  font-size: 16px;
}

.edge .edge-item {
  margin-bottom: 30px;
  min-height: 150px;
}

section.edge .edge-icon {
  display: inline-block;
  min-height: 30px;
  vertical-align: bottom;
}

section.edge .icon-wrapper {
  min-height: 60px;
  display: inline-block;
}

.section-title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.pay-for-performace {
  background: #f4f6f8;
}

.pay-for-performace .b-bottom {
  padding: 0;
  margin: 0;
}

.pay-for-performace .b-bottom li {
  /*border-bottom: 1px solid #D6D6D6;*/
  font-size: 16px;
  /*list-style-type: none;*/
  padding-bottom: 10px;
}

.pay-for-performace .b-bottom li:first-child {
  list-style-type: none;
}

.pay-for-performace .b-bottom li:not(:first-child) {
  margin-left: 15px;
}

.pay-for-performace .b-bottom li:not(:nth-child(1)) {
  padding-top: 10px;
}

.pay-for-performace .pay-wrapper {
  /* padding: 0 30px; */
}

.insight-img-holder {
  background: url("../images/img-holder.jpg") center/cover no-repeat;
  height: 250px;
  margin-bottom: 10px;
}

.yellow {
  color: #ee961b;
}

.blog-title {
  margin-top: 10px;
  font-size: 18px;
  max-width: 100%;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-excerpt {
  padding: 20px 0;
  font-size: 14px;
}

.archive .blog-title {
  font-size: 24px;
  line-height: 30px;
}

.author {
  font-size: 13px;
}

.author span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  padding: 70px 0;
  background: #f4f6f8;
}

footer p {
  font-size: 14px;
}

footer ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}

footer ul a {
  font-size: 14px;
  color: #003660;
}

#menu {
  background: #003660;
  width: 30%;
  max-width: 430px;
  padding: 45px;
  position: fixed;
  right: 0;
  z-index: 99;
  height: 100vh;
  top: 0;
}

#menu ul {
  padding: 0;
  margin: 0;
}

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

#menu .has-sub {
  font-weight: bold;
  font-size: 20px;
  color: var(--itus-yellow);
  margin-bottom: 15px;
  display: block;
}

#menu .main-parent {
  margin-bottom: 40px;
}

#menu li a {
  color: white;
}

#menu li ul a {
  font-size: 15px;
  display: block;
}

#menu li ul a img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

#menu .has-icon {
  margin-bottom: 15px;
}

#menu li a:hover {
  color: #ee961b;
}

#menu .close-button {
  position: absolute;
  top: 3%;
  right: 6%;
}

#menu .bottom {
  margin-top: 5vh;
}

.hidden {
  opacity: 0;
  transition-delay: 0.5s;
  pointer-events: none;
  cursor: default;
}

.visible {
  opacity: 1;
}

.owl-dot {
  width: 10px;
  height: 10px;
  background: #c1ced8 !important;
  margin: 0 25px;
  z-index: 999;
  border-radius: 50%;
}

.owl-dot.active {
  background: #003660 !important;
}

.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 41px;
}

.logo {
  width: 163px;
}

.page-title {
  color: #ee961b;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 2em;
  font-weight: bold;
}

.page-title h1 {
  font-weight: bold;
  font-size: 30px;
}

/*.page header {*/
/*background: #003660;*/
/*}*/
.page .content {
  margin-top: 150px;
  padding: 0;
}

.page-section-title {
  font-weight: bold;
  color: #ee961b;
  margin-bottom: 25px;
  font-size: 26px;
  position: relative;
}

.itus-table thead {
  color: #ee961b;
  font-weight: bold;
}

.itus-table thead tr th {
  border: none !important;
  padding-bottom: 25px;
}

.itus-table tbody tr:not(tbody tr:last-child) {
  border-bottom: 1px solid #a8a8a8;
}

.itus-table tbody tr td:last-child {
  text-align: right;
}

.page-section {
  padding: 70px 0;
  overflow-x: hidden;
}

.ia-wrapper {
  padding: 15px 40px;
}

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

ul.bordered-list li {
  border-top: 1px solid #d6d6d6;
  padding: 10px 0;
}

ul.bordered-list li:last-child {
  border-bottom: 1px solid #d6d6d6;
}

ul.bordered-list.spacious li {
  padding: 22px 0;
}

ul.bordered-list .no-border-top {
  border-top: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border: none;
  color: #003660;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ee961b;
  background: none;
  border-bottom: 3px solid #ee961b;
  font-weight: bold;
}

.tab-content {
  padding: 60px 0;
  text-align: center;
}

.itustab {
  position: relative;
}

.itustab::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee2e6;
  left: -100%;
  bottom: -1px;
}

.itustab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dee2e6;
  right: -100%;
  bottom: -1px;
}

.tab-dots ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

.tab-dots ul li {
  display: inline-block;
  margin: 0 28px;
}

.tab-dots ul li a {
  font-size: 9px;
  color: #95989a;
}

.tab-dots ul li a.active {
  color: #003660;
}

.about-naveen {
  position: relative;
  background: #f4f6f8;
}

.about-naveen-wrap {
  padding: 57px;
}

.about-naveen .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
}
.about-naveen .video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.about-naveen .video-placeholder .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: block;
  z-index: 3;
}

.about-naveen h1 {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 49px;
}

.bg-navy {
  background: #003660;
}

.light {
  font-weight: 200;
  padding-bottom: 0;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #003660;
  top: 25px;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Container around content */
.wrapper {
  padding: 16px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.wrapper::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -8px;
  background-color: white;
  border: 2px solid #003660;
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -8px;
}

/* The actual content */
.t-content {
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100%;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
.right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.left .t-content {
  text-align: right;
}

.timeline span {
  display: block;
}

.timeline .t-content span:first-child {
  color: #ee961b;
}

.timeline .t-content span:nth-child(2) {
  max-width: 280px;
  display: inline-block;
}

.timeline .t-content {
  height: auto;
}

.next-year {
  font-weight: normal;
  position: absolute;
  font-size: 25px;
  vertical-align: middle;
  top: 2px;
  left: 65%;
}

.next-year img {
  vertical-align: bottom;
}

.side-borders > div {
  border-right: 1px solid #707070;
}

.side-borders > div:last-child {
  border: none !important;
}

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

.career-list li {
  margin-bottom: 15px;
  padding: 15px 35px;
}

.career-list li:hover,
.career-list li.active {
  background: #f3f5f7;
  border-radius: 26px;
  color: #ee961b;
  padding: 15px 35px;
}

.career-list li:hover a,
.career-list li.active a {
  color: #ee961b;
}

.text-yellow {
  color: var(--itus-yellow);
}

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=tel] {
  border: none;
  text-align: left;
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
  background: #ebebeb;
}

body.page-id-122 h1 {
  display: none;
}

body.page-id-122.page header {
  /*background: url(../images/map.jpg) center/cover no-repeat;*/
}

body.page-id-122 .insights {
  display: none;
}

body.page-id-122 header .top-nav {
  padding-bottom: 45px;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.owl-next img,
.owl-prev img {
  width: 20px;
}

.blog-carousel {
  width: 100% !important;
  margin: 0 auto;
}

.archive + .insights {
  display: none;
}

.tags-title {
  margin-bottom: 15px;
}

.tag-style {
  background: #eee;
  padding: 2px 8px;
  display: inline-block;
  margin: 5px 2px;
  font-size: 15px;
  border: 1px solid #e6e4e4;
  border-radius: 15px;
}

.tag-style:hover {
  background: #ee961b;
  color: white;
  border: 1px solid #ee961b;
}

.footer-social a {
  transition: 0.3s ease;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  color: #ee961b;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 13px;
  text-align: center;
  font-size: 16px;
}

.footer-social a:hover {
  background: #ee961b;
  color: white;
}

.centered-list {
  text-align: left;
  max-width: 414px;
  display: block;
  margin: 0 auto;
}

.accordion-arrow {
  transition: all 0.3s ease;
}

[aria-expanded=true] .accordion-arrow {
  transform: rotate(180deg);
}

.card-header {
  cursor: pointer;
  background: #f3f5f7;
  border: none !important;
}

.accordion .card {
  border: none;
}

form > .row {
  margin-bottom: 20px;
}

#featured-article-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}

#categories {
  background: #f3f5f7;
}

#categories ul {
  list-style-type: none;
}

#categories li {
  display: inline-block;
}

#categories a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 30px;
  font-weight: bold;
}

#categories a:hover {
  background: white;
}

/* team */

#teamcategories {
  background: #003660;
}

#teamcategories ul {
  list-style-type: none;
}

#teamcategories li {
  display: inline-block;
}

#teamcategories a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 30px;
  font-weight: bold;
  color:#ee961b;
}

#teamcategories a:hover {
  background: white;
  color:#003660;
}
/* team */

.item {
  background: #f3f5f7;
}

.item-title {
  padding: 15px;
  min-height: 90px;
  display: block;
}

.item-wrapper {
  margin-bottom: 35px;
}

#share {
  margin-bottom: 60px;
}

#share ul {
  padding: 0;
  margin: 0;
}

#share ul li {
  list-style-type: none;
  margin-bottom: 18px;
}

#static-widget {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 130px;
}

.item-img {
  min-height: 280px;
}

.content:empty {
  display: none;
}

.review-scroll li {
  list-style-type: none;
}

.mobile-image {
  display: none;
}

@media screen and (min-width: 1441px) {
  .slide {
    min-height: 100vh !important;
  }

  .slide:nth-child(1) {
    background-size: 90vh !important;
  }
}
#mobile-job {
  display: none;
}

body.page-id-122 iframe {
  /*  display: none;*/
}

#featured-article-banner img {
  max-height: 500px;
}

body.single #featured-article-banner img {
  max-height: 400px;
}

.show-on-mobile {
  display: none;
}

.alter-content {
  padding: 15px 10px;
}

body.page-id-122 iframe {
  margin-top: 65px;
}

@media screen and (max-width: 700px) {
  header .slider .slide {
    width: 100%;
    position: relative;
    background: none !important;
  }

  .slide {
    min-height: 80vh !important;
    background-size: cover !important;
  }

  header .slider .slide-content {
    width: 100%;
    padding: 30px;
    position: relative !important;
    top: initial;
    left: inherit;
    transform: none;
    text-align: center;
  }

  header .slider .slide h1 {
    font-size: 24px;
  }

  .mobile-image {
    display: block;
    margin-top: 80px !important;
    text-align: center;
  }

  .mobile-image img {
    width: 80%;
    display: inline-block !important;
    /*width: auto !important;*/
  }

  .slider-wrapper .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5px;
  }

  .last-item.push-to-bottom {
    margin-bottom: 30px;
  }

  section.video .video-placeholder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    display: block;
    cursor: pointer;
    z-index: 2;
  }

  section.video .col-lg-4 {
    text-align: center;
  }

  section.video h1 {
    margin-top: 30px;
  }

  section.video {
    padding-top: 0;
  }

  .edge br {
    /*display: none;*/
  }

  .edge .edge-item {
    margin-bottom: 30px;
    min-height: 175px;
  }

  .edge .icon-wrapper {
    display: block !important;
  }

  .button {
    padding: 10px 20px;
  }

  .pay-for-performace .pay-wrapper {
    padding: 0 0px;
  }

  .pay-for-performace .section-title {
    text-align: left;
  }

  .pay-for-performace .m-t-70 {
    margin-top: 10px !important;
  }

  .section-title {
    margin-bottom: 20px;
  }

  section,
footer {
    padding: 50px 0;
  }

  #menu {
    background: #003660;
    width: 100%;
    max-width: 430px;
    padding: 45px;
    position: fixed;
    right: 0;
    z-index: 99;
    height: 100vh;
    top: 0;
  }

  .gray-bg {
    background: #f4f6f8;
    padding: 50px 0 !important;
  }

  body.page-id-180 .gray-bg img {
    margin-top: 20px;
    width: 100% !important;
  }

  body.page-id-180 .bordered-list {
    margin-bottom: 30px;
  }

  body.page-id-201 img.title-img {
    /*width: 100% !important;*/
  }

  body.page-id-201 .page-section:nth-child(1) img.title-img {
    width: 80% !important;
  }

  body.page-id-201 .page-section:nth-child(2) img.title-img {
    width: 80% !important;
  }

  body.page-id-201 .page-section:nth-child(3) img.title-img {
    width: 90% !important;
  }

  body.page-id-201 .page-section:nth-child(4) img.title-img {
    width: 70% !important;
  }

  body.page-id-221 .page-section:not(.itus-way-section) img {
    width: 50% !important;
  }

  .itus-way {
    text-align: center;
  }

  .itus-way .col-lg-3 img {
    margin-bottom: 50px;
  }

  .about-naveen .video-placeholder {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: 50vh;
    background: url(https://ituscapital.com/wp-content/uploads/2019/01/IMG-20190110-WA0005.jpg) top/cover no-repeat;
    display: block;
    cursor: pointer;
    z-index: 2;
  }

  .about-naveen {
    padding: 0px;
  }

  body.page-id-167 .page-section.text-center.bg-navy {
    padding: 70px 20px;
  }

  .page-id-154 .wrapper {
    padding: 16px 40px;
    position: relative;
    background-color: inherit;
    width: 100%;
    text-align: left;
  }

  .left .t-content {
    text-align: left;
  }

  .left::after,
.right::after {
    left: 23px !important;
  }

  .t-content {
    padding-left: 13px;
  }

  #mobile-job {
    display: block;
  }

  #job-accordion {
    display: none;
  }

  body.page-id-122.page header {
    background: none;
  }

  body.page-id-122 iframe {
    margin-top: 87px;
  }

  body.page-id-122 iframe {
    display: block;
    height: 100%;
  }

  body.page-id-122 .content {
    margin-top: 99px;
    padding: 0;
  }

  #featured-article-banner img {
    max-height: initial !important;
    width: 100% !important;
  }

  #categories a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 12px;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .footer-social {
    margin-top: 20px;
  }

  .margin-bottom-20 .col-lg-4 {
    margin-bottom: 20px;
  }

  .bordered-list br {
    display: none;
  }

  .margin-bottom-20 br,
.ia-wrapper {
    display: none;
  }

  .centered-list br {
    display: none;
  }

  body img.hundred-percent.hundred-percent.hundred-percent.hundred-percent {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .tab-pane .centered-list {
    width: 85%;
  }

  .core-services > div {
    margin-bottom: 20px !important;
  }

  #mobile-job .text-right {
    text-align: left !important;
  }

  .blog-item {
    padding: 0px 27px;
  }

  .owl-prev {
    left: -10px;
  }

  .owl-next {
    right: -10px;
  }

  .tab-content {
    padding: 0px 0;
    text-align: center;
  }

  .card-soup.responsive .card-header {
    padding: 0px;
  }

  .card-soup.responsive .card-title {
    padding: 9px;
    margin: 0;
  }

  .itus-tab-wrapper .tab-dots {
    display: none;
  }

  #share ul {
    text-align: left;
  }

  #share ul li {
    display: inline-block;
    margin: 30px 13px 0 0px;
  }
}
#share ul li a {
  transition: 0.3s ease;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #ee961b;
  border: 1px solid;
  border-radius: 50%;
  margin-right: 13px;
  text-align: center;
  font-size: 24px;
}

#share ul li a:hover {
  background: #ee961b;
  color: white;
}

.fixed-width {
  text-align: right;
}

#categories ul {
  padding: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .slide {
    background-size: 55% !important;
  }

  header .slider .slide {
    width: 1100px !important;
  }
}
footer table td {
  font-size: 14px !important;
}

.owl-prev.disabled {
  visibility: hidden;
}

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

.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bg-image:after {
  content: "";
  background: var(--itus-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}

.center-nav {
  font-weight: bold;
  /* font-size: 18px; */
  padding: 0 30px;
  display: flex;
  justify-content: space-around;
}

.center-nav a {
  color: var(--itus-yellow) !important;
}

.text-red {
  color: red;
}

.form-control:focus {
  color: #212529;
  background-color: #f4f6f8;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

.form-control {
  background-color: #f4f6f8 !important;
}

.table-head .table-row {
  display: grid;
  grid-template-columns: 300px auto;
  align-items: center;
  overflow: hidden;
}
.table-head .table-row > * {
  flex-shrink: 0;
}
.table-head .head {
  padding: 1em;
}
.table-head .static-head {
  flex: 0 0 200px;
}
.table-head .dynamic-head {
  text-align: center;
  flex: 0 0 auto;
  font-weight: bold;
}

a.disabled i {
  color: #ddd !important;
}

.table-head .owl-nav {
  display: none;
}

.table-head .table-row:nth-of-type(even) {
  background: #f3f3f3;
}

.table-nav {
  position: absolute;
  right: 0;
  top: 16px;
  background: white;
  z-index: 5;
}

.table-nav i {
  font-size: 14px;
  color: #707070;
}

.table-nav a {
  padding: 0 5px;
  display: inline-block;
}

i.fa.fa-file-pdf-o,
i.far.fa-file-archive.fa-sm {
  font-size: 19px;
}

.career-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  align-items: start;
}
.career-highlights img {
  height: 45px;
  object-fit: contain;
  width: 60px;
}

.stretched-gray {
  background: #f4f6f8;
  position: relative;
}

.stretched-gray:before {
  background: #f4f6f8;
  position: absolute;
  top: 0;
  content: "";
  left: calc((100vw - 1280px) / -2);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.section-padding {
  padding: 100px 0;
}

.interview-process {
  margin-top: 55px !important;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 55px;
  font-size: 18px !important;
}

.interview-process > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
}

.interview-process .process-item div:first-of-type {
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 47px;
  background: white;
  font-weight: bold;
  font-size: 20px !important;
}

.track-record-image {
  width: 450px;
}

.author-meta {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }

  .hide-on-mobile {
    display: none;
  }

  .track-record-image {
    width: 100%;
  }

  .author-meta {
    font-size: 13px;
  }

  .has-sub.button {
    font-size: 16px !important;
    margin-right: 10px;
  }

  .fancybox-content {
    padding: 20px !important;
  }

  .page-header,
.footer-navigation {
    padding: 60px 0 !important;
  }

  .page-header h1 {
    font-size: 30px !important;
    line-height: 1.6;
  }

  .page-header h4 {
    font-size: 18px !important;
    line-height: 1.6;
  }

  .footer-navigation h1 {
    font-size: 30px !important;
    line-height: 1.6;
  }

  .footer-navigation h4 {
    font-size: 18px !important;
    line-height: 1.6;
  }

  .page-section-title {
    font-size: 20px;
    line-height: 1.6;
  }

  .page-section-title.mini {
    font-size: 18px;
  }

  .static-head {
    max-width: 150px;
    width: 150px;
    flex: 0 0 150px !important;
  }

  .returns .table-nav {
    width: 100px;
    padding-left: 20px;
  }

  .table-head .table-row {
    display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
    overflow: hidden;
  }

  .stretched-gray:before {
    background: #f4f6f8;
    position: absolute;
    top: 0;
    content: "";
    left: -30px;
    width: calc(100vw + 30px);
    height: 100%;
    z-index: -1;
  }

  .f-title {
    line-height: 1.6;
  }

  .year-carousel .owl-prev {
    left: 0 !important;
  }

  .year-carousel .owl-next {
    right: 0 !important;
  }

  .career-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: start;
  }
  .career-highlights img {
    height: 45px;
    object-fit: contain;
    width: 60px;
  }

  .interview-process {
    margin-top: 55px !important;
    display: grid;
    grid-template-columns: auto;
    row-gap: 55px;
    font-size: 18px !important;
  }

  .article-grid {
    display: grid;
    grid-template-columns: auto !important;
    gap: 60px;
    margin: 60px 0 100px;
  }

  .article {
    min-height: auto !important;
  }
}


/*# sourceMappingURL=style.css.map */



/** Sanjugd  **/
/*	.blog-item-content p {
    	text-align: justify !important;
	} commented by Praveen on March 10, 2023 to remove text justification on blog posts*/
	 

	 p.disclosure
	 {
	 font-size:13px;
	 font-style:italic;
	text-align: justify !important;
	 }
.col-md-4.sign-up-btn input {
    width: 100%;
    padding: 8px 15px !important;
    background: #ee961b;
    color: #fff;
    border: 0;
    margin-top: 8px;
}


