@charset "UTF-8";
/*
 * Bootstrap imports
 */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-size: 16px;
  min-width: 320px;
  color: #999999;
  overflow-y: auto;
  overflow-x: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  color: #041F43;
  text-decoration: none;
}
a:hover {
  color: #000000;
}

.min-fullHeight {
  min-height: 100%;
}

ul li, ol li {
  line-height: 3rem;
}

.no-bg-color {
  background-color: transparent !important;
}

.lightgrey-color {
  color: #A1A0A0;
}

.text-light-grey {
  color: #F6F6F6;
}
.text-light-black, .cards-listing .card .card-box h2, .cards-listing .card .card-box h3 {
  color: #0a0a0a;
}
.text-light-black2 {
  color: #272727;
}
.text-red {
  color: red;
}
.text-white, .cards-listing .card:hover .card-box .institute-name {
  color: #ffffff;
}
.text-grey {
  color: #999999;
}
.text-greyed, .cards-listing .card .card-box p {
  color: #4b4b4b;
}
.text-lightgreen {
  color: #3CC753;
}
.text-semilight-grey {
  color: #A1A0A0;
}
.text-semidark-grey {
  color: #666666;
}
.text-semidark-grey2 {
  color: #7E7E7E;
}
.text-black {
  color: #000000;
}
.text-primary-color {
  color: #041F43;
}
.text-secondary-color, .cards-listing .card .card-box .institute-name {
  color: #FFBA00 !important;
}
.text-yellow {
  color: #F7CE06;
}
.text-dark-yellow {
  color: #C99000;
}
.text-secondary-link {
  color: #FFBA00;
}
.text-secondary-link:hover {
  color: #000000;
}
.text-blue {
  color: #3455FF;
}
.text-link-black2 {
  color: #272727;
}
.text-link-black2:hover {
  color: #FFBA00;
}
.text-link-white {
  color: #ffffff;
}
.text-link-white:hover {
  color: #999999;
}

.lightred-color {
  background-color: #f4777c;
}

.cursor-pointer {
  cursor: pointer;
}

a:focus {
  color: #FFBA00;
}

.rounded-5 {
  border-radius: 5px !important;
}
.rounded-10 {
  border-radius: 10px !important;
}
.rounded-15 {
  border-radius: 15px !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.rounded-25 {
  border-radius: 25px !important;
}
.rounded-30 {
  border-radius: 30px !important;
}

.col-half-offset {
  margin-left: 4.166666667%;
}

a:focus, input:focus, button:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}
.font-secondary {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}
.font-extra {
  font-family: "Roboto", sans-serif;
}

a {
  transition: all ease-in-out 0.2s;
}
a:visited, a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

strong {
  font-weight: 600;
}

/* Change the white to any color
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px $primary-color inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: $white;
} */
::-moz-selection {
  color: #041F43;
  background: #FFBA00;
}
::selection {
  color: #041F43;
  background: #FFBA00;
}

.fullHeight {
  height: 100%;
}

.h-100-vh {
  height: 100vh;
  min-height: 550px;
}
.h-90-vh {
  height: 90vh;
  min-height: 650px;
}
.h-80-vh {
  height: 80vh;
  min-height: 560px;
}
.h-70-vh {
  height: 70vh;
  min-height: 550px;
}
.h-60-vh {
  height: 60vh;
  min-height: 450px;
}
.h-55-vh {
  height: 55vh;
}
.h-50-vh {
  height: 50vh;
}
.h-40-vh {
  height: 40vh;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1420px) and (max-width: 1920px) {
  .container {
    max-width: 1340px;
    width: 100%;
  }
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2.6rem;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.font-exlight {
  font-weight: 200 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-regular {
  font-weight: 400 !important;
}
.font-semilight {
  font-weight: 500 !important;
}
.font-semiBold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-exbold {
  font-weight: 800 !important;
}

.t-skew--7 {
  transform: skew(-7deg);
}
.t-skew--20 {
  transform: skew(-20deg);
}
.t-skew--30 {
  transform: skew(-30deg);
}
.t-skew--40 {
  transform: skew(-40deg);
}

[data-aos=c-wipe-down] {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos=c-wipe-down].aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.c-wipe-mask {
  background-color: #0081F0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.full-container {
  max-width: 2000px;
}

.btn-arrow {
  transition: all ease-in-out 0.2s;
  display: inline-block;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background-color: #FFBA00;
  position: relative;
}
.btn-arrow i {
  font-size: 2rem;
  position: relative;
  display: block;
  height: 64px;
}
.btn-arrow i::after, .btn-arrow i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 21px;
  left: 22px;
  color: #ffffff;
}
.btn-arrow i::before {
  left: -38px;
}
.btn-arrow:hover {
  background-color: #FFBA00;
}
.btn-arrow:hover i::after, .btn-arrow:hover i::before {
  left: 65px;
}
.btn-arrow:hover i::before {
  left: 22px;
}

.btn {
  position: relative;
  border: 1px transparent solid;
  font-size: 1.6rem;
  font-weight: 600;
  overflow: hidden;
  border-radius: 0px;
}
.btn-pinned .fa-thumb-tack {
  rotate: 35deg;
}
.btn-links {
  transition: all ease-in-out 0.2s;
  color: #FFBA00;
  font-size: 1.6rem;
  font-style: italic;
  position: relative;
  overflow: visible;
}
.btn-links span {
  font-size: 0.7em;
}
.btn-links::before, .btn-links::after {
  transition: all ease-in-out 0.2s;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #FFBA00;
}
.btn-links::before {
  top: 0;
  left: 8px;
}
.btn-links::after {
  bottom: 0;
}
.btn-links:hover {
  color: #ffffff;
}
.btn-links:hover::before, .btn-links:hover::after {
  background-color: #ffffff;
}
.btn-links:hover.btn-white-bg {
  color: #041F43;
}
.btn-links:hover.btn-white-bg::before, .btn-links:hover.btn-white-bg::after {
  background-color: #041F43;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn-down-arrow-icon {
  display: flex !important;
}
.btn-down-arrow-icon::after {
  transition: all ease-in-out 0.2s;
  font-family: "icomoon" !important;
  content: "\e90a";
  border: 0;
  font-size: 12px;
  position: relative;
  transform: rotate(90deg);
  font-weight: normal;
}
.btn-down-arrow-icon.show::after {
  transform: rotate(-90deg);
}
.btn-down-arrow-icon + .dropdown-menu {
  font-size: 14px;
}
.btn-down-arrow-icon + .dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.btn-down-arrow-icon + .dropdown-menu .dropdown-item:hover {
  background-color: #FCF7F8;
}
.btn-secondary {
  color: #ffffff;
  border-color: #FFBA00;
  background-color: #FFBA00;
}
 .btn-secondary::after {
  transition: all ease-in-out 0.2s;
  background-color: #FFBA00;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.btn-secondary:hover {
  color: #FFBA00;
  background-color: #ffffff;
  border-color: #FFBA00;
}
.btn-secondary:hover::after {
  top: -100%;
}
.btn-secondary-holo {
  color: #FFBA00;
  border-color: #FFBA00;
  border-radius: 5px;
}
.btn-secondary-holo .icon {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-color: #FFBA00;
  margin-left: 10px;
  display: inline-block;
}
.btn-secondary-holo .icon i {
  font-size: 1rem;
  position: relative;
  display: block;
  height: 20px;
}
.btn-secondary-holo .icon i::after, .btn-secondary-holo .icon i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 6px;
  left: -5px;
  transform: rotate(90deg);
}
.btn-secondary-holo .icon i::before {
  top: -25px;
}
.btn-secondary-holo .icon::after {
  transition: all ease-in-out 0.2s;
  background-color: #FFBA00;
  content: "";
  display: inline-block;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.btn-secondary-holo:hover {
  color: #ffffff !important;
}
.btn-secondary-holo:hover i::after, .btn-secondary-holo:hover i::before {
  top: 40px;
}
.btn-secondary-holo:hover i::before {
  top: 6px;
}
.btn-secondary-holo:hover::after {
  top: 0;
}
.btn-yellow {
  color: #000000;
  border-color: #F7CE06;
  background-color: #F7CE06;
}
.btn-yellow::after {
  transition: all ease-in-out 0.2s;
  background-color: #F7CE06;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.btn-yellow:hover {
  background-color: #ffffff;
}
.btn-yellow:hover::after {
  top: -100%;
}
.btn-yellow-holo {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 5px;
}
.btn-yellow-holo::after {
  background-color: #ffffff;
  top: -100%;
}
.btn-yellow-holo:hover {
  color: #041F43 !important;
}
.btn-yellow-holo:hover::after {
  top: 0;
}
.btn-black {
  color: #ffffff;
  border-color: #0a0a0a;
}
.btn-black::after {
  background-color: #0a0a0a;
}
.btn-black:hover {
  color: #0a0a0a !important;
}
.btn-black:hover::after {
  top: -100%;
}
.btn-black-fill {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
  font-weight: normal;
}
.btn-black-fill:hover, .btn-black-fill:focus {
  border-color: #000000;
  background-color: transparent;
  color: #000000 !important;
}
.btn-black-holo {
  transition: all ease-in-out 0.2s;
  border: 1px #0a0a0a solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}
.btn-black-holo:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}
.btn-black-holo-red {
  transition: all ease-in-out 0.2s;
  border: 1px #0a0a0a solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}
.btn-black-holo-red:hover {
  border: 1px #FFBA00 solid;
  color: #FFBA00;
}
.btn-black-holo-empty {
  transition: all ease-in-out 0.2s;
  border: 1px #0a0a0a solid;
  color: #000000;
  font-size: 1.6rem;
}
.btn-black-holo-empty:hover {
  background-color: #0a0a0a;
  color: #ffffff;
}
.btn-white {
  color: #ffffff;
  border-color: #000000;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-white-holo {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}
.btn-white-holo:hover {
  color: #FFBA00;
  background-color: #ffffff;
}
.btn-white-holo-empty {
  transition: all ease-in-out 0.2s;
  border: 1px #ffffff solid;
  color: #ffffff;
  font-size: 1.6rem;
}
.btn-white-holo-empty:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-white-fill {
  color: #0a0a0a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-fill:hover {
  color: #ffffff;
  border-color: #041F43;
  background-color: #041F43;
}
.btn-grey {
  color: #ffffff;
  border-color: #A1A0A0;
}
.btn-grey::after {
  background-color: #A1A0A0;
}
.btn-grey:hover {
  color: #A1A0A0 !important;
}
.btn-grey:hover::after {
  top: -100%;
}
.btn-grey-fill {
  color: #ffffff;
  background-color: #A1A0A0;
  border-color: #A1A0A0;
}
.btn-grey-fill:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-grey-disabled {
  pointer-events: none;
  color: #A1A0A0 !important;
  border-color: #A1A0A0 !important;
}
.btn-grey-disabled::after {
  background-color: #F6F6F6 !important;
}
.btn-grey-holo {
  color: #000000;
  background-color: #ffffff;
  border-color: #A1A0A0;
}
.btn-grey-holo:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-grey-holo-black {
  color: #A1A0A0;
  background-color: transparent;
  border-color: #A1A0A0;
}
.btn-grey-holo-black:hover {
  color: #ffffff;
  background-color: #000000;
}
.btn-dark-grey {
  color: #ffffff;
  border-color: #7E7E7E;
}
.btn-dark-grey::after {
  background-color: #7E7E7E;
}
.btn-dark-grey:hover {
  color: #7E7E7E !important;
}
.btn-dark-grey:hover::after {
  top: -100%;
}
.btn-dark-grey-fill {
  color: #ffffff;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}
.btn-dark-grey-fill:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-dark-grey-disabled {
  pointer-events: none;
  color: #7E7E7E !important;
  border-color: #7E7E7E !important;
}
.btn-dark-grey-disabled::after {
  background-color: #F6F6F6 !important;
}
.btn-dark-grey-holo {
  color: #000000;
  background-color: #ffffff;
  border-color: #7E7E7E;
}
.btn-dark-grey-holo:hover {
  color: #ffffff;
  background-color: #7E7E7E;
}
.btn-dark-grey-holo-black {
  color: #7E7E7E;
  background-color: transparent;
  border-color: #7E7E7E;
}
.btn-dark-grey-holo-black:hover {
  color: #ffffff;
  background-color: #000000;
}
.btn-lightgrey-fill {
  color: #ffffff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-lightgrey-fill:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-lightgrey-holo {
  color: #A1A0A0;
  background-color: #ffffff;
  border-color: #A1A0A0;
}
.btn-lightgrey-holo:hover {
  color: #ffffff;
  background-color: #FFBA00;
  border-color: #FFBA00;
}
.btn-red {
  color: #ffffff;
  border-color: #FFBA00;
  background-color: #FFBA00;
  font-weight: normal;
}
.btn-red:hover, .btn-red:focus {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff !important;
}
.btn-red-h-black {
  color: #ffffff;
  border-color: #FFBA00;
  background-color: #FFBA00;
  font-weight: normal;
}
.btn-red-h-black:hover, .btn-red-h-black:focus {
  border-color: #0a0a0a;
  background-color: transparent;
  color: #0a0a0a !important;
}
.btn-red-h-white {
  color: #ffffff;
  border-color: #FFBA00;
  background-color: #FFBA00;
  font-weight: normal;
}
.btn-red-h-white:hover, .btn-red-h-white:focus {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff !important;
}
.btn-red-holo {
  color: #FFBA00;
  border-color: #FFBA00;
  background-color: #ffffff;
}
.btn-red-holo:hover, .btn-red-holo:focus {
  background-color: #FFBA00;
  color: #ffffff !important;
}
.btn-red-fill {
  color: #ffffff;
  border-color: #FFBA00;
  background-color: #FFBA00;
  font-weight: normal;
}
.btn-red-fill:hover, .btn-red-fill:focus {
  border-color: #FFBA00;
  background-color: #ffffff;
  color: #FFBA00 !important;
}
.btn-green {
  color: #ffffff;
  border-color: #041F43;
  background-color: #041F43;
}
.btn-green::after {
  background-color: #041F43;
}
.btn-green:hover, .btn-green:focus {
  background-color: transparent;
  color: #041F43 !important;
}
.btn-green:hover::after, .btn-green:focus::after {
  top: -100%;
}
.btn-green-holo {
  color: #041F43;
  border-color: #041F43;
}
.btn-green-holo::after {
  background-color: #041F43;
  top: -100%;
}
.btn-green-holo:hover, .btn-green-holo:focus {
  color: #ffffff !important;
}
.btn-green-holo:hover::after, .btn-green-holo:focus::after {
  top: 0;
}
.btn-video-play {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.btn-video-play::after, .btn-video-play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  transition: all ease-in-out 0.2s;
  transform: scale(1);
}
.btn-video-play::after {
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.25);
}
.btn-video-play::before {
  background-color: #ffffff;
  transform: scale(1);
}
.btn-video-play [class^=icon-] {
  transition: all ease-in-out 0.2s;
  display: block;
  color: #041F43;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  position: relative;
  z-index: 3;
}
.btn-video-play:hover::after {
  background-color: #041F43;
  transform: scale(1);
  z-index: 1;
}
.btn-video-play:hover::before {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.25);
}
.btn-video-play:hover [class^=icon-] {
  color: #ffffff;
}
.btn-video-play-2 {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.btn-video-play-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: auto;
  border-radius: 50%;
  transition: all ease-in-out 0.2s;
  transform: scale(1);
  background-color: #ffffff;
}
.btn-video-play-2 [class^=icon-] {
  transition: all ease-in-out 0.2s;
  display: block;
  color: #0a0a0a;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  position: relative;
  z-index: 3;
}
.btn-video-play-2:hover::before {
  background-color: #041F43;
}
.btn-video-play-2:hover [class^=icon-] {
  color: #ffffff;
}
.btn-login {
  color: #ffffff;
  background-color: #0a0a0a;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  width: 160px;
}
.btn-login::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px rgba(153, 153, 153, 0.4) solid;
}
.btn-login:hover {
  color: #000000;
  background-color: #ffffff;
}
.btn-register {
  color: #ffffff;
  background-color: #FFBA00;
  font-size: 2rem;
  font-weight: 500;
  width: 160px;
}
.btn-register:hover {
  color: #FFBA00;
  background-color: #ffffff;
}
.btn-register-2 {
  color: #ffffff;
  background-color: #0a0a0a;
  font-size: 2rem;
  font-weight: 500;
  width: 160px;
  border-right: 2px #222222 solid;
}
.btn-register-2:hover {
  color: #ffffff;
  background-color: #FFBA00;
}
.btn-add-internship .icon-plus {
  transition: all ease-in-out 0.2s;
  font-size: 0.6em;
  background-color: #ffffff;
  color: #FFBA00;
  padding: 5px 4px 2px;
}
.btn-add-internship:hover .icon-plus {
  background-color: #FFBA00;
  color: #ffffff;
}

.zoom-h-img {
  overflow: hidden;
  position: relative;
}
.zoom-h-img img {
  transition: all ease-in-out 0.2s;
  transform: scale(1);
  width: 100%;
}

#custom-cursor, .custom-cursor {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.4rem;
  position: fixed;
  top: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: transform 500ms;
}
#custom-cursor.zoom, .custom-cursor.zoom {
  opacity: 1;
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}

.progress-bar-5, .progress-bar-4, .progress-bar-3 {
  height: 6px;
  background-color: #F0F0F0;
}
.progress-bar-5 .progress-bar, .progress-bar-4 .progress-bar, .progress-bar-3 .progress-bar {
  background-color: #388E3C;
}
.progress-bar-2 {
  background-color: #F0F0F0;
  height: 6px;
}
.progress-bar-2 .progress-bar {
  background-color: #FF9F00;
}
.progress-bar-1 {
  background-color: #F0F0F0;
  height: 6px;
}
.progress-bar-1 .progress-bar {
  background-color: #FF6161;
}

.left-spacing {
  padding-left: 220px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .left-spacing {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .left-spacing {
    padding-left: 0;
  }
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  animation-name: loader;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  margin: 0 auto;
  width: 4px;
  height: 20px;
  background: #041F43;
  overflow: visible;
  animation-delay: 0s;
  transform: scale(1, 1);
}
.loader-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}
.loader.loader-gray:after, .loader.loader-gray::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 20px;
  content: "";
  background: #ffffff;
  transform-origin: 50% 50%;
  animation-name: loader;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.loader.loader-gray:after {
  margin: -10px 0 0 6px;
  animation-delay: 0.5s;
  transform: scale(1, 0.5);
}
.loader.loader-gray:before {
  margin: -10px 0 0 -10px;
  animation-delay: 0.5s;
  transform: scale(1, 0.5);
  background-color: #ffffff;
}
@keyframes loader {
  0% {
    transform: scale(1, 0.5);
    opacity: 0.2;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
.mob--menu {
  right: 0;
  top: 0px;
  width: 70px;
  background-color: #0a0a0a;
  position: relative;
}

.box-shadow {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
.box-shadow-light {
  box-shadow: 0 0 20px rgba(153, 153, 153, 0.3);
}

.box-white {
  background-color: #ffffff;
}

.color-grey {
  color: #999999;
}

.zoom-h-img {
  display: block;
}
.zoom-h-img:hover img {
  transform: scale(1.1);
}

.sticky-top {
  position: sticky;
  top: 0;
}
.f-weight-500 {
  font-weight: 500;
}

.pro-sign-up .kf-field .form-control {
  padding: 8px 10px !important;
}

.sample-paper-water-mark {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #C0C0C0;
  position: absolute;
  top: -15px;
  left: -20px;
  font-size: 15rem;
  line-height: 15rem;
  opacity: 5%;
}
@media (max-width: 767px) {
  .sample-paper-water-mark {
    top: 0;
    left: 0;
    font-size: 20vw;
    line-height: 20vw;
  }
}

a.download-sample-paper-pdf {
  position: relative;
  display: inline-block;
  color: #ffffff !important;
}
a.download-sample-paper-pdf > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  margin: auto;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  opacity: 0;
}
a.download-sample-paper-pdf > span .download-sample-paper-pdf-text {
  text-decoration: underline;
}
a.download-sample-paper-pdf::after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
a.download-sample-paper-pdf:hover > span, a.download-sample-paper-pdf:hover::after {
  opacity: 1;
}

.verify-email {
  bottom: 8px;
  right: 22px;
}

.top-bottom-line-grey, .top-bottom-line-white {
  position: relative;
}
.top-bottom-line-grey::after, .top-bottom-line-grey::before, .top-bottom-line-white::after, .top-bottom-line-white::before {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-bottom-line-grey::before, .top-bottom-line-white::before {
  top: auto;
  bottom: 0;
}
.top-bottom-line-grey::after, .top-bottom-line-grey::before {
  border-left: 1px solid #999999;
}
.top-bottom-line-white::after, .top-bottom-line-white::before {
  border-left: 1px solid #ffffff;
}

.bg-black-link a {
  color: #ffffff;
}
.bg-black-link a:hover {
  color: #FFBA00;
}

.video-timer .progress-bar {
  background-color: #FFBA00;
}

.bottom-line-grey, .bottom-line-white {
  position: relative;
}
.bottom-line-grey::before, .bottom-line-white::before {
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bottom-line-grey::before {
  border-left: 1px solid #999999;
}
.bottom-line-white::before {
  border-left: 1px solid #ffffff;
}

.bg-white-trans {
  background-color: rgba(255, 255, 255, 0.2);
}

.line-height-normal {
  line-height: normal !important;
}

.student-form-img {
  background-image: url(../images/student-form-img.jpg);
  background-size: cover;
  background-position: top center;
}
.student-form-img > div {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 3rem;
  margin: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .student-form-img > div {
    position: relative;
  }
}

.professor-form-img {
  background-image: url(../images/professor-form-img-01.jpg);
  background-size: cover;
  background-position: top center;
}

.onboarding-form-img {
  background-image: url(../images/onboarding-form-img.jpg);
  background-size: cover;
  background-position: top center;
}

.message-text {
  top: 0;
  left: 0;
}
.message-text .text {
  background-color: #ffe7c3;
  padding: 20px 50px;
}
@media (max-width: 767px) {
  .message-text .text {
    padding: 20px 20px;
  }
}

.dot-dropdown .dropdown-toggle {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
}
.dot-dropdown .dropdown-toggle::after {
  content: none;
}
.dot-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.dot-dropdown .dropdown-menu .dropdown-item:active, .dot-dropdown .dropdown-menu .dropdown-item.active {
  background-color: #FFBA00;
}

a.know-more {
  color: #ffffff !important;
  font-size: 3rem;
}
a.know-more:hover {
  color: #999999 !important;
}
a.know-more .grey-circle {
  display: inline-block;
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3rem;
  line-height: 60px;
  border-radius: 50%;
  background-color: #999999;
}

.page-title {
  font-size: 6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-title {
    font-size: 5.5rem;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 4rem;
  }
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 600px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -600px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.btn-dark {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  font-size: 1.4rem;
}
.btn-dark:hover {
  background-color: #041F43;
  border-color: #041F43;
}

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav > div i {
  transition: all ease-in-out 0.2s;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.owl-dots {
  text-align: center;
}
.owl-dots > .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px #e3e3e3 solid;
  margin: 0 7px 20px;
}

.right-fullWidth {
  width: calc(100% - 300px);
}

.max-w-120-px {
  max-width: 120px;
}
.max-w-200-px {
  max-width: 200px;
}
.max-w-500-px {
  max-width: 500px;
}

.table-data .table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
}

@media (max-width: 767px) {
  .mob-fullHeight-auto {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mob-fullHeight-auto {
    height: auto;
  }
}

.mob-nav {
  background-color: #f8f8f8;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mob-nav a {
  font-size: 0.8rem;
  color: #000000;
  padding-bottom: 5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mob-nav a {
    padding-left: 0;
    padding-right: 0;
  }
}
.mob-nav a.active, .mob-nav a:hover {
  color: #ffffff;
  background-color: #77cdd6;
}
.mob-nav a.active svg path,
.mob-nav a.active svg g, .mob-nav a:hover svg path,
.mob-nav a:hover svg g {
  fill: #ffffff;
  stroke: #ffffff;
}
.mob-nav a span {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.mob-nav a .counter-number {
  border-radius: 20px;
  min-width: 20px;
  color: #ffffff;
  background-color: #041F43;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 20%;
  font-size: 1.3rem;
}

.carousel-indicators li {
  transition: all ease-in-out 0.2s;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 12px 20px;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0;
  }
}
.carousel-indicators li::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 29px;
  height: 29px;
  border: 20px;
  display: block;
  border-radius: 50px;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .carousel-indicators li::after {
    width: 22px;
    height: 22px;
  }
}
.carousel-indicators li:hover {
  background-color: #041F43;
}
.carousel-indicators li.active {
  background-color: #041F43;
}
.carousel-indicators li.active::after {
  border-color: #041F43;
}

.btn-gold {
  transition: all ease-in-out 0.2s;
  background-color: #041F43;
  color: #ffffff;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  background-color: #0a0a0a;
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.3);
}

body.modal-open .container-fluid {
  filter: blur(4px);
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

.mt--5 {
  margin-top: -5px;
}
.mt--8 {
  margin-top: -8px;
}

.ml--5 {
  margin-left: -5px;
}
.ml--10 {
  margin-left: -10px;
}

.top--5 {
  top: -5px;
}
.top--10 {
  top: -10px;
}

.left-0 {
  left: 0;
}
.left--5 {
  left: -5px;
}
.left--10 {
  left: -10px;
}

.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}

.border-dash {
  border-style: dashed !important;
}
.border-color-black {
  border-color: #0a0a0a !important;
}
.border-top-dash {
  border-top: 1px dashed #0a0a0a;
}
.border-bottom-solid {
  border-bottom: 1px solid #F6F6F6;
}
.border-end-color-grey {
  border-right-color: #222222 !important;
}
.border-top-dashed {
  border-top-style: dashed !important;
}
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}
.border-xl-end {
  border-right: 1px #cccccc solid;
}
@media (max-width: 1199px) {
  .border-xl-end {
    border-right: 0;
  }
}

.video-interview {
  transition: all ease-in-out 0.2s;
  height: 100vh;
}
.video-interview .view-video {
  transition: all ease-in-out 0.2s;
}
.video-interview .view-video .v-name {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.video-interview .view-video .prof-video {
  width: 60% !important;
  -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
.video-interview .view-video .prof-video video {
  height: calc(100vh - 120px) !important;
}
@media (max-width: 767px) {
  .video-interview .view-video .prof-video video {
    height: calc(100vh - 140px) !important;
  }
}
.video-interview .view-video .student-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 70% !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
}
.video-interview .view-video .student-video video {
  height: calc(100vh - 120px) !important;
}
@media (max-width: 767px) {
  .video-interview .view-video .student-video video {
    height: calc(100vh - 140px) !important;
  }
}
.video-interview .view-video.video-type-1 .video-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: 1;
  margin: 20px 10px 0 0;
}
.video-interview .view-video.video-type-1 .video-2 {
  width: 100%;
  z-index: 0;
}
.video-interview .view-video.video-type-1 .video-2 video {
  height: calc(100vh - 80px);
}
.video-interview .view-video.video-type-2 .video-1 {
  position: relative;
  width: 50%;
}
.video-interview .view-video.video-type-2 .video-1 video {
  height: calc(100vh - 80px);
}
.video-interview .view-video.video-type-2 .video-2 {
  width: 50%;
}
.video-interview .view-video.video-type-2 .video-2 video {
  height: calc(100vh - 80px);
}
.video-interview .view-video.video-type-3 .video-1 {
  position: relative;
  width: 350px;
  margin: 0 auto;
}
.video-interview .view-video.video-type-3 .video-2 {
  width: 100%;
}
.video-interview .view-video.video-type-3 .video-2 video {
  width: 100%;
  height: calc(100vh - 275px);
}
.video-interview .view-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.video-interview .view-icon:hover span {
  background-color: #FFBA00;
}
.video-interview .view-icon.icon-1 span {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #ffffff;
}
.video-interview .view-icon.icon-1 span:nth-child(1) {
  top: 0;
  height: 3px;
  width: 10px;
  left: 4px;
  border-radius: 5px 5px 0 0;
}
.video-interview .view-icon.icon-1 span:nth-child(2) {
  top: 5px;
  height: 9px;
  width: 18px;
  border-radius: 5px;
}
.video-interview .view-icon.icon-1 span:nth-child(3) {
  top: 15px;
  height: 3px;
  width: 10px;
  left: 4px;
  border-radius: 0 0 5px 5px;
}
.video-interview .view-icon.icon-2 span {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  display: block;
  background-color: #0a0a0a;
}
.video-interview .view-icon.icon-2 span:nth-child(1) {
  height: 20px;
  width: 9px;
  left: 0px;
  border-radius: 5px 0 0 5px;
}
.video-interview .view-icon.icon-2 span:nth-child(2) {
  height: 20px;
  width: 9px;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.video-interview .view-icon.icon-2 span:nth-child(3) {
  display: none;
}
.video-interview .view-icon.icon-3 {
  position: relative;
  transform: rotate(90deg);
}
.video-interview .view-icon.icon-3 span {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  display: block;
  background-color: #0a0a0a;
}
.video-interview .view-icon.icon-3 span:nth-child(1) {
  height: 20px;
  width: 9px;
  left: 0px;
  border-radius: 5px 0 0 5px;
}
.video-interview .view-icon.icon-3 span:nth-child(2) {
  height: 20px;
  width: 9px;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.video-interview .view-icon.icon-3 span:nth-child(3) {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

#trainingCalendar th, #trainingCalendar td {
  padding-top: 15px;
  padding-bottom: 15px;
}

#accordionEvents .accordion-item {
  border: 0;
}
#accordionEvents .accordion-button {
  margin-bottom: 15px;
  box-shadow: none;
}
#accordionEvents .accordion-button.collapsed {
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  background-color: #F7CE06;
  border: 1px solid #F7CE06;
}
#accordionEvents .accordion-button:not(.collapsed) {
  border: 1px solid #F7CE06;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  border-radius: 5px;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  background-color: #ffffff;
}

.checkout-breadcrumb ul {
  margin: 0;
  padding: 0;
}
.checkout-breadcrumb ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-right: 35px;
}
.checkout-breadcrumb ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 1px;
  background-color: #999999;
}
.checkout-breadcrumb ul li a {
  font-size: 2rem;
  color: #999999;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-breadcrumb ul li a {
    font-size: 1.6rem;
  }
}
.checkout-breadcrumb ul li a:hover {
  color: #041F43;
}
.checkout-breadcrumb ul li:last-child {
  padding-left: 3px;
  padding-right: 0;
}
.checkout-breadcrumb ul li:last-child::after {
  content: none;
}
.checkout-breadcrumb ul li.active a {
  color: #000000;
}

.white-grey-link {
  color: #ffffff;
}
.white-grey-link:hover {
  color: #999999;
}

.arrow {
  bottom: 15px;
  right: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 40px !important;
  border-radius: 50%;
  background-color: #999999;
}

/* // ========== */
.custom_radio_checkbox {
  min-height: 28px;
}
.custom_radio_checkbox label {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #525252;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom_radio_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_radio_checkbox label input:checked ~ .checkmark:after {
  display: block;
  background-color: #041F43;
  transform: scale(0.6);
}
.custom_radio_checkbox label input:checked ~ .checkmark {
  border-color: #041F43;
}
.custom_radio_checkbox label .checkmark {
  position: absolute;
  top: 3px;
  left: 1px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.custom_radio_checkbox label .checkmark:after {
  content: "";
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -1px;
  bottom: 0;
  margin: auto;
  transition: all ease 0.2s;
  background-color: transparent;
}

.rating-progress {
  border-left: 1px #D8D1D1 solid;
}
@media (max-width: 767px) {
  .rating-progress {
    border-left: 0;
    border-top: 1px #D8D1D1 solid;
  }
}

.page-link {
  color: #041F43;
}
.page-link:hover {
  color: #999999;
}
.page-link:focus {
  color: #041F43;
}

.page-item.active .page-link {
  background-color: #041F43;
  border-color: #041F43;
}

.tooltip {
  z-index: 1000 !important;
}

.lab_Details .red_scrollbar {
  max-height: 486px;
  overflow-x: hidden;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #My_Cart .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Assign_Tests_To_Patient .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .Filters_Sidebar {
    padding-left: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Assign_Tests_To_Patient .Sidebar {
    padding-right: 0px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #Checkout-Details .Sidebar {
    padding-right: 0px;
  }
}

.Mb_Back_Btn {
  display: none;
}
@media (max-width: 991px) {
  .Mb_Back_Btn {
    display: block;
  }
}

@media (max-width: 991px) {
  .Ds_Back_btn {
    display: none;
  }
}

.carousel .thumbs-wrapper {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.carousel-root .carousel .thumb {
  border-width: 1px;
  border-radius: 5px;
}
.carousel-root .carousel .thumb.selected, .carousel-root .carousel .thumb:hover {
  border-width: 1px;
  border-color: #041F43;
}

.cross-icon {
  padding: 1px 6px 2px 6px;
}

.modal-content .cross-icon {
  padding: 5px 6px 5px 6px;
}

.top-bottom-0 {
  top: 0;
  bottom: 0;
}

.right-0 {
  right: 0;
}

.column-2-listing {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media (max-width: 991px) {
  .lab_Details .column-2-listing {
    columns: 1 !important;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

[disabled] {
  pointer-events: none;
}

#featuredLabsSection .owl-theme .owl-nav {
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  #featuredLabsSection .owl-theme .owl-nav {
    display: none;
  }
}
#featuredLabsSection .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  transform: translatey(50%);
  left: -35px;
}
#featuredLabsSection .owl-theme .owl-nav .owl-prev:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 31px;
  color: #041F43;
  font-weight: 900;
  background: transparent;
}
#featuredLabsSection .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  transform: translatey(50%);
  right: -35px;
}
#featuredLabsSection .owl-theme .owl-nav .owl-next:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 31px;
  color: #041F43;
  font-weight: 900;
  background: transparent;
}
#featuredLabsSection .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

.border-primary-color {
  border-color: #041F43 !important;
}

.border-radius-0-top-lr {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

ol.terms-condition-ol-list {
  font-size: 1.6rem;
}
ol.terms-condition-ol-list li {
  margin-bottom: 15px;
}

.ul-list {
  list-style: disc;
}
.ul-list li {
  margin-left: 40px;
}

.dropdown-menu.end {
  right: 0 !important;
  left: auto !important;
}

.fs-7 {
  font-size: 0.7rem;
}
.fs-8 {
  font-size: 0.8rem;
}
.fs-10 {
  font-size: 1rem;
}
.fs-11 {
  font-size: 1.1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem !important;
}
.fs-20 {
  font-size: 2rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-23 {
  font-size: 2.3rem;
}
.fs-24 {
  font-size: 2.4rem !important;
}
.fs-25 {
  font-size: 2.5rem;
}
.fs-28 {
  font-size: 2.8rem;
}
.fs-30 {
  font-size: 3rem;
}
.fs-32 {
  font-size: 3.2rem;
}
.fs-34 {
  font-size: 3.4rem;
}
.fs-36 {
  font-size: 3.6rem;
}
.fs-40 {
  font-size: 4rem;
}
.fs-48 {
  font-size: 4.8rem;
}
.fs-50 {
  font-size: 5rem;
}
.fs-55 {
  font-size: 5.5rem;
}
.fs-60 {
  font-size: 6rem;
}
.fs-70 {
  font-size: 7rem;
}
.fs-80 {
  font-size: 8rem;
}
.fs-90 {
  font-size: 9rem;
}
.fs-100 {
  font-size: 10rem;
}

@media (max-width: 767px) {
  .fs-xs-10 {
    font-size: 1rem !important;
  }
  .fs-xs-12 {
    font-size: 1.2rem !important;
  }
  .fs-xs-13 {
    font-size: 1.3rem !important;
  }
  .fs-xs-14 {
    font-size: 1.4rem !important;
  }
  .fs-xs-15 {
    font-size: 1.5rem !important;
  }
  .fs-xs-16 {
    font-size: 1.6rem !important;
  }
  .fs-xs-18 {
    font-size: 1.8rem !important;
  }
  .fs-xs-20 {
    font-size: 2rem !important;
  }
  .fs-xs-22 {
    font-size: 2.2rem !important;
  }
  .fs-xs-24 {
    font-size: 2.4rem !important;
  }
  .fs-xs-25 {
    font-size: 2.5rem !important;
  }
  .fs-xs-28 {
    font-size: 2.8rem !important;
  }
  .fs-xs-30 {
    font-size: 3rem !important;
  }
  .fs-xs-32 {
    font-size: 3.2rem !important;
  }
  .fs-xs-34 {
    font-size: 3.4rem !important;
  }
  .fs-xs-40 {
    font-size: 4rem !important;
  }
  .fs-xs-50 {
    font-size: 5rem !important;
  }
  .fs-xs-55 {
    font-size: 5.5rem !important;
  }
  .fs-xs-60 {
    font-size: 6rem !important;
  }
  .fs-xs-70 {
    font-size: 7rem !important;
  }
  .fs-xs-80 {
    font-size: 8rem !important;
  }
  .fs-xs-90 {
    font-size: 9rem !important;
  }
  .fs-xs-100 {
    font-size: 10rem !important;
  }
}

.l-height-10 {
  line-height: 1rem;
}
.l-height-12 {
  line-height: 1.2rem;
}
.l-height-14 {
  line-height: 1.4rem;
}
.l-height-16 {
  line-height: 1.6rem;
}
.l-height-18 {
  line-height: 1.8rem;
}
.l-height-20 {
  line-height: 2rem;
}
.l-height-22 {
  line-height: 2.2rem;
}
.l-height-24 {
  line-height: 2.4rem;
}
.l-height-25 {
  line-height: 2.5rem;
}
.l-height-30 {
  line-height: 3rem;
}
.l-height-34 {
  line-height: 3.4rem;
}
.l-height-40 {
  line-height: 4rem;
}
.l-height-50 {
  line-height: 5rem;
}
.l-height-55 {
  line-height: 5.5rem;
}
.l-height-60 {
  line-height: 6rem;
}
.l-height-80 {
  line-height: 8rem;
}

.img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
}

.bootstrap-select .selectpicker + .btn {
  background-color: #ffffff;
  font-weight: normal;
  outline: none !important;
}
.bootstrap-select .selectpicker + .btn.bg-transparent {
  background-color: transparent !important;
}
.bootstrap-select .selectpicker + .btn.fs-20 {
  font-size: 2rem;
}
.bootstrap-select .selectpicker + .btn.fs-20::after {
  top: 13px;
}
.bootstrap-select .selectpicker + .btn.pe-5 {
  padding-right: 3rem !important;
}
.bootstrap-select .selectpicker + .btn.show {
  border-bottom-color: #FFBA00;
}
.bootstrap-select .selectpicker + .btn.mt-arrow-15::after {
  top: 15px;
}
.bootstrap-select .selectpicker + .btn::after {
  position: absolute !important;
  right: 0;
  top: 13px;
  font-family: "icomoon" !important;
  font-size: 1.2rem;
  content: "\e905";
  color: #ffffff;
  margin-right: 10px;
  border: 0;
  position: relative;
  transform: rotate(90deg);
}
.bootstrap-select .dropdown-menu {
  font-size: 14px;
}
.bootstrap-select .dropdown-menu .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.bootstrap-select .dropdown-menu .dropdown-item.active, .bootstrap-select .dropdown-menu .dropdown-item:active {
  color: #041F43;
  font-weight: 700;
  background-color: transparent;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}

.user-message-item {
  cursor: pointer;
}
.user-message-item.active {
  background-color: rgba(255, 186, 0, 0.1);
}
.user-message-area .message-area {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ff-secondary {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 767px) {
  .w-xs-100 {
    width: 100%;
  }
}

.m-w-auto {
  min-width: auto !important;
}

.prof-posts-listing {
  width: 100%;
}

.cards-listing.cards-h-black .card {
  z-index: 0;
}
.cards-listing.cards-h-black .card:hover {
  z-index: 1;
  background-color: #0a0a0a;
}
.cards-listing .card {
  z-index: 0;
  min-height: 330px;
  transition: all ease-in-out 0.2s;
  background-color: #F6F5F1;
}
@media (max-width: 767px) {
  .cards-listing .card {
    min-height: inherit;
  }
}
.cards-listing .card a.icon-pin {
  transition: all ease-in-out 0s;
  transform: scale(1);
}
.cards-listing .card a.icon-pin.icon-pin-empty {
  transition: all ease-in-out 0.2s;
  color: #0a0a0a;
}
.cards-listing .card a.icon-pin.icon-pin-fill {
  transition: all ease-in-out 0.2s;
  color: #FFBA00;
}
.cards-listing .card .card-box {
  transition: all ease-in-out 0.2s;
  padding: 30px;
}
.cards-listing .card .card-box h2, .cards-listing .card .card-box h3 {
  transition: all ease-in-out 0.2s;
}
.cards-listing .card .card-box p {
  transition: all ease-in-out 0.2s;
}
.cards-listing .card .card-box p.card-date {
  display: block;
}
.cards-listing .card .card-box p.explore-now {
  display: none;
  color: #ffffff !important;
}
.cards-listing .card .card-box .cumulative-score {
  transition: all ease-in-out 0.2s;
  width: 43px;
  height: 43px;
  line-height: 43px;
  color: #ffffff;
  text-align: center;
  background-color: #FFBA00;
}
.cards-listing .card .card-box .institute-name {
  transition: all ease-in-out 0.2s;
}
.cards-listing .card:hover {
  z-index: 1;
  background-color: #FFBA00;
}
.cards-listing .card:hover a.icon-pin {
  color: #ffffff;
}
.cards-listing .card:hover a.icon-pin:hover {
  transform: scale(1.2);
}
.cards-listing .card:hover .card-box .text-grey {
  color: #A1A0A0 !important;
}
.cards-listing .card:hover .card-box .cumulative-score {
  background-color: rgba(255, 255, 255, 0.3);
}
.cards-listing .card:hover .card-box h2, .cards-listing .card:hover .card-box h3, .cards-listing .card:hover .card-box .institute-name {
  color: #ffffff !important;
}
.cards-listing .card:hover .card-box a.text-secondary-color, .cards-listing .card:hover .card-box a.institute-name, .cards-listing .card:hover .card-box a.icon-pin, .cards-listing .card:hover .card-box a.icon-letter {
  color: #ffffff !important;
}
.cards-listing .card:hover .card-box .invisible {
  visibility: visible !important;
}
.cards-listing .card:hover .card-box p {
  color: #dee2e6 !important;
}
.cards-listing .card:hover .card-box p.card-date {
  display: none;
}
.cards-listing .card:hover .card-box p.explore-now {
  display: flex;
  color: #ffffff !important;
}
.dd-menu a#dropdownMenuLink {
  color: #999999;
}
.dd-menu .dropdown-menu {
  font-size: 1.6rem;
}
.dd-menu .dropdown-menu a:active {
  background-color: #041F43;
}

.feedback-form .kf-field .form-control {
  padding: 10px !important;
}

@media (max-width: 767px) {
  .ui-autocomplete.ui-menu {
    width: 90% !important;
  }
  .ui-autocomplete.ui-menu .ui-menu-item {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border-bottom: 1px #F6F6F6 solid;
  }
  .ui-autocomplete.ui-menu .ui-menu-item:last-child {
    border-bottom: 0;
  }
}

#filterBy .accordion-header .accordion-button {
  font-size: 1.8rem;
  font-weight: 600;
}
#filterBy .accordion-header .accordion-button::after {
  font-family: "icomoon" !important;
  font-size: 1rem;
  content: "\e908";
  color: #FFBA00;
  margin-right: 10px;
  background-image: none;
  transform: rotate(90deg);
}
#filterBy .accordion-header .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}
#filterBy .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
#filterBy .accordion-item:first-of-type {
  border-radius: 5px 5px 0 0;
}
#filterBy .accordion-item:first-of-type .accordion-button {
  border-radius: 5px 5px 0 0;
}
#filterBy .accordion-item:last-of-type {
  border-radius: 0 0 5px 5px;
}
#filterBy .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 0 5px 5px;
}
#filterBy .distance-filter .slider.slider-horizontal {
  width: 100%;
}
#filterBy .distance-filter .slider.slider-horizontal .tooltip {
  font-size: 14px;
}
#filterBy .distance-filter .slider.slider-horizontal .slider-track {
  height: 5px;
  margin-top: -2px;
  box-shadow: none;
}
#filterBy .pincode-filter {
  position: relative;
}
#filterBy .pincode-filter .form-control {
  padding-left: 35px;
}
#filterBy .pincode-filter .form-control::-moz-placeholder {
  color: #D8D1D1;
}
#filterBy .pincode-filter .form-control::placeholder {
  color: #D8D1D1;
}
#filterBy .pincode-filter::before {
  transition: all ease-in-out 0.2s;
  font-family: "icomoon" !important;
  font-size: 1.8rem;
  content: "\e901";
  color: #F6F6F6;
  margin-right: 10px;
  position: absolute;
  top: 18px;
  left: 25px;
  z-index: 1;
}

.custom-checkbox {
  padding-left: 28px;
  position: relative;
}
.custom-checkbox .label-text {
  font-weight: 500;
}
.custom-checkbox .input-checkbox {
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #F6F6F6;
}
.custom-checkbox .input-checkbox::after {
  transition: all ease-in-out 0.2s;
  font-family: "icomoon" !important;
  font-size: 1.2rem;
  content: "\e902";
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 3px;
}
.custom-checkbox input[type=checkbox]:checked + .input-checkbox {
  background-color: #041F43;
  border-color: #041F43;
}
.custom-checkbox input[type=checkbox]:checked + .input-checkbox::after {
  color: #ffffff;
}

.custom-radio {
  padding-left: 28px;
  position: relative;
}
.custom-radio .label-text {
  font-weight: 500;
}
.custom-radio .input-radio {
  transition: all ease-in-out 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #999999;
}
.custom-radio .input-radio::after {
  transition: all ease-in-out 0.2s;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1.8);
}
.custom-radio input[type=radio]:checked + .input-radio {
  border-color: #041F43;
}
.custom-radio input[type=radio]:checked + .input-radio::after {
  background-color: #041F43;
  transform: scale(1);
}

.right--15 {
  right: -15px;
}

.bottom--15 {
  bottom: -15px;
}

.flex-basis-30 {
  flex-basis: 30px;
}

.w-20-px {
  width: 20px;
}
.w-24-px {
  width: 24px;
}
.w-30-px {
  width: 30px;
}
.w-40-px {
  width: 40px;
}
.w-45-px {
  width: 45px;
}
.w-50-px {
  width: 50px;
}
.w-60-px {
  width: 60px;
}
.w-100-px {
  width: 100px;
}
.w-150-px {
  width: 150px;
}
.w-200-px {
  width: 200px;
}

.h-20-px {
  height: 20px;
}
.h-30-px {
  height: 30px;
}
.h-40-px {
  height: 40px;
}
.h-60-px {
  height: 60px;
}

.bg-black {
  background-color: #0a0a0a !important;
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-white-16 {
  background-color: rgba(255, 255, 255, 0.16);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-light3-grey {
  background-color: #F6F5F1;
}
.bg-lightpink {
  background-color: rgba(244, 119, 124, 0.3215686275);
}
.bg-light-pink4 {
  background-color: #ebdde0;
}
.bg-semilight-grey {
  background-color: #A1A0A0;
}
.bg-semilight3-grey {
  background-color: #F7F7F1;
}
.bg-exlight-grey {
  background-color: #FBFBFB;
}
.bg-light-grey {
  background-color: #F6F6F6;
}
.bg-light-yellow {
  background-color: #FFF9E7 !important;
}
.bg-light2-grey {
  background-color: #cccccc;
}
.bg-light4-grey {
  background-color: #F1F0EF !important;
}
.bg-light5-grey {
  background-color: #fcfcfc !important;
}
.bg-light6-grey {
  background-color: #F8F7F5 !important;
}
.bg-exlight3-grey {
  background-color: #FEFDFC;
}
.bg-dark-grey {
  background-color: #222222;
}
.bg-semidark-grey {
  background-color: #666666;
}
.bg-semidark-grey2 {
  background-color: #7E7E7E;
}
.bg-primary-color, .bg-primarycolor {
  background-color: #041F43 !important;
}
.bg-primary-dark-color {
  background-color: #001939;
}
.bg-secondary-color {
  background-color: #FFBA00 !important;
}
.bg-yellow-color {
  background-color: #F7CE06;
}
.bg-need-practice {
  background-color: #F7D8DE;
}
.bg-good {
  background-color: #EF8EA0;
}
.bg-light-pink5 {
  background-color: #F8F0F2;
}
.bg-link-secondary {
  background-color: #FFBA00 !important;
}
.bg-link-light-pink {
  background-color: rgba(244, 119, 124, 0.3215686275);
}
.bg-link-light-pink:hover {
  background-color: #F6F6F6;
}
.bg-light-black2 {
  background-color: #272727;
}

.box-shadow-none {
  box-shadow: none !important;
}

.min-w-40-px {
  min-width: 40px !important;
}
.min-w-50-px {
  min-width: 50px !important;
}
.min-w-60-px {
  min-width: 60px !important;
}
.min-w-80-px {
  min-width: 80px !important;
}
.min-w-125-px {
  min-width: 125px !important;
}
.min-w-130-px {
  min-width: 130px !important;
}
.min-w-135-px {
  min-width: 135px !important;
}
.min-w-200-px {
  min-width: 200px !important;
}
.min-w-auto {
  min-width: inherit !important;
}
@media (max-width: 767px) {
  .min-w-xs-40-px {
    min-width: 40px !important;
  }
  .min-w-xs-80-px {
    min-width: 80px !important;
  }
  .min-w-xs-170-px {
    min-width: 130px !important;
  }
}

.opacity-40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.opacity-60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.timeliner {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 18px;
  left: 30px;
  width: 0;
  background-color: #FFBA00;
  height: 4px;
  border-radius: 10px;
}

#subMenu ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#subMenu ul li {
  display: inline-block;
  color: #ffffff;
}
#subMenu ul li::after {
  content: "|";
  margin: 0 12px 0 14px;
  display: inline-block;
}
#subMenu ul li:last-child::after {
  content: none;
}
#subMenu ul li a {
  color: #ffffff;
}
#subMenu ul li a:hover {
  color: #000000;
}

.text-link-underline {
  text-decoration: underline;
}
.text-link-underline:hover {
  text-decoration: none;
}
.text-link-black {
  color: #000000 !important;
}
.text-link-black:hover, .text-link-black:focus {
  color: #FFBA00 !important;
}
.text-link-grey {
  color: #999999;
}
.text-link-grey:hover {
  color: #000000;
}
.text-link-primary {
  color: #041F43;
}
.text-link-primary:hover {
  color: #000000;
}
.text-link-secondary {
  color: #FFBA00;
}
.text-link-secondary:hover {
  color: #000000;
}
.text-link-secondary-h-white {
  color: #FFBA00;
}
.text-link-secondary-h-white:hover {
  color: #ffffff;
}

.custom-scrollbar {
  overflow-x: auto;
}
.custom-scrollbar-y {
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-background-color: #f0f0f0;
  -moz-background-color: #f0f0f0;
  cursor: pointer;
}
.custom-scrollbar::-webkit-scrollbar {
  background-color: #FFBA00;
  -webkit-background-color: #FFBA00;
  -moz-background-color: #FFBA00;
  width: 5px;
  background-color: #f0f0f0;
  border-radius: 5px;
  -webkit-width: 5px;
  -moz-width: 5px;
  -webkit-background-color: #f0f0f0;
  -moz-background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.custom-scrollbar-y::-webkit-scrollbar {
  height: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #A1A0A0;
  -webkit-background-color: #A1A0A0;
  -moz-background-color: #A1A0A0;
}

#instafeed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
   grid-gap: 16px;
}
#instafeed img {
  width: 178px !important;
  height: 178px !important;
  overflow: hidden;
}


.instagram-widget img {
  width: 100%;
}
.instagram-widget a {
  position: relative;
  height: 100%;
  display: block;
  color: #ffffff;
}
.instagram-widget a img {
  width: 100%;
}
.instagram-widget a span {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(239, 127, 27, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-widget a span i {
  transition: all ease-in-out 0.2s;
  font-size: 18px;
  transform: scale(1.3);
}
.instagram-widget a:hover span {
  opacity: 1;
  width: 80%;
  height: 80%;
}
.instagram-widget a:hover span i {
  transform: scale(1);
}

.pf-tab-content .nav .nav-item {
  margin-right: 30px;
}
.pf-tab-content .nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #F6F6F6;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 10px;
  position: relative;
}
.pf-tab-content .nav .nav-item .nav-link::after {
  transition: all ease-in-out 0.2s;
  content: "";
  border-bottom: 4px solid transparent;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.pf-tab-content .nav .nav-item .nav-link.active, .pf-tab-content .nav .nav-item .nav-link:hover {
  color: #041F43;
}
.pf-tab-content .nav .nav-item .nav-link.active::after, .pf-tab-content .nav .nav-item .nav-link:hover::after {
  border-bottom-color: #041F43;
}

.connectModalPopup .btn-close {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: -15px;
  right: -30px;
  color: #ffffff;
  background: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .connectModalPopup .btn-close {
    top: 0px;
    right: 15px;
    color: #999999;
  }
  #instafeed {
     grid-template-columns: repeat(2, 1fr);
   }
}
.connectModalPopup .btn-close:hover {
  color: #041F43;
}
.connectModalPopup .connect-form .form-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}
.connectModalPopup .connect-form textarea {
  min-height: 100px;
}
.connectModalPopup .connect-form .form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border-radius: 5px;
}
.connectModalPopup .connect-form .form-control::-moz-placeholder {
  color: #A1A0A0;
}
.connectModalPopup .connect-form .form-control::placeholder {
  color: #A1A0A0;
}

.form-label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
}

.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border-radius: 5px;
}
.form-control[disabled] {
  color: #999999 !important;
}

.modal .btn-close {
  transition: all ease-in-out 0.2s;
  opacity: 1;
  position: absolute;
  top: 0;
  color: #ffffff;
  right: -40px;
  background: none;
}
@media (max-width: 767px) {
  .modal .btn-close {
    top: 5px;
    color: #999999;
    right: 10px;
  }
}
.modal .btn-close:hover {
  color: #F7CE06;
}

.dropdown-icon-none::after {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .text-xs-left {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important;
  }
}

.mt--50 {
  margin-top: -50px;
}
.mt--100 {
  margin-top: -100px;
}
.mt--150 {
  margin-top: -150px;
}
.mt--200 {
  margin-top: -200px;
}

.page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
}
.page-item .page-link {
  color: #000000;
}

.modal-backdrop.show {
  background-color: #000000;
}

.text-highlighter-animation {
  position: relative;
  color: #ffffff;
}
.text-highlighter-animation span {
  background-color: #FFBA00;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: texthighlighter 2s normal forwards;
  -moz-animation: texthighlighter 2s normal forwards;
  -o-animation: texthighlighter 2s normal forwards;
}

@keyframes texthighlighter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.radio-buttons .btn {
  font-weight: normal;
  border: 1px solid #041F43;
}

.add-new-post {
  text-decoration: none;
  font-weight: normal;
}
.add-new-post.btn-link {
  color: #FFBA00;
}
.add-new-post:hover {
  text-decoration: underline;
}
.add-new-post span {
  font-family: "Poppins", sans-serif;
  background-color: #FFBA00;
}

.arrow-left {
  position: relative;
  transform: rotate(180deg);
  display: inherit;
}

.rich-content h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-top: 40px;
}
.rich-content p {
  font-weight: 300;
}
.rich-content ol, .rich-content ul {
  padding-left: 30px;
  list-style: auto;
  margin-bottom: 30px;
  font-weight: 300;
}
.rich-content ul {
  list-style: disc;
}
.rich-content.letter-spacing-2 p {
  letter-spacing: 2px;
}

.watermark-logo {
  background-image: url(../images/water-mark-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 100px;
}

.post-card.show .post-card-body {
  background-color: #F6F6F6;
  border-bottom: 1px #000000 solid;
}

.quiz-no-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quiz-no-list ul li {
  display: inline-block;
  width: 38px;
  border: 1px #000000 solid;
  text-align: center;
  margin-bottom: 6px;
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 35px;
}
.quiz-no-list ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  line-height: 35px;
  font-size: 1.4rem;
  background-color: #041F43;
}

.alphabet-list {
  list-style-type: upper-alpha;
}

.logo-water-mark {
  background: url(../images/icon.png) no-repeat center center fixed;
  background-size: 500px;
}

.applicants-table thead th {
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  text-align: center;
}

.label-hello {
  position: relative;
  width: 70px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  background-color: #041F43;
  color: #ffffff;
}
.label-hello::after {
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 15px;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent;
  border-left-color: #041F43;
}

.student-social-media-links ul li {
  display: inline-block;
  padding: 0 20px;
}
.student-social-media-links ul li a {
  color: #ffffff;
  font-size: 20px;
}
.student-social-media-links ul li a:hover {
  color: #000000;
}

.tag-list li {
  display: inline-block;
  background-color: #cccccc;
  padding: 5px 8px;
  line-height: normal;
  border-radius: 30px;
  color: #999999;
  font-size: 0.8em;
}
.tag-list li a {
  font-size: 0.8em;
  color: #999999;
}
.tag-list li a:hover {
  color: #FFBA00;
}

.tag2-list li {
  display: inline-block;
  border: 1px #cccccc solid;
  padding: 6px 9px;
  line-height: normal;
  border-radius: 5px;
  color: #999999;
  font-size: 0.8em;
  font-size: 14px;
  color: #272727;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 10px;
}
.tag2-list li a {
  font-size: 0.8em;
  color: #999999;
  margin-left: 5px;
}
.tag2-list li a:hover {
  color: #FFBA00;
}

.mcs-horizontal-example {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-shrink: 1;
}

.mcs-horizontal-example .mCSB_container {
  display: flex;
}

.mcs-horizontal-example .item {
  flex: 1 0 auto;
}

.mcs-horizontal-example p {
  flex: 2 0 auto;
  max-width: 100%;
  display: inline-block;
}

.FilterDirectory-list {
  padding: 10px 18px 10px 0 !important;
  height: 465px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .FilterDirectory-list {
    height: 70vh;
  }
}
.FilterDirectory-list li {
  margin: 0 20px 8px 0;
  font-size: 14px;
  padding-left: 10px;
  line-height: normal;
  min-width: 200px;
}
.FilterDirectory-list li label {
  display: block;
  width: 100%;
  min-height: 17px;
  color: #282c3f;
  position: relative;
  cursor: pointer;
}
.FilterDirectory-list li label input[type=checkbox] {
  margin: 0 10px 0 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0;
}
.FilterDirectory-list li label input[type=checkbox]:checked.other + div + .other-element {
  display: block !important;
}
.FilterDirectory-list li .common-checkboxIndicator {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c3c2c9;
  background: #fff;
  border-radius: 2px;
}
.FilterDirectory-list li .common-checkboxIndicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 8px;
  height: 5px;
  border-color: #fff;
  border-style: none none solid solid;
  border-width: 2px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.FilterDirectory-list li .common-customCheckbox input:checked ~ .common-checkboxIndicator {
  border: none;
  background: #FFBA00;
}
.FilterDirectory-list li.FilterDirectory-listTitle {
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #282c3f;
  max-width: 200px;
}
.FilterDirectory-list li.FilterDirectory-listTitle.text-capitalize {
  margin-bottom: 10px;
  max-width: 200px;
  white-space: normal !important;
}
.FilterDirectory-list .FilterDirectory-disabled, .FilterDirectory-list .click-FilterDirectory-disabled {
  opacity: 0.2;
  cursor: default;
}

.hint-icon {
  top: 30px;
  right: -25px;
}
@media (max-width: 767px) {
  .hint-icon {
    right: 0;
  }
}
.hint-icon img {
  width: 25px;
}
@media (max-width: 767px) {
  .hint-icon img {
    width: 20px;
  }
}
.hint-icon-2 {
  top: 3px;
  right: -40px;
}
@media (max-width: 767px) {
  .hint-icon-2 {
    top: 4px;
    right: -30px;
  }
}
.hint-icon-2 img {
  width: 25px;
}
@media (max-width: 767px) {
  .hint-icon-2 img {
    width: 20px;
  }
}

.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}

#coming-soon h1 {
  font-size: 14vh;
  font-weight: normal;
}
@media (max-width: 767px) {
  #coming-soon h1 {
    font-size: 4rem;
  }
}

.pilot-run {
  font-size: 2.4rem;
}

#background-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#background-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}
#background-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(91, 30, 30, 0.45);
}
@media (max-width: 767px) {
  #background-video::before {
    content: none;
  }
}

.popover {
  font-size: 12px;
}

#searchResearchAreas .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}
#searchResearchAreasNav li {
  line-height: normal;
}
#searchResearchAreasNav li:first-child {
  margin-left: 0;
}
#searchResearchAreasNav li a {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
}
#searchResearchAreasNav li a:hover {
  color: #FFBA00;
}

.searchResearchAreas-Nav li {
  line-height: normal;
}
@media (max-width: 767px) {
  .searchResearchAreas-Nav li {
    width: 100%;
  }
}
.searchResearchAreas-Nav li:first-child {
  margin-left: 0;
}
.searchResearchAreas-Nav li a {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
}
.searchResearchAreas-Nav li a:hover {
  color: #FFBA00;
}

.otp-modal .ms-5 {
  margin-left: calc(100% - 93vw) !important;
}
@media only screen and (min-width: 2000px) {
  .otp-modal .ms-5 {
    margin-left: calc(100% - 88vw) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .otp-modal .ms-5 {
    margin-left: auto !important;
  }
}
@media (max-width: 767px) {
  .otp-modal .ms-5 {
    margin-left: auto !important;
  }
}

.research-area-list > div {
  min-height: 115px;
}
@media (max-width: 767px) {
  .research-area-list > div {
    min-height: 90px;
  }
}

.resume-viewer {
  min-height: 400px;
}
.resume-viewer iframe {
  height: 400px;
}
@media (max-width: 767px) {
  .resume-viewer {
    min-height: 200px;
  }
  .resume-viewer iframe {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .toast-item-wrapper.toast-top-right {
    min-width: 300px !important;
  }
}
@media (max-width: 767px) {
  .toast-item-wrapper p {
    font-size: 1.2rem;
  }
}

.border-lg-start {
  border-left: 1px #dee2e6 solid;
}
@media (max-width: 767px) {
  .border-lg-start {
    border-left: 0;
  }
}

.m-height-100 {
  min-height: 100px !important;
}
.m-height-150 {
  min-height: 150px !important;
}
.m-height-250 {
  min-height: 250px !important;
}
.m-height-270 {
  min-height: 270px !important;
}
.m-height-470 {
  min-height: 470px !important;
}
.m-height-600 {
  min-height: 600px !important;
}
.m-height-700 {
  min-height: 700px !important;
}
.m-height-800 {
  min-height: 800px !important;
}

.add-profile-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: 100%;
  opacity: 0.5;
}

#allProfInternships .card-view .view-intership {
  display: none;
  margin-bottom: 0;
  margin-top: -2px;
}
#allProfInternships .card-view:hover .last-date {
  display: none;
}
#allProfInternships .card-view:hover .view-intership {
  display: block;
}
#allProfInternships .owl-nav {
  text-align: right;
  padding-top: 20px;
}
#allProfInternships .owl-nav .owl-prev, #allProfInternships .owl-nav .owl-next {
  transition: all ease-in-out 0.2s;
  background-color: #FFBA00;
  color: #ffffff;
  border: 1px #FFBA00 solid;
  padding: 5px 10px;
  width: 54px;
  height: 54px;
  line-height: 45px;
}
#allProfInternships .owl-nav .owl-prev i, #allProfInternships .owl-nav .owl-next i {
  font-size: 18px;
}
#allProfInternships .owl-nav .owl-prev:hover, #allProfInternships .owl-nav .owl-next:hover {
  background-color: #ffffff;
  color: #FFBA00;
}

.rcat-structure-banner h1 {
  font-size: 10vw;
}

#procedure .procedure-section {
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
#procedure .procedure-section .border-bottom {
  border-bottom-width: 2px !important;
}
#procedure .procedure-section h4, #procedure .procedure-section .icon-globe {
  transition: all ease-in-out 0.2s;
  color: #7E7E7E;
}
#procedure .procedure-section .question-paper {
  transition: all ease-in-out 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  opacity: 0;
}
@media (max-width: 767px) {
  #procedure .procedure-section .question-paper {
    position: relative;
    width: 100%;
    display: none;
    bottom: auto;
    top: 0;
  }
}
#procedure .procedure-section .question-paper img {
  width: 22vw;
}
@media (max-width: 767px) {
  #procedure .procedure-section .question-paper img {
    width: 100%;
  }
}
#procedure .procedure-section:hover .border-bottom {
  border-bottom-color: #000000 !important;
}
#procedure .procedure-section:hover h4, #procedure .procedure-section:hover .icon-globe {
  color: #000000;
}
#procedure .procedure-section.active .border-bottom {
  border-bottom-color: #000000 !important;
}
#procedure .procedure-section.active h4, #procedure .procedure-section.active .icon-globe {
  color: #000000;
}
#procedure .procedure-section.active .question-paper {
  opacity: 1;
  display: block;
}

.kf-test-banner {
  background: url(../images/kf-test-banner.jpg) no-repeat top center;
  background-size: cover;
}
.kf-test-banner h1 {
  font-size: 6vw;
}

#kfHelpPointer {
  position: relative;
  margin-bottom: -70px;
}
#kfHelpPointer .kf-help-pointer {
  position: relative;
}
@media (max-width: 767px) {
  #kfHelpPointer .kf-help-pointer {
    margin-bottom: 0 !important;
  }
}
#kfHelpPointer .kf-help-pointer > div {
  border-right: 1px solid #D8D1D1;
}
@media (max-width: 767px) {
  #kfHelpPointer .kf-help-pointer > div {
    border-right: 0;
    border-bottom: 1px solid #D8D1D1;
    padding-bottom: 20px;
  }
}
#kfHelpPointer .kf-help-pointer:nth-child(8) > div, #kfHelpPointer .kf-help-pointer:nth-child(4) > div {
  border-right: 0;
}
#kfHelpPointer .kf-help-pointer:nth-child(1) {
  margin-bottom: 20px;
}
#kfHelpPointer .kf-help-pointer:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 1190px;
  border-bottom: 1px solid #D8D1D1;
}
@media (max-width: 767px) {
  #kfHelpPointer .kf-help-pointer::after {
    content: none !important;
  }
}
@media (max-width: 1200px) {
  #kfHelpPointer .kf-help-pointer:nth-child(2n+2) > div {
    border-right: 0;
  }
  #kfHelpPointer .kf-help-pointer:nth-child(1), #kfHelpPointer .kf-help-pointer:nth-child(3), #kfHelpPointer .kf-help-pointer:nth-child(5) {
    margin-bottom: 20px;
  }
  #kfHelpPointer .kf-help-pointer:nth-child(1)::after, #kfHelpPointer .kf-help-pointer:nth-child(3)::after, #kfHelpPointer .kf-help-pointer:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 900px;
    border-bottom: 1px solid #D8D1D1;
  }
}
@media (max-width: 1024px) {
  #kfHelpPointer .kf-help-pointer:nth-child(2n+2) > div {
    border-right: 0;
  }
  #kfHelpPointer .kf-help-pointer:nth-child(1), #kfHelpPointer .kf-help-pointer:nth-child(3), #kfHelpPointer .kf-help-pointer:nth-child(5) {
    margin-bottom: 20px;
  }
  #kfHelpPointer .kf-help-pointer:nth-child(1)::after, #kfHelpPointer .kf-help-pointer:nth-child(3)::after, #kfHelpPointer .kf-help-pointer:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 660px;
    border-bottom: 1px solid #D8D1D1;
  }
}
@media (max-width: 767px) {
  #kfHelpPointer .kf-help-pointer:nth-child(1), #kfHelpPointer .kf-help-pointer:nth-child(3), #kfHelpPointer .kf-help-pointer:nth-child(5) {
    margin-bottom: 20px;
  }
  #kfHelpPointer .kf-help-pointer:nth-child(1)::after, #kfHelpPointer .kf-help-pointer:nth-child(3)::after, #kfHelpPointer .kf-help-pointer:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 300px;
    border-bottom: 1px solid #D8D1D1;
  }
}
@media (max-width: 767px) {
  #kfHelpPointer .kf-help-pointer:last-of-type > div {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

p.left-top-line {
  padding-left: 120px;
  position: relative;
}
@media (max-width: 767px) {
  p.left-top-line {
    padding-left: 90px;
  }
}
p.left-top-line::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #FFBA00;
  height: 2px;
  width: 110px;
}
@media (max-width: 767px) {
  p.left-top-line::after {
    width: 80px;
  }
}

#kfTabContent {
  position: relative;
}
#kfTabContent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 24vw;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #kfTabContent::after {
    content: none;
  }
}
@media (max-width: 767px) {
  #kfTabContent::after {
    content: none;
  }
}
#kfTabContent .kf-tab-links ul li {
  margin-top: 3px;
}
#kfTabContent .kf-tab-links ul li a {
  background-color: #F6F5F1;
  color: #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 10px 20px;
  align-items: center;
  border: 1px solid #F6F5F1;
  margin-right: 1px;
}
#kfTabContent .kf-tab-links ul li a .icon-arrow-2 {
  font-size: 1rem;
}
#kfTabContent .kf-tab-links ul li a:hover, #kfTabContent .kf-tab-links ul li a.active {
  margin-right: 0;
  font-weight: 600;
  background-color: #fcfcfc;
  color: #000000;
  border-left-color: #FFBA00;
  border-top-color: #FFBA00;
  border-bottom-color: #FFBA00;
  border-right-color: #ffffff;
}
@media (max-width: 767px) {
  #kfTabContent .kf-tab-links ul li a:hover, #kfTabContent .kf-tab-links ul li a.active {
    border-right-color: #FFBA00;
  }
}
#kfTabContent .kf-tab-links ul li a:hover .icon-arrow-2, #kfTabContent .kf-tab-links ul li a.active .icon-arrow-2 {
  color: #FFBA00;
}
#kfTabContent .kf-tab-content {
  left: -1px;
}
#kfTabContent .kf-tab-content .border {
  border-color: #FFBA00 !important;
}
#kfTabContent .kf-tab-content .right-bottom-line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #FFBA00;
}
#kfTabContent .kf-tab-content .play-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 63px;
  text-align: center;
  background-color: #041F43;
  color: #ffffff;
  position: absolute;
  bottom: 16px;
  right: 23px;
  font-size: 3rem;
}
#kfTabContent .kf-tab-content .play-button:hover {
  background-color: #ffffff;
  color: #041F43;
}
#kfTabContent .kf-tab-content-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 50px;
  width: calc(100% - 50px);
}

#innerHeader .inner-header {
  margin-top: 45px;
  margin-bottom: -55px;
}

@media (max-width: 767px) {
  #innerHeader .inner-header h1 {
    font-size: 3rem;
  }
}

#innerHeader .inner-header.news-header {
  position: relative;
  margin-bottom: 45px;
  min-height: 300px;
}
#innerHeader .inner-header.news-header .circle-pics img {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: auto;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(1) {
  top: -80px;
  left: 20px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(2) {
  top: auto;
  bottom: -70px;
  left: -100px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(3) {
  top: 40px;
  left: 0px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(4) {
  top: -25px;
  left: 200px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(5) {
  top: 100px;
  left: 150px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(6) {
  top: auto;
  bottom: -40px;
  left: 250px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(7) {
  top: -100px;
  left: auto;
  right: 150px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(8) {
  top: 20px;
  left: 350px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(9) {
  top: -20px;
  left: auto;
  right: 0;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(10) {
  top: 100px;
  left: auto;
  right: 120px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(11) {
  top: auto;
  left: auto;
  bottom: -80px;
  right: 170px;
}
#innerHeader .inner-header.news-header .circle-pics img:nth-of-type(12) {
  top: auto;
  left: auto;
  bottom: -30px;
  right: 10px;
}

.itwModal .modal-content {
  border: 5px solid #102745;
}
.itwModal .modal-content .btn-close {
  width: 15px;
  height: 15px;
  background-color: #FFBA00;
  color: #000000;
  text-align: center;
  line-height: 15px;
  top: -15px;
  right: -10px;
}
.itwModal .modal-content .btn-close:hover {
  background-color: #ffffff;
}
.itwModal .modal-content h2 {
  font-size: 3.6rem;
}
.itwModal .modal-content h3, .itwModal .modal-content h4 {
  font-size: 1.8rem;
}
.itwModal .modal-content h3::after {
  content: "";
  width: 100%;
  background-color: #ffffff;
  height: 1px;
  display: block;
  margin-left: 30px;
}
.itwModal .modal-content .form-control {
  border: 0;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
.itwModal .modal-content .form-control.dd-itw + .icon-right-arrow {
  position: absolute;
  top: 14px;
  right: 30px;
  transform: rotate(90deg);
  pointer-events: none;
}
.itwModal .modal-content .form-control::-moz-placeholder {
  color: #ffffff;
}
.itwModal .modal-content .form-control::placeholder {
  color: #ffffff;
}
.itwModal .modal-content .upload-resume {
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.itwModal .modal-content .upload-resume:hover {
  border-color: #FFBA00;
}

#newsList .new-top {
  border-radius: 15px 15px 0 0;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsList .new-top img {
  max-height: 40px;
}
#newsList .new-bottom {
  border-radius: 0 0 15px 15px;
  border: 2px rgba(255, 255, 255, 0.2431372549) solid;
  border-top: 0;
  height: calc(100% - 130px);
}
#newsList .read-more {
  color: #00FFFF;
}
#newsList .read-more:hover {
  color: #FFBA00;
}

#careerHeader {
  background-color: #2C5C94;
  height: calc(100vh - 80px);
  background-image: url(../images/banner-career.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

#perksOfITW h2 {
  font-size: 4.6rem;
}
#perksOfITW h3 {
  font-size: 3.4rem;
  font-weight: 200;
  line-height: 4.5rem;
}

@media (max-width: 767px) {
  #careerHeader h1.fs-50 {
    font-size: 3.2rem;
  }

  #careerHeader p.fs-23 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  #perksOfITW h2 {
    font-size: 2.4rem;
  }

  #perksOfITW h3 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

#perksOfITW p {
  color: #ffffff;
}

#benifitsPerks h3, #weAreHiring h3 {
  font-style: italic;
  font-size: 8.4rem;
  color: #041F43;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  z-index: 0;
}
#benifitsPerks h3.aos-animate, #weAreHiring h3.aos-animate {
  opacity: 0.1;
}
@media (max-width: 767px) {
  #benifitsPerks h3, #weAreHiring h3 {
    font-size: 3.2rem;
  }
}
#benifitsPerks h2, #weAreHiring h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #benifitsPerks h2, #weAreHiring h2 {
    margin-top: -20px;
    font-size: 2.4rem;
  }
}

.text-white-content {
  color: #ffffff;
}
.text-white-content p {
  color: #ffffff;
}
.text-white-content a {
  color: #ffffff;
}
.text-white-content a:hover {
  color: #FFBA00;
}
.text-white-content h2, .text-white-content h3, .text-white-content h4 {
  color: #ffffff;
}
.text-white-content ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.text-white-content ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.text-white-content ol li ul {
  padding-left: 40px;
}
.text-white-content ol li > ul {
  list-style-type: lower-alpha;
}
.text-white-content ol li > ul > li > ul {
  list-style-type: upper-roman;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #036fa5;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  display: inline-block;
  text-align: center;
}

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}

.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #036fa5;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}

.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}

.slider.slider-disabled .slider-handle {
  background-color: #cfcfcf;
  background-image: linear-gradient(to bottom, #DFDFDF, #BEBEBE);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #E5E5E5, #E9E9E9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .bs-tooltip-top .tooltip-inner,
.slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  left: -50%;
}

.slider.bs-tooltip-left .tooltip-inner, .slider.bs-tooltip-right .tooltip-inner {
  position: relative;
  top: -100%;
}

.slider .tooltip {
  pointer-events: none;
}

.slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  left: -0.4rem;
}

.slider .tooltip.bs-tooltip-top {
  margin-top: -44px;
}

.slider .tooltip.bs-tooltip-bottom {
  margin-top: 2px;
}

.slider .tooltip.bs-tooltip-left, .slider .tooltip.bs-tooltip-right {
  margin-top: -14px;
}

.slider .tooltip.bs-tooltip-left .arrow, .slider .tooltip.bs-tooltip-right .arrow {
  top: 8px;
}

.slider .hide {
  display: none;
}

.slider-track {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
}

.slider-selection {
  background-color: #041F43;
  background-image: linear-gradient(to bottom, #041F43, #041F43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
}

.slider-selection.tick-slider-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
}

.slider-track-low, .slider-track-high {
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  background: transparent;
}

.slider-handle {
  background-color: #0478b2;
  background-image: linear-gradient(to bottom, #041F43, #041F43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5",GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #041F43;
  border: 0px solid transparent;
}

.slider-handle:hover {
  cursor: pointer;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  background-color: #46c1fe;
  background-image: linear-gradient(to bottom, #52c5ff, #3abcfd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);
  opacity: 1;
}

#stickyHeader {
  transition: all ease-in-out 0.3s;
  top: -100px;
  z-index: 10;
  border-bottom: 2px solid #999999;
}
#stickyHeader.active {
  top: 0;
}

#header .header-top {
  background-color: #041F43;
}
@media (max-width: 767px) {
  
  #header .header-top {
    padding-left: 20px !important;
    padding-right: 15px !important;
  }

  #header .header-top .logo img {
    height: 30px;
  }
}
#header .header-top .header-menu .dd-menu {
  position: relative;
}
#header .header-top .header-menu .dd-menu .dd-menu-a::after {
  transition: inherit;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  border: 0;
  font-size: 0.8em;
  position: relative;
  top: 0px;
  right: 0;
  transform: rotate(90deg);
}
#header .header-top .header-menu .dd-menu .dd-menu-a + ul {
  width: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 24px;
  background-color: transparent;
}
#header .header-top .header-menu .dd-menu .dd-menu-a + ul > li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #FFBA00;
}
#header .header-top .header-menu .dd-menu .dd-menu-a + ul > li:last-child {
  border-bottom: 0;
}
#header .header-top .header-menu .dd-menu .dd-menu-a + ul > li a {
  color: #041F43;
  /* font-style: normal; */
  /* font-weight: 400; */
  /* text-transform: capitalize; */
  /* text-wrap: wrap; */
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
#header .header-top .header-menu .dd-menu .dd-menu-a + ul > li a.inner-active,
#header .header-top .header-menu .dd-menu .dd-menu-a + ul > li a:hover {
  background-color: #FFBA00;
}
#header .header-top .header-menu .dd-menu:hover > a {
  color: #FFBA00;
}
#header .header-top .header-menu .dd-menu:hover > a::after {
  transform: rotate(-90deg);
  right: -2px;
}
#header .header-top .header-menu .dd-menu:hover .dropdown-menu {
  display: block;
}
#header .header-top .header-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
#header .header-top .header-menu ul li a.active {
  position: relative;
}
#header .header-top .header-menu ul li a.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  border: 1px #FFBA00 solid;
}
#header .header-top .header-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 2.9rem;
  font-weight: 900;
  font-style: italic;
}
#header .header-top .header-menu ul li a:hover {
  color: #FFBA00;
}
#header .bg-black-60 .fa-icon {
  color: #ffffff;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  border: none;
  outline: none;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  background-color: #FFBA00;
  transition: all 0.2s;
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-toggle.collapsed {
  border-color: #ffffff;
}
.navbar-toggle.collapsed:hover:hover {
  background-color: transparent;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  width: 18px;
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  width: 9px;
}

#mob-slideNav {
  position: fixed;
  top: -200vh;
  left: 0;
  width: 100%;
  display: block;
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding-top: 10px;
  transition: all ease-in-out 0.3s;
}
#mob-slideNav.show, #mob-slideNav.in {
  top: 0;
}
#mob-slideNav > ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
#mob-slideNav > ul.mob--menu-links li a {
  font-size: 1.6rem !important;
}
#mob-slideNav > ul.mob--menu-links + ul {
  margin-top: 20px;
}
#mob-slideNav > ul > li a {
  display: block;
  color: #ffffff;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 900;
  position: relative;
  padding: 5px 0;
  opacity: 0.4;
}
#mob-slideNav > ul > li a.active, #mob-slideNav > ul > li a:hover {
  opacity: 1;
}
#mob-slideNav .services-menu h2 {
  margin: 0;
}
#mob-slideNav .services-menu .accordion-item, #mob-slideNav .services-menu .accordion-button {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: 0;
}
#mob-slideNav .services-menu .accordion-body ul li {
  margin-bottom: 10px;
}
#mob-slideNav .services-menu .accordion-body ul li:last-child {
  margin-bottom: 0;
}
#mob-slideNav .services-menu .accordion-body ul li a {
  font-size: 2em;
}
@media (max-width: 767px) {
  #mob-slideNav .services-menu .accordion-body ul li a {
    font-size: 1.2em;
  }
}
#mob-slideNav .services-menu .accordion-button {
  display: block;
  color: #ffffff;
  font-size: 5.5rem;
  font-weight: 900;
  position: relative;
  padding: 5px 0;
  opacity: 0.4;
}
@media (max-width: 767px) {
  #mob-slideNav .services-menu .accordion-button {
    font-size: 2rem;
  }
}
#mob-slideNav .services-menu .accordion-button.active, #mob-slideNav .services-menu .accordion-button:hover {
  opacity: 1;
}
#mob-slideNav .services-menu .accordion-button::after {
  transition: inherit;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  border: 0;
  font-size: 0.8em;
  position: absolute;
  background-image: none;
  top: 35px;
  right: 30px;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #mob-slideNav .services-menu .accordion-button::after {
    top: 7px;
    right: 15px;
  }
}
#mob-slideNav .services-menu .accordion-button.collapsed::after {
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
#mob-slideNav .navbar-toggle {
  position: absolute;
  top: 5px;
  right: 15px;
  left: auto;
  width: 45px;
  height: 45px;
}
#mob-slideNav .navbar-toggle .icon-bar {
  background-color: #FFBA00;
}

#mob-slideNav {
  overflow-y: auto;
  overflow-x: hidden;
}
#mob-slideNav a {
  color: #ffffff;
}
#mob-slideNav a:hover {
  color: #FFBA00;
}
#mob-slideNav .text-lg-right {
  text-align: right;
}
@media (max-width: 767px) {
  #mob-slideNav .text-lg-right {
    text-align: left;
  }
}
#mob-slideNav .extra-links a {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;
}
@media (max-width: 767px) {
  #mob-slideNav .extra-links a {
    font-size: 1.6rem;
  }

  #mob-slideNav h3 {
    font-size: 1.8rem;
  }
}
#mob-slideNav .menu-bottom-links {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #mob-slideNav .menu-bottom-links {
    display: none;
    font-size: 1.6rem;
  }
}
#mob-slideNav .menu-bottom-links a {
  color: #ffffff;
  font-style: italic;
  font-weight: 900;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #mob-slideNav .menu-bottom-links a {
    font-size: 1.6rem;
  }
}
#mob-slideNav a.nav-item {
  padding: 8px 10px;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #000000;
  border-bottom: 1px solid #d5d5d5;
}
#mob-slideNav a.nav-item.active {
  border-color: #041F43;
  color: #041F43;
  border-bottom: #ffffff;
}
#mob-slideNav ul.nav li a {
  transition: all ease-in-out 0.2s;
  color: #ffffff;
  opacity: 0.4;
  position: relative;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: normal;
  padding: 0;
}
@media (max-width: 767px) {
  #mob-slideNav .container {
    padding: 0;
  }

  #mob-slideNav ul.nav li a {
    font-size: 2rem;
    padding: 5px 0;
  }
}
#mob-slideNav ul.nav li a.active, #mob-slideNav ul.nav li a:hover {
  opacity: 1;
}

#filter-slideNav {
  right: -600px;
  width: 100%;
  max-width: 500px;
}
#filter-slideNav .navbar-toggle {
  right: auto;
  left: -54px;
  width: 54px;
  height: 54px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #filter-slideNav .navbar-toggle {
    left: auto;
    right: 0;
  }
}
#filter-slideNav .filter-tabs #myTab button {
  padding: 15px 15px 15px 30px;
  border: 0;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #000000;
  min-width: 185px;
  background-color: transparent;
}
@media (max-width: 767px) {
  #filter-slideNav .filter-tabs #myTab button {
    min-width: 135px;
    padding: 10px 15px 10px 15px;
    font-size: 1.2rem;
  }
}
#filter-slideNav .filter-tabs #myTab button.active {
  background-color: #ffffff;
  color: #FFBA00;
  font-weight: 700;
}
#filter-slideNav .tab-pane {
  padding: 15px;
}
#filter-slideNav .tab-pane .checkbox-list {
  overflow: auto;
  height: 100%;
  max-height: calc(100vh - 150px);
}
#filter-slideNav .tab-pane .checkbox-list label {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
}
#filter-slideNav .tab-pane .checkbox-list label .icon-check {
  display: inline-block;
  width: 20px;
  color: #dee2e6;
  position: absolute;
  left: 0;
  top: 5px;
}
#filter-slideNav .tab-pane .checkbox-list label .checkbox-label {
  display: inline-block;
  color: #5C5C5C;
  line-height: 2.2rem;
}
#filter-slideNav .tab-pane .checkbox-list label input:checked + span {
  color: #FFBA00;
}
#filter-slideNav .tab-pane .checkbox-list label input:checked + span + span {
  font-weight: 600;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 14% 40%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 100%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/* END ANIMATED X */
#footer {
  background-color: #183152;
 }
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #FFBA00;
}
#footer .border-top {
  border-top-color: #234562 !important;
}
#footer .footer-links ul li {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #footer .footer-links ul li {
    margin-top: 15px;
  }
}

#footer .footer-social a {
  margin-left: 20px;
}
#footer .footer-social a:nth-of-type(1) {
  margin-left: 0;
}
#footer .footer-bottom {
  font-size: 1.2rem;
  color: #93A1B0;
}
#footer .footer-bottom a {
  color: #93A1B0;
}
#footer .footer-bottom a:hover {
  color: #FFBA00;
}
#footer .footer-copyright {
  text-align: right;
}
@media (max-width: 767px) {
  #footer .footer-copyright {
    text-align: left;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?g9k6m5");
  src: url("../fonts/icomoon.eot?g9k6m5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g9k6m5") format("truetype"), url("../fonts/icomoon.woff?g9k6m5") format("woff"), url("../fonts/icomoon.svg?g9k6m5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-arrow:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-up-right:before {
  content: "\e901";
}

.icon-map-marker:before {
  content: "\e902";
}

.icon-arrow-decorative-small-yl:before {
  content: "\e903";
}

.icon-slide-down-arrow:before {
  content: "\e904";
}

#homeBanner .home-banner {
  height: calc(100vh - 80px);
}
#homeBanner .owl-carousel.owl-drag .owl-item {
  height: 100%;
}
#homeBanner .home-carousel .owl-stage-outer, #homeBanner .home-carousel .owl-stage {
  height: 100%;
}
@media (max-width: 767px) {
  #homeBanner .home-carousel .custom-cursor {
    position: absolute;
    opacity: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: all;
  }
}
#homeBanner .home-carousel video {
  transition: all ease-in-out 0.2s;
  position: relative;
  z-index: 0;
}
#homeBanner .down-arrow {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  width: 26px;
  height: 42px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #homeBanner .down-arrow {
    bottom: 120px;
  }
}
#homeBanner .home-carousel {
  cursor: none;
}
#homeBanner .home-carousel-thumb {
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media (max-width: 767px) {
  #homeBanner .home-carousel-thumb {
    right: 0;
  }
}
#homeBanner .home-carousel-thumb .owl-item a {
  filter: brightness(50%);
}
#homeBanner .home-carousel-thumb .owl-item a .c-wipe-mask {
  margin: auto;
  width: 85%;
}
#homeBanner .home-carousel-thumb .owl-item a:hover {
  filter: brightness(100%);
}
#homeBanner .home-carousel-thumb .owl-item.current a {
  filter: brightness(100%);
}

#aboutUs .about-us-img {
  position: relative;
}
#aboutUs .about-us-img img {
  -webkit-mask-image: url(../images/mask-section2-img.png);
  mask-image: url(../images/mask-section2-img.png);
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
@media (max-width: 767px) {
  #aboutUs .about-us-content {
    padding-left: 60px !important;
  }
}
#aboutUs .about-us-content .line {
  position: absolute;
  bottom: -52px;
  left: -100px;
  background-color: #00FFFF;
  width: 3px;
  height: 110px;
  transform: skew(45deg);
}
@media (max-width: 767px) {
  #aboutUs .about-us-content .line {
    display: none;
  }
}
#aboutUs .about-us-content .dot-line {
  position: relative;
  top: 21px;
  left: 30px;
}
#aboutUs .about-us-content .dot-line::after, #aboutUs .about-us-content .dot-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00FFFF;
}
#aboutUs .about-us-content .dot-line::after {
  top: 29px;
  left: -75px;
  width: 50px;
  height: 2px;
}
@media (max-width: 767px) {
  #aboutUs .about-us-content .dot-line::after {
    width: 30px;
    left: -50px;
    top: 23px;
  }
}
#aboutUs .about-us-content .dot-line::before {
  top: 25px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
@media (max-width: 767px) {
  #aboutUs .about-us-content .dot-line::before {
    top: 19px;
    left: -25px;
  }
}
#aboutUs .about-us-content h2 {
  position: relative;
  padding-right: 5px;
  display: inline-block;
  color: #ffffff;
  font-weight: 100;
  font-style: italic;
  font-size: 5.2rem;
  background: linear-gradient(94deg, #00FFFF 0%, #00E4F7 41%, #0081F0 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  #aboutUs .about-us-content h2 {
    font-size: 3rem;
  }
}
#aboutUs .about-us-content p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 3.3rem;
}
@media (max-width: 767px) {
  #aboutUs .about-us-content p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
#pointers {box-shadow: 0 0 10px 10px #041F43;}

#pointers .pointer-left, #pointers .pointer-right {
  font-size: 5.7rem;
  line-height: 7.9rem;
  font-weight: 900;
  color: #041F43;
  -webkit-text-stroke: 1px #ffffff;
  
}
@media (max-width: 767px) {
  #pointers .pointer-left, #pointers .pointer-right {
    font-size: 3.2rem;
    line-height: 4rem !important;
    height: 40px;
  }
}
#pointers .pointer-left span, #pointers .pointer-right span {
  transition: all ease-in-out 0.2s;
  opacity: 0.14;
}
#pointers .pointer-left span:hover, #pointers .pointer-right span:hover {
  opacity: 0.8;
}

#influencerMarketing {
  overflow: hidden;
  position: relative;
}
#influencerMarketing .icon-arrow {
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media (max-width: 767px) {
  #influencerMarketing .icon-arrow {
    bottom: 0;
  }
}
#influencerMarketing .icon-arrow .icon-arrow-decorative-small-yl {
  font-size: 23rem;
  position: relative;
  transform: scale(-1, 1);
  color: #ffffff;
  opacity: 0.03;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  #influencerMarketing .icon-arrow .icon-arrow-decorative-small-yl {
    font-size: 12rem;
  }
}
#influencerMarketing .influencer-marketing {
  max-width: 110%;
  flex: 0 0 110%;
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer::before {
  content: "";
  display: block;
  width: 100px;
  height: 80%;
  position: absolute;
  top: 0;
  left: -75px;
  z-index: 10;
  transform: skew(-7deg);
  background-color: #041F43;
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer .item.active {
  transform: scale(1.1);
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer .item.active .top-left, #influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer .item.active .bottom-right {
  opacity: 1;
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer .item.active img {
  filter: brightness(100%);
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-stage-outer .item.active .heading {
  opacity: 1;
  color: #FFBA00;
}
#influencerMarketing .influencer-marketing .owl-carousel .owl-nav .timeliner {
  margin-top: -7px;
  left: 180px;
  max-width: calc(100% - 300px);
}
@media (max-width: 767px) {
  #influencerMarketing .influencer-marketing .owl-carousel .owl-nav .timeliner {
    left: 100px;
    max-width: calc(100% - 150px);
  }
}
#influencerMarketing a {
  display: block;
  transform: scale(1);
  position: relative;
}
#influencerMarketing a .c-wipe-mask {
  width: 85%;
}
#influencerMarketing a img {
  transition: all ease-in-out 0.2s;
  filter: brightness(50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  #influencerMarketing a img {
    filter: brightness(100%);
  }
}
@media (max-width: 767px) {
  #influencerMarketing a img {
    filter: brightness(100%);
  }
}
#influencerMarketing a .heading {
  font-size: 2.1rem;
  line-height: 2.5rem;
  color: #ffffff;
  opacity: 0.3;
  margin-top:2rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  #influencerMarketing a .heading {
    font-size: 1.6rem;
    line-height: 3.5rem;
    margin-top: 10px;
    line-height: inherit;
    opacity: 1;
    color: #FFBA00;
  }
}
#influencerMarketing a .top-left {
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
#influencerMarketing a .top-left::after, #influencerMarketing a .top-left::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 25px;
  background-color: #FFBA00;
}
@media (max-width: 767px) {
  #influencerMarketing a .top-left::after, #influencerMarketing a .top-left::before {
    content: none;
  }
}
#influencerMarketing a .top-left::after {
  width: 1px;
  height: 100px;
  transform: skew(-8deg);
}
#influencerMarketing a .top-left::before {
  left: 32px;
  height: 1px;
  width: 50px;
}
#influencerMarketing a .bottom-right {
  transition: all ease-in-out 0.2s;
  opacity: 0;
}
#influencerMarketing a .bottom-right::after, #influencerMarketing a .bottom-right::before {
  content: "";
  position: absolute;
  bottom: 35px;
  right: 25px;
  background-color: #FFBA00;
}
@media (max-width: 767px) {
  #influencerMarketing a .bottom-right::after, #influencerMarketing a .bottom-right::before {
    content: none;
  }
}
#influencerMarketing a .bottom-right::after {
  width: 1px;
  height: 100px;
  transform: skew(-8deg);
}
#influencerMarketing a .bottom-right::before {
  right: 32px;
  height: 1px;
  width: 50px;
}
#influencerMarketing a:hover {
  transform: scale(1.1);
}
#influencerMarketing a:hover .top-left, #influencerMarketing a:hover .bottom-right {
  opacity: 1;
}
#influencerMarketing a:hover img {
  filter: brightness(100%);
}
#influencerMarketing a:hover .heading {
  opacity: 1;
  color: #FFBA00;
}

#caseStudies {
  position: relative;
}
#caseStudies::after {
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #caseStudies::after {
    height: 70%;
  }
}
#caseStudies h3 {
  font-style: italic;
  font-size: 8.4rem;
  color: #041F43;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  z-index: 0;
}
#caseStudies h3.aos-animate {
  opacity: 0.1;
}

@media (max-width: 767px) {
  #caseStudies h3 {
    font-size: 3.2rem;
  }
}
#caseStudies h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #caseStudies h2 {
    margin-top: -20px;
    font-size: 2.4rem;
  }
}
#caseStudies a .cs-img {
  position: relative;
}
#caseStudies a .cs-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 42%, #000000 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 10px;
  opacity: 1;
}
#caseStudies a .cs-img .b-logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
#caseStudies a .cs-img img.poster-img {
  transition: all ease-in-out 0.2s;
  transform: scale(1);
  filter: brightness(80%);
  width: 100%;
  min-width: 150px;
}
#caseStudies a .cs-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  font-style: italic;
  margin-top: 10px;
  margin-left: 15px;
}
#caseStudies a:hover .cs-img img.poster-img {
  transform: scale(1.1);
}

#globalNetwork h2 {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  #globalNetwork h2 {
    font-size: 1.8rem;
  }

  #globalNetwork p {
    font-size: 1.5rem;
  }
}
#globalNetwork h2 span {
  font-size: 5.5rem;
}
@media (max-width: 767px) {
  #globalNetwork h2 span {
    font-size: 3.3rem;
  }
}
#globalNetwork .global-network-count {
  color: #041F43;
  font-size: 4rem;
  -webkit-text-stroke: 1px #ffffff;
}
@media (max-width: 767px) {
  #globalNetwork .global-network-count {
    font-size: 3rem;
  }
}
#globalNetwork .list-of-cities {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.4rem;
}
#globalNetwork .list-of-cities a img {
  transition: all ease-in-out 0.2s;
  display: inline-block;
  border: 4px solid #ffffff;
}
#globalNetwork .list-of-cities a.active img, #globalNetwork .list-of-cities a:hover img {
  border-color: #FFBA00;
}
#globalNetwork .list-of-cities span {
  display: block;
  width: 100%;
  color: #ffffff;
  margin-top: 8px;
}

@media (max-width: 767px) {
  #globalNetwork .list-of-cities span {
    min-height: 40px;
  }
}

#ourClients h3 {
  font-style: italic;
  font-size: 8.4rem;
  color: #ffffff;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3411764706);
  position: relative;
  z-index: 0;
}
#ourClients h3.aos-animate {
  opacity: 0.4;
}
@media (max-width: 767px) {
  #ourClients h3 {
    font-size: 3.2rem;
  }
}
#ourClients h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  color: #001939;
}
@media (max-width: 767px) {
  #ourClients h2 {
    margin-top: -20px;
    font-size: 2.4rem;
  }
}
#ourClients.bg-primary-color h3 {
  color: #041F43;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3411764706);
}
#ourClients.bg-primary-color h2 {
  color: #ffffff;
}
#ourClients .clients-logo .c-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  line-height: 150px;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  border: 1px #dee2e6 solid;
  background-color: #ffffff;
  padding: 20px;
}
#ourClients .slick-list {
  border-right: 1px #dee2e6 solid;
  border-left: 1px #dee2e6 solid;
}
@media (max-width: 767px) {
  #ourClients .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
  }
}

#achievementsAwards {
  position: relative;
  overflow: hidden;
}
#achievementsAwards::after {
  content: "";
  width: 186px;
  height: 321px;
  position: absolute;
  transform: skew(-16deg);
  top: 0;
  left: -130px;
  background: transparent linear-gradient(180deg, #0057C9 0%, #062246 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  #achievementsAwards::after {
    left: -180px;
  }
}
#achievementsAwards h3 {
  font-style: italic;
  font-size: 9.5rem;
  color: #041F43;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  z-index: 0;
}
#achievementsAwards h3.aos-animate {
  opacity: 0.1;
}
@media (max-width: 767px) {
  #achievementsAwards h3 {
    font-size: 3.2rem;
  }
}
#achievementsAwards h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #achievementsAwards h2 {
    margin-top: -20px;
    font-size: 2.2rem;
  }
}
#achievementsAwards .awards-list > div {
  position: relative;
}

@media (max-width: 767px) {
  #news h2 {
    font-size: 2.4rem;
  }
}
#news .owl-carousel-nav {
  width: 100%;
  position: relative;
  padding-left: 20px;
  text-align: right;
}
/* #news .owl-carousel-nav .timeliner {
  margin-top: -1px;
  max-width: calc(100% - 130px);
} */
/* #news .owl-carousel-nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 30px;
  width: calc(100% - 130px);
  height: 4px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
} */
#news .owl-carousel-nav .customPrevBtn, #news .owl-carousel-nav .customNextBtn {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
#news .owl-carousel-nav .customPrevBtn i, #news .owl-carousel-nav .customNextBtn i {
  font-size: 1.2rem;
  position: relative;
  display: block;
  height: 32px;
}
#news .owl-carousel-nav .customPrevBtn i::after, #news .owl-carousel-nav .customPrevBtn i::before, #news .owl-carousel-nav .customNextBtn i::after, #news .owl-carousel-nav .customNextBtn i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 10px;
  left: 4px;
}
#news .owl-carousel-nav .customPrevBtn i::before, #news .owl-carousel-nav .customNextBtn i::before {
  left: -20px;
}
#news .owl-carousel-nav .customPrevBtn:hover, #news .owl-carousel-nav .customNextBtn:hover {
  background-color: #FFBA00;
}
#news .owl-carousel-nav .customPrevBtn:hover i::after, #news .owl-carousel-nav .customPrevBtn:hover i::before, #news .owl-carousel-nav .customNextBtn:hover i::after, #news .owl-carousel-nav .customNextBtn:hover i::before {
  left: 40px;
}
#news .owl-carousel-nav .customPrevBtn:hover i::before, #news .owl-carousel-nav .customNextBtn:hover i::before {
  left: 4px;
}
#news .news-slider {
  max-width: 110%;
  flex: 0 0 110%;
}
#news .news-slider .owl-carousel .owl-stage-outer,
#news .news-slider .owl-carousel .owl-stage {
  display: flex;
}
#news .news-slider .owl-item {
  display: flex;
}
#news .news-slider .owl-item .item {
  transition: all ease-in-out 0.1s;
  width: 250px;
  height: 420px;
}
#news .news-slider .owl-item .item a {
  height: 100%;
  background-color: #ffffff;
}
#news .news-slider .owl-item .item .news-carousel-logo {
  min-height: 220px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-slider .owl-item.firstActiveItem .item {
  width: 300px;
}
#news .news-slider a {
  border-radius: 13px;
  overflow: hidden;
}

@media (max-width: 767px) {
  #getSocial h2 {
    font-size: 2.4rem;
  }
}
#getSocial .c-wipe-mask {
  width: 87%;
}
#getSocial img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (max-width: 767px) {
  #getInTouch h2 {
    font-size: 2.4rem;
  }

  #getInTouch h2 + p {
    font-size: 1.5rem;
  }
}
#getInTouch .form-control {
  border: 0;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
#getInTouch .form-control::-moz-placeholder {
  color: #ffffff;
}
#getInTouch .form-control::placeholder {
  color: #ffffff;
}

#testimonials {
  background-color: #001939;
}
#testimonials h3 {
  font-style: italic;
  font-size: 9.5rem;
  color: #041F43;
  -webkit-text-stroke: 1px #ffffff;
  position: relative;
  z-index: 0;
}
#testimonials h3.aos-animate {
  opacity: 0.1;
}
@media (max-width: 767px) {
  #testimonials h3 {
    font-size: 3.2rem;
  }
}
#testimonials h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #testimonials h2 {
    margin-top: -20px;
    font-size: 2.4rem;
  }
}
#testimonials h4 {
  font-size: 2.6rem;
}
#testimonials .client-img {
  position: relative;
  padding: 0 50px;
}
#testimonials .client-quote {
  font-size: 1.8rem;
}
@media (max-width: 767px) {

  #testimonials h4 {
    font-size: 2rem;
  }

  #testimonials h4 + p,
  #testimonials .client-quote {
    font-size: 1.5rem;
  }

  #testimonials h4 + p.font-weight-700 {
    font-weight: 400;
  }

  #testimonials .carousel .carousel-inner {
    min-height: auto !important;
  }
}
#testimonials .prev-slide, #testimonials .next-slide {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
#testimonials .prev-slide i, #testimonials .next-slide i {
  font-size: 1.2rem;
  position: relative;
  display: block;
  height: 32px;
}
#testimonials .prev-slide i::after, #testimonials .prev-slide i::before, #testimonials .next-slide i::after, #testimonials .next-slide i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 10px;
  left: 4px;
}
#testimonials .prev-slide i::before, #testimonials .next-slide i::before {
  left: -20px;
}
#testimonials .prev-slide:hover, #testimonials .next-slide:hover {
  background-color: #FFBA00;
}
#testimonials .prev-slide:hover i::after, #testimonials .prev-slide:hover i::before, #testimonials .next-slide:hover i::after, #testimonials .next-slide:hover i::before {
  left: 40px;
}
#testimonials .prev-slide:hover i::before, #testimonials .next-slide:hover i::before {
  left: 4px;
}

#whoWeAre {
  position: relative;
}

@media (max-width: 767px) {
  #whoWeAre {
    height: auto;
    min-height: 450px;
  }
}

#whoWeAre .who-we-are-section h3 {
  font-family: 'Poppins';
  color: #041F43;
  font-weight: 800;
   font-size: 24rem;
  font-style: italic;
  text-align: center;
  position: relative;
  letter-spacing: 0px;
  z-index: 0;
  top: 35%;
  text-wrap: nowrap;
  text-shadow: 
  -1px -1px 0 #00FFFF,
  1px -1px 0 #00FFFF,
  -1px 1px 0 #00FFFF,
  1px 1px 0 #00FFFF;
  opacity: 0.7;
}
@media (max-width: 1200px) {
  #whoWeAre .who-we-are-section h3 {
    font-size: 14vw;
    top: 40%;
  }
}
@media (max-width: 767px) {
  #whoWeAre .who-we-are-section h3 {
    display: none;
    font-size: 18vw;
    top: 35vh;
  }
}
#whoWeAre .who-we-are-section .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  z-index: 1;
  border: 50px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  #whoWeAre .who-we-are-section .img {
    width: 300px;
    height: 300px;
    border-width: 25px;
  }
}
#whoWeAre h2 {
  font-size: 6rem;
}
@media (max-width: 767px) {
  #whoWeAre h2 {
    font-size: 3rem;
  }
}
#whoWeAre .go-next-page {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 190px;
  z-index: 1;
}
@media (max-width: 767px) {
  #whoWeAre .go-next-page {
    height: 150px;
  }
  #whoWeAre .go-next-page .btn-arrow {
    transform: scale(0.6);
  }
}
#whoWeAre .go-next-page .btn-arrow {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 50px;
  color: #ffffff;
  width: 77px;
  height: 77px;
  display: inline-block;
  overflow: hidden;
  background-color: #FFBA00;
 }
#whoWeAre .go-next-page .btn-arrow i {
  font-size: 3rem;
  position: relative;
  display: block;
  height: 77px;
}
#whoWeAre .go-next-page .btn-arrow i::after, #whoWeAre .go-next-page .btn-arrow i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 22px;
  left: 20px;
}
#whoWeAre .go-next-page .btn-arrow i::before {
  left: -40px;
}
#whoWeAre .go-next-page .btn-arrow:hover {
  background-color: #041F43;
}
#whoWeAre .go-next-page .btn-arrow:hover i::after, #whoWeAre .go-next-page .btn-arrow:hover i::before {
  left: 80px;
}
#whoWeAre .go-next-page .btn-arrow:hover i::before {
  left: 20px;
}
#whoWeAre video {
  position: relative;
  z-index: 0;
}

.owl-carousel .owl-nav {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    padding-left: 0;
  }
}
.owl-carousel .owl-nav::after, .owl-carousel .owl-nav::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 13px;
  left: 180px;
  width: calc(100% - 300px);
  height: 4px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav::after, .owl-carousel .owl-nav::before {
    left: 100px;
    width: calc(100% - 150px);
  }
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i {
  font-size: 1.2rem;
  position: relative;
  display: block;
  height: 32px;
}
.owl-carousel .owl-nav .owl-prev i::after, .owl-carousel .owl-nav .owl-prev i::before, .owl-carousel .owl-nav .owl-next i::after, .owl-carousel .owl-nav .owl-next i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 10px;
  left: 4px;
}
.owl-carousel .owl-nav .owl-prev i::before, .owl-carousel .owl-nav .owl-next i::before {
  left: -20px;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
  background-color: #FFBA00;
}
.owl-carousel .owl-nav .owl-prev:hover i::after, .owl-carousel .owl-nav .owl-prev:hover i::before, .owl-carousel .owl-nav .owl-next:hover i::after, .owl-carousel .owl-nav .owl-next:hover i::before {
  left: 40px;
}
.owl-carousel .owl-nav .owl-prev:hover i::before, .owl-carousel .owl-nav .owl-next:hover i::before {
  left: 4px;
}

#blogHeader .blog-header {
  margin-top: 45px;
  margin-bottom: -55px;
}
#blogHeader.articleHeader {
  background: url(../images/blog-article-img-01.jpg) #000000 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  min-height: 480px;
  background-size: cover;
  position: relative;
}
#blogHeader.articleHeader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#blogHeader h4 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #blogHeader h4 {
    font-size: 1.4rem;
  }
}
#blogHeader h1 {
  font-size: 5.1rem;
}
@media (max-width: 767px) {
  #blogHeader h1 {
    font-size: 3rem;
  }
}

#blogDesc p {
  font-style: italic;
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #ffffff;
}

#blogArticleListing .blog-list, #blogSuggested .blog-list, #newsList .blog-list {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #blogArticleListing .blog-list, #blogSuggested .blog-list, #newsList .blog-list {
    padding-bottom: 0px;
  }
}
#blogArticleListing .blog-list div:nth-child(2n), #blogSuggested .blog-list div:nth-child(2n), #newsList .blog-list div:nth-child(2n) {
  margin-top: 100px;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  #blogArticleListing .blog-list div:nth-child(2n), #blogSuggested .blog-list div:nth-child(2n), #newsList .blog-list div:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
#blogArticleListing .blog-list a, #blogSuggested .blog-list a, #newsList .blog-list a {
  position: relative;
  overflow: hidden;
  max-height: 400px;
}
#blogArticleListing .blog-list a h4, #blogSuggested .blog-list a h4, #newsList .blog-list a h4 {
  font-size: 1.4rem;
}
#blogArticleListing .blog-list a h2, #blogSuggested .blog-list a h2, #newsList .blog-list a h2 {
  font-size: 2.1rem;
}
#blogArticleListing .blog-list a p, #blogSuggested .blog-list a p, #newsList .blog-list a p {
  transition: all ease-in-out 0.4s;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.4rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#blogArticleListing .blog-list a .blog-img, #blogSuggested .blog-list a .blog-img, #newsList .blog-list a .blog-img {
  background-color: #000000;
  display: block;
}
#blogArticleListing .blog-list a img, #blogSuggested .blog-list a img, #newsList .blog-list a img {
  transition: all ease-in-out 0.4s;
  transform: scale(1.05);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  min-height: 400px;
}
#blogArticleListing .blog-list a::after, #blogSuggested .blog-list a::after, #newsList .blog-list a::after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#blogArticleListing .blog-list a:hover img, #blogSuggested .blog-list a:hover img, #newsList .blog-list a:hover img {
  transform: scale(1.1);
  filter: blur(4px);
}
#blogArticleListing .blog-list a:hover p, #blogSuggested .blog-list a:hover p, #newsList .blog-list a:hover p {
  height: auto;
  opacity: 1;
}
#blogArticleListing .blog-list a:hover .text-secondary-color, #blogArticleListing .blog-list a:hover .cards-listing .card .card-box .institute-name, .cards-listing .card .card-box #blogArticleListing .blog-list a:hover .institute-name, #blogSuggested .blog-list a:hover .text-secondary-color, #blogSuggested .blog-list a:hover .cards-listing .card .card-box .institute-name, .cards-listing .card .card-box #blogSuggested .blog-list a:hover .institute-name, #newsList .blog-list a:hover .text-secondary-color, #newsList .blog-list a:hover .cards-listing .card .card-box .institute-name, .cards-listing .card .card-box #newsList .blog-list a:hover .institute-name {
  color: #ffffff !important;
}
#blogArticleListing .blog-list a:hover::after, #blogSuggested .blog-list a:hover::after, #newsList .blog-list a:hover::after {
  top: 0;
}
#blogArticleListing .blog-articles-pagination, #blogArticleListing .site-pagination, #blogSuggested .blog-articles-pagination, #blogSuggested .site-pagination, #newsList .blog-articles-pagination, #newsList .site-pagination {
  margin-top: 60px;
}
#blogArticleListing .blog-articles-pagination::before, #blogArticleListing .site-pagination::before, #blogSuggested .blog-articles-pagination::before, #blogSuggested .site-pagination::before, #newsList .blog-articles-pagination::before, #newsList .site-pagination::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #FFBA00;
}
#blogArticleListing .blog-articles-pagination ul.pagination, #blogArticleListing .site-pagination ul.pagination, #blogSuggested .blog-articles-pagination ul.pagination, #blogSuggested .site-pagination ul.pagination, #newsList .blog-articles-pagination ul.pagination, #newsList .site-pagination ul.pagination {
  display: flex;
  flex-direction: row;
  margin-left: 20px;
}
#blogArticleListing .blog-articles-pagination ul.pagination li, #blogArticleListing .site-pagination ul.pagination li, #blogSuggested .blog-articles-pagination ul.pagination li, #blogSuggested .site-pagination ul.pagination li, #newsList .blog-articles-pagination ul.pagination li, #newsList .site-pagination ul.pagination li {
  margin-right: 10px;
}
#blogArticleListing .blog-articles-pagination ul.pagination li a, #blogArticleListing .blog-articles-pagination ul.pagination li .page-link, #blogArticleListing .site-pagination ul.pagination li a, #blogArticleListing .site-pagination ul.pagination li .page-link, #blogSuggested .blog-articles-pagination ul.pagination li a, #blogSuggested .blog-articles-pagination ul.pagination li .page-link, #blogSuggested .site-pagination ul.pagination li a, #blogSuggested .site-pagination ul.pagination li .page-link, #newsList .blog-articles-pagination ul.pagination li a, #newsList .blog-articles-pagination ul.pagination li .page-link, #newsList .site-pagination ul.pagination li a, #newsList .site-pagination ul.pagination li .page-link {
  color: #FFBA00;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  background-color: transparent;
  border: 0;
}
#blogArticleListing .blog-articles-pagination ul.pagination li a:hover, #blogArticleListing .blog-articles-pagination ul.pagination li .page-link:hover, #blogArticleListing ul.pagination li.page-item.active .page-link, #blogArticleListing .site-pagination ul.pagination li a:hover, #newsList .site-pagination ul.pagination li.page-item.active .page-link, #blogArticleListing .site-pagination ul.pagination li .page-link:hover, #blogSuggested .blog-articles-pagination ul.pagination li a:hover, #blogSuggested .blog-articles-pagination ul.pagination li .page-link:hover, #blogSuggested .site-pagination ul.pagination li a:hover, #blogSuggested .site-pagination ul.pagination li .page-link:hover, #newsList .blog-articles-pagination ul.pagination li a:hover, #newsList .blog-articles-pagination ul.pagination li .page-link:hover, #newsList .site-pagination ul.pagination li a:hover, #newsList .site-pagination ul.pagination li .page-link:hover {
  color: #ffffff;
}
#blogArticleListing .blog-articles-pagination ul.pagination li.disabled .page-link, #blogArticleListing .site-pagination ul.pagination li.disabled .page-link, #blogSuggested .blog-articles-pagination ul.pagination li.disabled .page-link, #blogSuggested .site-pagination ul.pagination li.disabled .page-link, #newsList .blog-articles-pagination ul.pagination li.disabled .page-link, #newsList .site-pagination ul.pagination li.disabled .page-link {
  opacity: 0.5;
}
#blogArticleListing .blog-articles-pagination ul.pagination li:first-child, #blogArticleListing .blog-articles-pagination ul.pagination li:last-child, #blogArticleListing .site-pagination ul.pagination li:first-child, #blogArticleListing .site-pagination ul.pagination li:last-child, #blogSuggested .blog-articles-pagination ul.pagination li:first-child, #blogSuggested .blog-articles-pagination ul.pagination li:last-child, #blogSuggested .site-pagination ul.pagination li:first-child, #blogSuggested .site-pagination ul.pagination li:last-child, #newsList .blog-articles-pagination ul.pagination li:first-child, #newsList .blog-articles-pagination ul.pagination li:last-child, #newsList .site-pagination ul.pagination li:first-child, #newsList .site-pagination ul.pagination li:last-child {
  margin-left: 10px;
}
#blogArticleListing .blog-articles-pagination ul.pagination li:first-child a, #blogArticleListing .blog-articles-pagination ul.pagination li:first-child .page-link, #blogArticleListing .blog-articles-pagination ul.pagination li:last-child a, #blogArticleListing .blog-articles-pagination ul.pagination li:last-child .page-link, #blogArticleListing .site-pagination ul.pagination li:first-child a, #blogArticleListing .site-pagination ul.pagination li:first-child .page-link, #blogArticleListing .site-pagination ul.pagination li:last-child a, #blogArticleListing .site-pagination ul.pagination li:last-child .page-link, #blogSuggested .blog-articles-pagination ul.pagination li:first-child a, #blogSuggested .blog-articles-pagination ul.pagination li:first-child .page-link, #blogSuggested .blog-articles-pagination ul.pagination li:last-child a, #blogSuggested .blog-articles-pagination ul.pagination li:last-child .page-link, #blogSuggested .site-pagination ul.pagination li:first-child a, #blogSuggested .site-pagination ul.pagination li:first-child .page-link, #blogSuggested .site-pagination ul.pagination li:last-child a, #blogSuggested .site-pagination ul.pagination li:last-child .page-link, #newsList .blog-articles-pagination ul.pagination li:first-child a, #newsList .blog-articles-pagination ul.pagination li:first-child .page-link, #newsList .blog-articles-pagination ul.pagination li:last-child a, #newsList .blog-articles-pagination ul.pagination li:last-child .page-link, #newsList .site-pagination ul.pagination li:first-child a, #newsList .site-pagination ul.pagination li:first-child .page-link, #newsList .site-pagination ul.pagination li:last-child a, #newsList .site-pagination ul.pagination li:last-child .page-link {
  font-style: normal;
  background-color: #FFBA00;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #000000;
  font-size: 2rem;
  line-height: 7px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
#blogArticleListing .blog-articles-pagination ul.pagination li:first-child a:hover, #blogArticleListing .blog-articles-pagination ul.pagination li:first-child .page-link:hover, #blogArticleListing .blog-articles-pagination ul.pagination li:last-child a:hover, #blogArticleListing .blog-articles-pagination ul.pagination li:last-child .page-link:hover, #blogArticleListing .site-pagination ul.pagination li:first-child a:hover, #blogArticleListing .site-pagination ul.pagination li:first-child .page-link:hover, #blogArticleListing .site-pagination ul.pagination li:last-child a:hover, #blogArticleListing .site-pagination ul.pagination li:last-child .page-link:hover, #blogSuggested .blog-articles-pagination ul.pagination li:first-child a:hover, #blogSuggested .blog-articles-pagination ul.pagination li:first-child .page-link:hover, #blogSuggested .blog-articles-pagination ul.pagination li:last-child a:hover, #blogSuggested .blog-articles-pagination ul.pagination li:last-child .page-link:hover, #blogSuggested .site-pagination ul.pagination li:first-child a:hover, #blogSuggested .site-pagination ul.pagination li:first-child .page-link:hover, #blogSuggested .site-pagination ul.pagination li:last-child a:hover, #blogSuggested .site-pagination ul.pagination li:last-child .page-link:hover, #newsList .blog-articles-pagination ul.pagination li:first-child a:hover, #newsList .blog-articles-pagination ul.pagination li:first-child .page-link:hover, #newsList .blog-articles-pagination ul.pagination li:last-child a:hover, #newsList .blog-articles-pagination ul.pagination li:last-child .page-link:hover, #newsList .site-pagination ul.pagination li:first-child a:hover, #newsList .site-pagination ul.pagination li:first-child .page-link:hover, #newsList .site-pagination ul.pagination li:last-child a:hover, #newsList .site-pagination ul.pagination li:last-child .page-link:hover {
  background-color: #ffffff;
}
#blogArticleListing .blog-articles-pagination ul.pagination li:first-child a, #blogArticleListing .blog-articles-pagination ul.pagination li:first-child .page-link, #blogArticleListing .site-pagination ul.pagination li:first-child a, #blogArticleListing .site-pagination ul.pagination li:first-child .page-link, #blogSuggested .blog-articles-pagination ul.pagination li:first-child a, #blogSuggested .blog-articles-pagination ul.pagination li:first-child .page-link, #blogSuggested .site-pagination ul.pagination li:first-child a, #blogSuggested .site-pagination ul.pagination li:first-child .page-link, #newsList .blog-articles-pagination ul.pagination li:first-child a, #newsList .blog-articles-pagination ul.pagination li:first-child .page-link, #newsList .site-pagination ul.pagination li:first-child a, #newsList .site-pagination ul.pagination li:first-child .page-link {
  line-height: 10px;
}
#blogArticleContent {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 600;
}
#blogArticleContent p {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 2.8rem;
  font-weight: 600;
}
#blogArticleContent a {
  color: #fff;
  text-decoration: underline;
}
#blogArticleContent a {
  text-decoration: none;
}

#blogArticleContent h2, #blogArticleContent h3, #blogArticleContent h4, #blogArticleContent h5, #blogArticleContent h6 {
  color: #ffffff;
}

#blogSuggested h2.heading {
  font-size: 4.7rem;
}

@media (max-width: 767px) {
  #blogDesc p {
    font-size: 1.5rem;
  }

  #blogArticleContent p {
    font-weight: 400;
    font-size: 1.5rem;
  }
}


#about {
  background-image: url(../images/about-banner.jpg);
  background-repeat: no-repeat;
  background-position: top right;

}
@media (max-width: 767px) {
  
  #about,
  #about > div:nth-of-type(2),
  #about > div:nth-of-type(2) > .container {
    padding-top: 0 !important;
  }

  #about > div:nth-of-type(2) > .container p.fs-18 {
    font-size: 1.7rem !important;
    line-height: 2.8rem;
  }

  #about {
    background-image: none !important;
    background-size: contain;
  }
}
#about h1 {
  font-size: 8.5rem;
}
@media (max-width: 767px) {
  #about h1 {
    font-size: 3.5rem;
  }
}
#about h1 span {
  color: transparent;
  -webkit-text-stroke: 0.05rem #ffffff;
}
#about p {
  color: #ffffff;
  font-size: 1.4rem;
}

#whyChooseUs .section-heading h3 {
  font-style: italic;
  font-size: 8.4rem;
  color: transparent;
  -webkit-text-stroke: 0.05rem #ffffff;
  opacity: 0.2;
  position: relative;
  z-index: 0;
}
#whyChooseUs .section-heading h3.aos-animate {
  opacity: 0.4;
}
@media (max-width: 767px) {
  #whyChooseUs .section-heading h3 {
    font-size: 3.2rem;
  }

  #whyChooseUs h2.fs-25 {
    font-size: 2rem;
  }

  #whyChooseUs h3.text-secondary-color.fs-22 {
    display: none;
  }

  #whyChooseUs h3.text-secondary-color.fs-22 + h2 + p {
    margin-bottom: 0;
  }
}
#whyChooseUs .section-heading h2 {
  font-size: 4.6rem;
  font-style: italic;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  color: #001939;
}
@media (max-width: 767px) {
  #whyChooseUs .section-heading h2 {
    margin-top: -20px;
    font-size: 2.4rem;
  }
}
#whyChooseUs .border-bottom {
  border-bottom-color: #2E4D6A !important;
}

#aboutNetwork h2 {
  font-style: italic;
  font-size: 8.4rem;
  color: transparent;
  -webkit-text-stroke: 0.05rem #ffffff;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #aboutNetwork h2 {
    font-size: 3.2rem;
  }
}
#aboutNetwork p {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 500;
}

#founderMsg {
  position: relative;
  overflow: hidden;
}
#founderMsg::after {
  content: "";
  width: 186px;
  height: 321px;
  position: absolute;
  transform: skew(-20deg);
  top: 0;
  left: -130px;
  background: transparent linear-gradient(180deg, #0057C9 0%, #062246 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  #founderMsg::after {
    left: -180px;
  }
}
#founderMsg h2 {
  font-size: 4.6rem;
}

@media (max-width: 767px) {
  #founderMsg h2 {
    font-size: 2.4rem;
  }
}

#founderMsg .founder-msg h2 {
  font-size: 3.4rem;
  line-height: 4.5rem;
}
@media (max-width: 767px) {

  #founderMsg .container > div:nth-of-type(1) > div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #founderMsg .founder-msg h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#founderMsg .founder-msg p {
  color: #ffffff;
  padding-left: 65px;
  position: relative;
}
@media (max-width: 767px) {
  #founderMsg .founder-msg p {
    padding-left: 35px;
  }
}
#founderMsg .founder-quote {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
#founderMsg .founder-quote::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  background-color: #2E4D6A;
  height: 1px;
  width: 50px;
}
@media (max-width: 767px) {
  #founderMsg .founder-quote::before {
    width: 20px;
  }
}
#founderMsg .founder-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 26px;
  height: 20px;
  background: url(../images/msg-quote.png) no-repeat;
}
#founderMsg .founder-head {
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  #founderMsg .founder-head {
    font-size: 1.6rem;
    margin-bottom: 0 !important;
  }
}
#founderMsg .founder-name {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #founderMsg .founder-name {
    font-size: 2.2rem;
  }
}

#ourCommitment h2 {
  color: #A8A8A8;
  font-size: 4.6rem;
  line-height: 5.5rem;
}
@media (max-width: 767px) {

  #ourCommitment .circle-pics {
    display: block;
    min-height: 300px;
  }

  #ourCommitment h2 {
    font-size: 3rem;
    line-height: 4rem;
  } 
}
#ourCommitment h2 strong {
  color: #20438B;
}
#ourCommitment .circle-pics img {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: auto;
}
#ourCommitment .circle-pics img:nth-of-type(1) {
  top: 150px;
  left: 0;
}
#ourCommitment .circle-pics img:nth-of-type(2) {
  top: 40px;
  left: 180px;
}
#ourCommitment .circle-pics img:nth-of-type(3) {
  top: -50px;
  left: 350px;
}
#ourCommitment .circle-pics img:nth-of-type(4) {
  top: auto;
  bottom: 100px;
  left: 300px;
}
#ourCommitment .circle-pics img:nth-of-type(5) {
  top: auto;
  bottom: 50px;
  left: 500px;
}
#ourCommitment .circle-pics img:nth-of-type(6) {
  top: auto;
  bottom: 250px;
  left: auto;
  right: 0;
}
#ourCommitment .circle-pics img:nth-of-type(7) {
  top: auto;
  bottom: 250px;
  left: auto;
  right: 0;
}
#ourCommitment .circle-pics img:nth-of-type(8) {
  top: auto;
  bottom: 150px;
  left: auto;
  right: 100px;
}


#teamMemberDetails .member-list a {
  position: relative;
}
#teamMemberDetails .member-list a .sm-link {
  transition: all ease-in-out 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00448B;
  transform: scale(1.1);
  opacity: 0;
}
#teamMemberDetails .member-list a:hover .sm-link {
  opacity: 1;
}

#contactHeader h1 {
  font-size: 8rem;
}
@media (max-width: 767px) {
  #contactHeader h1 {
    font-size: 3rem;
  }
}

#contactForm .form-count {
  color: #6F6F6F;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #contactForm .form-count {
    font-size: 1.4rem;
  }
}
#contactForm .form-label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  #contactForm .form-label {
    font-size: 1.6rem;
  }
}
#contactForm .form-control {
  font-size: 3.7rem;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #contactForm .form-control {
    font-size: 2rem;
  }
}
#contactForm .form-control::-moz-placeholder {
  color: #3E5B74;
}
#contactForm .form-control::placeholder {
  color: #3E5B74;
}
#contactForm .form-submit {
  transition: all ease-in-out 0.2s;
  position: absolute;
  bottom: -55px;
  right: 0;
  background-color: #FFBA00;
  color: #000000;
  font-size: 2rem;
  border: 0;
  width: 110px;
  height: 110px;
  text-align: center;
  line-height: 110px;
}
#contactForm .form-submit:hover {
  background-color: #ffffff;
}
#contactForm .border-top {
  border-top-color: #234562 !important;
}
#contactForm .border-bottom {
  border-bottom-color: #234562 !important;
}
#contactForm .contact-details {
  font-size: 2rem;
  line-height: 3.6rem;
}
#contactForm .contact-details a {
  color: #ffffff;
}
#contactForm .contact-details a:hover {
  color: #FFBA00;
}

#ourOffices h2 {
  font-size: 4.6rem;
}

@media (max-width: 767px) {
  #ourOffices h2 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
#ourOffices .our-offices-details a {
  color: #ffffff;
}
#ourOffices .our-offices-details a:hover {
  color: #FFBA00;
}

#ourOffices p {
  color: #fff;
}

#servicesBanner h3 {
  font-size: 3.4rem;
}
#servicesBanner .services-banner-content {
  position: absolute;
  height: 200px;
  margin: auto;
}

#servicesBanner .services-banner .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 1px #ffffff solid;
  border-radius: 10px;
  background-color: transparent;
}
#servicesBanner .services-banner .carousel-indicators .active {
  background-color: #ffffff;
}

#serviceTypes .border-top, #serviceTypes .border-bottom {
  border-color: #0D3555 !important;
}
#serviceTypes .cta-contact-us {
  text-align: right;
}
@media (max-width: 767px) {
  #serviceTypes .cta-contact-us {
    text-align: left;
  }
}

#ourBestWork {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #ourBestWork {
    padding-bottom: 0;
  }
}
#ourBestWork h2 {
  font-size: 4.2rem;
}
#ourBestWork .listing > div:nth-child(2n) {
  margin-top: 100px;
  margin-bottom: -100px;
}
@media (max-width: 767px) {
  #ourBestWork .listing > div:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  
  #servicesBanner h1 {
    font-size: 3rem;
  }

  #ourBestWork h2 {
    font-size: 2.4rem;
  }

  #servicesBanner h3 {
    font-size: 2rem;
  }

  #servicesBanner .services-banner-content {
    height: auto;
    position: relative;
  }
}

figure a {
  pointer-events: none;
}
.attachment__caption {
  visibility:hidden !important;
}

#goToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999;
  font-family: "Poppins", sans-serif;
}

.up-arrow {
  font-family: "Oswald", sans-serif; 
  font-size: 20px;  
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-controller {
  position: relative;
  align-items: center;
  display: flex;
}

.swiper-controller-nav-button,
.swiper-controller .swiper-pagination-progressbar {
  position: relative;
  margin: 0;
}

.swiper-pagination-progressbar {
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #FFBA00;
  border-radius: 3px;
}

.swiper-controller-nav-button {
  position: relative;
  width: 100px;
  height: 32px;
}

.swiper-slide {

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
}

#new .swiper-slide {
  font-size: 18px;
  background: #fff;
  border-radius: 13px;
}

#news .news-slider .swiper-slide {
  display: flex;
}

#news .news-slider .swiper-slide a {
   background-color: #ffffff;
  min-height: 360px;
}

#news .news-slider .swiper-slide .news-carousel-logo {
  min-height: 160px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #news .news-slider .swiper-slide .news-carousel-logo {
    min-height: 160px;
  }
}

.swiper-controller .swiper-button-next,
.swiper-controller .swiper-button-prev {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all ease-in-out 0.2s;
  border: 0;
  border-radius: 20px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  font-size: 1.2rem;
  left: auto;
  right: auto;
  top: 9px;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
  content: none;
}

.swiper-controller .swiper-button-prev i::after, 
.swiper-controller .swiper-button-prev i::before, 
.swiper-controller .swiper-button-next i::after, 
.swiper-controller .swiper-button-next i::before {
  transition: all ease-in-out 0.2s;
  content: "\e900";
  position: absolute;
  top: 10px;
  left: 10px;
}

.swiper-controller .swiper-button-prev i::after, 
.swiper-controller .swiper-button-prev i::before {
  top: -6px;
}

.swiper-controller .swiper-button-prev i::before {
  left: -30px;
}
.swiper-controller .swiper-button-next i::before {
  left: -20px;
}
.swiper-controller .swiper-button-prev:hover, 
.swiper-controller .swiper-button-next:hover {
  background-color: #FFBA00;
}
.swiper-controller .swiper-button-prev:hover i::after, 
.swiper-controller .swiper-button-prev:hover i::before, 
.swiper-controller .swiper-button-next:hover i::after, 
.swiper-controller .swiper-button-next:hover i::before {
  left: 40px;
}

.swiper-controller .swiper-button-prev i::after,
.swiper-controller .swiper-button-prev:hover i::before {
  left: -5px;
}

.swiper-controller .swiper-button-next:hover i::before {
  left: 10px;
}

.swiper-button-disabled {
  cursor: not-allowed !important;
}

@media (max-width: 767px) {
  #caseStudiesListing p {
    font-size: 1.5rem !important;
  }
  #ourCommitment .circle-pics img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: auto;
  }
  #ourCommitment .circle-pics img:nth-of-type(1) {
    top: 50px;
    left: 0;
  }
  #ourCommitment .circle-pics img:nth-of-type(2) {
    top: 40px;
    left: 80px;
  }
  #ourCommitment .circle-pics img:nth-of-type(3) {
    top: -40px;
    left: 150px;
  }
  #ourCommitment .circle-pics img:nth-of-type(4) {
    top: auto;
    bottom: 100px;
    left: 100px;
  }
  #ourCommitment .circle-pics img:nth-of-type(5) {
    top: auto;
    bottom: 50px;
    left: 200px;
  }
  #ourCommitment .circle-pics img:nth-of-type(6) {
    top: auto;
    bottom: 250px;
    left: auto;
    right: 0;
  }
  #ourCommitment .circle-pics img:nth-of-type(7) {
    top: auto;
    bottom: 150px;
    left: auto;
    right: 0;
  }
  #ourCommitment .circle-pics img:nth-of-type(8) {
    top: auto;
    bottom: 150px;
    left: auto;
    right: 100px;
  }
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      margin-bottom: 20px;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
.dd-itw  option {
  color: #000000 !important;
  
}
.position-arrow {
  position: absolute;
  top:14px;
  right: 30px;
  transform: rotate(90deg);
  z-index: 0;
} 
.height-100 {height: 100px;}
.height-300 {min-height: 270px;}
.text-muted {display: none !important;}
.min-height-470 {min-height: 470px;}

@media screen and (min-width: 999px) and (max-width: 1100px)  

 /* @media only screen and (max-width: 820px)  */
{
  #caseStudies .container {
    width: 80%;
  }
  #about {
    background-size: 35%;
  }
  #aboutNetwork h2 {font-size: 5.4rem;}
  .contact-row-ipad {height: 100px;}
  #contact-form .form-control {font-size: 2.4rem;}
  #testimonials .client-quote {
    font-size: 1.4rem;
    line-height: normal;
}
.min-height-470 {min-height: auto;}
.iPad-hide {display: none !important;}

#kfHelpPointer .kf-help-pointer:nth-child(2n+2) > div {
  border-right: 0;
}
#kfHelpPointer .kf-help-pointer:nth-child(1), #kfHelpPointer .kf-help-pointer:nth-child(3), #kfHelpPointer .kf-help-pointer:nth-child(5) {
  margin-bottom: 20px;
}
#kfHelpPointer .kf-help-pointer:nth-child(1)::after, #kfHelpPointer .kf-help-pointer:nth-child(3)::after, #kfHelpPointer .kf-help-pointer:nth-child(5)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 660px;
  border-bottom: 1px solid #D8D1D1;
}

#testimonials .prev-slide, #testimonials .next-slide {
  justify-content: space-between !important;
}
#instafeed {
   grid-template-columns: repeat(3, 1fr);
 }
 
}
 