@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #ff9e00;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff9e00;
  --secondary: #8f9397;
  --success: #ff9e00;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f8f9;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe UI, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
font-size: 16px;
line-height: 1.3;
font-family: Prometo;
font-weight: 300;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
color: #141c36;
margin: 0;
 
}
/**insoft css**/
.Fabi-8 {
    min-height: 330px;
}
.bg-themeblue {  background:#141C36;}
.insoft-top-header {
    --bg-opacity: 1;
    background-color: #1fbceb;
}
 .forcovidbtn  {  text-align: right;}
/**end insoft css**/
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.3rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 16px;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #141C36;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #ff9e00  ;
  text-decoration: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 16px;
  overflow: auto;
}
figure {
  margin: 0 0 16px;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.min-height-40 {
  min-height:40px;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  .Mobile-menu  {display:none;}
  .droppeD6 .Mobile-menu  {display: block; padding: 30px 0px 40px;}
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "prometo";
  font-weight: 300;
  line-height: 1.2;
  color: #141c36;
}
.heading_color { 
color: #141c36;
font-size: 33px;
margin-bottom: 0px;
}
.color_wt { -webkit-text-fill-color : #fff!important;}
.hero-text h1 , .hero-text h2 ,.hero-text h3 ,.hero-text h4 ,.hero-text h5 ,.hero-text h6 ,.hero-text .h1 ,.hero-text .h2 ,.hero-text .h3 ,.hero-text .h4 ,.hero-text .h5 ,
.hero-text .h6 ,.left-card h5  { color: #FFF;}
.tehnology-sidebar-ul li:last-child {  border-bottom:none!important; }
.vendor-sidebar-ul li:last-child {  border-bottom:none!important; }
h1, .h1 {
  font-size: 42px; 
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.34375rem + 1.125vw) ;
  }
}
h2, .h2 {
  font-size:35px;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}
h3, .h3 {
  font-size: 22px; 
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.27812rem + 0.3375vw) ;
  }
}
h4, .h4 {
  font-size: 18px; 
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.25625rem + 0.075vw) ;
  }
}
h5, .h5 {
  font-size: 28px;
}
h6, .h6 {
  font-size: 27px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
 
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .Mobile-menu { display:none;}
}
.container-fluid, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1320px;
  }
  .young_man  {  height: 350px; }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
H3,h3,H4,h4,H5,h5,H6,h6  { color:#141C36;}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
.btn.register-sm-btn { font-size: 0.960rem; }
.btn.register-btn { font-size:	1.2rem ;}
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 16px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top:none;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdedde;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a2ddc2;
}
.table-hover .table-primary:hover {
  background-color: #bae6d2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bae6d2;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e0e1e2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c5c7c9;
}
.table-hover .table-secondary:hover {
  background-color: #d3d4d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d3d4d6;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfc;
}
.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
.cw-20 img {    width: 50%!important;}
.cw-20 {   width: auto!important;    margin: 0 auto;}
.cdl_section_1 ul {   display: block!important;}
.part-9-bg ,.part-6-bg{text-align:center;}
.pagination {
    width: 99% !important;
    overflow: hidden;
}
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
  
  .country_select {
    right: 184px!important;
}
  
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
  .country_select {
    right: 200px!important;
}
.min-h-100vh  { text-align:center;}
#menu-cnt { top :-1px;} 
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
  .Fabi-8 {
    min-height: 450px;
}
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5rem 16px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 2px solid #dfe2e5;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ff9e00;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #8f9397;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ff9e00;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(0.8rem + 2px);
  padding-bottom: calc(0.8rem + 2px);
  font-size: 1.09375rem;
  line-height: 1.7;
}
.col-form-label-sm {
  padding-top: calc(0.4rem + 2px);
  padding-bottom: calc(0.4rem + 2px);
  font-size: 0.7875rem;
  line-height: 1.4;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: auto;
  padding: 0.4rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.4;
  border-radius: 3px;
}
.form-control-lg {
  height: auto;
  padding: 0.8rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.7;
  border-radius: 3px;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 16px;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff9e00;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #ff9e00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ff9e00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #ff9e00;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #ff9e00;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ff9e00' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #ff9e00;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #ff9e00;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #ff9e00;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #ff9e00;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff9e00;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ff9e00;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #ff9e00;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .16px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #141C36;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 16px;
  font-size: 0.960rem;
  line-height: 1.6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #8f9397;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(76, 189, 137, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #FF9E00;
  border-color: #FF9E00;
}
.btn-primary:hover {
  color: #FF9E00;
  background-color: #fff;
  border-color: #FF9E00;
}
.show_filter:hover {
  color: #FF9E00!important;
  background-color: #fff!important;
  border-color: #FF9E00!important;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #FF9E00;
  border-color: #FF9E00;
  box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #FF9E00;
  border-color: #FF9E00;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3a9c6f;
  border-color: #369368;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(103, 199, 155, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #8f9397;
  border-color: #8f9397;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #7b8085;
  border-color: #757a7e;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #7b8085;
  border-color: #757a7e;
  box-shadow: 0 0 0 0 rgba(160, 163, 167, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #8f9397;
  border-color: #8f9397;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #757a7e;
  border-color: #6f7377;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(160, 163, 167, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}
.btn-light:hover {
  color: #212529;
  background-color: #e1e5e9;
  border-color: #dadfe3;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e1e5e9;
  border-color: #dadfe3;
  box-shadow: 0 0 0 0 rgba(215, 216, 218, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dadfe3;
  border-color: #d3d8de;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215, 216, 218, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
/*.insoft_traininG  {  background: #141C36 !important;}
.insoft_traininG a { color: #fff; }
.accordion-title a::after { color: #fff!important; }*/
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(76, 189, 137, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff9e00;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(76, 189, 137, 0.5);
}
.btn-outline-secondary {
  color: #141C36;
  border-color: #141C36;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #8f9397;
  border-color: #8f9397;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(143, 147, 151, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8f9397;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #8f9397;
  border-color: #8f9397;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(143, 147, 151, 0.5);
}
.btn-outline-success {
  color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #ff9e00;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #ff9e00;
  border-color: #ff9e00;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f7f8f9;
  border-color: #f7f8f9;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(247, 248, 249, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f8f9;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f7f8f9;
  border-color: #f7f8f9;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 248, 249, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #ff9e00;
  text-decoration: none;
}
.btn-link:hover {
  color: #3a9c6f;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #8f9397;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.7;
  border-radius: 3px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color:#333333;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 16px 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #8f9397;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.country_select { position: absolute; margin-top: 0px;  right: 115px;padding-left: 5px;}
.country_selector { 
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 150px;
padding: 16px 0 10px;
margin: 0 0 0;
font-size: 0.875rem;
color: #8f9397;
text-align: left;
list-style: none;
background-color: #ffffff;
background-clip: padding-box;
border: 0 solid rgba(0, 0, 0, 0.1);
border-radius: 0;
top: 38px !important;
left: -60px !important; }
.flag_selector img {
  padding-left: 5px;
  padding-right: 10px;
} 
 
.home-page .country_selector a { color:#fff;  } 
.dropdown-toggle::after { content:none!important;}
.home-page .dropdown-toggle a { color:#fff;} 
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ff9e00;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #141C36 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #FF9E00 !important;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ff9e00;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8f9397;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 16px 1.5rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #343a40;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.4rem 1.5rem;
  color: #8f9397 !important;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}
.input-group-prepend {
  margin-right: -2px;
}
.input-group-append {
  margin-left: -2px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 3px;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.7;
  border-radius: 3px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.7875rem;
  line-height: 1.4;
  border-radius: 3px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 16px;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 16px;
  height: 1.2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ff9e00;
  border-color: #ff9e00;
  background-color: #ff9e00;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff9e00;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #ceeddf;
  border-color: #ceeddf;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  border: #adb5bd solid 0;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(76, 189, 137, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(76, 189, 137, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(76, 189, 137, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: 0.2rem;
  left: -2.25rem;
  width: calc(16px - 4px);
  height: calc(16px - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(76, 189, 137, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.5rem 2rem 0.5rem 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 2px solid #dfe2e5;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 16px;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 16px + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff9e00;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: auto;
  padding: 0.5rem 16px;
  font-weight: 300;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 2px solid #dfe2e5;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: auto;
  padding: 0.5rem 16px;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 16px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 16px;
}
.custom-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background-color: #007bff;
  border: 0;
  border-radius: 16px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 16px;
}
.custom-range::-ms-thumb {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 16px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 16px;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 16px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #8f9397;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #8f9397;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {  display: none;}
.tab-content > .active {  display: block; }
.single_course .tab-content > .active {  display: block; padding-top: 40px;}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 16px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
.fixedMenU {   }
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
.country_select {  right: 85px!important;}
.country_name { display:none;}
.logo-img { max-width:130px;}
.fixedMenU {    top: 96px;}
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
.logo-img {    max-width: 130px;}
.fixedMenU {  top: 90px; }
}
@media (min-width: 768px) {
.show_filter {    display: none;}
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
.feature-box .feature-box-title { font-size: 1.53125rem; }
.display-6 {  font-size: 2rem;}
.icon-card h4  { font-size: 1.3125rem;}
.icon-card p { font-size:0.960rem; }
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .flag_desktop  {display:none!important; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
body , .btn { font-size: 015px;}  
.btn.register-sm-btn { font-size: 015px ; }
.btn.register-btn { font-size:	015px ;}
h1 { font-size:1.8375rem;}
h2 { font-size:1.4rem;}
h3 { font-size:16px;}
h4 { font-size:1.16px;}
h5 { font-size:0.960rem;}
h6 { font-size:0.870rem;}
.icon-card h4  { font-size:1.16px;}
.icon-card p { font-size:0.890rem; }
.feature-box .feature-box-title { font-size: 16px; } 
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 16px;
  padding-left: 16px;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #141C36;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #FF9E00;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #FF9E00;
}
.navbar-light .navbar-toggler {
  color: #8f9397;
  border-color: rgba(0, 0, 0, 0.1);
}
.ti-menu  { font-size:22px;}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #8f9397;
}
.navbar-light .navbar-text a {
  color: #ff9e00;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #ff9e00;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ff9e00;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ff9e00;
}
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #ffffff;
}
.navbar-dark .navbar-text a {
  color: #ff9e00;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ff9e00;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 16px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  margin-left: 18px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.3;
  color: #007bff;
  background-color: #fff;
  border:none;
}
.know-more .fa-arrow-right { display:none;}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.7;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  line-height: 1.4;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #ff9e00;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3a9c6f;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 189, 137, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #8f9397;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #757a7e;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(143, 147, 151, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #ff9e00;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f7f8f9;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dadfe3;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 248, 249, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.footerhr{ background: #A5ACC0;margin-bottom: 30px;}
.jumbotron {
  padding: 2rem 16px;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #286247;
  background-color: #dbf2e7;
  border-color: #cdedde;
}
.alert-primary hr {
  border-top-color: #bae6d2;
}
.alert-primary .alert-link {
  color: #193e2d;
}
.alert-secondary {
  color: #4a4c4f;
  background-color: #e9e9ea;
  border-color: #e0e1e2;
}
.alert-secondary hr {
  border-top-color: #d3d4d6;
}
.alert-secondary .alert-link {
  color: #313335;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #808181;
  background-color: #fdfefe;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #676767;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 16px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 16px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 16px 16px;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.technology-course-box .media {
  display: unset;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0px;
  background-color: #fff;
  
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #286247;
  background-color: #cdedde;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #286247;
  background-color: #bae6d2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #286247;
  border-color: #286247;
}
.list-group-item-secondary {
  color: #4a4c4f;
  background-color: #e0e1e2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #4a4c4f;
  background-color: #d3d4d6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #4a4c4f;
  border-color: #4a4c4f;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #808181;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #808181;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #808181;
  border-color: #808181;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 16px);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 16px);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 16px);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 16px);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 16px 16px;
  margin: -16px -16px -16px auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 16px;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 16px;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 16px;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #343a40;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 16px;
  height: 16px;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 16px;
  height: 16px;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #ff9e00 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #3a9c6f !important;
}
.bg-secondary {
  background-color: #8f9397 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #757a7e !important;
}
.bg-success {
  background-color: #ff9e00 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #fafcfc !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dadfe3 !important;
}
.bg-dark {
  background-color: #141c36 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-bottom {
  border-bottom: 1px solid #B0BFD0 !important;
}
.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #ff9e00 !important;
}
.border-secondary {
  border-color: #8f9397 !important;
}
.border-success {
  border-color: #ff9e00 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f7f8f9 !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 3px !important;
}
.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 16px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 16px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3,
.my-3 {
  margin-top: 16px !important;
}
.mr-3,
.mx-3 {
  margin-right: 16px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}
.ml-3,
.mx-3 {
  margin-left: 16px !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.mt-8,
.my-8 {
  margin-top: 8rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}
.m-9 {
  margin: 116px !important;
}
.mt-9,
.my-9 {
  margin-top: 116px !important;
}
.mr-9,
.mx-9 {
  margin-right: 116px !important;
}
.mb-9,
.my-9 {
  margin-bottom: 116px !important;
}
.ml-9,
.mx-9 {
  margin-left: 116px !important;
}
.m-10 {
  margin: 14rem !important;
}
.mt-10,
.my-10 {
  margin-top: 14rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 14rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 14rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 14rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3,
.py-3 {
  padding-top: 16px !important;
}
.pr-3,
.px-3 {
  padding-right: 16px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}
.pl-3,
.px-3 {
  padding-left: 16px !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7,
.py-7 {
  padding-top: 6rem !important;
}
.pr-7,
.px-7 {
  padding-right: 6rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}
.pl-7,
.px-7 {
  padding-left: 6rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.pt-8,
.py-8 {
  padding-top: 8rem !important;
}
.pr-8,
.px-8 {
  padding-right: 8rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}
.pl-8,
.px-8 {
  padding-left: 8rem !important;
}
.p-9 {
  padding: 116px !important;
}
.pt-9,
.py-9 {
  padding-top: 116px !important;
}
.pr-9,
.px-9 {
  padding-right: 116px !important;
}
.pb-9,
.py-9 {
  padding-bottom: 116px !important;
}
.pl-9,
.px-9 {
  padding-left: 116px !important;
}
.p-10 {
  padding: 14rem !important;
}
.pt-10,
.py-10 {
  padding-top: 14rem !important;
}
.pr-10,
.px-10 {
  padding-right: 14rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 14rem !important;
}
.pl-10,
.px-10 {
  padding-left: 14rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -16px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-n6 {
  margin: -4.5rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}
.m-n7 {
  margin: -6rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}
.m-n9 {
  margin: -116px !important;
}
.mt-n9,
.my-n9 {
  margin-top: -116px !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -116px !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -116px !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -116px !important;
}
.m-n10 {
  margin: -14rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -14rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -14rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -14rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -14rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 116px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 116px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 116px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 116px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 116px !important;
  }
  .m-sm-10 {
    margin: 14rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 14rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 14rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 14rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 116px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 116px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 116px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 116px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 116px !important;
  }
  .p-sm-10 {
    padding: 14rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 14rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 14rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 14rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -116px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -116px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -116px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -116px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -116px !important;
  }
  .m-sm-n10 {
    margin: -14rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -14rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -14rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -14rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 116px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 116px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 116px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 116px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 116px !important;
  }
  .m-md-10 {
    margin: 14rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 14rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 14rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 14rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 14rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 116px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 116px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 116px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 116px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 116px !important;
  }
  .p-md-10 {
    padding: 14rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 14rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 14rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 14rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 14rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -116px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -116px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -116px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -116px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -116px !important;
  }
  .m-md-n10 {
    margin: -14rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -14rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -14rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -14rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 116px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 116px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 116px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 116px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 116px !important;
  }
  .m-lg-10 {
    margin: 14rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 14rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 14rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 14rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 116px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 116px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 116px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 116px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 116px !important;
  }
  .p-lg-10 {
    padding: 14rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 14rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 14rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 14rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -116px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -116px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -116px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -116px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -116px !important;
  }
  .m-lg-n10 {
    margin: -14rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -14rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -14rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -14rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 116px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 116px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 116px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 116px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 116px !important;
  }
  .m-xl-10 {
    margin: 14rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 14rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 14rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 14rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 116px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 116px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 116px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 116px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 116px !important;
  }
  .p-xl-10 {
    padding: 14rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 14rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 14rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 14rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -116px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -116px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -116px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -116px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -116px !important;
  }
  .m-xl-n10 {
    margin: -14rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -14rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -14rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -14rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: left !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
 }
@media (max-width: 767px) {
  .forcovidbtn  {  text-align: left;}
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 300 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #ffffff !important;
}
.text-primary {
  color: #ff9e00 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #338a62 !important;
}
.text-secondary {
  color: #8f9397 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #696d71 !important;
}
.text-success {
  color: #ff9e00 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f7f8f9 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd2d8 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #141C36 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #b4b9bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dfe2e5 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.dropdown-menu {
background: #fff;
/*  box-shadow: 0px 20px 30px rgba(83, 88, 93, 0.15);*/
}
.dropdown-item {
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
}
.dropdown-item.active {
  color: #ff9e00 !important;
}
.dropdown-toggle:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 0.6rem;
  margin-left: 0.35rem;
  font-weight: 900;
  vertical-align: middle;
  border: none;
}
.extra-li:after {
  content:none;
}
.dropdown-item-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  min-width: 16px;
  max-width: 16px;
  margin-right: .3rem;
}
.dropdown-header {
  font-weight: 300;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}
.dropdown-menu .dropdown-toggle:after {
  position: absolute;
  right: 25px;
  top: 10px;
}
.megamenu {
  position: static;
}
.megamenu .dropdown-menu {
  width: 1170px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
.mob-right2.mr {   width: 150px;}
  .navbar-nav .dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    opacity: 1;
    background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
    background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -16px;
  }
}
.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
/* navbar toggler*/
.navbar-toggler {
  margin-bottom: 0;
  border: 0;
}
/* Header brand */
.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-brand .navbar-brand-item {
  height: 44px;
  display: block;
  max-width: 100%;
  width: auto;
}
.navbar-primary .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-primary .navbar-nav .nav-link:hover, .navbar-primary .navbar-nav .nav-link:focus {
  color: #343a40;
}
.navbar-primary .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-primary .navbar-nav .show > .nav-link,
.navbar-primary .navbar-nav .active > .nav-link,
.navbar-primary .navbar-nav .nav-link.show,
.navbar-primary .navbar-nav .nav-link.active {
  color: #343a40;
}
.navbar-primary .navbar-text {
  color: #ffffff;
}
.navbar-primary .navbar-text a {
  color: #343a40;
}
.navbar-primary .navbar-text a:hover, .navbar-primary .navbar-text a:focus {
  color: #343a40;
}
.navbar-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width: 1199.98px) {
  .megamenu {
    width: 100%;
  }
  .megamenu .dropdown-menu {
    width: 100%;
    background-image: none !important;
  }
  .megamenu .container {
    width: 100%;
    padding: 0;
  }
 .country_select {    right: 110px;}
}
@media (max-width: 991.98px) {
.home-page .header-static{ margin-bottom:10px!important;}
.home-page .ti-menu { color:#FFFFFF;}
  .navbar-collapse {
    overflow-y: scroll;
    max-height: 350px;
    box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index:1111;
  }
  .navbar-nav .nav-link {
    line-height: 44px;
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    padding-top: 0;
  }
  .navbar-nav .dropdown-menu:before {
    content: none;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 30px;
    position: relative;
  }
  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 30px;
  }
  .navbar-nav .nav-item.dropdown.show > .dropdown-toggle::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
.nav.flex-column .nav-link {
  padding-left: 0;
  padding-top: 0.30rem;
  padding-bottom: 0.30rem;
}
/*buttons*/
.btn {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn i {
  margin-right: 10px;
}
.btn-xs {
  padding: 0.4rem 0.6rem;
  font-size: 0.6rem;
  line-height: 1.2;
  border-radius: 3px;
}
.btn-white {
  background: #ffffff;
  color: #343a40 !important;
}
.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover {
  color: #343a40;
  background: #ff9e00;
}
.btn-white i {
  color: #343a40 !important;
}
.btn-outline-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white.active, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:hover {
  color: #343a40;
  background: #ffffff;
}
.btn-outline-light {
  background: transparent;
  border-color: #d0d4d9;
  color: #b4b9bd;
}
.btn-outline-light:hover {
  background: #d0d4d9;
  border-color: #d0d4d9;
  color: #343a40;
}
.btn-grad {
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}
.btn-grad.active, .btn-grad:active, .btn-grad:focus, .btn-grad:hover {
  color: #ffffff;
  background-position: left bottom;
}
.btn-grad.btn-sm, .btn-group-sm > .btn-grad.btn {
  line-height: 1.8;
}
.btn-outline-grad {
  border: none;
  line-height: 2;
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  color: #ff9e00;
  position: relative;
  z-index: 1;
}
.btn-outline-grad:before, .btn-outline-grad:after {
  content: ' ';
  position: absolute;
  border-radius: 3px;
}
.btn-outline-grad:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background-color: #ff9e00;
  background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(50%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  background-size: 260% 100% !important;
  background-position: right bottom !important;
}
.btn-outline-grad:after {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #ffffff;
  z-index: -1;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.btn-outline-grad:hover:after {
  opacity: 0;
}
.btn-outline-grad.active, .btn-outline-grad:active, .btn-outline-grad:focus, .btn-outline-grad:hover {
  color: #ffffff !important;
}
.btn-link:after {
  display: block;
  content: '';
  border-bottom: solid 2px #3a9c6f;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.course-detail-section .btn-link:after { border-bottom:none; }
.btn-link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.btn-round {
  height: 46px;
  width: 46px;
  line-height: 46px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}
.btn-round i {
  margin: 0;
  padding-left: 3px;
}
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  height: 62px;
  width: 62px;
  line-height: 60px;
}
.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
  height: 34px;
  width: 34px;
  line-height: 30px;
}
.btn-round.btn-sm i, .btn-group-sm > .btn-round.btn i {
  font-size: .6rem;
}
/*List style*/
.list-group .list-group-item {
  background: transparent;
}
.list-group .list-group-item .ti-time {
  margin-right: 15px!important;
}
/*list group borderless*/
.list-group-borderless .list-group-item {
  border: none;
  color: #8f9397;
  padding: 0.425rem 0;
}
.list-group-borderless a.list-group-item:hover {
  background-color: transparent;
  color: #ff9e00;
}
/*list group inline*/
.list-group-inline li {
  border: none;
  display: inline-block;
  color: #8f9397;
  padding: 0.425rem 0;
}
.list-group-inline .list-group-item {
  border: none;
  display: inline-block;
  color: #8f9397;
  padding: 0.425rem 0;
  margin-right: 30px;
  width: auto;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  background: transparent;
  color: #ff9e00;
}
.list-group-number .list-group-item-action {
  font-weight: 400;
}
.list-group-number .list-group-item-action:last-child {
  margin-right: 0;
}
.list-group-number span {
  background: #ff9e00;
  color: #8f9397;
  font-weight: 300;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 11px;
}
.list-group-icon-primary-bg .list-group-item {
  display: flex;
}
.list-group-icon-primary-bg i {
  background: #e1f4eb;
  color: #ff9e00;
  font-weight: 300;
  height: 22px;
  width: 22px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px !important;
  margin-top: 1px;
  font-size: 11px;
  flex-shrink: 0;
  justify-content: center;
}
/* Tab */
.tab-content {
padding: 0px 0;
margin-bottom: 5px;
}
.ent_section_4.vd_divider {
  margin-bottom: 45px;
}
.nav-tabs .nav-item .nav-link {
  color: #141c36;
  padding: 0.5rem 16px;
}
.nav-tabs .nav-link.active {
  background: #ff9e00;
  color: #ffffff;
}
.nav-tabs .nav-link.active .nav-link {
  color: #ffffff;
}
/*tab-line*/
.nav-tabs.tab-line {
  border-bottom: none;
}
.nav-tabs.tab-line .nav-link {
  border: transparent;
}
.nav-tabs.tab-line .nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav-tabs.tab-line .nav-link {
  background: transparent;
  border-bottom: 2px solid transparent;
  font-size:16px;
  font-weight:300;
}
.Vendor-inner-menu-content li a , .Vendor-inner-menu-content  p {  font-size: 15px;
line-height: 24px;}
.Vendor-inner-menu-content li a {  line-height:35px ;}
.nav-tabs.tab-line .nav-link.active {
  background: transparent;
  color: #ff9e00;
}
.nav-tabs.tab-line .nav-item {
  margin-bottom: -2px;
}
/*tab-bordered*/
.nav-tabs.tab-bordered {
  border: 1px solid #ff9e00;
}
.nav-tabs.tab-bordered .nav-link {
  border: transparent;
}
.nav-tabs.tab-bordered .nav-link.active {
  background: #ff9e00;
  color: #ffffff;
  border-radius: 0;
}
/*tab-dark*/
.nav-tabs.tab-dark .nav-item .nav-link {
  color: #343a40;
}
.nav-tabs.tab-dark .nav-link.active {
  /*background: #343a40;*/
  background:#FF9E00;
  color: #ffffff;
}
/*tab-gradient*/
.nav-tabs.tab-grad {
  border: none;
  border-radius: 40px;
}
.nav-tabs.tab-grad .nav-link {
  border: transparent;
  margin-right: 10px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-tabs.tab-grad .nav-link.active {
  border-radius: 40px;
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/*tab-with-icon*/
.nav-tabs.tab-with-icon i {
  padding-right: 5px;
}
/*tab-with-icon*/
.nav-tabs.tab-with-center-icon i {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 5px;
}
/*----------------------------------------------------------------------
  * Wizixo - Multipurpose Corporate theme
  * General Styles
------------------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
iframe {
  border: 0;
}
ul, ol, dl {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
ul li {
  margin-bottom: 5px;
}
ul {
  margin-bottom: 10px;
}
.nav-item9 {
  margin-bottom: 0px;
}
input,
button,
select,
optgroup,
textarea {
  margin-bottom: 20px;
}
*:focus {
  outline: none !important;
}
.custom-select {
  -webkit-appearance: none;
}
/*Highlight Color*/
::selection {
  background: #0066FF;
  color:#fff;
}
::-moz-selection {
  background:#0066FF;
  color:#fff;
}
.bg-primary::selection, .bg-grad::selection {
  color: #ff9e00;
  background: #ffffff;
}
.bg-primary, .bg-grad::-moz-selection {
  color: #ff9e00;
  background: #ffffff;
}
/*font family*/
.body-font {
  font-family: "Segoe UI", sans-serif !important;
}
.title-font {
  font-family: "Segoe UI", sans-serif !important;
}
.alt-font {
  font-family: "Playfair Display", serif !important;
}
.lead {
  line-height: 30px;
}
/*===============================
            TITLE 
=================================*/
.title {
  padding: 0 0 30px;
}
.title h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}
.title .pre-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.title.text-center p {
  padding: 0 80px;
}
.title.title-light * {
  color: #ffffff;
  opacity: 0.9;
}
/*BACK TOP TOP*/
.back-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 13px 14px !important;
  position: fixed !important;
  bottom: 25px;
  right: 25px;
  border-radius: 3px;
  display: block;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-top i {
  font-size: 12px;
  color: #ffffff;
  margin: 0 !important;
  display: block;
}
.back-top.btn-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
/*PRE LOADER*/
.preloader {
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*Animation delay*/
.dealy-200 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.dealy-500 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.dealy-700 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
.dealy-1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.dealy-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.dealy-2000 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.dealy-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.dealy-3000 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
/*===============================
      INNERPAGE BANNER
=================================*/
.innerpage-banner {
  position: relative;
}
.innerpage-banner h1 {
  font-size: 2.1875rem;
  font-weight: 300;
}
.innerpage-banner h6 {
  margin-bottom: 0;
}
.innerpage-banner .breadcrumb {
  position: absolute;
}
.innerpage-banner.center {
  text-align: center;
}
.innerpage-banner.center h6 {
  margin-bottom: 50px;
}
.innerpage-banner.center .breadcrumb {
  left: 0px;
  top: 100%;
  right: 0;
  display: block;
}
.innerpage-banner.right {
  text-align: right;
}
.innerpage-banner.right .breadcrumb {
  left: 15px;
  top: 50%;
  width: auto;
  margin-top: -10px;
}
.innerpage-banner.left {
  text-align: left;
}
.innerpage-banner.left .breadcrumb {
  right: 15px;
  top: 50%;
  width: auto;
  margin-top: -10px;
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
}
.breadcrumb .breadcrumb-item a i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-item a:hover i {
  color: #ff9e00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f111" !important;
  padding: 0 12px 0 0px !important;
  font-family: 'FontAwesome';
  font-size: 7px;
  vertical-align: middle;
  color: #ffffff !important;
}
.Deliver-mobile { display:none;}
/*===============================
      CONTACT PAGE
=================================*/
/*Google map*/
.contact-map .map-wrapper {
  height: 448px;
  width: 100%;
}
.contact-map iframe {
  height: 300px;
  width: 100%;
}
.contact-box .contact-info {
  margin-bottom: 30px;
}
.contact-box .contact-box-icon {
  font-size: 24px;
}
/*===============================
      TIMELINE 
=================================*/
.timeline-dot {
  height: 30px;
  width: 30px;
  display: block;
  border: solid 2px #efefef;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-line:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #efefef;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-top:before {
  background: #efefef;
  position: absolute;
  height: 3px;
  width: 50px;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -25px;
}
/*Error page*/
.error-page {
  padding: 10rem 0;
}
.error-page h2 {
  font-size: 200px;
  line-height: 150px;
  font-weight: 300;
}
.error-page h3 {
  font-size: 50px;
  display: block;
  line-height: 50px;
}
.logo-auth {
  height: 44px;
  display: block;
  max-width: 100%;
  width: auto;
}
/*===============================
      IE 10+ specific styles
=================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ie-height-900 {
    height: 900px !important;
  }
  .ie-height-800 {
    height: 800px !important;
  }
  .ie-height-700 {
    height: 700px !important;
  }
  .ie-height-750 {
    height: 750px !important;
  }
  .ie-height-600 {
    height: 600px !important;
  }
  .ie-banner-2 {
    height: 628px !important;
  }
  .ie-d-none {
    display: none !important;
  }
  .icon-grad i::before, .text-grad {
    background: none !important;
    color: #ff9e00 !important;
  }
  .wave + .wave {
    height: 100px !important;
    background-color: #ffffff;
  }
}
@media (max-width: 1199.98px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 991.98px) {
  .innerpage-banner.left .breadcrumb {
    top: 100%;
    margin: 0;
    left: 15px;
  }
  .innerpage-banner.right .breadcrumb {
    top: 100%;
    margin: 0;
    right: 15px;
    left: auto;
  }
  .error-page {
    padding: 8rem 0;
  }
  .wave {
    height: 150px;
  }
  .wave + .wave {
    height: 150px;
  }
}
@media (max-width: 767.98px) {
  .error-page {
    padding: 6rem 0;
  }
  .maintenance-page h1 {
    font-size: 3rem;
  }
  .title h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .title .pre-title {
    font-size: 20px;
  }
  .title p {
    padding: 0px !important;
  }
}
@media (max-width: 575.98px) {
  .container {  width: 100% !important;  padding: 0 15px; }
  .top_header_search_area .container {  width: 94% !important; }
  .innerpage-banner h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .error-page {
    padding: 5rem 0;
  }
  .error-page h2 {
    font-size: 100px;
    line-height: 80px;
  }
  .error-page h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
/* ===================================
        COLORS AND OVERLAY
====================================== */
/* text color */
.all-text-white *, .text-all-white * {
  color: #ffffff;
}
.text-grad {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 1;
  z-index: 9;
}
/* icon color */
.icon-primary i:before {
  color: #ff9e00;
}
.icon-black i:before {
  color: #000000;
}
.icon-dark i:before {
  color: #343a40;
}
.icon-light-gray i:before {
  color: #8f9397;
}
.icon-grad i:before {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}
/* background color */
.bg-grad {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
.bg-dark-grad {
   background-image: url("https://www.prepforce.co.uk/assets/imgs/HomePage/Courses-Certification-Training.jpg");
/*  background: -moz-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #343a40), color-stop(100%, #626d78));
  background: -webkit-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -o-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -ms-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: linear-gradient(150deg, #343a40 0%, #626d78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );*/
}
.bg-transparent {
  background: transparent !important;
}
/*Gradient overlay*/
.bg-grad-overlay {
  position: relative;
  z-index: 1;
}
.bg-grad-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  opacity: 0.7;
}
/*Dark overlay*/
.bg-overlay-dark-2 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-2:before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-3 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-3:before {
  background: rgba(20, 24, 28, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-4 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-4:before {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-5 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-5:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-6 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-6:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-7:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-8 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-8:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-overlay-dark-9 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-9:before {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax-bg:before {
  z-index: 0;
}
/*pattern overlay*/
.pattern-overlay-1 {
  position: relative;
  z-index: 1;
}
.pattern-overlay-99{
  position: relative;
  z-index: 1;
}
.pattern-overlay-99::before {
  content: "";
  
  background:  url(../../assets/imgs/Fortinet/Fortinet-ATC.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pattern-overlay-1::before {
  content: "";
  
  background: url( ../images/bg/pattern/01.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pattern-overlay-1-dark {
  position: relative;
  z-index: 1;
}
.pattern-overlay-1-dark::before {
  content: "";
  background: url(../images/bg/pattern/01-dark.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pattern-overlay-2 {
  position: relative;
  z-index: 1;
}
.pattern-overlay-2::before {
  content: "";
  background: url(../images/bg/pattern/02.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pattern-overlay-3 {
  position: relative;
  z-index: 1;
}
.pattern-overlay-3::before {
  content: "";
  background: url(../images/bg/pattern/03.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.pattern-overlay-4 {
  position: relative;
  z-index: 1;
}
.pattern-overlay-4::before {
  content: "";
  background: url(../images/bg/pattern/04.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
/*SVG fill colors*/
.fill-grad-start {
  stop-color: #97c74e;
}
.fill-grad-end {
  stop-color: #2ab9a5;
}
.fill-white {
  fill: #ffffff;
}
.fill-light {
  fill: #f7f8f9;
}
.fill-dark {
  fill: #343a40;
}
/* ===================================
        HELPERS
====================================== */
/*On hover*/
.zoom-on-hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.zoom-on-hover:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.up-on-hover:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.primary-hover a {
  color: #8f9397;
}
.primary-hover a:hover {
  color: #ff9e00  !important;
}
a.primary-hover {
  color: #8f9397;
}
a.primary-hover:hover {
  color: #ff9e00 !important;
}
.primary-hover li {
  color: #8f9397;
}
.primary-hover li:hover {
  color: #ff9e00 !important;
}
/*rotate*/
.rotate-270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/*shadow*/
.shadow {
  box-shadow: 0px 0px 30px rgba(83, 88, 93, 0.15) !important;
}
.shadow-light {
  box-shadow: 0px 0px 10px rgba(83, 88, 93, 0.1);
}
.no-shadow {
  box-shadow: none !important;
}
.shadow-hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shadow-hover:hover {
  box-shadow: 0px 0px 50px rgba(83, 88, 93, 0.1);
}
/*border and border radius*/
.border-radius-3 {
  border-radius: 3px !important;
}
.border-radius-0 {
  border-radius: 0px !important;
}
.border-radius-left-0 {
  border-radius: 0px 3px 3px 0px !important;
}
.border-radius-right-0 {
  border-radius: 3px 0px 0px 3px !important;
}
.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-right-0 {
  border-right: 0;
}
.border-left-0 {
  border-left: 0;
}
.border-dotted {
  border-style: dotted !important;
  border-width: 2px !important;
}
.border-dashed {
  border-style: dashed !important;
  border-width: 2px !important;
}
.primary-border-left-dotted {
  border-left: dashed 1px #ff9e00;
}
/*height and width*/
.height-600 {
  height: 600px;
}
.height-600-responsive {
  height: 600px;
}
.height-700 {
  height: 700px;
}
.height-700-responsive {
  height: 700px;
}
.height-800 {
  height: 800px;
}
.height-800-responsive {
  height: 800px;
}
.height-900-responsive {
  height: 900px;
}
.h-sm-100-vh {
  height: 100vh;
}
.h-md-100-vh {
  height: 100vh;
}
.h-sm-80-vh {
  height: 80vh;
}
.h-md-80-vh {
  height: 80vh;
}
.w-40 {
  width: 40%;
}
/*display font size extend*/
.display-5 {
  font-size: 3rem;
}
.display-6 {
  font-size: 2rem;
}
.display-7 {
  font-size: 1.5rem;
}
.display-8 {
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .display-sm-1 {
    font-size: 6rem;
  }
  .display-sm-2 {
    font-size: 5.5rem;
  }
  .display-sm-3 {
    font-size: 4.5rem;
  }
  .display-sm-4 {
    font-size: 3.5rem;
  }
  .display-sm-5 {
    font-size: 3rem;
  }
  .display-sm-6 {
    font-size: 2rem;
  }
  .display-sm-7 {
    font-size: 1.5rem;
  }
  .display-sm-8 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .display-md-1 {
    font-size: 6rem;
  }
  .display-md-2 {
    font-size: 5.5rem;
  }
  .display-md-3 {
    font-size: 4.5rem;
  }
  .display-md-4 {
    font-size: 3.5rem;
  }
  .display-md-5 {
    font-size: 3rem;
  }
  .display-md-6 {
   
  }
  .display-md-7 {
    font-size: 1.5rem;
  }
  .display-md-8 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 6rem;
  }
  .display-lg-2 {
    font-size: 5.5rem;
  }
  .display-lg-3 {
    font-size: 4.5rem;
  }
  .display-lg-4 {
    font-size: 3.5rem;
  }
  .display-lg-5 {
    font-size: 3rem;
  }
  .display-lg-6 {
    font-size: 2rem;
  }
  .display-lg-7 {
    font-size: 1.5rem;
  }
  .display-lg-8 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .display-xl-1 {
    font-size: 6rem;
  }
  .display-xl-2 {
    font-size: 5.5rem;
  }
  .display-xl-3 {
    font-size: 4.5rem;
  }
  .display-xl-4 {
    font-size: 3.5rem;
  }
  .display-xl-5 {
    font-size: 3rem;
  }
  .display-xl-6 {
    font-size: 2rem;
  }
  .display-xl-7 {
    font-size: 1.5rem;
  }
  .display-xl-8 {
    font-size: 1.2rem;
  }
}
/*positions*/
.pos-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.z-index-n9 {
  z-index: -9;
  position: relative;
}
.z-index-9 {
  z-index: 9;
  position: relative;
}
.z-index-99 {
  z-index: 99;
  position: relative;
}
/*opacity*/
.opacity-2 {
  opacity: 0.2;
}
.opacity-5 {
  opacity: 0.5;
}
/*overflow*/
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
/*triangle down*/
.triangle-down {
  position: relative;
}
.triangle-down:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7f8f9;
}
/* wave*/
.wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 200px;
}
.wave + .wave {
  z-index: 2;
  height: 200px;
}
/*===============================
        MARGIN PADDING   
=================================*/
section {
  padding-top: 40px;
  padding-bottom: 30px;;
}
.section-pt {
  padding-top: 5rem;
}
.section-pb {
  padding-bottom: 3.8rem;
}
.mt-30 {
  margin-top: 1.875rem;
}
@media (max-width: 1199.98px) {
  .height-600-responsive {
    height: 500px;
  }
  .height-700-responsive {
    height: 500px;
  }
  .height-800-responsive {
    height: 600px;
  }
  .height-900-responsive {
    height: 600px;
  }
}
@media (max-width: 991.98px) {
  section {
padding-top: 40px;
padding-bottom: 30px;
  }
  .section-pt {
    padding-top: 4rem;
  }
  .section-pb {
    padding-bottom: 3rem;
  }
  .height-700 {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  section {
   padding-top:40px;
padding-bottom: 30px;
  }
  .section-pt {
    padding-top: 4rem;
  }
  .section-pb {
    padding-bottom: 3rem;
  }
  .md-center-all {
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }
  .h-sm-100-vh {
    height: auto;
  }
  .h-sm-80-vh {
    height: auto;
  }
  .h-md-50-vh {
    height: 50vh;
  }
  .height-700-responsive {
    height: 400px;
  }
  .height-800-responsive {
    height: 400px;
  }
  .height-900-responsive {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .primary-border-left-dotted {
    border: none;
  }
}
/*===============================
           HEADER  
=================================*/
/*TOP BAR*/
.navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: .2rem 0;
}
.navbar-top span {
  font-size: 0.8125rem;
  color: #8f9397;
}
.navbar-top a {
  color: #8f9397;
  font-size: 0.8125rem;
}
.navbar-top a:hover {
  color: #ff9e00;
}
header {
  padding: 8px 0px;
  background-color: red;
  background-image: linear-gradient(to right, #ffffff 40%,#ffffff 51%);
  height: 96px;
  position:relative;
  z-index:11;
}
.crossmainpage {
  float: right;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #ff9e00;
  cursor: pointer;
}
/*header transparent*/
.navbar-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.navbar-dark .navbar-top span {
  color: #ffffff;
}
.navbar-dark .navbar-top a {
  color: #ffffff;
}
.navbar-dark .navbar-top a:hover {
  color: #ff9e00;
}
.navbar-dark.navbar-sticky-on {
  background-color: #343a40;
}
@media (max-width: 991.98px) {
  .navbar-dark .navbar-collapse .nav-link {
    color: #8f9397;
  }
}
.navbar-primary .navbar-top span {
  color: #ffffff;
}
.navbar-primary .navbar-top a {
  color: #ffffff;
}
.navbar-primary .navbar-top a:hover {
  color: #343a40;
}
.navbar-primary.navbar-sticky-on {
  background-color: #ff9e00;
}
@media (max-width: 991.98px) {
  .navbar-primary .navbar-collapse .nav-link {
    color: #8f9397;
  }
}
.navbar-floating {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}
.navbar-floating .navbar > .container {
  background: #ffffff;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  .navbar-floating .navbar > .container {
    padding: 0 15px !important;
  }
  .navbar-sticky-on.navbar-floating .navbar > .container {
    padding: 0 !important;
  }
}
/*Header sticky*/
header.navbar-sticky-on {
 	
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
  width: 100%;
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}
header.navbar-sticky-on .navbar-top {
  display: none !important;
}
header.navbar-sticky-on .navbar-nav .nav-link {
  line-height: 62px;
}
header.navbar-sticky-on .navbar-brand {
  padding-top: 0px;
  padding-bottom: 14px;
}
header.navbar-sticky-on .navbar-brand .navbar-brand-item {
  height: 34px;
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    line-height: 40px;
  }
  .searchlink {
    line-height: 0px!important;
  }
  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .navbar-brand .navbar-brand-item {
    height: 30px;
  }
  header .search i {
    vertical-align: middle;
  }
  header.navbar-sticky-on .navbar-nav .nav-link {
    line-height: 40px;
  }
}
/*megamenu dropdown menu full width in container fluid*/
.navbar .container-fluid .megamenu .dropdown-menu, .navbar .container-xl .megamenu .dropdown-menu {
  width: 100%;
}
/*===============================
     HAMBURGER MENU(Home 10)
=================================*/
.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hamburger-menu .hamburger-inner {
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  box-shadow: 0 0 0 0 #ffffff, 0 0 0 0 #ffffff;
  cursor: pointer;
}
.hamburger-menu .hamburger-icon {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #343a40;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hamburger-menu .hamburger-icon:after, .hamburger-menu .hamburger-icon:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #343a40;
}
.hamburger-menu .hamburger-icon:before {
  top: -10px;
}
.hamburger-menu .hamburger-icon:after {
  bottom: -10px;
}
.hamburger-menu input {
  display: none;
}
.hamburger-menu input:checked + .hamburger-inner {
  box-shadow: 0 0 0 100vw #ffffff, 0 0 0 100vh #ffffff;
  border-radius: 0;
}
.hamburger-menu input:checked + .hamburger-inner .hamburger-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-menu input:checked + .hamburger-inner .hamburger-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
.hamburger-menu input:checked + .hamburger-inner .hamburger-icon:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.hamburger-menu label input:checked + .hamburger-inner + ul {
  opacity: 1;
  visibility: visible;
}
.hamburger-menu label ul {
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.hamburger-menu label ul li {
  display: block;
  text-align: center;
}
.hamburger-menu label a {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 22px;
  display: block;
  color: #343a40;
  text-decoration: none;
}
.hamburger-menu label a:hover {
  color: #ff9e00;
}
@media (max-width: 575.98px) {
  .hamburger-menu label .hamburger-inner {
    right: -100px;
    top: -100px;
  }
}
/*===============================
					FOOTER 	
=================================*/
footer .footer-logo img,
footer .footer-logo-item {
  height: 67px;
  text-align: left;
  max-width: 100%;
  width: auto;
}
footer .newsletter-icon {
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.1) !important;
}
footer .widget {
  position: relative;
  margin-bottom: 20px;
}
/*footer dark*/
.footer-dark {
  background: #343a40;
}
.footer-dark *,
.footer-dark .widget a {
  color: #d5d5d5;
}
.footer-dark .widget a:hover {
  color: #ff9e00;
}
/*===============================
			   PORTFOLIO 
=================================*/
.items-padding {
  margin: 10px;
}
.items-padding .portfolio-card {
  padding: 10px;
}
.items-padding-inside .portfolio-card {
  padding: 10px;
}
.items-2 .portfolio-card {
  width: 50%;
  float: left;
}
.items-3 .portfolio-card {
  width: 33.3333%;
  float: left;
}
.items-4 .portfolio-card {
  width: 25%;
  float: left;
}
.items-5 .portfolio-card {
  width: 20%;
  float: left;
}
.items-6 .portfolio-card {
  width: 16.6666%;
  float: left;
}
.items-2 .info-title, .items-3 .info-title {
  font-size: 1.3125rem;
}
.items-4 .info-title, .items-5 .info-title, .items-6 .info-title {
  font-size: 1.09375rem;
}
.portfolio-card {
  overflow: hidden;
  position: relative;
}
.portfolio-card .portfolio-card-body {
  overflow: hidden;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #343a40;
  display: block;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a {
  color: #343a40;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover {
  color: #ff9e00;
}
.portfolio-card .portfolio-card-body .portfolio-card-footer .full-screen {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ffffff;
  color: #343a40;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 44px;
  text-align: center;
}
.portfolio-card:hover .portfolio-card-body .portfolio-card-footer .full-screen {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.portfolio-card .portfolio-card-header {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.portfolio-card .portfolio-card-header img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio-card:hover .portfolio-card-header img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-card .portfolio-card-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #343a40;
  z-index: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio-card:hover .portfolio-card-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .2;
  visibility: visible;
  background: #343a40;
}
/*Portfolio style 2*/
.portfolio-style-2 .portfolio-card .portfolio-card-footer {
  position: absolute;
  text-align: left;
  right: 30px;
  left: 30px;
  top: 0;
  bottom: 0px;
  line-height: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-style-2 .portfolio-card a, .portfolio-style-2 .portfolio-card p {
  color: #ffffff;
}
.portfolio-style-2 .portfolio-card a:hover {
  color: #ffffff;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover {
  color: #ffffff;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 0;
  cursor: pointer;
  right: -10px;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a {
  color: #ffffff;
  margin-bottom: 10px;
}
/*Portfolio style 2 normal*/
.portfolio-style-2 .portfolio-card .portfolio-card-footer .full-screen {
  position: absolute;
  bottom: 60px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title {
  position: absolute;
  bottom: 10px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.portfolio-style-2 .portfolio-card .portfolio-card-footer p {
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
/*Portfolio style 2 hover*/
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .full-screen {
  position: absolute;
  bottom: 90px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer .info-title {
  position: absolute;
  bottom: 56px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-footer p {
  position: absolute;
  bottom: 8px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.portfolio-style-2 .portfolio-card .portfolio-card-header {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  border-radius: 0;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header img {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.portfolio-style-2 .portfolio-card .portfolio-card-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  visibility: visible;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*portfolio filter*/
.portfolio .nav .nav-tabs {
  border: none;
}
.portfolio .nav .nav-tabs .nav-filter {
  font-weight: 400;
  display: inline-block;
  line-height: 15px;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #343a40;
}
.portfolio .nav .nav-tabs .nav-filter:last-child {
  margin-right: 0;
}
.portfolio .nav .nav-tabs .nav-filter.active {
  color: #ff9e00;
}
/*nav-tabs-style-1*/
.portfolio .nav .nav-tabs-style-1 .nav-filter {
  padding: 8px 10px;
  font-size: 0.8125rem;
  border-radius: 50px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active {
  color: #ff9e00;
  border-color: #ff9e00;
}
/*nav-tabs-style-2*/
.portfolio .nav .nav-tabs-style-2 .nav-filter {
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
  background: #ff9e00;
}
.portfolio .nav .nav-tabs-style-2 .nav-filter.active {
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/*nav-tabs-style-3*/
.portfolio .nav .nav-tabs-style-3 {
  border: solid 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto;
  border-radius: 40px;
}
.portfolio .nav .nav-tabs-style-3 .nav-filter {
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
  background: transparent;
  margin-bottom: 0;
}
.portfolio .nav .nav-tabs-style-3 .nav-filter.active {
  border-radius: 40px;
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/*nav-tabs-style-4*/
.portfolio .nav .nav-tabs-style-4 {
  background: #343a40;
  padding: 5px;
  display: inline-block;
  width: auto;
  border-radius: 40px;
}
.portfolio .nav .nav-tabs-style-4 .nav-filter {
  color: #ffffff;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
  background: transparent;
  margin-bottom: 0;
}
.portfolio .nav .nav-tabs-style-4 .nav-filter.active {
  border-radius: 40px;
  color: #ffffff;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/*===============================
			 INDEX PORTFOLIO
=================================*/
.personal-portfolio .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
.personal-portfolio .portfolio {
  margin-left: -10px;
  margin-right: -10px;
}
.personal-portfolio .personal-portfolio-main {
  padding: 0 6rem;
}
.personal-portfolio .personal-portfolio-profile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
}
.personal-portfolio .portfolio .nav .nav-tabs .nav-filter:first-child {
  padding-left: 0;
}
@media (max-width: 1199.98px) {
  .items-6 .portfolio-card, .items-5 .portfolio-card {
    width: 25%;
  }
  /*home personal portfolio*/
  .personal-portfolio .personal-portfolio-main {
    padding: 0 2rem;
  }
  .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
    padding: 20px;
  }
  .portfolio-card .portfolio-card-footer .info-title a {
    font-size: 1.09375rem;
  }
  .portfolio-card:hover .portfolio-card-footer p {
    margin-bottom: 0;
  }
  .portfolio-card:hover .portfolio-card-footer .info-title {
    bottom: 30px;
  }
  .personal-portfolio .personal-portfolio-main {
    padding: 0rem;
  }
}
@media (max-width: 767.98px) {
  .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card {
    width: 50%;
  }
  .items-6 .portfolio-card {
    width: 33.333333%;
  }
  .personal-portfolio .personal-portfolio-profile {
    position: relative;
  }
  .personal-portfolio .portfolio-info {
    position: relative;
    padding-top: 300px !important;
  }
  .portfolio .nav .nav-tabs-style-3 {
    border: none;
  }
  .portfolio .portfolio-style-2 .portfolio-card .portfolio-card-footer {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
.mob-right { width:40%;}
  .items-2 .portfolio-card, .items-3 .portfolio-card, .items-4 .portfolio-card, .items-5 .portfolio-card, .items-6 .portfolio-card {
    width: 100%;
  }
  .personal-portfolio .items-2 .portfolio-card, .personal-portfolio .items-3 .portfolio-card, .personal-portfolio .items-4 .portfolio-card, .personal-portfolio .items-5 .portfolio-card, .personal-portfolio .items-6 .portfolio-card {
    width: 100%;
  }
  .portfolio-card .portfolio-card-footer .info-title a {
    font-size: 1.09375rem;
  }
  .portfolio-card:hover .portfolio-card-footer .info-title {
    bottom: 50px;
  }
  .portfolio-card:hover .portfolio-card-footer p {
    margin-bottom: 20px;
  }
  .personal-portfolio .items-padding-inside .portfolio-card {
    padding-left: 0;
    padding-right: 0;
  }
  .personal-portfolio .portfolio {
    margin: 0px;
  }
}
/*===============================
			    BLOG POST
=================================*/
.post {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.post .post-info {
  padding: 16px;
}
.post .post-info a {
  color: #8f9397;
  font-size: 0.875rem;
}
.post .post-info a:hover {
  color: #ff9e00;
}
.post .post-tag {
  padding: 1px 10px;
  font-size: 12px;
  border-radius: 3px;
  position: absolute;
  top: 28px;
  right: 20px;
}
.post .post-tag a {
  color: #ffffff;
  font-size: 0.8125rem;
}
.post .post-tag a:hover {
  color: #ffffff;
}
.post .post-author, .post .post-time {
  display: inline-block;
}
.post .post-title {
  font-size: 18px !important;
  line-height: 26px;
  display: block;
  margin: 15px 0;
  color: #343a40;
}
/*Post style 1*/
.post-style-1 .post {
  padding: 0;
  border: none;
  border-radius: 3px;
}
.post-style-1 .post .post-info {
  position: absolute;
  bottom: -50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-style-1 .post-info a, .post-style-1 .post-info h4 {
  color: #ffffff;
}
.post-style-1 .post-info p {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-style-1 .post-tag {
  top: 20px;
}
.post-style-1 .post:hover .post-info {
  bottom: 0px;
}
.post-style-1 .post:hover .post-info p {
  opacity: 1;
}
.post-style-1 .post:before {
  content: "";
  background: -moz-linear-gradient(0deg, #8f9397 0%, transparent 50%);
  background: -webkit-linear-gradient(0deg, #8f9397 0%, transparent 50%);
  background: -o-linear-gradient(0deg, #8f9397 0%, transparent 50%);
  background: -ms-linear-gradient(0deg, #8f9397 0%, transparent 50%);
  background: linear-gradient(0deg, #8f9397 0%, transparent 50%);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/*Post style 2*/
.post-style-2 .post {
  padding: 0;
  border: none;
  background: transparent;
}
.post-style-2 .post img {
  border-radius: 3px;
}
.post-style-2 .post .post-info {
  padding-left: 0;
  padding-right: 0;
}
/*Post style 3*/
.post-style-3 .post {
  padding: 15px;
  border: none;
  background: #ffffff;
  border-radius: 3px;
}
.post-style-3 .post .post-info .post-title {
  font-size: 1.3125rem;
}
.post-style-3 .post .post-info p {
  font-size: 0.875rem;
}
.post-style-3 .post .post-info .post-tag {
  top: 30px;
  right: 30px;
}
/*===============================
			 BLOG PAGE
=================================*/
.post-item {
  position: relative;
}
.post-item.post-bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.post-item .post-item-desc {
  padding: 20px 0 50px 0;
}
.post-item .post-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.post-item .post-image a {
  display: block;
}
.post-item .post-meta-category {
  padding: 2px 7px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 9;
  font-size: 0.8125rem;
}
.post-item .post-meta-category a {
  color: #ffffff;
}
.post-item .post-item-desc .post-meta {
  margin-right: 10px;
}
.post-item .post-item-desc .post-meta a {
  color: #8f9397;
}
.post-item .post-item-desc .post-meta a:hover {
  color: #ff9e00;
}
.post-item .post-item-desc .post-meta i {
  margin-right: 5px;
  vertical-align: middle;
}
.post-item .post-item-desc h4 {
  margin: 16px 0;
}
.post-item .post-item-desc h4 a {
  display: block;
  color: #343a40;
}
.post-item .post-item-desc h4 a:hover {
  color: #ff9e00;
}
.post-item .item-link {
  color: #8f9397;
}
.post-item .item-link:hover {
  color: #ff9e00;
}
.post-item .item-link:hover i {
  color: #ff9e00;
  margin-left: 10px;
}
.post-item .item-link i {
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-item .post-quote {
  position: relative;
  padding-left: 70px;
}
.post-item .post-quote > blockquote {
  margin-bottom: 0;
}
.post-item .post-quote > blockquote:before {
  content: '“';
  font-family: "arial";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 0.9em;
  font-weight: 300;
  color: #ff9e00;
  font-size: 120px;
}
.post-item .soundcloud {
  width: 100%;
  border: 1px solid #ffffff;
  height: 166px;
}
/*blog grid*/
.blog-grid {
  padding: 0px 0px 8px;
  overflow: hidden;
}
.blog-grid .post-item {
  float: left;
  padding: 0 15px 0px 15px;
}
.blog-grid-2 .post-item {
  width: 50%;
}
.blog-grid-3 .post-item {
  width: 33.3333%;
}
.blog-grid-4 .post-item {
  width: 25%;
}
.blog-grid-4 .post-item .post-item-desc h4 {
  font-size: 20px;
}
.page-link {
  color: #343a40;
  padding: .75rem 16px;
  text-transform: uppercase;
  border-radius: 0;
}
.page-link:hover {
  color: #ff9e00;
}
.page-item.active .page-link {
  background-color: #ff9e00 ;
  border-color: transparent;
}
.page-link:focus {
  box-shadow: none;
}
/*Sidebar*/
.sidebar .widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sidebar .widget .widget-title {
  margin-bottom: 15px;
}
.sidebar .widget a {
  color: #8f9397;
}
.sidebar .widget a:hover {
  color: #ff9e00;
}
.tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8125rem;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #8f9397;
}
.tags a:hover {
  border: 1px solid #ff9e00;
  color: #ff9e00;
}
/*widget post*/
.sidebar .widget .widget-post {
  margin: 0;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidebar .widget .widget-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .widget .widget-post .widget-image {
  width: 60px;
  height: auto;
  display: table-cell;
}
.sidebar .widget .widget-post .details {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.sidebar .widget .widget-post .details a {
  font-size: 0.875rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 0px;
  color: #343a40;
  font-weight: 300;
}
.sidebar .widget .widget-post .details a:hover {
  color: #ff9e00;
}
.sidebar .widget .widget-post .details .date {
  font-size: 0.875rem;
  margin-bottom: 0;
}
/*widget newsletter*/
.sidebar .widget.widget-newsletter button {
  margin-left: -1px;
  border-radius: 0px 3px 3px 0;
}
.sidebar .widget.widget-newsletter .btn {
  text-transform: none;
  font-weight: 300;
}
/*blog single page*/
.comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0 0;
}
.comment-child > .comment {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 85px;
}
.comment > .comment-child > .comment-child .comment {
  margin-left: 165px;
}
.comment-list > .comment:last-child {
  border: 0;
}
.comment-author {
  margin: 5px 0 0;
  height: 64px;
  width: 64px;
  float: left;
}
.comment-author > img {
  border-radius: 100%;
}
.author-img > img {
  border-radius: 100%;
}
.comment-body {
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 0 85px;
}
.comment-meta {
  margin: 0 0 15px;
}
.comment-meta-author a {
  font-weight: 400;
  color: #343a40;
}
.comment-meta-date {
  font-size: 90%;
}
.comment-reply {
  position: absolute;
  right: 0;
  top: 0;
}
.author-info {
  padding: 30px;
  border-radius: 3px;
}
.author-img {
  margin: 5px 0 0;
  height: 100px;
  width: 100px;
  float: left;
}
.author-info-body {
  position: relative;
  margin: 0 0 0 130px;
}
.post-navigation .post-next:before, .post-navigation .post-prev:before {
  font-family: fontawesome;
  color: #343a40;
  font-size: 20px;
  position: absolute;
  top: 50%;
  padding-top: 2px;
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-navigation .post-next:before {
  right: 15px;
  content: "\f105";
}
.post-navigation .post-prev:before {
  left: 15px;
  content: "\f104";
}
.post-navigation .post-next:hover:before {
  right: 10px;
  content: "\f105";
  color: #ff9e00;
}
.post-navigation .post-prev:hover:before {
  left: 10px;
  content: "\f104";
  color: #ff9e00;
}
.post-navigation .post-next:hover h6, .post-navigation .post-next:hover p {
  color: #ff9e00;
}
.post-navigation .post-prev:hover h6, .post-navigation .post-prev:hover p {
  color: #ff9e00;
}
.post-navigation h6 {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-navigation .post-prev p {
  display: block;
  color: #8f9397;
  font-size: 0.8125rem;
}
.post-navigation .post-next {
  text-align: right;
  padding-right: 20px;
  display: block;
}
.post-navigation .post-next p {
  display: block;
  color: #8f9397;
}
.post-navigation .post-prev {
  text-align: left;
  padding-left: 20px;
  display: block;
}
.post-navigation .all-post {
  text-align: center;
  display: block;
  padding-top: 10px;
  color: #343a40;
}
.post-navigation .all-post:hover {
  color: #ff9e00;
}
@media (max-width: 1199.98px) {
  .blog-grid-4 .post-item {
    width: 33.333333%;
  }
}
@media (max-width: 991.98px) {
  .post-navigation .post-next:before, .post-navigation .post-prev:before {
    top: 40%;
  }
  .post-navigation .all-post {
    padding-top: 0;
  }
  .comment-reply {
    position: relative;
    top: 10px;
    margin-bottom: 15px;
  }
  .comment-child > .comment {
    margin-left: 70px;
  }
  .comment > .comment-child > .comment-child .comment {
    margin-left: 100px;
  }
}
@media (max-width: 767.98px) {
  .post-item .post-meta-category {
    padding: 4px 8px;
    top: 5%;
  }
  .post-item .post-item-desc {
    padding-bottom: 40px;
  }
  .post-item.post-bb {
    margin-bottom: 40px;
  }
  .blog-grid-3 .post-item, .blog-grid-4 .post-item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .blog-grid-2 .post-item, .blog-grid-3 .post-item, .blog-grid-4 .post-item {
    width: 100%;
  }
  .author-img {
    float: none;
    margin-bottom: 20px;
  }
  .author-info-body {
    margin: 0px;
  }
  .comment-body {
    margin: 0;
    clear: both;
  }
  .comment-child > .comment {
    margin-left: 25px;
  }
  .comment > .comment-child > .comment-child .comment {
    margin-left: 50px;
  }
}
/* ===================================
			     components
====================================== */
/*accordion*/
.accordion {
  margin-bottom: 30px;
}
.Mobile-menu .accordion {
  margin-bottom: 0px;
}
.accordion-item {
  margin-bottom: 15px;
}
.accordion-title {
 
}
.accordion-title a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 15px;
 
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
#accordion111 {  padding-left: 0px; font-size:14px; }
#accordion112 {  padding-left: 5px; font-size:14px; }
#accordion113 {  padding-left: 5px; font-size: 14px;}
.secondlelvelmenu a { padding-left: 10px !important;}
.thirdlelvelmenu li a { padding-left: 10px; font-size: 13px;}
.forVendor ,.forTechnology {  list-style: none; padding-left: 15px;}
.forVendor li a ,.forTechnology li a {  padding-top: 6px;
display: block;
padding-bottom: 6px;}
.mobilebtn {
float: left;
font-size: 16px;
margin-top: 10px;
cursor: pointer;
font-family: Prometo;
color: #141c36;
padding-bottom: 8px;
border-bottom: 3px solid #F5F5F5;
margin-left: 15px;
}
.Arrowmnbtn {
display:none!important;
  padding-left: 10px;
  margin-top: 13px;
  display: block;
  float: right;
}
.Arrowmnbtn96 {
display:none!important;
padding-top: 3px;
float: right;
padding-left: 5px;
}
.Arrowmnbtn9{
display:none!important;
padding-top: 9px;
float: right;
padding-left: 5px;
}
.Arrowmnbtn2 {
display:none!important;
  padding-left: 10px;
  padding-top:3px;
  display: block;
  float: right;
}
.mobilebtn {
}
.nwc1 {  margin-bottom: 20px;}
.Vendor-inner-menu-content ul { list-style:none;}
.accordion-title a:after {
  content: "\f077";
  font-family: 'Fontawesome';
  position: absolute;
  top: 50%;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 10px;
  right: 20px;
  padding: 15px;
  color: #141C36;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vsl-title  a:after { right: 0px; line-height: 21px;
font-weight: normal;
font-size: 17px; color: #000;}
.accordion-title a.collapsed:after {
  content: "\f078";
}
.ssecodT a:after { content: "\f068"; }
.ssecodT a.collapsed:after {  content: "\f067";}
.accordion-content {
  padding: 16px 16px 0;
}
/*accordion primary color*/
.accordion-primary .accordion-title {
  background: #ff9e00;
}
.accordion-primary .accordion-title a {
  color: #ffffff;
}
.accordion-primary .accordion-title a:after {
  color: #ffffff;
}
/*accordion dark*/
.accordion-dark .accordion-title {
  background: #343a40;
}
.accordion-dark .accordion-title a {
  color: #ffffff;
}
.accordion-dark .accordion-title a:after {
  color: #ffffff;
}
/*accordion gradient color*/
.accordion-grad .accordion-title a {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
.accordion-grad .accordion-title a {
  color: #ffffff;
}
.accordion-grad .accordion-title a:after {
  color: #ffffff;
}
.accordion-grad .accordion-title a.collapsed {
  background: #ff9e00;
  color: #343a40;
}
.accordion-grad .accordion-title a.collapsed:after {
  color: #343a40;
}
/*accordion line*/
.accordion-line .accordion-item {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.accordion-line .accordion-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.accordion-line .accordion-content {
  padding: 0px 16px 16px 0;
}
.accordion-line .accordion-title {
  background: transparent;
}
.accordion-line .accordion-title a {
  color: #343a40;
  padding-left: 0;
}
/*toggle icon left*/
.accordion.toggle-icon-left .accordion-title a {
  padding-left: 40px;
  padding-right: 15px;
}
.accordion.toggle-icon-left .accordion-title a:after {
  left: 0;
  right: auto;
}
.accordion.toggle-icon-round .accordion-title a:after {
  background: #ff9e00;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 7px;
  text-align: center;
}
.accordion.toggle-icon-round .accordion-title a.collapsed:after {
  background: #ff9e00;
  color: #343a40;
}
/*feature-box */
.feature-box {
  padding: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box .feature-box-title {
  line-height: 26px;
margin-bottom: 10px;
font-family: Prometo;
font-weight: normal;
font-size: 20px;}
.feature-box .feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}
.feature-box .feature-box-desc {
  margin: 0;
}
/*feature box style 1*/
.feature-box.f-style-1 {
  padding: 20px;
}
.feature-box.f-style-1 .feature-box-icon {
  font-size: 60px;
}
.feature-box.f-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-1:hover.f-style-1:before, .feature-box.f-style-1.active.f-style-1:before {
  opacity: 1;
  visibility: visible;
}
.feature-box.f-style-1.f-style-1:hover, .feature-box.f-style-1.f-style-1.active {
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
/*feature-box style 2*/
.feature-box.f-style-2 {
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-2 .feature-box-icon {
  font-size: 72px;
  margin-left: -30px;
  float: left;
  margin-right: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-2 .feature-box-title {
  margin-top: 20px;
}
.feature-box.f-style-2 a {
  display: block;
}
.feature-box.f-style-2 .feature-box-desc {
  clear: both;
}
.feature-box.f-style-2:hover {
  box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
}
.feature-box.f-style-2:hover .feature-box-icon {
  margin-left: 0px;
  margin-right: 10px;
}
/*feature-box style 3*/
.feature-box.f-style-3 {
  padding: 30px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-bottom-width: 5px;
}
.feature-box.f-style-3:hover {
  border-color: #ff9e00;
  box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-3 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-box.f-style-3 .feature-box-title {
  margin-top: 10px;
  padding-left: 80px;
}
.feature-box.f-style-3 a {
  display: block;
}
.feature-box.f-style-3 .feature-box-desc {
  padding-left: 80px;
}
/*feature-box style 4*/
.feature-box.f-style-4 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-4 .feature-box-title {
  margin-top: 0px;
  padding-left: 70px;
}
.feature-box.f-style-4 a {
  display: block;
}
.feature-box.f-style-4 .feature-box-desc {
  padding-left: 70px;
}
/*feature-box style 5*/
.feature-box.f-style-5 {
  padding: 20px;
}
.feature-box.f-style-5:hover {
  box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
}
.feature-box.f-style-5 .feature-box-icon {
  font-size: 30px;
  padding: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .feature-box.f-style-2 .feature-box-icon {
    margin-left: 0;
  }
  .feature-box.f-style-2 .feature-box-title {
    clear: both;
  }
}
/*package*/
.package .card {
  border-radius: 0;
  border: none;
  border-bottom: 0;
}
.package .card .card-body {
  z-index: 1;
}
.package .card .card-body .offer {
  position: absolute;
  bottom: 40px;
  right: 10px;
  font-size: 80px;
  font-weight: 300;
  color: rgba(83, 88, 93, 0.1);
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.package .nav {
  border: none;
}
.package .nav-link {
  border: none;
  margin-right: 0px !important;
  background: #ff9e00;
  padding: 10px 20px;
}
.package .nav .nav-item:first-child.nav-item a {
  border-radius: 3px 0px 0px 3px;
}
.package .nav .nav-item:last-child.nav-item a {
  border-radius: 0px 3px 3px 0px;
}
.package .nav .nav-link {
  -webkit-transition: all 0s ease-in-out !important;
  -moz-transition: all 0s ease-in-out !important;
  -ms-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
}
/*pricing*/
.pricing.pricing-center {
  text-align: center;
}
.pricing .pricing-box {
  border: 1px solid #ff9e00;
  padding: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing .pricing-box h5 {
  font-weight: 300;
}
.pricing .pricing-box .price {
  font-size: 50px;
  font-weight: 300;
  display: block;
  line-height: 50px;
}
.pricing .pricing-box .price sup {
  font-size: 30px;
  font-weight: 300;
}
.pricing .pricing-box p {
  margin: 20px 0;
}
.pricing .pricing-box:hover {
  border-color: transparent;
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
/*pricing-dark*/
.pricing.pricing-dark .pricing-box {
  border: none;
  background: rgba(0, 0, 0, 0.1);
}
.pricing.pricing-dark .pricing-box:hover {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.15);
}
/*pricing ribbon*/
.pricing .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: left;
}
.pricing .ribbon span {
  font-size: 10px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px;
}
.pricing .ribbon span::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #343a40;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #343a40;
}
.pricing .ribbon span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-left: 3px solid #343a40;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #343a40;
}
@media (max-width: 991.98px) {
  .pricing .pricing-box {
    padding: 20px;
  }
  .package .nav-item {
    border-bottom: 0;
    padding: 0px;
  }
}
/* testimonials */
.testimonials .testi-avatar img {
  width: 80px;
  border-radius: 50%;
  display: inline-block;
}
.testimonials .testi-full {
  text-align: center;
}
.testimonials .testi-full .testi-avatar {
  margin-bottom: 20px;
}
.testimonials .testi-text {
  padding: 0 100px;
}
.testimonials .testi-big .testi-text p {
  font-size: 22px;
  line-height: 40px;
}
/*testimonials border*/
.testimonials.testimonials-border .testi-avatar {
  margin-top: 30px;
}
.testimonials.testimonials-border .testi-text {
  padding: 0px;
}
.testimonials.testimonials-border .testi-text p {
  padding: 20px;
  border: 3px solid #ff9e00;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonials.testimonials-border .testi-text p:before {
  content: "";
  border-style: solid;
  border-color: #ff9e00 transparent transparent;
  border-width: 17px 14px 0;
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonials.testimonials-border .testi-text p:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-color: #ffffff transparent transparent;
  border-width: 18px 15px 0;
  height: 0;
  width: 0;
  bottom: -14px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*testimonials border hover*/
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p {
  border: 3px solid #ff9e00;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
  border-color: #ff9e00 transparent transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
  .testimonials .testi-text {
    padding: 0px;
  }
}
@media (max-width: 991.98px) {
  .testimonials .testi-text {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .testimonials .testi-text {
    padding: 0 20px;
  }
}
@media (max-width: 575.98px) {
  .testimonials .testi-text {
    padding: 0px;
  }
}
/*process*/
.process {
  position: relative;
  z-index: 1;
}
.process .process-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  font-weight: bolder;
  color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.process .process-title,
.process a {
  font-weight: 300;
}
/*Process style 2 advance*/
.process-advance .process-title {
  font-weight: 300;
}
.process-advance .process-number {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}
.process-advance .process-border {
  position: relative;
  width: 100%;
  z-index: 1;
}
.process-advance p {
  margin: 0;
}
.process-advance .border-right:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
  right: -30px;
  border-color: #dfe2e5 !important;
  z-index: -1;
}
.process-advance .border-left:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
  left: -30px;
  border-color: #dfe2e5 !important;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .process-advance .border-right:after,
  .process-advance .border-left:before {
    display: none;
  }
.desktop-menu { display:none;}
.droppeD3 .desktop-menu { display:block;}
}
@media (max-width: 767.98px) {
.droppeD3 
 
  .process {
    text-align: center;
  }
  .process .process-number {
    left: 0;
    right: 0;
  }
}
/*blockquote*/
.blockquote {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
.blockquote:before {
  content: '“';
  font-family: "arial";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 100px;
  line-height: 0.9em;
  font-weight: 300;
  color: #ff9e00;
  font-size: 120px;
}
.blockquote cite {
  font-size: 0.875rem;
}
/*bg-primary*/
.blockquote.bg-primary {
  background: #ff9e00;
  color: #ffffff;
  padding: 20px 20px 20px 90px;
}
.blockquote.bg-primary * {
  color: #ffffff;
}
.blockquote.bg-primary:before {
  color: #ffffff !important;
  top: 20px;
  left: 20px;
}
/*bg-dark*/
.blockquote.bg-dark {
  padding: 20px 20px 20px 90px;
}
.blockquote.bg-dark * {
  color: #ffffff;
}
.blockquote.bg-dark:before {
  top: 20px;
  left: 20px;
}
/*bg-grad*/
.blockquote.bg-grad {
  padding: 20px 20px 20px 90px;
}
.blockquote.bg-grad * {
  color: #ffffff;
}
.blockquote.bg-grad:before {
  color: #ffffff !important;
  top: 20px;
  left: 20px;
}
/*bg-light*/
.blockquote.bg-light {
  padding: 20px 20px 20px 90px;
}
.blockquote.bg-light:before {
  top: 20px;
  left: 20px;
}
/*primary-line*/
.blockquote.primary-line {
  padding: 10px 20px;
  border-left: 5px solid #ff9e00;
}
.blockquote.primary-line:before {
  display: none;
}
/*gray-line*/
.blockquote.gray-line {
  padding: 10px 20px;
  border-left: 5px solid #ff9e00;
}
.blockquote.gray-line:before {
  display: none;
}
/*grad-line*/
.blockquote.grad-line {
  padding: 10px 20px;
}
.blockquote.grad-line:before {
  display: none;
}
.blockquote.grad-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0px;
  left: 0;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/* Swiper slider styles*/
/*Slider buttons*/
.swiper-button-next, .swiper-button-prev {
  background-image: none;
  background-color: rgba(52, 58, 64, 0.6);
  height: 54px;
  width: 54px;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: rgba(52, 58, 64, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.swiper-button-next i, .swiper-button-prev i {
  line-height: 54px;
  text-align: center;
  display: block;
}
/*Slider arrow*/
.swiper-arrow-hover .swiper-button-next, .swiper-arrow-hover .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-arrow-hover .swiper-button-next {
  right: -100px;
}
.swiper-arrow-hover .swiper-button-prev {
  left: -100px;
}
.swiper-arrow-hover:hover .swiper-button-next {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.swiper-arrow-hover:hover .swiper-button-prev {
  left: 10px;
  opacity: 1;
  visibility: visible;
}
/*Slider pagination*/
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: .5;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  width: 16px;
}
.bullet-dark .swiper-pagination-bullet {
  background: #343a40;
  opacity: .5;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  text-align: center;
}
.bullet-dark .swiper-pagination-bullet-active {
  background: #343a40;
  opacity: 1;
  width: 16px;
}
@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: none;
  }
}
/*owl controls*/
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
}
/*owl-carousel dots*/
.owl-carousel .owl-dots {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  display: block;
  float: left;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ff9e00;
  box-shadow: inset 0 0 0 2px #ff9e00;
  transition: background 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot span:after {
  outline: medium none;
  text-indent: -999em;
  border-radius: 3px;
  overflow: hidden;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #0f93f7;
  box-shadow: 0 0 1px #0f93f7;
  transition: height 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span:after {
  height: 100%;
}
.owl-carousel.dots-inside .owl-dots {
  bottom: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
.owl-carousel.dots-inside-top .owl-dots {
  position: absolute;
  right: 20px;
  top: 20px;
}
.owl-carousel.dots-outside-top .owl-dots {
  position: absolute;
  right: 0;
  top: -46px;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span {
  box-shadow: inset 0 0 0 2px #ff9e00;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span:after {
  background-color: #ff9e00;
}
.owl-carousel.dots-white .owl-dots .owl-dot span {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.owl-carousel.dots-white .owl-dots .owl-dot span:after {
  background-color: #ffffff;
}
.owl-carousel.dots-dark .owl-dots .owl-dot span {
  box-shadow: inset 0 0 0 2px #343a40;
}
.owl-carousel.dots-dark .owl-dots .owl-dot span:after {
  background-color: #343a40;
}
.owl-carousel.dots-gray .owl-dots .owl-dot span {
  box-shadow: inset 0 0 0 2px #f7f8f9;
}
.owl-carousel.dots-gray .owl-dots .owl-dot span:after {
  background-color: #f7f8f9;
}
.owl-carousel.dots-creative .owl-dots {
  margin-bottom: 0;
  margin-top: 20px;
}
.owl-carousel.dots-creative .owl-dots .owl-dot span {
  opacity: 0.5;
  border-radius: 0;
  height: 4px;
  width: 30px;
}
.owl-carousel.dots-creative .owl-dots .owl-dot span:after {
  border-radius: 0;
}
.owl-carousel.dots-creative .owl-dots .owl-dot.active span {
  opacity: 1;
}
/*dots position*/
.owl-carousel.dots-right-top .owl-dots {
  position: absolute;
  top: -55px;
  right: 0;
}
/*owl-nav*/
.owl-carousel .owl-nav [class*="owl-"] {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: -16px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #343a40;
  background-color: #ffffff;
  text-align: center;
  z-index: 200;
  border: 2px solid #ffffff;
  box-sizing: initial;
}
.owl-carousel .owl-nav [class*="owl-"] i {
  line-height: 28px;
  color: #343a40;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color:#ff7d4b;
  border-color: #ff7d4b;
  color: #ffffff;
}
.owl-carousel .owl-nav [class*="owl-"]:hover i {
  color: #ffffff;
}
.owl-carousel .owl-nav .owl-next {
}
.owl-carousel .owl-nav .owl-next .ti-angle-right {
  margin-right: -2px;
  font-size: 12px;
}
.owl-carousel .owl-nav .owl-prev {
}
.owl-carousel .owl-nav .owl-prev .ti-angle-left {
  margin-left: -2px;
  font-size: 12px;
}
/*arrow-visible*/
.owl-carousel.arrow-visible .owl-next {
  left: auto;
  right: 10px;
  opacity: 1;
}
.owl-carousel.arrow-visible .owl-prev {
  right: auto;
  left: 10px;
  opacity: 1;
}
.owl-carousel.arrow-dark .owl-nav [class*="owl-"] {
  color: #ffffff;
  border-color: #343a40;
  background-color: #343a40;
}
/*arrow on hover*/
.owl-carousel.arrow-hover {
  overflow: hidden;
}
.owl-carousel.arrow-hover .owl-next {
  left: auto;
  right: -20px;
  opacity: 0;
  border-radius: 3px;
}
.owl-carousel.arrow-hover .owl-prev {
  right: auto;
  left: -20px;
  opacity: 0;
  border-radius: 3px;
}
.owl-carousel:hover.arrow-hover .owl-next {
  left: auto;
  right: 10px;
  opacity: 1;
}
.owl-carousel:hover.arrow-hover .owl-prev {
  right: auto;
  left: 10px;
  opacity: 1;
}
/*arrow-dark*/
.owl-carousel.arrow-dark .owl-nav [class*="owl-"] i {  color: #ffffff;}
.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover {  background-color: #ff7d4b;}
.home-part-2 .owl-stage-outer {}
.home-part-2 .owl-nav.disabled {  }
.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover i {  color: #ffffff;}
.consult_with_us_left { padding-bottom: 40px;}
/*arrow-gray */
.owl-carousel.arrow-gray .owl-nav [class*="owl-"] {
  color: #343a40;
  border: 2px solid #f7f8f9;
  background-color: #f7f8f9;
}
.owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover {  background-color: #f7f8f9;}
.owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover i {  color: #343a40;}
/*arrow-transparent */
.owl-carousel.arrow-transparent .owl-nav [class*="owl-"] {  opacity: .7;}
.owl-carousel.arrow-transparent .owl-nav .owl-next:hover, .owl-carousel.arrow-transparent .owl-nav .owl-prev:hover { opacity: 1;}
/*arrow-round */
.owl-carousel.arrow-round .owl-nav [class*="owl-"] {
  border-radius: 50%;
}
/*arrow-border */
.owl-carousel.arrow-border .owl-nav [class*="owl-"] {
  background: transparent;
  color: #8f9397;
  border: 2px solid #8f9397;
  font-weight: 300;
}
.owl-carousel.arrow-border .owl-nav [class*="owl-"] i {
  font-weight: 300;
  color: #8f9397;
}
.owl-carousel.arrow-border .owl-nav .owl-next:hover, .owl-carousel.arrow-border .owl-nav .owl-prev:hover {
  border-color: #343a40;
  background: transparent;
}
.owl-carousel.arrow-border .owl-nav .owl-next:hover i, .owl-carousel.arrow-border .owl-nav .owl-prev:hover i {
  color: #343a40;
}
/*arrow-large*/
.owl-carousel.arrow-large .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.owl-carousel.arrow-large .owl-nav [class*="owl-"] i {
  line-height: 50px;
  font-size: 20px;
}
/*arrow-only*/
.owl-carousel.arrow-only .owl-nav [class*="owl-"] {
  border: 0;
  background: transparent;
}
/*arrow-position bottom*/
.owl-carousel.arrow-pos-bottom .owl-nav [class*="owl-"] {
  bottom: 0;
}
.owl-carousel.arrow-pos-bottom .owl-next, .owl-carousel.arrow-pos-bottom .owl-prev {
  top: auto;
}
@media (max-width: 991.98px) {
  .arrow-md-none.owl-carousel .owl-nav [class*="owl-"] {
    display: none;
  }
}
/*divider*/
.divider {
  color: #8f9397;
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
  line-height: 0em;
}
.divider i {
  font-size: 20px;
  margin: 0 20px 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.divider span, .divider a {
  margin: 0 20px 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.divider:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 0em;
  margin: 0 0 0 -100%;
  vertical-align: middle;
  width: 50%;
}
.divider:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0 -100%;
  vertical-align: middle;
  width: 50%;
  margin: 0 -100% 0 0;
}
.divider-grad:before {
  height: 3px;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
.divider-grad:after {
  height: 3px;
  background: -moz-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2ab9a5), color-stop(100%, #97c74e));
  background: -webkit-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
  background: -o-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
  background: -ms-linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
.divider-dark:before, .divider-dark:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.divider-dotted:before, .divider-dotted:after {
  border-bottom: 3px dotted rgba(0, 0, 0, 0.1);
}
.divider-bold:before, .divider-bold:after {
  border-bottom-width: 5px;
}
.divider-small {
  width: 10%;
  margin: 5px auto;
}
.divider-medium {
  width: 20%;
  margin: 10px auto;
}
.divider-large {
  width: 60%;
  margin: 10px auto;
}
/*social icons*/
.social-icons {
  padding: 0;
  line-height: 0;
}
.text-center.social-icons {
  display: inline-block;
}
.social-icons .social-icons-item {
  display: inline-block;
  list-style: none;
  line-height: 10px;
   margin-right: 11px;
   margin-top: 8px;
}
.social-icons-link {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  background: transparent;
  color: #343a40;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 9px;
  background: #fff;
}
/*dark*/
.social-icons.dark .social-icons-link {
  background: #343a40;
  color: #ffffff;
}
/*light*/
.social-icons.light .social-icons-link {
  background: #ff9e00;
  color: #343a40;
}
/*round*/
.social-icons.round .social-icons-link {
  border-radius: 50%;
}
/*square*/
.social-icons.square .social-icons-link {
  border-radius: 0;
}
/*border*/
.social-icons.si-border .social-icons-link {
 
}
/*large*/
.social-icons.si-large .social-icons-link {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
}
/*medium*/
.social-icons.si-medium .social-icons-link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 17px;
}
/*colored*/
.social-icons.si-colored-bg .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-icons-link:hover {
  color: #ffffff;
  border: 0;
}
.social-icons.si-colored-bg .social-facebook .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-facebook .social-icons-link:hover {
  background-color: #5d82d1;
}
.social-icons.si-colored-bg .social-instagram .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-instagram .social-icons-link:hover {
  background-color: #548bb6;
}
.social-icons.si-colored-bg .social-twitter .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-twitter .social-icons-link:hover {
  background-color: #40bff5;
}
.social-icons.si-colored-bg .social-youtube .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-youtube .social-icons-link:hover {
  background-color: #ef4e41;
}
.social-icons.si-colored-bg .social-gplus .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-gplus .social-icons-link:hover {
  background-color: #dd5044;
}
.social-icons.si-colored-bg .social-rss .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-rss .social-icons-link:hover {
  background-color: #faa33d;
}
.social-icons.si-colored-bg .social-vimeo .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-vimeo .social-icons-link:hover {
  background-color: #35c6ea;
}
.social-icons.si-colored-bg .social-myspace .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-myspace .social-icons-link:hover {
  background-color: #008dde;
}
.social-icons.si-colored-bg .social-stumbleupon .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-stumbleupon .social-icons-link:hover {
  background-color: #ff5c30;
}
.social-icons.si-colored-bg .social-lastfm .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-lastfm .social-icons-link:hover {
  background-color: #f34320;
}
.social-icons.si-colored-bg .social-pinterest .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-pinterest .social-icons-link:hover {
  background-color: #e13138;
}
.social-icons.si-colored-bg .social-google .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-google .social-icons-link:hover {
  background-color: #eb5e4c;
}
.social-icons.si-colored-bg .social-evernote .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-evernote .social-icons-link:hover {
  background-color: #9acf4f;
}
.social-icons.si-colored-bg .social-dribbble .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-dribbble .social-icons-link:hover {
  background-color: #f7659c;
}
.social-icons.si-colored-bg .social-skype .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-skype .social-icons-link:hover {
  background-color: #13c1f3;
}
.social-icons.si-colored-bg .social-forrst .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-forrst .social-icons-link:hover {
  background-color: #45ad76;
}
.social-icons.si-colored-bg .social-linkedin .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-linkedin .social-icons-link:hover {
  background-color: #238cc8;
}
.social-icons.si-colored-bg .social-wordpress .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-wordpress .social-icons-link:hover {
  background-color: #2592c3;
}
.social-icons.si-colored-bg .social-grooveshark .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-grooveshark .social-icons-link:hover {
  background-color: #ffb21d;
}
.social-icons.si-colored-bg .social-delicious .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-delicious .social-icons-link:hover {
  background-color: #377bda;
}
.social-icons.si-colored-bg .social-behance .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-behance .social-icons-link:hover {
  background-color: #1879fd;
}
.social-icons.si-colored-bg .social-dropbox .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-dropbox .social-icons-link:hover {
  background-color: #17a3eb;
}
.social-icons.si-colored-bg .social-soundcloud .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-soundcloud .social-icons-link:hover {
  background-color: #ff7e30;
}
.social-icons.si-colored-bg .social-deviantart .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-deviantart .social-icons-link:hover {
  background-color: #6a8a7b;
}
.social-icons.si-colored-bg .social-yahoo .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-yahoo .social-icons-link:hover {
  background-color: #ab47ac;
}
.social-icons.si-colored-bg .social-flickr .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-flickr .social-icons-link:hover {
  background-color: #ff48a3;
}
.social-icons.si-colored-bg .social-digg .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-digg .social-icons-link:hover {
  background-color: #75788d;
}
.social-icons.si-colored-bg .social-blogger .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-blogger .social-icons-link:hover {
  background-color: #ff9233;
}
.social-icons.si-colored-bg .social-tumblr .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-tumblr .social-icons-link:hover {
  background-color: #426d9b;
}
.social-icons.si-colored-bg .social-quora .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-quora .social-icons-link:hover {
  background-color: #ea3d23;
}
.social-icons.si-colored-bg .social-github .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-github .social-icons-link:hover {
  background-color: #3f91cb;
}
.social-icons.si-colored-bg .social-wikipedia .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-wikipedia .social-icons-link:hover {
  background-color: #b3b5b8;
}
.social-icons.si-colored-bg .social-amazon .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-amazon .social-icons-link:hover {
  background-color: #ff8e2e;
}
.social-icons.si-colored-bg .social-xing .social-icons-link,
.social-icons.si-colored-bg-on-hover .social-xing .social-icons-link:hover {
  background-color: #1a8e8c;
}
.social-icons.si-colored li .social-icons-link,
.social-icons.si-colored-on-hover li .social-icons-link:hover {
  color: #ffffff;
  border: 0;
}
.social-icons.si-colored .social-facebook .social-icons-link,
.social-icons.si-colored-on-hover .social-facebook .social-icons-link:hover {
  color: #5d82d1;
}
.social-icons.si-colored .social-instagram .social-icons-link,
.social-icons.si-colored-on-hover .social-instagram .social-icons-link:hover {
  color: #548bb6;
}
.social-icons.si-colored .social-twitter .social-icons-link,
.social-icons.si-colored-on-hover .social-twitter .social-icons-link:hover {
  color: #40bff5;
}
.social-icons.si-colored .social-youtube .social-icons-link,
.social-icons.si-colored-on-hover .social-youtube .social-icons-link:hover {
  color: #ef4e41;
}
.social-icons.si-colored .social-gplus .social-icons-link,
.social-icons.si-colored-on-hover .social-gplus .social-icons-link:hover {
  color: #dd5044;
}
.social-icons.si-colored .social-rss .social-icons-link,
.social-icons.si-colored-on-hover .social-rss .social-icons-link:hover {
  color: #faa33d;
}
.social-icons.si-colored .social-vimeo .social-icons-link,
.social-icons.si-colored-on-hover .social-vimeo .social-icons-link:hover {
  color: #35c6ea;
}
.social-icons.si-colored .social-myspace .social-icons-link,
.social-icons.si-colored-on-hover .social-myspace .social-icons-link:hover {
  color: #008dde;
}
.social-icons.si-colored .social-stumbleupon .social-icons-link,
.social-icons.si-colored-on-hover .social-stumbleupon .social-icons-link:hover {
  color: #ff5c30;
}
.social-icons.si-colored .social-lastfm .social-icons-link,
.social-icons.si-colored-on-hover .social-lastfm .social-icons-link:hover {
  color: #f34320;
}
.social-icons.si-colored .social-pinterest .social-icons-link,
.social-icons.si-colored-on-hover .social-pinterest .social-icons-link:hover {
  color: #e13138;
}
.social-icons.si-colored .social-google .social-icons-link,
.social-icons.si-colored-on-hover .social-google .social-icons-link:hover {
  color: #eb5e4c;
}
.social-icons.si-colored .social-evernote .social-icons-link,
.social-icons.si-colored-on-hover .social-evernote .social-icons-link:hover {
  color: #9acf4f;
}
.social-icons.si-colored .social-dribbble .social-icons-link,
.social-icons.si-colored-on-hover .social-dribbble .social-icons-link:hover {
  color: #f7659c;
}
.social-icons.si-colored .social-skype .social-icons-link,
.social-icons.si-colored-on-hover .social-skype .social-icons-link:hover {
  color: #13c1f3;
}
.social-icons.si-colored .social-forrst .social-icons-link,
.social-icons.si-colored-on-hover .social-forrst .social-icons-link:hover {
  color: #45ad76;
}
.social-icons.si-colored .social-linkedin .social-icons-link,
.social-icons.si-colored-on-hover .social-linkedin .social-icons-link:hover {
  color: #238cc8;
}
.social-icons.si-colored .social-wordpress .social-icons-link,
.social-icons.si-colored-on-hover .social-wordpress .social-icons-link:hover {
  color: #2592c3;
}
.social-icons.si-colored .social-grooveshark .social-icons-link,
.social-icons.si-colored-on-hover .social-grooveshark .social-icons-link:hover {
  color: #ffb21d;
}
.social-icons.si-colored .social-delicious .social-icons-link,
.social-icons.si-colored-on-hover .social-delicious .social-icons-link:hover {
  color: #377bda;
}
.social-icons.si-colored .social-behance .social-icons-link,
.social-icons.si-colored-on-hover .social-behance .social-icons-link:hover {
  color: #1879fd;
}
.social-icons.si-colored .social-dropbox .social-icons-link,
.social-icons.si-colored-on-hover .social-dropbox .social-icons-link:hover {
  color: #17a3eb;
}
.social-icons.si-colored .social-soundcloud .social-icons-link,
.social-icons.si-colored-on-hover .social-soundcloud .social-icons-link:hover {
  color: #ff7e30;
}
.social-icons.si-colored .social-deviantart .social-icons-link,
.social-icons.si-colored-on-hover .social-deviantart .social-icons-link:hover {
  color: #6a8a7b;
}
.social-icons.si-colored .social-yahoo .social-icons-link,
.social-icons.si-colored-on-hover .social-yahoo .social-icons-link:hover {
  color: #ab47ac;
}
.social-icons.si-colored .social-flickr .social-icons-link,
.social-icons.si-colored-on-hover .social-flickr .social-icons-link:hover {
  color: #ff48a3;
}
.social-icons.si-colored .social-digg .social-icons-link,
.social-icons.si-colored-on-hover .social-digg .social-icons-link:hover {
  color: #75788d;
}
.social-icons.si-colored .social-blogger .social-icons-link,
.social-icons.si-colored-on-hover .social-blogger .social-icons-link:hover {
  color: #ff9233;
}
.social-icons.si-colored .social-tumblr .social-icons-link,
.social-icons.si-colored-on-hover .social-tumblr .social-icons-link:hover {
  color: #426d9b;
}
.social-icons.si-colored .social-quora .social-icons-link,
.social-icons.si-colored-on-hover .social-quora .social-icons-link:hover {
  color: #ea3d23;
}
.social-icons.si-colored .social-github .social-icons-link,
.social-icons.si-colored-on-hover .social-github .social-icons-link:hover {
  color: #3f91cb;
}
.social-icons.si-colored .social-wikipedia .social-icons-link,
.social-icons.si-colored-on-hover .social-wikipedia .social-icons-link:hover {
  color: #b3b5b8;
}
.social-icons.si-colored .social-amazon .social-icons-link,
.social-icons.si-colored-on-hover .social-amazon .social-icons-link:hover {
  color: #ff8e2e;
}
.social-icons.si-colored .social-xing .social-icons-link,
.social-icons.si-colored-on-hover .social-xing .social-icons-link:hover {
  color: #1a8e8c;
}
/*hover effect*/
.social-icons .social-icons-link:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/* team */
.team {
  overflow: hidden;
}
.team-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-item .team-desc {
  padding: 15px 10px 10px;
}
.team-item .team-name {
  margin: 0;
}
.team-item .team-name a {
  display: block;
  color: #8f9397;
}
.team-item .team-name a:hover {
  color: #ff9e00;
}
.team-item .team-position {
  font-size: 0.8125rem;
  color: #ff9e00;
}
.team-item p {
  margin: 10px 0px 10px;
}
/*team hover*/
.team.team-overlay .team-item:hover .team-avatar {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  overflow: hidden;
  position: relative;
}
.team.team-overlay .team-item .team-avatar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team.team-overlay .team-item:hover .team-avatar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  visibility: visible;
  overflow: hidden;
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*team bordered*/
.team.team-bordered .team-desc {
  border: 1px solid #ff9e00;
  border-top: 0;
}
/*Team grid*/
.team.team-grid .team-avatar {
  width: 50%;
  float: left;
}
.team.team-grid .team-desc {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.team.team-grid .social-icons {
  position: absolute;
  bottom: 0;
}
.team.team-grid .team-desc p {
  padding-bottom: 30px;
}
/*social icon on hover*/
.team.social-hover .team-item .team-avatar {
  position: relative;
  overflow: hidden;
}
.team.social-hover .team-item .team-desc .social-icons {
  position: absolute;
  top: 5px;
  left: -25px;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team.social-hover .team-item .social-icons-item {
  display: block;
  margin-left: -50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team.social-hover .team-item .social-icons-item a {
  color: #ffffff;
}
.team.social-hover .team-item:hover .social-icons {
  visibility: visible;
  left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team.social-hover .team-item:hover .social-icons-item:nth-child(1) {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team.social-hover .team-item:hover .social-icons-item:nth-child(2) {
  margin-left: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.team.social-hover .team-item:hover .social-icons-item:nth-child(3) {
  margin-left: 0px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.team.social-hover .team-item:hover .social-icons-item:nth-child(4) {
  margin-left: 0px;
  -webkit-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -ms-transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
.team.social-hover .team-item:hover .social-icons-item:nth-child(5) {
  margin-left: 0px;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .team.team-grid .team-avatar {
    width: 100%;
    float: none;
  }
  .team.team-grid .team-desc {
    width: 100%;
    float: none;
    padding: 15px 0px 10px;
  }
}
/* skill */
.skill-item {
  overflow: hidden;
}
.skill-item p {
  margin: 10px 0 8px;
}
.skill-item .progress {
  background: #ff9e00;
  border-radius: 3px;
  box-shadow: none;
  height: 10px;
  margin-bottom: 8px;
  overflow: visible;
}
.skill-item .progress-bar {
  background-color: #ff9e00;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
}
.skill-item .skill-percent {
  color: #8f9397;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: -28px;
  font-size: 12px;
}
/*skill gradient*/
.skill.skill-grad .progress-bar {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
.skill.skill-dark-grad .progress-bar {
  background: #343a40;
  background: -moz-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #343a40), color-stop(100%, #626d78));
  background: -webkit-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -o-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: -ms-linear-gradient(150deg, #343a40 0%, #626d78 100%);
  background: linear-gradient(150deg, #343a40 0%, #626d78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}
/*skill dark*/
.skill.skill-dark .progress-bar {
  background: #343a40;
}
/*skill square*/
.skill.skill-square .progress-bar, .skill.skill-square .progress {
  border-radius: 0px;
}
/*skill percent*/
.skill.percent-bg .skill-percent {
  background: #343a40;
  padding: 2px 5px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: -25px;
  font-size: 12px;
}
.skill.percent-bg .skill-percent:before {
  border-top-color: #343a40;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.skill.percent-bg .skill-percent:after, .skill.percent-bg .skill-percent:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.skill.percent-bg .skill-percent:after {
  border-top-color: #343a40;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
/*percent light*/
.skill.percent-light .skill-percent {
  background: #ff9e00;
  color: #8f9397;
}
.skill.percent-light .skill-percent:before, .skill.percent-light .skill-percent:after {
  border-top-color: #ff9e00;
}
/*Skill size*/
.skill.skill-xs .progress {
  height: 3px;
}
.skill.skill-sm .progress {
  height: 5px;
}
.skill.skill-md .progress {
  height: 10px;
}
.skill.skill-lg .progress {
  height: 16px;
}
.skill.skill-xl .progress {
  height: 20px;
}
/*skill-text-in*/
.skill.skill-text-in .skill-item {
  position: relative;
  margin-top: 10px;
}
.skill.skill-text-in .skill-item .progress {
  height: 24px;
}
.skill.skill-text-in .skill-item .progress .skill-percent {
  color: #ffffff;
  padding-right: 5px;
  top: 0px;
}
.skill.skill-text-in .skill-item p {
  font-size: 0.8125rem;
  margin: 0;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  top: 2px;
  left: 5px;
}
.skill.skill-text-in .progress-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}
/*counter*/
.counter {
  position: relative;
}
.counter .counter-item {
  color: #ffffff;
}
.counter .counter-item-icon {
  font-size: 70px;
  margin-bottom: 20px;
  display: block;
}
.counter .counter-item-digit {
  font-size: 50px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
}
.counter .counter-item-text {
  font-size: 1.09375rem;
  margin-bottom: 0;
}
/*counter medium*/
.counter-medium .counter-item-icon {
  margin-bottom: 0px;
  font-size: 40px;
}
.counter-medium .counter-item-digit {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.counter-medium .counter-item-text {
  font-size: 16px;
}
/*counter small*/
.counter-small .counter-item-icon {
  margin-bottom: 0px;
  font-size: 1.75rem;
}
.counter-small .counter-item-digit {
  margin-bottom: 0px;
  font-size: 1.75rem;
  line-height: 36px;
  margin-top: 15px;
}
.counter-small .counter-item-text {
  font-size: 0.875rem;
}
/*counter light*/
.counter-light .counter-item-icon, .counter-light .counter-item-text {
  color: #8f9397;
}
.counter-light .counter-item-digit {
  color: #343a40;
}
/*counter gradient text*/
.counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
  background: -moz-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97c74e), color-stop(100%, #2ab9a5));
  background: -webkit-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -o-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: -ms-linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
  opacity: 1;
  z-index: 9999;
}
/*counter style-2*/
.counter-style-2 {
  position: relative;
}
.counter-style-2 .counter-item-icon, .counter-style-2 .counter-item-digit {
  position: absolute;
  left: 0;
  top: 10px;
}
.counter-style-2 .counter-item-text {
  position: absolute;
  left: 60px;
  top: 30px;
}
@media (max-width: 767.98px) {
  .counter {
    padding-bottom: 0 !important;
  }
  .counter .counter-item {
    margin-bottom: 30px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
    background: none !important;
    color: #ff9e00 !important;
  }
}
/* animated headlines*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 
xrotate-1 
-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 
xtype 
-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 
xrotate-2 
-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 
xloading-bar 
-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #ff9e00;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
/* -------------------------------- 
xslide 
-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 
xclip 
-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ff9e00;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
/* -------------------------------- 
xzoom 
-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 
xrotate-3 
-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 
xscale 
-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 
xpush 
-------------------------------- */
/*************/
.common-eight1 {
  height: 240px;
  border-bottom: 1px solid #ccc;
}
.NSE1-Certification-icon {
    width: 120px;
    margin: 55px auto;
    display: block;
}
.borderme {  border-right: 1px solid #ccc;}
.borderme-left {  border-left: 1px solid #ccc;}
.nse11 { margin-top: 45px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse22 { margin-top: 45px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse33 { margin-top: 45px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse44 { margin-top: 45px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse55 { margin-top: 38px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse66 { margin-top: 45px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse77 { margin-top: 20px; display: block; margin-bottom: 20px;font-size: 17px; }
.nse88 { margin-top: 17px; display: block; margin-bottom: 20px;font-size: 17px; }
.links-for-books {  font-weight: 300; color:#141C36;}
.nse88 ,.nse77 {  margin-top: 35px!important; }
.all_fortibox_bg { background:#141C36; }
.all_fortibox_bg h3 { color:#fff;padding-left: 0px; padding-bottom: 20px;  padding-top: 30px;}
.get_strt_btn:hover {  background: #ff9e00;  color: #fff;  border: solid 1px #ff9e00;}
.get_strt_btn {
  display: block;
  margin: 0 auto;
    margin-top: 0px;
  width: 140px;
  color: #141c36;
  text-align: center;
  border: solid 1px #141c36;
  padding: 8px 0px;
  margin-top: 100px;
}

/***************/
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.cd-words-wrapper i, .cd-words-wrapper em, .cd-words-wrapper b {
  font-style: normal;
  font-weight: inherit;
}
/*New CSS*/
.cd-headline.big-clip .cd-words-wrapper::after {
  width: 6px;
  height: 70%;
  background-color: #ff9e00;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clip-dark.cd-headline.big-clip .cd-words-wrapper::after {
  background-color: #343a40;
}
/***insoft***/
.btn-covid {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 4px 20px;
    margin: 6px 0px;
        margin-top: 6px;
    border-radius: 0px;
}
.hr-bottom {}
.containerVandor {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #141C36;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmarkVandor {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}
/***/
.containerVandor {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  color:#141C36; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
font-size: 15px;
}
.vendor-sidebar-ul li {  padding: 4px 0px !important;}
.containerVandor input {  position: absolute;  opacity: 0; cursor: pointer; height: 0; width: 0;}
.checkmarkVandor {  position: absolute; top: 0;  left: 0; height: 22px; width: 22px;  background-color: #eee; border-radius:20px;}
.containerVandor:hover input ~ .checkmarkVandor {  background-color: #ff9e00 ;}
.containerVandor input:checked ~ .checkmarkVandor {  background-color: #ff9e00 ;}
.checkmarkVandor:after {  content: "";  position: absolute;  display: none;}
.containerVandor input:checked ~ .checkmarkVandor:after {  display: block;}
.containerVandor .checkmarkVandor:after {left: 8px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); transform: rotate(45deg);}
/**/
.ent_section_1{    background-image: url("../images/insoft/1920x500-Website-Header-Extreme-Networks.jpg"); }
.ms-bg {   background-color: #1F303A;    opacity: .7;}
.btn-dblue:hover {
    background: #fff;
    color: #435E70;
    border:1px solid #435E70;
}
.btn-dblue {
 border:1px solid #435E70;
    background: #141C36;
    color: #FFFFFF;
}
.bg-dblue {
    background: #FF9E00;
}
.Recommended_Training_table th {
    background: #FF9E00;
}
.btn-w-150 { width:150px;}
.table-th-top { background:#FF9E00; }
.forti-banner-right {  background: url("../images/insoft/Image-Banner-1.png")no-repeat;     background-size: auto; background-size: cover;}
.forti-banner2-right {  background: url("../images/insoft/Image-Banner-222.png")no-repeat;     background-size: auto; background-size: cover;}
.forti-banner3 { background: url("../images/insoft/forti-banner3.jpeg")no-repeat;  background-position: center; position:relative; background-size: cover;}
.forti-layer {
    background-color: rgba(123, 187, 115, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.yellowLine {
  background: #ff9e00;
  width: 100px;
  height: 1px;
}
.SmallScreen {
  display: none;
}
.divfooter2 { height:120px; }
.footer-logo-img {
  margin: 60 auto;
  display: block;
}
/*******Home Css****/
.home-part-1 {    /* background-image: url("/assets/imgs/HomePage/IT-Courses-Certifications-Training.jpg"); */
 background-size: cover ;
  position: relative;
  z-index: 1;
  min-height: 500px;
  background-repeat: no-repeat;
}
.home-part-2 {
 
}
.Accredited_title {
  font-family: Prometo;
  margin-bottom: 10px;
  margin-top:48px!important; 
   
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #141c36;
}
.min-h-100vh {  min-height: 61vh;}
.home-part-1-op {}
.insoft-header {  position: relative;   z-index: 1;}
.wh-arrow-vd {
    padding:0px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 30px solid #fff;
    color: #FFFFFF;
    cursor: pointer;
}
.IH_form {    z-index: 11; margin-left: 40px;}
#s {padding-left: 12px!important;
    color: #242D31;
    padding: 0px;
    height: 49px;
	width:80%;
	border: none;
}
.ih_goto {
    background: rgba(0, 0, 0, 0) url("../images/insoft/search-courses.png") no-repeat scroll 0 0 / 100% auto;
        background-size: 100%;
    left: -46px;
    top: 40px;
    position: relative;
    border: navajowhite;
    background-size: 28px;
    width: 40px;
    height: 40px;
}
@-moz-document url-prefix() {    .ih_goto {  top: 7px; }  }
.IH_form span { background:none!important;}
.footer-content h5 {
  font-size: 16px;
  font-family: prometo;
}
.Sign-up-to-our-newsletter-and-well-send-fresh-new-courses-and-special-offers-direct-to-your-inbox {
  font-family: Prometo;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
 
}
.footer-content .nav-link {
font-family: prometo;
font-size: 15px;
font-weight: 300 !important;
line-height: 19px;
color: #fff;
}
.IncLilk {
  font-size: 15px;
}
.divfooter2 p {
font-family: prometo;
font-size: 15px;
font-weight: 300 !important;
line-height: 19px;
color: #fff;
}
.footer_heading_class { font-weight: 400;}
/*******************************Home Part 2 CSS***********************************************/
.white-bg{background-color:#FFFFFF;}
.txt-clr-fiord{color:#475967;}
/*******************************Home Part 3 CSS***********************************************/
.part-3-bg
{
background-image: url("../images/insoft/Insoft-Consulting-Services-Home-Page-Banner.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.min-h-45vh{min-height: 45vh;}
.btn-green
{
background-color:#FF9E00;
color:#FFFFFF;
}
.btn-green:hover
{
background:#141C36;
color:#fff ;
}
/*******************************Home Part 4 CSS***********************************************/
.Grey-bg { background: #e7e7e8; }
.btn-fiord
{
background: #141C36 none repeat scroll 0 0;
border-radius: 2px;
border: 1px solid #141C36;
color:#FFFFFF;
}
.btn-fiord:hover { background: white none repeat scroll 0 0; color: #141C36 !important; }
/*******************************Home Part 5 CSS***********************************************/
.part-5-bg
{
background-image: url("../images/insoft/insoftservices-main-homepage-cisco-training-image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
/*******************************Home Part 6 CSS***********************************************/
.part-6-bg { background-color: #BDCCD4 !important; }
.btn-vilt
{
background: #3F0592 none repeat scroll 0 0;
color: white;
border-radius: 2px;
border: 1px solid #3F0592;
}
.btn-vilt:hover
{
background: white none repeat scroll 0 0;
color: #3F0592 !important;
}
/*******************************Home Part 7 CSS***********************************************/
.part-7-bg
{
background-image: url("../images/insoft/Insoft-Academy-Web-Background.png");
width: 100%;
background-size: cover;
background-position: center;
}
/*******************************Home Part 8 CSS***********************************************/
.part-8-bg
{
background-image: url("../images/insoft/insoft-cisco-learning-partner-image.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/*******************************Home Part 9 CSS***********************************************/
.part-9-bg
{
background: #E0E8EB;
}
/*******************************Home Part 9 CSS***********************************************/
.part-10-bg
{
background-image: url("../images/insoft/insoft-contact-us-image.jpg");
background-size: cover;
}
.br-bt
{
border-bottom:1px solid #FFFFFF;
}
/*******end home csss*********/
/************************CSS vendors & techno Start************************/
.extra_line {
    border-bottom: 1px solid #82ac27;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100px;;
}
.rows44 {
    background: white none repeat scroll 0 0;
    border: 1px solid #a2a3a5;
	
}
.rows44_img {
    background: #8b959a none repeat scroll 0 0;
    border-radius: 70px;
    height: 80px;
    margin: 20px auto;
    padding: 0px;
    width: 80px;
}
.img411 {
    padding-top: 17px;
    width: 80%;
    margin-left: 8px;
}
.img421 {
    padding-top: 9px;
    width: 55%;
    margin-left: 17px;
}
.img431 {
    padding-top: 22px;
    width: 80%;
    margin-left: 8px;
}
.img441 {
    padding-top: 15px;
    width: 70%;
    margin-left: 11px;
}
.img451 {
    padding-top: 18px;
    width: 85%;
    margin-left: 6px;
}
.img461 {
    padding-top: 7px;
    width: 76%;
    margin-left: 10px;
}
.img471 {
    padding-top: 15px;
    width: 65%;
    margin-left: 13px;
}
.img481 {
    padding-top: 5px;
    width: 84%;
    margin-left: 8px;
}
.img491 {
    padding-top: 6px;
    width: 78%;
    margin-left: 9px;
}
.img4101 {
    padding-top: 12px;
    width: 78%;
    margin-left: 9px;
}
.img4111 {
    padding-top: 8px;
    width: 75%;
    margin-left: 5px;
}
.img4121 {
    padding-top: 8px;
    width: 78%;
    margin-left: 8px;
}
.bg_act_ive .rows44_img  {   background:#FF9E00!important;}
.vtp_row {
    background: white none repeat scroll 0 0;
    border: 1px solid #a2a3a5;
}
.vtp_row_img {
    width: 110px;
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 30px;
    height: 55px;
}
.vtp_row_img img {
    width: 100%;
}
.Extreme-Networks-Authorized-Training-Partner {
  width: 100px;
  margin-top: -20px;
}
/************************C vendor & techo end************************/
/******insoft consultancy services****/
.ics_section_1{ background:#F8F9FA;}
/***/
.forceme4 {    color: white;   font-weight: 300; padding-left:15px; padding-bottom: 10px;}
.hvrbox p { margin-bottom:0px;}
.hvrbox-text p { padding:15px;}
.hvrbox {	position: relative;	display: inline-block;	overflow: hidden;	max-width: 100%;	height: auto;}
.hvrbox img {	max-width: 100%;}
.hvrbox .hvrbox-layer_bottom {	display: block;}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(55, 70, 82, 0.8);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
text-align: left;
font-size: 17px;
display: inline-block;
position: absolute;
top: 56%;
left: 45%;
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 90%;}
.hvrbox .hvrbox-layer_image {
	padding: 0;
	background: none;
}
.hvrbox .hvrbox-layer_slideup {
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hvrbox:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.forceme4_4 {
    position: absolute;
    bottom: 0px;
    text-align: left;
    margin: 0 auto;
    display: block;
    width: 100%;
    background: rgba(55, 70, 82, 0.8);
	color:#FFFFFF;
    font-weight: 300;
    padding: 15px 0px;
	font-size:20px;
    padding-left:15px;
}
.forceme4_4:hover { background: #141C36;} 
.res_ho .forceme4_4 { display:none;}
.hvrbox-text  a { color: white; font-weight: 300; }
/************/
.ics_section_3{ background: #F8F9FA; }
/***/
.ics_section_4 {  background: #eff1f3; }
/***************/
/*User CSS*/
/************************CSS BY VIJAY start************************/
.role-based {
    background: #fbfbfb none repeat scroll 0 0;
    box-shadow: 0 0 10px #c4c4c4;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.atic_section_1
{
background-image: url("../images/insoft/GDPR-Consultancy1.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.font-color-atic
{
    color: #c2d0dd;
}
.img_atic_right {
    background: #f3f5f4 none repeat scroll 0 0;
    border-radius: 2px;
}
.bg-atic-gry
{
background: #d8dfe5 none;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}
.bg-atic-grn {
    background: #9dc594 none;
}
.btn-rad {
    border-radius: 50px;
}
.btn-fiord {
    background: #141C36 none repeat scroll 0 0;
    border: 1px solid #141C36;
    color: #FFFFFF;
}
.btn-fiord:hover {
    background: white none repeat scroll 0 0;
    color: #141C36 !important;
}
.br-btm
{
    border-bottom: 2px solid #b4b4b4;
    width: max-content;
}
.one-step {
    background: #457b8e none repeat scroll 0 0;
}
.two-step {
    background: #8bb981 none repeat scroll 0 0;
}
.three-step {
    background: #6c7985 none repeat scroll 0 0;
}
.one-step > h3 {
    color: #8aacb8;
	}
.two-step > h3 {
    color: #b6d3af;
}
.three-step > h3 {
    color: #a2abb2;
}	
.gdpr-a
{
color: #536878;
}
/************ fortinet-consulting-services start************/	
.forti-con-ser-1 {
background: rgba(0, 0, 0, 0) url("../images/insoft/Fortinet-Consulting-Service.jpg") no-repeat scroll;
background-size: auto;
background-size: 100% 100%;
height: 700px;
background-color: #f9f9f9;
}
.btn-blnk
{
border: 1px solid #fff;
background-color:none;
color:#fff;
}
.btn-blnk:hover {
  background-color: #ff9e00;
  border: #ff9e00 1px solid;
  color: #fff;
}
.shield-lock {
    width: 350px;
}
.forti-con-ser-2
{
background-color:#f9f9f9;
}
.each_package_uderline
{
background: #ff9e00;
width: 20%;
height: 10px;
margin: 0 auto;
}
.forti-con-ser-3
{                                      
background: rgba(255, 255,255) url("../images/insoft/Fortinet/Fortinet-Consulting-Services.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-position: center center;
background-size: cover;
}
.btn-forty
{
align-items: center;
padding: 13px 24px;
border-radius:0px;
color: white !important;
font-weight: 400;
font-size: 17px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
cursor: pointer;
margin-top: 16px;
margin:10px auto;
width:180px;
font-family: Prometo;
}
.Reset_Filter {  height: 40px; line-height: 33px; }
.Apply_Filter { height: 40px; line-height: 33px; }
.btn-forty:hover
{
background: #141C36;
}
.forti-con-ser-4
{
background-color:#fff;
}
.forti-con-ser-5
{
background: #f9f9f9;
}
.forti-kick
{
background-color:#fff;
border: 1px solid #E6E6E6;
}
.forti-kick:hover
{
border: 1px solid #fff;
background: #F9F9F9;
}
.forti-kick img
{
width:65%;
margin: 0 auto;
}
.forti-kick a p
{
    color: #536878;
}
.bg-white
{
background-color:#FFFFFF;
}
.bt-radus
{
border-radius:0px;
}
.brdr-rght
{
border-left: 1px solid #141C36;
}
.FG-1000D {
    width: 25px !important;
}
.package_bundle_sub {
    float: left;
    width: 25%;
    position: relative;
}
.bundle_go_arrow {
    position: absolute;
    right: -11px;
    top: 78px;
}
.manage-add i { margin-top:2px!important;}
@media (max-width: 768px) {
.package_bundle_sub {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}  
.bundle_go_arrow
 {
 display:none;
 } 
.forti-con-ser-1
 {
height:auto; 
 }
 }
 @media (max-width: 959px) {
 
.bundle_go_arrow
 {
top: 62px;
 } 
 }
 /************************CSS BY VIJAY end************************/
.course-detail-section .gen-accordion.accordion button.btn.btn-link:hover {
    text-decoration: none!important;
}
.topheader { z-index:11;}
.btn-covid:hover { background:#fff!important; color:#1fbceb!important;}
.seeco_rse .list-group-item  { border:none!important;}
.bg-dark-fiord{background: #566573;
}
.atic-sol-gdpr5
{
background-image: url("../images/insoft/GDPR-Consultancy.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.bg-dark-fiord
{
background: #566573;
}
.eu-general
{
position: relative;
background-image: url("../images/insoft/GDPR-Explained.png");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.eu-general-3
{
background-image: url("../images/insoft/GDPR-ATIC-360.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.eu-general-4
{
background-image: url("../images/insoft/GDPR-IAPP-Authorized-Training.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
/****/
.form-check-input:checked {  background-color: #ff9e00;
border-color: #ff9e00;}
.form-check-input[type="checkbox"] {    border-radius: .25em; }
.form-check .form-check-input {  float: left;   margin-left: -1.5em; }
.form-check-input:focus {    border-color: #ff9e00;   outline: 0;    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.topMenu { min-height:530px!important;}
.country_name { position:relative; top:2px;}
.mobile_country { display:none;}
.topheader { position:relative;}
.design-process-content {   width: auto !important;
}                                                                                     
.main-banner-uk { background-image: url("../images/InsoftServices-Sweden.jpg");   }
.main-banner-se { background-image: url("../images/InsoftServices-Sweden.jpg") ; }
.main-banner-de { background-image: url("../images/InsoftServices-Germany.jpg");  }
.main-banner-dk { background-image: url("../images/InsoftServices-Denmark.jpg");  }
.main-banner-no { background-image: url("../images/InsoftServices-NB.jpg");  }
.main-banner-it { background-image: url("../images/InsoftServices-Italy.jpg"); }
.main-banner-nl { background-image: url("../images/InsoftServices-Netherlands.jpg"); }
.main-banner-nl-home { background-image: url("../images/InsoftServices-Netherlands-home-banner.jpg"); }
.main-banner-se .home-part-1-op , .main-banner-dk .home-part-1-op , .main-banner-de .home-part-1-op  , .main-banner-it .home-part-1-op {   }
.main-banner-no .home-part-1-op {   }
.main-banner-nl .home-part-1-op {   }
.cisco-vtp {    width: 76px !important;    display: block;    margin: 0 auto;}
.fortinet-vtp {    margin-top: 16px;}
/*main menu css */
.ICTP-img { width:67%; padding-top: 7px;}
.FAAT-img {width: 110px;
position: absolute;
display: block;
right: 0;
top: 383px;
}
.MFL-img {width: 150px;
position: absolute;
display: block;
right: 0;
top: 395px;}

.V-AWS-img {width: 110px;
  position: absolute;
  display: block;
  right: 0;
  top: 340px;}


.RLI-img { width:38%;}
.RLA-img { width:38%;}
.EN_img { position: absolute;
display: block;
right: 0;
top: 332px;
width: 110px;} 
.vm_link {
color: #53c4ef;
position: absolute;
top: 360px;
border-bottom: 3px solid;
padding-bottom: 5px;
}
.aLLt,.aLL_v {
  color: #53c4ef;  
  font-weight:400;
}
.TaB-techogoGY {
  margin-top: 19px;
  margin-left: 50px;
}
.TaB-techogoGY  li { padding: 12px 0px;}
.TaB-techogoGY  li a {
border-left: 3px solid #F5F5F5;
padding: 16px 0px;
  padding-left: 0px;
padding-left: 0px;
padding-left: 15px;
}
.TaB-techogoGY li a:hover {
  border-left: 3px solid #ff9e00;
}
.microsoft_v_ul li { padding: 12px 0px;}
.microsoft_v_ul  li a {
border-left: 3px solid #F5F5F5;
padding: 16px 0px;
  padding-left: 0px;
padding-left: 0px;
padding-left: 15px;
}
.microsoft_v_ul li a:hover {
  border-left: 3px solid #ff9e00;
}
.microsoft_v_details {
  margin-top: 13px;
  margin-left: 25px;
}
.iclsp.consultancy-img  {
  width: 110px;
  padding-top: 8px;
  position: absolute;
  right: 0px;
  top: 330px;
}
.microsoft_v_details  .text-body { margin-top:25px;}
.consultancy-img{ width:75%; padding-top: 8px;}
.SSG-img { width:75%;}
.RLAC_img { width:81%;}
.Mobile-menu .accordion-title { border-bottom: 1px solid 1px solid #FF9E00; }
.Mobile-menu  .accordion-item {    margin-bottom: 0px;}
.list2inner li {   line-height: 30px;   }
.list2inner:first-child {    padding-top: 12px;}
.cUrsetb.mb-0.collapsed { color:#141c36;}
.cUrsetb.mb-0 { color:#ff9e00;}
.list2inner li a {   padding-left: 8px;}
.accordion-title a  { font-weight:400; padding:10px 10px;}
.Mobile-menu .accordion-title a  { font-weight:400; color: #fff;}
.list2inner  b { font-weight:400; padding:0px 2px; }
.Mobile-menu .accordion-content {    padding: 1px 1px!important;}
.list2inner li a b { padding:0px 2px;margin-left: -5px; }
.topMenu { min-height:530px!important;}
.country_name { position:relative; top:2px;}
.mobile_country { display:none;}
.topheader { position:relative;}
.mob-right1 {    width: 30px;}
.mr {    float: left;  }
.list2inner {    font-size: 15px;}
.Desktop-menu .collapsed {  color:#141C36!important;}
.Mobile-menu .collapsed {  color:#141C36!important;}
.m-tab-active  {  color:#FF9E00;}
.m-tab-active:hover  {  color:#ff9e00!important;}
.accordion-content a:hover  {  color:#ff9e00;}
.thirdlelvelmenu  a:hover  {  color:#ff9e00!important;}
.Desktop-menu {  min-height: 490px;
border-bottom: #ccc 1px solid; }
#contactdiv .Desktop-menu {  height:auto ;
border-bottom: none!important; }
.memng {    width: 222px;   float: right;}
#search { margin-left:0px!important;}
/* VARIABLES */
#menu-cnt {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  width: 100%;
  position: absolute;
background: #fff;
margin-top: 9px;
  left: -16px;
  z-index: -1;
  border-top: 1px solid #ccc;
background-image: url("https://www.insoftservices.com/insoft/images/Insoft-Training.png");
background-size: cover;
}
#mobilediv {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: -16px;
  z-index: -1;
}
 #Consultancydiv {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  width: 100%;
  position: absolute;
 background: #fff;
margin-top: 9px;
  left: -16px;
  z-index: -1;
  border-top: 1px solid #ccc;
background-image: url("https://www.insoftservices.com/insoft/images/Insoft-Training.png");
background-size: cover;
 }
#companydiv {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  width: 100%;
  position: absolute;
background: #fff;
margin-top: 9px;
  left: -16px;
  z-index: -1;
  border-top: 1px solid #ccc;
background-image: url("https://www.insoftservices.com/insoft/images/Insoft-Training.png");
background-size: cover;
}
#resourcediv {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: -16px;
  z-index: -1;
/*  border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;*/
 } 
 
#contactdiv {
  opacity: 0;
  transform: translate(16px, -10px) scale(0.7);
  padding: 0px 0 0;
  box-shadow: 1px 2px 1px var(--coal);
  visibility: none;
  display: inline-block;
  position: absolute;
  right: 0px;
  z-index: -1;
  top:10px;
 }
 .contact-inner-data {
  background: #fff;
  width: 200px;
  list-style: none;
  padding: 15px;
  float:left;
}
.country_name { font-size:0.875rem;}
.country_selector ul li {   padding: 3px 0px;}
.menu-bars {   height: 3px;  width: 26px;list-style: none; background: #141c36; margin: 0 0px;  position: relative;    top: 14px;  transition: 0.4s all ease-in;}
.mobile-bars {   height: 3px;  width: 26px;list-style: none; background: #141c36; margin: 0 0px;  position: relative;    top: 14px;  transition: 0.4s all ease-in;}
.menu-bars1 {  list-style: none;  position: relative;    transition: 0.4s all ease-in;}
.crosseD { background: none; }
.droppeD1 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.crosseD2 { background: none; }
.droppeD2 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.crosseD3 { background: none; }
.droppeD3 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.crosseD4 { background: none; }
.droppeD4 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.crosseD5 { background: none; }
.droppeD5 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.crosseD6 { background: none; }
.droppeD6 { opacity: 1 !important;  transform: translate(16px, -10px) !important; visibility: visible !important;z-index:11!important;}
.mobile-bars::before, .mobile-bars::after { content: ''; position: absolute; height: 3px;  width: 26px; list-style: none; background: #141c36;}
.mobile-bars::before { transform: translateY(-10px); margin-top: 2px }
.mobile-bars::after { transform: translateY(10px); margin-top: -2px }
.crosseD6::before { animation: rotate-top-bar 0.4s forwards; margin-top: 0px; }
.crosseD6::after { animation: rotate-bottom-bar 0.4s forwards; margin-top: 0px; }
.hamburgeR6::before { animation: rotate-top-bar-2 0.4s reverse; }
.hamburgeR6::after { animation: rotate-bottom-bar-2 0.4s reverse; }
.flag_desktop { margin-top:1px;margin-left: 15px !important;}
/* EVENT HANDLERS */
.menu-item:hover, a.item-link:hover { color: var(--coal); }
a.sub-link:hover { background: var(--snow);  box-shadow: -4px 0 0 var(--apple);}
/* ANIMATION KEYFRAMES */
@keyframes 
rotate-top-bar {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
@keyframes 
rotate-bottom-bar {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
@keyframes 
rotate-top-bar-2 {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
@keyframes 
rotate-bottom-bar-2 {  40% {
 transform: translateY(0);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
/*end main menu css*/
/*course schedule page css start*/
.Ch-2 {
    background-image: url("assets/images/insoft/filter-toggle.png");
    background-repeat: no-repeat;
    background-position: 120px 7px;
	border: 1px solid #8f9397;
    cursor: pointer;
}
.Ch-2 {
  width: 142px;
overflow: hidden;
height: 40px;
line-height: 32px;
}
.Ch-t2 {
    background-image: url("assets/images/insoft/filter-toggle.png");
    background-repeat: no-repeat;
    background-position: 162px 7px;
}
.Ch-t2 {
width: 166px;
overflow: hidden;
height: 40px;
line-height: 32px;
}
.Ch-t2, .Ch-2 {
    float: left;
    border: 1px solid #8f9397;
    cursor: pointer;
	font-size:0.875rem;
}
.btn-apply
{
color: #fff;
background-color:#ff9e00;
border:2px solid #FF9E01;
font-size: 17px;
}
.btn-apply:hover
{
/*border:2px solid #141C36;*/
background-color: #141C36;
color:#fff;
}
.li-c
{
width:190px;
}
.li-d
{
width:320px;
}
.show-al-vendors {
    position: absolute;
    z-index: 1;
    top: 42px;
}
.show-al-technologies {
    position: absolute;
    z-index: 1;
    left: 170px;
    top: 42px;
}
/*course schedule page css end*/
.forti-tr-part-2{    background: #1c384c;}
.nobtneffect {   border: none !important;}
.nobtneffect {   background:none !important; color:#141C36!important; cursor: default;}
.ti-calendar { margin-top:2px;}
.ti-time {    margin-top: 3px !important;}
/**/
.main-banner-height {    min-height: 470px;}
.logo-img {    padding: 12px 0px;
    width: 125px;}
#showfilter { margin-left:18px;}
.se-tab {
    border: 1px solid #FF9E00;
    color: #FF9E00;
    padding: 8px 10px;
}
.active.se-tab,.se-tab:hover {
    background: #FF9E00;
    color: #fff; 
}

.section-insoft-service-training-2 { background:#fff; float: left; width: 100%;}
.flp-section31 { float:left; width:50%;}
.section-insoft-service-training-2-img2 {
  padding-top: 90px;
  float: right;
  width: 512px;
  display: block;
}
.section-insoft-service-training { background-color: #141C36 ; float:left; width:100%; height:466px;}
.section-insoft-service-training h1 {  
  color: #fff;
  font-family: Prometo;
  font-size: 56px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: center;
  padding-top: 112px;
  padding-bottom: 20px;
}
.sist-50 { float:left; width:50%;}
.section-insoft-service-training {
  background-image: url("https://www.insoftservices.com/assets/imgs/Fortinet-Training20.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.sist-v-logo {  margin: 10px auto;  display: block; width:312px;}
.sist-heading-1  { 
  font-size: 48px;
  font-weight: 500;
  line-height: 63.26px;
  padding-top: 70px;
  padding-bottom: 20px;
}
 .sist-heading-3 { 
  font-size: 48px;
  font-weight:500;
  line-height: 63.26px;
  padding-top: 20px;
  padding-bottom: 20px;
  float:left; 
}
.sist-certification-h2 { 
  font-size: 48px;
  font-weight: 500;
  line-height: 63.26px;
  padding-top: 20px;
  padding-bottom: 20px;
  float:left; 
  color:#E4E4E4;
}
.section-insoft-service-training-2  p {
 font-size: 20px;
 font-weight: 400;
 line-height: 40px;
}
.sist-explore-all-Trainings {
  padding: 8px 0px;
  cursor:pointer;
  border: 1px solid #53c4ef;
  text-align: center;
  font-family: Prometo;
  color: #53c4ef!important;
  font-size: 17px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  margin-top: 40px;
  display: block;
  width: 200px;
  float:right;
}
.sist-explore-all-Trainings:hover {
  background: #53c4ef;
  color: #fff !important;
}
.new_ftc_class {
  margin-top: 30px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.new_ftc_class_body1 {
  width: 20%;
  float: left;
}
.new_ftc_class_body2 {
  float: left;
  width: 56%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px;
  min-height: 265px;
}
.new_ftc_class_body3 {
  float: left;
  width: 20%;
 }
.new_ftc_class_body { float:left;}
.new_ftc_class_body1 img {
  width: 125px;
  margin: 70px auto;
  display: block;
}
.section-insoft-service-training-4 {
background: #F1F9FF;

  width: 100%;
  padding: 70px 0px;
    padding-bottom: 70px;
  padding-bottom: 10px;
}
#email-n,#fname-n,#pNumber-n,.form-control2_cntry-n,#messagE-n { width: 100%; background: none; border: solid 1px #e6e7e9;  border-radius: 7px;  padding: 10px 15px; padding-top: 10px;  padding-top: 13px; }
.popup_submit-n {  margin: 35px auto!important;}

.new-enroll-btn:hover {
  background: #FF9E01;
  color: #fff ;
}
.new-enroll-btn {
  padding: 8px 0px;
  margin-top: 15px;
  float: right;
  border: 1px solid #FF9E01;
  text-align: center;
  font-family: Prometo;
  color: #FF9E01 ;
  font-size: 17px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  margin-top: 0px;
  display: block;
  width: 135px;
}
.fortinet-p-on-r {
text-align: left;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 5px;
}
.f-course-box .ti-calendar { margin-top: 0px;}


.section-insoft-service-training-3 {
float:left;
width:100%;
background-color:#141C36;
padding-bottom: 70px;
padding-bottom:0px;
}
.Certifications-div { margin-top:50px;}
.get_strt_btn {
    display: block;
    margin: 0 auto;
    width: 140px;
    color: #141c36;
    text-align: center;
    border: solid 1px #141c36;
    padding: 8px 0px;
    margin-top: 100px;
	cursor:pointer;
}
.get_strt_btn:hover {
    background: #ff9e00;
    color: #fff;
    border: solid 1px #ff9e00;
}
.sist-sec2 { margin-top:40px;}

.sist-heading4-h2 {
font-family: Prometo;
font-size: 40px;
font-weight: 500;
line-height: 60px;
text-align: center;
color:#141C36;
padding-bottom:40px;
}
.form-div { margin:0 auto; width:60%;}
.captcha-div {  margin: 0 auto;  width: 302px;}
.submit-div { float: left;  width: 100%;}
.info-section15 { float:left; width:15%;}
.info-section20 { float:left; width:20%;}
.f-course-box {
  float: left;
  width: 100%;
  background-color: #f7f8f9;
  margin-bottom: 20px;
  padding:30px;
}
.f-course-box:hover {
  box-shadow: 0px 0px 9px #ccc;
  background: #F4F4F4;
}
.nw-title {
font-family: prometo;
  font-weight: 300;
  font-size: 21px;
  padding-bottom: 15px;
}
.nw-title:hover a {  color: #FF9E01;}

.info-section15 p , .info-section20 p { margin-bottom:5px;}
.info-section20 .rc_register {  margin-top: 15px;  float: right;}
.info-section20 .technology_date { font-weight: 400;}
.list-group li { display:none;
}
#loadMore {
 display: block;
    margin: 40px auto;
    width: 140px;
    color: #fff;
    text-align: center;
    border: solid 1px #ff9e00;
    padding: 8px 0px;
   cursor:pointer;
 
   background-color:ff9e00;
}
#loadMore:hover {
   background: #fff;
    color: #ff9e00;
   
}
.loadMorediv { float:left ;width:100%; }
.por_div {  float: right;
  margin-right: 0;
  margin-top: -34px;}
.info-section201 .technology_date_m b div {  position: absolute;}
.info-section201 .technology_date_m {   margin-top: 2px;}
.info-section201 .r_c_gdate {    right: -15px;}
#list-group-div  li { display:none ;}
#loadMorebtn:hover {
  background: #fff;
  color: #ff9e00;
}
#loadMorebtn {
  display: block;
  margin: 40px auto;
  width: 140px;
  color: #fff;
  text-align: center;
  border: solid 1px #ff9e00;
  padding: 8px 0px;
  cursor: pointer;
  background-color: ff9e00;
}



@media (min-width: 1200px) {  .mob-right { top:4px;} }
@media (min-width: 991.98px) and (max-width: 1199.98px) {  .mob-right { top:4px;}   .booknowalign {   margin-left: 0px !important;} }
@media (max-width: 991.98px) { .country_select { display:none; } .Nh-search-inner { width:100%!important;}
.new_menu { display:none;}
..Rectangle-44 { height:auto;padding: 10px;}
}
@media (min-width: 767.98px) and (max-width: 959.98px) { .Professional-level,.Associate-level,.Expert-level {  height:380px; }  }
@media (max-width: 767.98px) { .Professional-level {  margin-bottom: 50px !important; } }
@media (max-width: 599.98px) { .show-al-technologies { left: 15px!important;} 
.process-model {
    margin-left: -45px;
    width: 100%;
} }
@media (max-width: 387.98px) { .show-al-technologies { left: 15px!important;  top: 81px!important;} }
@media (max-width: 991.98px) {
.get_strt_btn {
  width: 120px;
 }
.Menuline1 {
  height: 1px;
  background: #ccc;
  margin: 0px 20px;
}
.country_select { display:none; } .mobile_country {display: block; padding-top: 2.2px;} .mob-left  { width:60%;  float: left;} 
.header-small .container , .insoft-top-header .container{ width:100%!important ; max-width:100%!important; }.display-6 {  font-size: 1.6rem;} .Nh-search-inner {   margin-left: 26px;}
.ti-time {  padding-bottom: 5px ;}  .nobtneffect { margin-left: 0px !important;padding-left: 0px;width: 100%;  text-align: left;} .booknowalign {   margin-left: 0px !important;} .pagination { overflow:hidden;}
/**/
.memng {    width: 118px;}
.mob-right1 { } 
.ti-search {   font-size: 20px;  }
.Mobile-menu .accordion-title a {    padding: 10px 20px !important;}
.Mobile-menu .accordion {
    margin-bottom: 0;
    border-bottom: none;
}
}
@media (max-width: 599.98px) { .show-al-technologies { left: 15px!important;   }  .Desktop-menu{ display:none;} .flag_desktop { display:none;}
.ti-search {   font-size: 20px;  }   }  
@media (min-width: 767.98px) and (max-width: 991.98px) {  .mob-right { top:8px;}
.forcewidth100 {    width: 100% !important;}  
/****landing page**/
.homesec1 .row { padding-top: 40px !important;padding-bottom: 40px !important;}
}
@media (min-width: 991.98px) and (max-width: 1281.98px) { 



.mob-right2 {  }  .mob-right1 {  }  .ti-search{} 
.trainingM { padding-left: 16px !important; }  
/****landing page**/
.homesec1 .row { padding-top: 40px !important;padding-bottom:40px !important;}
.flp-section31_1imgn.pt-4.pb-5.w-40 {
  width: 60%;
  padding-bottom: 15px !important;
}
.nse-expert .text-white.pt-5.pr-5 { padding: 0px !important;}
.row.common-eight1 p { margin-bottom: 10px;}
.common-eight1 { height: 250px;}
.nse88  {  margin-top: 15px; margin-bottom: 5px;}
.NSE1-Certification-icon {  margin: 72px auto;}
.get_strt_btn { width: 120px; }
}
@media (max-width: 767.98px) {  .nobtneffect {  margin-left: 0px !important;  padding-left: 0px !important;    width: 100%;  text-align: left;} .booknowalign { margin-left: 0px !important; }  .booknowalign {   margin-left: 0px !important;} 
.forti-tr-part-2 {   text-align: center;}
.forti-tr-part4 {   text-align: center;}
.fort-tr-part6 .col-md-4 { padding-left:0px;}
.fort-tr-part6 .col-md-8 { padding-right:0px;}
.forti-tr-part5 .col-md-4 { padding:0px;}
.mobile-view-sidebar { display: none; }
/****landing page**/
.homesec1 .row { padding-top: 25px !important;padding-bottom: 25px !important;}
.homesec1  .w-50{   width: 100%!important;}
}
@media (max-width: 479.98px) { 
.mob-right1 {
  width: 65%;
  margin-right: 0px!important;
}
.Rectangle-44 {  height: auto; }
.top_search { display:none;}
.home-part-1-op .w-75 {   width:100%!important ; padding-top:0px!important;}   
.home-part-1-op h1 {  }    
.Nh-search-inner {   margin-top: 20px!important;}
.home-part-1 pt-5 {   padding-top: 1px !important; }
/*.home-part-1 { height:320px!important; }*/
.min-h-100vh {   min-height: auto;}
.home-part-2   { padding-top: 0rem !important; }
.home-part-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.feature-box {    padding: 0 0 0px 0; }
.feature-box-title {   padding-bottom:0px!important;  margin-bottom:0px!important;}
.h-cybersecurity {   padding-bottom:20px!important; }
.owl-carousel { margin-bottom:0px!important;}
/**/
.home-part-3 .w-50 {   width:100%!important ;}  
.home-part-3 h3 {   margin-top: 16px !important;}  
/**/
.home-part-4 .w-75 {   width:100%!important ;}  
.home-part-4 { padding-top:1px!important; padding-bottom: 0rem !important;}
.home-part-4 h3 {    margin-top: -15px!important;}
/**/
.home-part-5 .w-50 {   width:100%!important ;}  
.home-part-5 .w-75 {   width:100%!important ;}  
.home-part-5 img { padding-top: 0px !important; }
.home-part-5 h3 {    margin-top: -15px!important;}
.home-part-5  { padding-bottom: 0rem !important; }
/**/
.home-part-6   { padding-top: 1px !important; padding-bottom: 1px !important; } 
.home-part-6 img  { width:175px !important; }
.home-part-6 h3 {    margin-top:20px!important;}
.home-part-6 .btn {   margin-top: 16px !important;margin-bottom: 0px !important;}
/**/
.home-part-7 .w-50 {   width:100%!important ; margin-top: -70px !important;} 
.home-part-7 .w-75 {   width:100%!important ;}  
.home-part-7 img   {   margin-top:75px !important; }
.home-part-7 h3   {  margin-top: -15px !important;margin-bottom: 30px !important; }
.home-part-7  .btn {  margin-top: 0px !important;   margin-bottom: 0px !important;}
.home-part-7 {   padding-top: 1px !important;}
/**/
.Prepforce-Shield-nse8 {    width: 100px;}
.home-part-9  {    padding-top: 1px !important; padding-bottom:1px!important;}
.home-part-9 h3 {  margin-top: 25px;}
.home-part-9  .btn {    margin-bottom: 0px !important;}
/**/
.home-part-8  .btn {  margin-top: 0px !important;   margin-bottom: 0px !important;}
.home-part-8 .w-50 {    width: 100% !important;}
.home-part-8   { padding-top: 1px !important; }
.home-part-8 h3 {    margin-top:-20px!important; margin-bottom:25px!important;}
/****landing page**/
.homesec1 .row { padding-top: 1px !important;padding-bottom: 10px !important;}
.homesec1  .w-50{   width: 100%!important;}
}
@media (max-width: 363.98px) {  .forcewidth100 {    width: 100% !important;} }
/******************/
.alltechn { padding:13px 0px!important;}
.cdl_section_1 {
 background-image: url("/assets/imgs/Cisco-Digital-Learning.jpg");
background-position:center right;
 min-height:280px;
   }
.cdl_section_1 ul li {
background: white;
float: left;
margin: 5px;
cursor: pointer;
height: 44px;
width: 140px;
text-align: center;
line-height: 40px;
} 
.cdl_section_1 ul li a:hover {
    color: #FF9E00;
}
.cdl_section_1 ul { display:inline-flex ;}
.cw-20 { width:20%;}
.cw-20 img { width:70%;}
.CDLL-course-single{
float: left;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
box-shadow: 0 0 2px #ccc;
height: auto;
margin-bottom: 30px;}
CDLL-course-single:nth-child(even) {
  background: #fafcfc;
}
.CDLL-course-single:nth-child(odd) {
  background: #FFF;
}
.CDLL-course-single h2 { 
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 20px;
    width: 98%;
}
.VVMore {
    margin-right: 10px;
    float: right!important;
}
.Cisco-Digital-l p {
    margin-top: 20px;
}
.CDLL-course-single a {
float:left;
margin-left: 15px;
margin-top: 10px;
margin-bottom: 15px;
}
.custom-control-label {
    color: #536878;
    display: block;
    float: left;
    margin-left: 5px;
    width: 240px;
    line-height: 28px;
}
.CDLL-course-single a:hover {
   
}
.btncourselearnmore.cdl-view-more {
  padding: 6px 20px;
}
.CDLL-part1 h1 {
    color: #FFFFFF;
    font-weight: 300;
    padding-top: 85px;
    padding-left: 15px;
    font-size: 38px;
}
.CDLL-part1 ul {
    list-style: none;
    float: left;
    margin-top: 60px;
    margin-left: 40px;
}
.CDLL-part1 ul li {
    background: white;
    float: left;
    margin: 5px;
    padding: 5px 8px;
   cursor:pointer;
}
.CDLL-part1 ul li a:hover { color:#FF9E00 ; }
.CDLL-part1 img {
    width: 225px;
    padding-top: 45px;
    padding-left: 15px;
    float: left;
}
.CDLL-part2 h1 {
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 5px;
}
.CDLL-part2 p {
    line-height: 30px;
  
    padding-right: 30px;
}
.cdl-main-b-logo {
    width: 210px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.extrabtn 
{
display: block!important;
width: 140px!important;
margin: 15px auto!important;
float: none!important;
}
.priceCDL  {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    display: block;
	padding-top: 15px;
}
.cdl_section_3{
 background: #141C36;
float: left;
width: 100%;
}
.Feature-area-box-inner img {
    height: 85px;
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.Feature-area-box-inner h5 {
    text-align: center;
    padding: 15px 0px;
    color: #FFFFFF;
    font-weight: 300;
}
.Feature-area-box-inner {
    background-color: rgb(255 255 255 / 17%) !important;
    box-shadow: 2px 2px 12px #00000026;
    margin: 15px 15px;
    padding: 25px 0px;
}
.cdl_section_3  p {
    color: white;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    line-height: 28px;
}
.priceCDL-2 {
    font-weight: 300;
    text-align: center;
    display: block;
    font-size: 20px;
}
.service-cdl p {    margin-bottom: .3rem!important;}
.extrabtn 
{
display: block!important;
width: 140px!important;
margin: 15px auto!important;
float: none!important;
}
.priceCDL  {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    display: block;
	padding-top: 15px;
}
.cdl_section_3{
 background: #141C36;
float: left;
width: 100%;
}
.Feature-area-box-inner img {
    height: 85px;
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
}
.Feature-area-box-inner h5 {
    text-align: center;
    padding: 15px 0px;
    color: #FFFFFF;
    font-weight: 300;
}
.Feature-area-box-inner {
    background-color: rgb(255 255 255 / 17%) !important;
    box-shadow: 2px 2px 12px #00000026;
    margin: 15px 15px;
    padding: 25px 0px;
}
.cdl_section_3  p {
    color: white;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    line-height: 28px;
}
/********post blogs**********/
.blog_date{ color:#141c36  ;}
.blogs_readmore { color:#0f93f7 ; }
.share-button {
    border: 2px solid #4d4c4c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    background-color: #4d4c4c;
	margin:0 5px;
}
.share-div {
width: 100%;
float: left;
margin-bottom: 20px;
}
.share-div-2 {
    margin: 10px auto;
    width: 176px;
}
.recent-blog  {
    padding-left: 15px;
}
.share-div h3 {
    font-size: 20px!important;
    padding-top: 2px;
}
.pattern-overlay-69::before {
  content: "";
  background: url(../../assets/imgs/Insoft-Services-Blog.png) ;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.post-author img {
 
}
.default_bg_blog  { width:100%; min-height:300px;}
.border-left-3px { border-left:3px solid #ccc;}
.all-blogs img {
  border-radius: 0px 0px;
  height: 150px;
  width: 100%;
}
.bloga {
padding-bottom: 30px;
min-height: auto;
background: white;
border-radius: 0px;
box-shadow: 5px 5px 10px #ccc;
margin-bottom: 30px;
}
.blogin { padding:0px 15px;}
.col-md-9.col-sm-12.all-blogs {
  margin-top: 0px;
}
.blogin a h3 { color: #141c36; min-height: 95px; font-size: 24px; }
.blogin a h3:hover { color: #ff9e00; }
.tec_ul {    list-style: none;}
.tec_ul li {  border-bottom: 1px solid #ccc;  padding: 8px 0px;}
.tec_ul li::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
   }
#searchform7 {	position:relative;}
#s7 {
  padding-left: 15px !important;
  color: #242D31;
  padding: 0px;
    padding-left: 0px;
  height: 45px;
  background: #dbf2ff;
  font-weight: 300;
  margin-bottom: 0px;
  border: 1px solid #dbf2ff;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
  border-right: none;
}
.searchform7 #s7 {  width:67%;  } 
#searchform7 input[type="submit"] {
top: 0px;
height: 45px;
background: #141c36;
position: absolute;
color: #fff;
font-weight: 300;
padding: 0px 10px;
border: none;
}
#searchform7 input[type="submit"]:hover { background:#ff9e00; }
.technlogy-sidebar {
    background: #f9f9f9;
    padding: 15px;
    width: auto;
    border-radius: 4px;
	    padding-right: 0px;
}
/**********************/
.box8 {  transition: transform .2s; }
.box8:hover {  transform: scale(1.1);  }
.box8 img:hover {transform: rotate(360deg); }
.box8 img{  transition: transform 0.3s ease-out; }
.home_new_section_8 {
background-image: url("../images/insoft/Insoft-Academy-Web-Background.png");
background-size: cover;
background-position: center;
width: 100%;
}
.home_new_section_8  p {
    color: white;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    line-height: 28px;
	
}
.home_new_section_8 .Feature-area-box-inner  { }
.color-green { color: #FF9E00 !important;
cursor: pointer;}
.color-green:hover { color:#9BBC94!important;}
@media (max-width: 767.98px) {
   .homenew3_part4122 { border-left:none!important;}
.RctR { padding-left:0px!important;}  
.priceCDL { text-align:left!important; padding-left: 30px!important;}
.extrabtn {   margin-left: 30px !important; }
.nav-link {   padding: 0.3rem 0.75rem;}
.priceCDL-2 { text-align:left;}
.Fabi-8 {   min-height: auto;}
.common-eight1 { height:auto;}
.NSE1-Certification-icon {    width: 100px;    margin: 40px auto; }
.links-for-books { margin-bottom: 25px; display: block;}
.LiknsArea  .pt-4.pb-3.d-block { padding-top: 0px !important;}
.LiknsArea  { margin-bottom: 25px;}
.nse-expert .text-white.pt-5.pr-5 { padding-right: 0px !important; }
.President .card-body {
  padding-left: 0px !important;
  padding-top: 30px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
.RctL.col-md-9 {  max-width: 64% !important;}
.RctR.col-md-3 {max-width: 34% !important;}
.cdl_section_3new .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
}
.RctR { padding-left:0px!important;} 
.extrabtn {    margin-left: -30px !important;}
.priceCDL { text-align: left!important; padding-left: 15px!important;}
.RctR .priceCDL { text-align: center!important; }
 .nav-link {   padding: 0.3rem 0.75rem;}
 .Fabi-8 {
    min-height: 575px;
}
.flp-section31_1imgn.pt-4.pb-5.w-40 { width: 74%; padding-bottom: 15px !important; padding-top: 10px !important;}
.emear-area .col-md-7.col-sm-12.pr-5 { padding-right: 0px !important;}
.flp-section32_1imgn {  padding-top: 50px;}
.nse-expert .text-white.pt-5.pr-5 {  padding: 0px !important;}
.common-eight1 { height: auto; }
.links-for-books { padding-bottom: 30px; display: block;}
.nse11,.nse22,.nse33,.nse44,.nse55,.nse66,.nse77 { margin-top: 30px;}
 }
.vendor-sidebar-ul-li-last {  border-bottom:none!important;  }
.course-box-pages a h4  { }
.Desktop-menu-bg {
width: auto;
height: auto;
margin-top: 50px;
/*background: linear-gradient(to right, #F8F9FA 50%, white 50%);*/
}
.menu_level_1  .fa-angle-right { color:#F8F9FA;  position: absolute;font-size: 25px;right: 0px;line-height: 38px; }
.menu_level_1 .fa-angle-right:hover { color:#ff9e00; }
.menu_level_1 .active .fa-angle-right{color:#ff9e00;}
.menu_level_1:hover { color: #ff9e00!important;     border-left: 3px solid #ff9e00; }
.menu_level_2  .fa-angle-right { color:#fff;  position: absolute;right: 10px;font-size: 25px;line-height: 38px; }
.menu_level_2 .fa-angle-right:hover { color:#ff9e00; }
.active.menu_level_2  .fa-angle-right{color:#ff9e00;}
.resulthover  .fa-angle-right{color:#ff9e00;}
.menu_level_2:hover { color:#ff9e00!important;  border-left:3px solid #ff9e00; }
.globally_recognised {
  margin-top: 20px;
}
.menu_level_2 {
font-size: 16px;
width: 100%;
display: block;
border-left: 3px solid #F5F5F5;
padding: 17px 0px;
  padding-left: 0px;
padding-left: 15px;
}
.VT_first {
position: relative;
margin-left: -15px;
margin-right: -15px;
}
.VT_first2 {
position: relative;
margin-left: -15px;
margin-right: -15px;
}
.nav.top-nav li { }
.Vendor-inner-menu li {
width: 100%;
margin: 4px 0px;
 }
.Vendor-inner-menu {
margin-top: 0px;
width: 23%;
float: left;
min-height: 325px;
}
.vendor-f-tab { }
.Vendor-inner-menu-content
{
width: 77%;
float: left;
}
.vendorfirsttab {
  margin-top: 30px;
}
.allven {
  padding: 0px;
  margin: 20px auto;
}
.menu_level_2.active::after {
 
  right: 10px;
  position: absolute;
  font-size: 30px;
  font-weight: normal;
  line-height: 22px;
}
.fouth_level_menu_link {
  width: 33%;
  float: left;
}
.fouth_level_menu_link  ul {
  display: block;
}
.fouth_level_menu_text {
  float: left;
  width: 67%;
  padding-left: 20px;
  position: relative;
  padding-top: 13px;
}
.fouth_level_menu_link ul li {
  padding: 10px 0px;
}
.fouth_level_menu_link ul li a {
  border-left: 3px solid #F5F5F5;
  padding: 13px 0px;
    padding-left: 0px;
  padding-left: 15px;
}
.fouth_level_menu_link ul li a:hover { border-left: 3px solid #ff9e00; }
.menu_level_4 .active { color: #ff9e00; }
.megaMenu-left {
 
}
.menu-vendor a, .menu-technology a {
text-align: left;
}
.menu-vendor {
  position: relative;
}
.menu_level_1.fa-angle-right  {  color: #fff;
position: absolute;
right: 15px;
font-size: 25px;
line-height: 38px; }
.top-nav { display:block;}
/*.menu_level_1.active .orange-arrow ,.resulthover .orange-arrow */ 
.menu_level_1.active .orange-arrow , .menu_level_1.resulthover .orange-arrow  , .menu_level_1 .orange-arrow { 
width: 19px;
height: 17px;
margin-top: 22px;}
.Vendor-inner-menu .orange-arrow  , .megaMenu-left .orange-arrow{ float: right; }
.menu_level_1.active { color: #ff9e00;     border-left: 3px solid #ff9e00; }
.menu_level_1  {
color: #141c36;
font-size: 17px;
text-transform: capitalize;
line-height: 70px;
padding-top: 0;
padding-bottom: 5px;
display: block;
height: 70px;
padding-left: 15px;
border-left: 3px solid #F5F5F5;}
/*popular course css start  */
.Extra-register_class{
padding: 8px 21px 8px !important;
    margin-top: 0px!important;
    border-radius: 3px!important;
    font-size: 0.960rem!important;}
.popular-course-hr {
    height: 1px;
    background: #141C36;
    margin: 25px 0px 40px;}
.popular-box {
    background: #FAFAFA;
	color: #141C36;
    box-shadow: 0px 4px 5px #141C36; }
.popular-box h4 { color: #141C36;}	
.side-line{  min-height: 80px;}
.side-line2{  padding-left: 10px; height:50px;    border-left: 5px solid #141C36; }
.mPostion-icon { position:relative; top:2px;}	
.pp-2-btn { width: 260px;}
.pp-2-btn .btn-fiord { border-radius : 3px; font-weight:400!important; }
/*popular course css end  */
/*-------------------------------------------------------------new  home---------------------------------------------------------*/
.footer-menu-uk  ul { list-style:none;}
.footer-menu-uk li  { float:left; padding:5px 5px;}
.footer-menu-uk li a {
font-family: Prometo;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: right;
color: #fff;
}
footer-menu-uk li a:hover {
  opacity: 0.9; }
.Rectangle-44 {
height: 40px;
padding: 9px 48.3px 9px;
background-color: #ffefd6;
text-align: center;
}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here {
  margin: 0px 0px 0px 0;
  font-family: Prometo;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff9e00;
  line-height: 16px;
}
 .hereunderline  {
  border-bottom: 2px solid #ff9e00;
}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here .text-style-1 {
  font-weight: 400;
}
.navbar-brand {  float:left;}
.new_menu {
float: left;
  margin-left: 220px;
} 
.mproduct_dropbtn {
  padding-left: 15px;
  padding-right: 15px;
}
.new_menu ul {
 list-style: none;
padding: 24px 0px;
  padding-top: 18px;
} 
.new_menu ul li {
  float: left;
  margin: 0px 5px;
} 
.new_menu ul li a {
display: inline-flex;
     padding: 10px 15px;.
  flex-grow: 0;
  font-family: Prometo;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
  position:relative;
  
}
.ActiveMenu ,.crosseD a,.crosseD2 a,.crosseD4 a,.crosseD5 a {border-radius: 5px;
cursor: pointer;
color: #141c36!important;} 

.new_menu ul li a:hover {
border-radius: 5px;
cursor: pointer;
color: #141c36;} 


.crosseD a .fa-angle-down::before  ,
.crosseD2 a .fa-angle-down::before ,
.crosseD4 a .fa-angle-down::before, 
.crosseD5 a .fa-angle-down::before {
  color: #ff9e00!important;
}
.arrowclor .fa-angle-down::before {
  color: #ff9e00!important;
}
.mproduct_dropdown-content a:hover {
  border-bottom: 2px solid #FF9E00;
  color: #FF9E00 !important;
}

.top_search   { float:right;} 
.topbooknow { float: left;}
.top_search_f {
  height: 60px;
  margin-top: 20px;
}
.mainmenuarrowdown {
/*background: rgba(0, 0, 0, 0) url("../../assets/imgs/arrow-for-technology2.png") no-repeat scroll 10px 7px / 18px auto;*/
}
.arrowclor .mainmenuarrowdown{
/*background: rgba(0, 0, 0, 0) url("../../assets/imgs/arrow1.png") no-repeat scroll 10px 7px / 18px auto;
width: 30px;*/
border-bottom: 3px solid #ff9e00;
left: 16px;
bottom: 0px;
width: 35px;
position: absolute;
}
.crosseD  .mainmenuarrowdown ,.crosseD2 .mainmenuarrowdown ,.crosseD4 .mainmenuarrowdown ,.crosseD5 .mainmenuarrowdown {
border-bottom: 3px solid #ff9e00;
left: 16px;
bottom: 0px;
width: 35px;
position: absolute;
}
.mainmenuarrowdown:hover {
  transform: rotate(360deg);
}
.booKNow:hover ,.popup_close:hover, .popup_submit:hover {
      background: #141C36;
}
.book-now-home.booknowhome2 {
  margin-top: 40px;
}
.popup_close, .popup_submit {
  width: 100px;
  height: 44px;
  align-items: center;
  margin: 1px 0 1px 16px;
    margin-top: 1px;
    margin-left: 16px;
  padding: 9px 0px;
  color: white !important;
  font-weight: 400;
  font-size: 17px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 0;
  font-family: Prometo;
  border: none;
  }
.booKNow { width: 147px;
  height: 44px;
  align-items: center;
  margin: 1px 0 1px 16px;
  padding: 13px 24px;
  color: white !important;
  font-weight: 400;
  font-size:18px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  margin-top: 16px;
  margin-left: 2px;
  font-family: Prometo;
  }
  
  
.search_area_icon { position:relative;} 
  .top_search_i {text-align: left;
height: 55px;
 width: 400px;
float: left;
border: solid 1px #fff;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 1px;
margin-bottom: 0px;
border-right: none;
font-family: Prometo;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
background: #fff;
}
.top_header_search_area1 .top_search_i {    width: 645px;}
.top_search_s:hover { background-color:#ff9e00 ;  }
.top_contact_info {
  float: right;
  width: auto;
  cursor: pointer;
  padding-top: 24px;
}
.top_country {
  width: 30px;
  margin-left: 5px;
}
.top_glob {
  width: 25px;
  padding-top: 3px;
}
.top_contatct {
width: 25px;
padding-top: 1px;
cursor: pointer;
 }
 #mobilemenu {
  cursor: pointer;
}
.top_contatct:hover{
 -webkit-transform: rotate(15deg) scale(1.1);
	transform: rotate(15deg) scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.header_flag {
float: left;
margin-right: 0;
position: relative;
width: 60px;}
.header_contact {  float: left;} 
.top_search_i:focus::placeholder {  color: #0E1325;}
.home_pop_course span { color:#ff9e00; }
.home_pop_course {
  padding-top: 10px;
    color: #fff;
 }
.home_pop_course a {
  color: #fff;
 font-size: .890rem;
}
.home_pop_course a:hover { color:#ff9e00; }
.top_search_i::placeholder {
  color: #141c36!important;
}
.top_header_search_area .container { margin-top: 10px;
padding: 15px 0;
background: rgba(20,28,54, 0.9);
border-bottom: 1px solid #373c4b;
border-left: 1px solid #373c4b;
border-right: 1px solid #373c4b;}
.top_search_i { padding-left:10px;}
.top_header_search_area1 { width: 700px; margin: 0 auto;}
.inner_top_search { float: left;margin-right: 5px;padding-top: 6px;}
.inner-top-search-icon { color: #141c36; font-size: 22px;cursor: pointer;}
.top_search_s  {
  width: 55px;
  height: 55px;
  background-color: #141C36;
  border: none;
  margin-left: -4px;
  background-image: url(/assets/imgs/HomePage/Courses-Training.png);
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid #fff;}
  
.bg-blue-dark {  background:#141c36;}
footer { color:#FFFFFF;} 
.Stay-up-to-date {
  width: 184px;
  height: 26px;
  margin: 50px 177px 20px 3px;
  background-image: linear-gradient(97deg, #ff9e00 10%, #ff7d4b 85%);
  font-family: Prometo;
  font-size: 25.6px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 22px;
}
 .Stay-up-to-date_i {
  width: 296px;
  height: 44px;
  background:#77879B;
  border: solid 2px #77879B;
  margin-bottom: 0px;
border-right: none;
border-radius: 10px 0px 0px 10px;
padding-left:25px;
  font-family: Prometo;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  float:left;
}
.Stay-up-to-date_i::-webkit-input-placeholder {  color: #fff;}
.Stay-up-to-date_i:-ms-input-placeholder {   color: #fff;}
.Stay-up-to-date_i::placeholder {  color: #fff;}
.Stay-up-to-date_s {
 width: 44px;
height: 44px;
background-image: linear-gradient(130deg, #ff9e00 12%, #ff7d4b 82%);
border: none;
border-radius: 0px 10px 10px 0px;
margin-left: -4px;
}
.Stay-up-to-date_search {
  margin-top: 25px;
}
.search_area_icon_inner {
position: absolute;
    left: 12px;
    margin-top: 15px;
}
.top_search_i::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.top_search_i::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.top_search_i:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.top_search_i:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.discover-our-vast-majority-of-accredited-and-vendor-independent-training-courses {
font-family: Prometo;
font-size: 20px;
line-height: 1.3;
font-weight: 300;
font-stretch: normal;
font-style: normal;
color: #fff;
width: auto;
text-align: left;
margin: 30px 7px 2px 2px
}
.book-now-home:hover { background: #141C36;}
.MobileSlider  { display:none;}
.businesslogo111 {  width: 130px;}
.businesslogo112 {  width: 115px;}
.businesslogo113 { margin-top: 37px !important;}
.businesslogo114 { width: 125px;padding-top: 8px;}
.businesslogo115 { width: 120px;  padding-top: 8px;}
.businesslogo116 {margin-top: 45px !important;width: 90px; }
.businesslogo117 { width: 140px;  margin-top: 40px !important;}
.businesslogo118 { width: 130px; margin-top: 32px !important;}
.businesslogo119 { width: 160px;  padding-top: 10px;}
.item2 img {
  margin: 25px auto;
  display: block;
}
.item2 {
  float: left;
  width: 33%;
}
.desktopSlider {
  margin-top: 40px;
}
.home-part-2  .owl-dots {
  margin-bottom:0px!important;
  margin-top: 0px!important;
}
.home-part-new-7 .owl-nav.disabled {}
.book-now-home {
-webkit-transition: all 0.50s ease-out;
transition: all 0.50s ease-out;
cursor: pointer;
width: 147px;
font-family: Prometo;
height: 44px;
color: #fff;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
padding: 13px 10px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
font-weight: 400;
font-size: 17px;
}
/*.home-part-1-op { background-image: linear-gradient(to right, #151D37 10% ,#fff)   ;  }*/
.home-part-2 h3 { color:#141c36!important;}
.home-part-2 .owl-carousel.owl-loaded { margin-bottom: 5.8px !important;}
.home-left1 {
  
    margin-top: 0px;
	min-height:550px;
}
.unleash-your-skill {
margin-top: 115px;
display: block;
font-family: Prometo;
font-size: 60px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #fff;
margin-bottom: 25px;
line-height: 65px;
padding-right: 65px;
}
.extra_line4 {
    border-top: 1px solid #A6B0CE;
     margin-top: 75px;margin-top: 75px;
    padding-top: 75px;
}
.consult_with_us {
  padding-top: 30px;
}
 
.home-part-new-43 {background: linear-gradient(to right, #f1f4f9 -100%, #f1f4f9 50%, #f1f4f9 50%);      padding: 40px 0px;}
    
.home-part-new-4 {
	border-radius: 40px 40px 0px 0px;
    background-color:#FFFFFF;
    position: relative;
    z-index: 1;
}
.text-dark-black {  color:#000000;}
.footer-subscribe-btn {
border: solid 1px #fff;
color: #fff !important;
background:none;
}
.footer-subscribe-btn:hover {
border: solid 1px #FF8045;
box-shadow: 0 14px 64px -4px rgb(24 39 75 / 12%), 0 8px 22px -6px rgb(24 39 75 / 12%);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
transition: transform 15000ms ease-in-out 90ms;
}
.headerdowunbtn {  color:#fff;}
.Rectangle-inner { width: 650px;margin: 0 auto;}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here { width: auto; padding: 12px 0px; margin: 0 auto; float: left;}
.newcntrydetect {  padding-top: 5px;}
.crossmainpage { padding-top: 8px; padding-right: 10px; }
.Rectangle-44 {padding:0px 0px;}
/***************home landing css*****************/
.part6logo .owl-nav {
}
.book-now-home.blogarea {
  text-align: center;
  margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
margin-top: -60px;
  margin-bottom: 40px;
}
.businesslogo3 {
  width: 100px !important;
  margin-top: 19px;
}
.businesslogo1 {
  margin-left: -25px;
}
.businesslogo2 {
  width: 110px !important;
}
.businesslogo4 {
  margin-top: 11px;
}
.businesslogo6 {
  width: 120px !important;
}
.businesslogo5 {
  width: 90px !important;
  margin-top: 17px;
}
.Businesseslogo .owl-nav {  display:none!important; }
.home-part-new-7 .owl-item { margin-top:50px; position: relative;
 margin-bottom:50px; 
  }
.home-part-new-7 .owl-item:hover{
box-shadow: 0px 0px 9px #ccc;
}
.blogs4part p{
padding: 0 15px;
font-family: prometo;
font-weight: 300;
font-size:12.1px;
}
.home_blog_date {
  font-family: Prometo;
  font-size: 12.1px;
  text-align: left;
  color: #141c36;
 padding:0px 0px 0px 10px;
}
.blogs4part_img { height:auto; width:auto;}
.home_blog_title { 
    padding-left: 10px;
   padding-top: 20px;
    font-family: Prometo;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #141c36;
    display: block;
    min-height: 85px;
} 
.home_blog_title:hover {  color: #0f93f7;} 
.home_blog_text {
    font-family: Prometo;
    font-size: 15px;
    text-align: left;
    color: #141c36;
    padding: 0px 10px;
}
.blog_category {
  font-family: Prometo;
  font-size: 12.1px;
  font-weight: 300;
  text-align: left;
  color: #0f93f7;
  padding:30px 0px 10px 10px;
}
.blogs4part {
  padding-bottom: 20px;
  border:1px solid #E7E7E7;
  background-image: linear-gradient(to right, #f1f4f9 -100%, #f1f4f9 50%, #f1f4f9 50%);
  min-height:248px;
}
.our-blogs {
   
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  color: #0f93f7;
}
.start_learning42 a {
    color: #fff;
    padding: 35px 0px 0px 20px;
    float: left;
}
#parallelogram {
   width: 100%; 
   height: 195px;
}
#parallelogram:hover {   }
.start_learning4:hover  {
  background-image: linear-gradient(to right, #f1f4f9 -100%, #f1f4f9 50%, #f1f4f9 50%);
}
.start_learning4 {
 /* background-image: url("/assets/imgs/HomePage/E-Learning.png");*/
background:#222A44;
height:283px;
background-image: linear-gradient(to right, #f1f4f9 -100%, #f1f4f9 50%, #f1f4f9 50%);
margin-top: 50px;
margin-bottom: 50px;
text-align:center;
}                                
.start_learning4:hover{ box-shadow: 0px 0px 9px #ccc;}
.cloud-computing_sl{
font-family: Prometo;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #141c36;
    padding-top: 40px;
    padding-left: 0px;
	margin-bottom:65px !important;
}
.start_learning42 {
    height: 150px;
    background-image: linear-gradient(123deg, #141c36 33%, #c3cce9 127%);
 	-webkit-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.start_learning41 img { height:160px; width:100%;}
.home-part-new-6 {background: #FFFFFF;
    border-radius: 40px 40px 0px 0px;
    margin-top: -40px; }
.check-our-popular-elearning {
  font-family: Prometo;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    color: #141c36;
	line-height: 1.3;
    margin: 40px auto;
    width: 45%;
    display: block;
	margin-top:10px;
	margin-bottom: 10px;
	}
.main_logo_part6 {
  width: 180px;
  margin: 60px auto;
    margin-top: 60px;
    margin-bottom: 60px;
  display: block;
  margin-bottom: 30px;
  margin-top: 90px;
}
.start-learning-at-your-own-pace {
  background-color: #141c36;
  font-family: Prometo;
font-size: 45px;
  font-weight: 300;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.part6logo621 {  padding:20px; }
.part6logo622 {  padding:20px 5px; }
.part6logo623 {  padding:20px 5px; }
.part6logo624 {  padding:20px 10px; }
.part6_right_box p  {
font-family: Prometo;
font-size: 12px;
color: #141c36;
text-align: left;
line-height: 17.6px;
font-weight:300;
}
#parallelogram1 a  {   font-size:15.8px ;}
.part6_right_juniper p{
font-family: Prometo;
font-size: 12px;
font-weight: 300;
line-height: 1.21;
color: #fff;
}
.home-part-new-5 {
    background-image: linear-gradient(to bottom, #141c36 -42%, #0f93f7 37%, #dbf2ff 346%);
    padding: 20px 0px 80px;
}
.home-part-new-5 .container  {
background-image: url("/assets/imgs/HomePage/4.png");
background-repeat: no-repeat;
background-size: 100px;
background-position: 0px 40px;
}
.part6logo {
  margin-left: 48px;
}
.part6_left1 {
font-family: Prometo;
font-size: 35px;
font-weight: 300;
text-align: left;
color: #fff;
margin-top: 70px;
width: 360px;
margin-left: 50px;
}
.part6_left2 {
font-family: Prometo;
font-size: 17px;
color: #fff;
margin-left: 50px;
padding-top: 15px;
}
.part6logo11 { width:150px; float:left; padding:10px;}
.part6logo12 { width: 140px;float: left; padding: 18px 5px;}
.part6logo13 {width: 140px;   float: left;   padding: 16px 10px;}
.part6logo14 {   width: 190px;    float: left;  padding: 20px 10px;}
.part6logo15 {
    width: 140px;
    float: left;
    padding: 15px 10px;
}
.part6logo16 {
    width: 140px;
    float: left;
    padding: 7px 10px;
}
.part6_right_box {
    width: auto;
    padding:0px 20px;
    border-radius: 0px 30px 30px 30px;
    border: 2px solid #ff7d4b;
    float: left;
    margin-bottom: 30px;
	height: 255px;
}
.homenew3_part41 {
  width: 310px;
  height: 375px;
  border:1px solid #E7E7E7;
}
.it-consulting-services {   width: 80%;
  margin-left: 15px;
}
.home-part-new-4-text-left {
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.new_consult_with_us {
background-image: url("/assets/imgs/HomePage/Insoft-Consulting-Professional-Services.jpg");
background-size: cover;
padding-bottom: 70px;}
.wbtnwarow {
background: #fff;
height: 45px;
border-radius: 0px 0px 10px 10px;
margin-top: 40px;
text-align: center;
padding-top: 12px;
font-weight: 400;
}
.wbtnwarow .fa-angle-right {
  float: right;
  font-size: 40px;
  padding: 0px 10px;
  margin-top: -7px;
}
.new_consult_with_us3:hover {
  box-shadow: 0px 0px 10px #f8f8f8;
  cursor: pointer;
} 
.new_consult_with_us3 h6 {
color: #fff;
text-align: center;
font-size: 20px;
font-weight: 300;
padding: 10px 50px;
  padding-top: 10px;
padding-top: 40px;
}
.new_consult_with_us h2 {
  color: #fff;
  padding-top:60px;
  padding-bottom: 0px;
  text-align: center;
}
.new_consult_with_us3 h6:hover { color: #ff9e00 ; }
.wbtnwarow:hover { color: #ff9e00 ; }   
.new_consult_inner2 {
border-radius: 15px;
background-color: rgba(20,28,54,0.7);
text-align: center;
width: 94%;
margin: 40px auto;
padding: 35px;
  padding-bottom: 35px;
padding-bottom: 15px;
}
.new_consult_with_us3 { background-color: rgba(20,28,54,0.7); width:80%; margin:auto;    border-radius: 10px;}
.new_consult_inner2  p { color:#FFFFFF; }  
.line-part-4-1 {
height: 1px;
    background-image: linear-gradient(to right, #ff9e00 37%, #ff7d4b 91%);
    margin: 20px 0px;
}
.consult-with-us {
background-color: #fff;
font-family: Prometo;
font-size: 37px;
font-weight: 300;
text-align: left;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 37px;
padding-top: 60px;
padding-bottom: 15px;
}
.consult-with-us9 {
  font-size: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.learn-more-home {
 border: solid 1px #fff;
padding: 7px 20px;
color: #fff !important;
font-weight: 400;
cursor: pointer;
transition: transform 500ms ease-in-out 25ms;
width: 147px !important;
height: 40px;
font-size: 17px;
}
.homenew3_part412 h3 {
    font-family: Prometo;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #fff;
   font-style: normal;
  line-height: normal;
  letter-spacing: 0.03px;
 
}
.homenew3_part412 p {
  font-family: Prometo;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.02px;
  text-align: left;
  color: #fff;
}
.owl-carousel .item {   }
.owl-carousel .owl-item img {
 transition: transform .9s;  
   
}
.plogo:hover {
  transform: scale(1.1);
}
.plogo {
}
.juniperbox {
  margin-top: 48px;
}
.dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block!important;
}
.owl-carousel .owl-dots .owl-dot span {  box-shadow: inset 0 0 0 2px #0f93f7; }
.owl-carousel .owl-dots .owl-dot span::after { background:#0f93f7;}
.homenew3_part41_img
{
width: 100px;
margin: 20px auto;
display: block;
padding-top: 41px;
}
.homenew3_part42_img {
width: 140px;
margin: 20px auto;
display: block;
padding-top: 59px;
}
.homenew3_part411 {
background-color: #ffffff;
height: 140px;}
.we_deliver_box {
  padding-bottom: 100px;
  margin: 0 auto;
  width: 90%;
}
.homenew3_part412 {
background-image: linear-gradient(to bottom, #141c36 -42%, #0f93f7 37%, #dbf2ff 346%);
padding: 24px 24px;
height: 192px;
}
.we-deliver-world-class-training-services {
color: #141c36;
font-family: Prometo;
font-weight: 300;
font-stretch: normal;
text-align: center;
font-size: 45px;
}
#vm10 {
  margin-top: 50px;
}
.homenew3_part43_img {
width: 100px;
margin: 20px auto;
display: block;
padding-top: 37px;
}
.homenew3_part44_img {
width: 173px;
margin: 20px auto;
display: block;
padding-top: 73px;
}
.home-part-new-3  { background-color: #f3f6f7;
    padding-bottom: 60px;}
	/*********/
.carousel{
  margin-top: 50px;
}
.carousel-inner{
  height: 100px;
}
.carousel-caption{
  color: #fff;
  top: 50%;
}
.home-part-2 .owl-item {
/*  width: 147px !important;*/
}	
.heresome_heading2 {
  font-family: Prometo;
 
  font-weight: 300;
  margin-top: 35px;
  margin-left: 100px;
  color:#141c36;
}
.part6logo img:hover {  opacity:.5;}
.col-md-3haft {
  float: left;
  width: 45%;
  margin: 15px;
}	
.home-part-new-6 .owl-nav  {}
/***************home landing css end****************/
/***************Vendor page css start****************/
.vendor-sidebar-left { border-top: 1px solid #B0BFD0;
margin-top: 50px;
border-radius: 0px;}
.vsl-content {
  padding: 13px 3px 0;
    padding-top: 13px;
}
.vsl-title a {padding: 20px 1px;
  padding-top: 20px;
  font-size: 17px;
padding-top: 19px;}
.vendor-sidebar-page {
  float: right;
  width: 200px;
  position: absolute;
  right: 20px;
  box-shadow: none;
  background:#fff;
  z-index:1;
border: 1px solid #000;
padding: 5px 0;
}
.top_filter_2 {
  display:none;
  float: left;
  width: 100%;
  margin-bottom: 63px;
}
.clear { clear:both;}
.filter_left {
  width: 112px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: solid 1px #000;
  
  font-family: Prometo;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000; 
}
.course_count  {    width: 91px;
height: 24px;
font-family: prometo;
font-size: 17px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 44px;
letter-spacing: normal;
text-align: left;
color: #141c36;
float: right;
padding-top: 4px;
display: block;
float: right;
margin-right: 15px;}
  
  .sort-by-course{
  float:right;
  width: 200px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: solid 0.9px #141c36;
}
  
.coursedats {
padding: 20px 60px;
  padding-bottom: 20px;
line-height: 24px;
padding-bottom: 0px;
}
 .vendor-courses:hover {
  box-shadow: 0px 0px 9px #ccc;
  background: #F4F4F4;
}
.btncourselearnmore {
padding: 6px 26px;
border: 1px solid #FF9E01;
margin: 7px;
  margin-top: 7px;
text-align: center;
font-family: Prometo;
color: #FF9E01;
font-size: 17px;
margin-top: 68px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center
}
.textcourse {
  font-size: 17px;
  font-family: prometo;
  font-weight: 300;
  padding-bottom: 30px;
}
.titlecourse {
font-family: prometo;
font-weight: 300;
font-size: 21px;
padding-top: 53px;
line-height: 34px;
padding-bottom: 10px;
}
.datecourse {
text-align: center;
padding: 45px 0px;
color: #000;
font-family: prometo;
font-weight: 300;
font-size: 16px;
}
.vendor-courses {
 background:#f7f8f9;
  margin-bottom: 0px;
}
.programs-starting-soon {
  background-color: #141c36;
  font-family: Prometo;
  font-size: 26px;
  font-weight: 300;
  font-stretch: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box3border {
  object-fit: contain;
  border: solid 1px #141c36;
}
.sortbynewest { font-size:16px;}
.Insoft-Services-helps1 {
display: block;
float: left;
margin-left: 30px;
margin-right: 25px;
width: 72px;
height: 72px;
}
.WHAT-OUR-LEARNING-PARTNER-ACCREDITATION-OFFERS {
font-family: Prometo;
font-size: 17px;
text-align: left;
color: #000;
padding-left: 30px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
margin-bottom: 20px;
display: block;
}
.young_man {
webkit-transform: skew(-3deg);
-moz-transform: skew(-3deg);
-o-transform: skew(-3deg);
transform: skew(-3deg,0deg);
padding-top: 10px;
padding-bottom: 10px;
width: auto;
margin-left: 50px;
}
.young_man_line1 {
border: 3px solid #FF8D1A;
width: 221px;
margin-left: 59px;
margin-top: 45px;
}
.young_man_line2 {
border: 3px solid #FF8D1A;
width: 221px;
margin-left: 41px;
}
.chart.NEWCC {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}
.nav-link9 {
  padding: 15px 15px 22px;
  display: block;
  border-bottom: 5px solid white ;
  font-family: prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #141c36; 
  
  
}
.btn-certfication-section {
padding: 10px 0px;
border: 2px solid #FF9E01;
border-radius: 10px;
margin: 7px;
display: block;
width: 210px;
text-align: center;
font-weight: ;
float: left;
background-image: linear-gradient(92deg, #FF9E01 12%, #FF7D4B);
font-family: Prometo;
-webkit-background-clip: text;
background-clip: border;
background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 17px; 
  }
.btn-certfication-section:hover{
  border: 2px solid #0f93f7;
    background-image: linear-gradient(92deg, #0f93f7 12%,#4695BE);
  -webkit-background-clip: text;
   background-clip: text;
  -webkit-text-fill-color: transparent; 
  }
.vendor_tab_area_content p  , .vendor_tab_area_content ul li{
  font-size: 16px;
  font-family: prometo;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  text-align: left;
  color: #141c36; 
  padding-right: 35px;
  }
.Insoft-Services-helps{
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  text-align: left;
  color: #000;
}
.WHAT-OUR-LEARNING-PARTNEr {  padding-top: 30px;}
.nav-link9:hover,.nav-link9.active { color:#ff9e00!important;  border-bottom:4px solid #ff9e00;  font-weight: 300;}
.vendor_tab_area_content h2 {
 font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
 background-color: #141c36;
font-family: Prometo;
font-size: 30px;
font-weight: 300;
text-align: center;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;}
.vendor_tab_area_content  {}
.vendor_top_banner_area_top { }
.vendor_top_banner_area { 
background-image: url("/assets/imgs/Vendors/courses-certifications-training1.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.bcrm-vendor {
  font-size: 19px;
  font-weight: 300;
  padding-top: 30px;
}
.bcrm-vendor span {
  text-transform: uppercase;
}
.vendor_top_banner_area h1{    
font-family: Prometo;
font-size: 42px;
text-align: left;
padding-top: 45px;
margin-bottom: 0px;
padding-bottom: 40px;
color: #fff;
}
.vendor_top_banner_area h3 { font-family: Prometo;
font-size: 21px;
font-weight: normal;
letter-spacing: 0.2;
}  
.btn-white-vendor {
color: #fff !important;
font-weight: 300;
font-size: 17px;
text-align: center;
margin-bottom: 10px;
float: left;
width: 140px;
height: 44px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
padding: 7px 0px;
object-fit: contain;
border-radius: 7px;
border: solid 1.5px #fff;
cursor: pointer;
}
.ent_section_2 {
  margin-top: 35px;
}
.btn-white-vendor:hover {
transition: all 0.50s ease-out;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
border: 1.5px solid #ff9e00;
 color:#fff; 
 cursor:pointer;
   }
.vendor-top-img-inner {
}
.btncourselearnmore:hover {
  background:#ff9e00 ;
  color:#fff;
}
/***************Vendor page css end****************/
/*******single course page start*******/
.Course-Details1 { margin-top:55px;margin-bottom:40px;}
.Course-Details{
background-color: #141c36;
font-family: Prometo;
font-size: 28px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course_duration_text { margin-top:50px;}
.course_duration {
  margin-top: 45px;
}
.beginner_level h6 {
  font-family: Prometo;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.beginner_level h6 p {
  font-size: 17px;
  font-weight: normal;
}
.use-the-hashtag {
  font-family: Prometo;
  font-size: 22.2px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #141c36;
}
.use-the-hashtag {
  font-family: Prometo;
  font-size: 22.2px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  color: #141c36;
  width: 64%;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 60px;
}
.use-the-hashtag span  {  font-weight: 400; color: #ff9e00;}
.social_icon_course  {width: 260px;
margin: 0 auto;
margin-bottom: 25px;}
.sil2 { font-size:40px; padding:0 10px;}
.know_someone h1{
  font-family: Prometo;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: center;
  color: #141c36;
  padding-top: 75px;
    padding-bottom: 25px;
}
.know_someone {  background-color: #dbf2ff; }
.course-training8 { display: block; height:43px; float: left;padding-right: 15px; margin-top: 2px;}
.course-training1 {
  display: block;
  height: 43px;
  float: left;
  padding-right: 15px;
  margin-top: 2px;
 
}
.course-training56 { display: block; height: 43px; float: left;padding-right: 15px; }
.rating_area .checked {   color: orange; }
.course_top_title{
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
 margin-bottom: 0px;
padding-top: 95px;
padding-bottom: 20px;
}
.CDLPAGE  {
background-image: url("/assets/imgs/Cisco-Digital-Learning.jpg")!important;
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 325px;
}
.CDLPAGE .course_top_title {  padding-top: 80px; }
.CDLPAGEimg {
  width: 225px;
margin-left: 20px;
}
.vendor-top-img   
{
 position:relative; 
}
.vendor-top-img-inner-course,.vendor-top-img-inner{
}
.vendor-top-img-inner-course { float:right; }
.course_content_area_menu .nav-link9  {
  
padding: 0px 18px 28px 18px;
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
  
 }
.course_content_area_content p , .course_content_area_content li  {
 
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
  margin-bottom:0px;
}
.vendor_section_3 {
  margin-top: 40px;
}
.programs-starting-soon { margin-bottom:35px;}
.course_page_top {
background-image: url("/assets/imgs/Vendors/courses-certifications-training1.jpg");
background-repeat: no-repeat;
background-size: cover;
background-repeat: no-repeat;
}
.CiscoVendor {  background-image: url("/assets/imgs/Vendors/courses-certifications-training.jpg");   }
.FortinetVendor {  background-image: url("/assets/imgs/Vendors/courses-certifications-training3.jpg");   }
.MicrosoftVendor {  background-image: url("/assets/imgs/Vendors/courses-certifications-training9.jpg");   }
.NetworksVendor {  background-image: url("/assets/imgs/Vendors/courses-certifications-training4.jpg");   }
.enroll_now_btn {
  padding: 10px;
  color: #fff!important;
  font-weight: 300;
  font-size: 17px;
 
  display: block;
  text-align: center;
  margin-bottom: 10px;
  float:left;
  width: auto;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 13px;
  object-fit: contain;
  border: solid 1px #fff;
  cursor:pointer;
  
}
.enroll_now_btn:hover { transition: all 0.50s ease-out;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 10px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
border: 1px solid #ff9e00;
color: #fff; }
.enroll_now {
  width: 100%;
  float: left;
}
.enroll_now p {
float: left;
color: #fff;
margin-top: 32px;
margin-left: 15px;
font-size: 14.2px;
}
.extra_icon_div {
float: left;
width: 100%;
margin-bottom:57px;
}
.last_update_date { float: left;
color: #fff;
padding: 0px 10px 0px 0px;
font-size: 14.2px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.c_version { float: left;  color: #fff;  padding: 0px 10px; font-size:14.2px; padding-bottom: 0px;margin-bottom: 0px;}
.course_language { float: left;  color: #fff;  padding: 0px 10px; font-size:14.2px; padding-bottom: 0px;
margin-bottom: 0px;}
.dayset {  
font-family: Prometo;
font-size: 17px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.40;
letter-spacing: normal;
text-align: left;
color: #141c36;
margin: 0 auto;
width: 115px; }
.deliverycoursse {font-family: Prometo;
font-size: 17px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.40;
letter-spacing: normal;
text-align: left;
color: #141c36;
margin: 0 auto;
width: 240px;}
.pricesec { font-family: Prometo;
font-size: 17px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.40;
letter-spacing: normal;
text-align: left;
color: #141c36;
margin: 0 auto;
width: 224px; }
.top_bdt {
font-size: 19px;
color: #fff;
font-weight: 300;
padding-top: 30px;
margin-bottom: 25px;
}
.course_page_top_banner h5 { 
font-weight: 300;
font-family: prometo;
color: #fff;
padding: 16px 0px;
margin-bottom:0px;
  font-size: 23.4px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.more-info-box-ul {
list-style: none;
background: #f7f8f9;
margin: 45px 10px 0px;
padding: 25px 0px 25px 25px;
float: left;
box-shadow: -1px -10px 20px #ccc;
width: 95%;
}
.more-info-box-ul h5 { font-size:26px; }
.more-info-box-ul .mib-img-dt { font-size:22px;}
.mib-img {
  font-size:40px!important;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  display: block;
}
.mib_box b {
  display: block;
  float: left;
  width: 100%;
}
.mib_box {
  float: left;
  width: 80%;
}
.coloredboxbg   { /* border-radius: 0px 0px 10px 10px;*/
  float: left;
 
  background-color: #141c36;
  height: 10px;
  width: 95%;
  margin-left: 11px;}
  
  .date_btn {
    width: 147px;
  height: 44px;
  align-items: center;
  margin: 1px 0 1px 16px;
    margin-top: 1px;
    margin-left: 16px;
  padding: 13px 24px;
  border-radius: 5px;
  color: white !important;
  font-weight: 400;
  font-size: 17px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  margin-top: 16px;
  margin-left: 20px;
  font-family: Prometo;
  }
.date_btn:hover { background: #141C36;}
 
 .date_get_register {
 height: 23px;
width: 23px;
background: #eee;
float: left;
border-radius: 12px;
color: #eee !important;
margin-right: 17px;
border: 1px solid #ddd;
cursor:pointer;
} 
 .date_active ,.date_get_register:hover {
background-color: #ff9e00;
color: #ff9e00!important;
border: 1px solid #ff9e00;
}
 .more-info-box-ul li {
  display: block;
  width: 100%;
  float: left;
  margin: 5px 0px;
} 
.mib-img-dt {
  padding-right: 10px;
}
/*******single course page end********/
.mobile-menu-show {display:none;}
.new_world_class_top {
  background: #FFFFFF;
  padding: 100px 0px;
  min-height: 650px;
}
.nwc11  {
background: linear-gradient(to right, #32394f 40%,#dbf2ff 110%);
height: 9px;
border-radius: 15px 15px 0px 0px;
text-align: center;
}
.nwc10 {
background: linear-gradient(to right, #32394f 40%,#dbf2ff 110%);
height: 9px;
border-radius: 0px 0px 15px 15px;
margin-top: 20px;
}
.nwc13 p  {
font-size: 17px;
text-align: center;
font-weight: 300;
padding: 7px 15px;
height: 55px;
}
.nwc11_img {
  float: left;
  width: 100%;
  height: 100px;
}
.nwc11h4 {
color: #141c36;
font-size: 20px;
font-weight: 400;
display: block;
height: 55px;
line-height: 80px;
float: left;
width: 100%;
}
.nwc1 {
  height: auto;
  background: #f9f9f9;
  border-radius: 15px;
  position: relative;
  box-shadow: 5px 5px 40px #E0E0E0;
}
.nwc1:hover {  box-shadow: none;}
.nwc12 {
margin: 10px auto;
width: 80px;
display: block;}
#hvcolor111 { margin-top:140px;}
#hvcolor211 {  margin-top: 140px;}
#hvcolor311 {  margin-top: 140px;}
.nwc18 {
margin: 23px auto;
width: 100px;
display: block;}
.nwc19 {
margin: 10px auto;
width: 90px;
display: block;
}
.droppeD3.fixedMenU {  top: 107px !important;}
.BookNowHome {
  -webkit-transition: all 0.50s ease-out;
  transition: all 0.50s ease-out;
  cursor: pointer;
  width: 147px;
  font-family: Prometo;
  height: 44px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 5px;
  box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
  background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
  font-weight: 400;
  font-size: 15px;
  margin:0 auto;
}
.BookNowHome:hover {
color:#FFFFFF;
  background: #141C36;
}
.desktop_course_content { display:block;}
.mobile_course_content  { display:none;}
.font-weight-bold.pt-7.pb-2  { padding-bottom:100px!important;}
.technology_days {
text-align: center;
color: #000;
font-family: prometo;
font-weight: 300;
font-size: 15px;
padding-left: 0px;
}
.technology_date p {
text-align: left;
color: #000;
font-family: prometo;
font-weight: 300;
font-size: 15px;
margin-left: 35px;}
.technology_date .ti-calendar {
  margin-top: -1px;
  display: block;
  float: left;
}
.technology_por {
  margin: 0 auto;
  width: 271px;
}
.main_technology_course_area {  margin-top: 98px; }
.btntechnology {
  font-weight: 300;
  margin: 20px auto;
  width: 171px;
  margin-top: 5px;
}
.Apply_Filter:hover ,.Reset_Filter:hover  { border: 2px solid #141C36; }
.technology-course-box {
  margin-bottom: 12px;
}
.t-courses-box {  padding-bottom: 20px;}
.titlecoursetechnology {
  font-family: prometo;
  font-weight: 300;
  font-size: 21px;
  padding-top: 30px;
  line-height: 34px;
  padding-bottom: 15px;
}
.technology_days .ti-time {  display: block; float: left; margin-top: -1px !important; }
.hading_get_ready {padding-top:50px; text-align:center;}
.tct_content .col-md-12 p {  text-align: center;}
.tct_content .col-md-12 h3 {  text-align: center;}
.course-scheudle-title {
  font-family: prometo;
  font-weight: 300;
  font-size: 21px;
  padding-top: 30px;
  line-height: 34px;
  padding-bottom: 15px;
  padding-left: 0px;
}
.course-scheudle-title:hover {  color: #FF9E00; }
.course_schedule_por {
margin: 0 auto;
float: none;
display: block;
padding-top:0px;
}
.vtp_row h6 {
  text-align: center;
  padding: 15px 0px;
    padding-bottom: 15px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 24px;
}
.rows44.p-4 h6 {
  text-align: center;
  font-size:18px;
}
.rows44.p-4 { padding:0px!important;}
.ics_btn1 a {  color:#fff!important;}
.ics_btn a {  color:#fff!important;}
.book-now-home.ics_btn {
  float: none;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
.cntpara {
  height: 124px;
}
.cdlai_btn a {  color:#fff!important; }
.cdlai_btn  {  margin: 10px auto; }
.cdl_section_3new  {  background: #141C36; padding-bottom:40px; }
.cdl_section_3new p {
  color: white;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  line-height: 28px;
}
.cdl_section_3new .Feature-area-box-inner {
  min-height: 385px;
}
.all_top_page_space {  margin-top:50px;}
.common-page-btn {
width: 147px;
height: 44px;
align-items: center;
padding: 13px 0px;
border-radius: 5px;
color: white !important;
font-weight: 400;
font-size: 17px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
cursor: pointer;
margin-top: 16px;
margin-left: 20px;
font-family: Prometo;
}
.common-page-btn:hover {
  background: #141C36;
}
/****/
.country_flag_about {
 width: 65px;
height: 65px;
background-color: #000;
border: 8px solid #dbf2ff;
margin-top: 40px;
border-radius: 50px;
margin-bottom: 35px;
}
.about_page_slider .owl-nav {
  display: none !important;
}
.country_section {
  width: 296px;
  height: 295.6px;
  margin: 0.4px 0.7px 0 0;
  padding: 3.7px 0 0 37px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 15px 0px 0px 0px;
  position: relative;
}
.country_name_about {
  font-family: Prometo;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.country_mail_about {
font-size: 17px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #141c36;
margin-top: 15px;
margin-bottom: 5px;
}
.country_phoneno_about {
 
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.country_color_about
{
 width: 66.4px;
height: 71.6px;
position: absolute;
bottom: 0px;
right: 0;
border-radius: 75px 0px 0px 0px;
}
.cn_norway {  background-image: linear-gradient(289deg, #8c46f0 1%, #e246f0 99%);}
.cn_sweden {  background-image: linear-gradient(289deg, #7497f3 1%, #856ef4 99%);}
.cn_netherlands {  background-image: linear-gradient(289deg, #00ff87 1%, #60efff 99%);}
.cn_lithuania {  background-image: linear-gradient(289deg, #856ef4 1%, #00ff87 99%);}
.cn_germany {  background-image: linear-gradient(289deg, #E9B81F 1%, #DD4739 99%); }
.cn_gb {  background-image: linear-gradient(289deg, #D96881 1%, #FF4D6F 99%);}
.cn_denmark {  background-image: linear-gradient(289deg, #7693F3 1%, #CA46F0 99%);}
.cn_finland {  background-image: linear-gradient(289deg, #DFBC09 1%, #3B5651 99%);}
.cn_italy {  background-image: linear-gradient(289deg, #02FF8A 1%, #59F0F7 99%);}
.our-offices_about{
  margin-top: 100px;
}
.our-offices-box {
  background-image: url("/assets/imgs/Team/Our-Locations.png");
  background-position: top center;
  background-size: cover;
  padding-top: 250px;
  margin-top: 20px;
}
.our-offices-sub-heading 
{
  margin-bottom: 20px;
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #141c36;
}
.our-offices-heading
{
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.our-offices-heading span  { color: #FF9E00;    }
.our-core-value { padding-top: 10px;
margin-bottom: 55px;}
.ocv-circle {
  width: 76px;
  height: 76px;
  box-shadow: 0 18px 88px -4px rgba(24, 39, 75, 0.14), 0 8px 28px -6px rgba(15, 147, 247, 0.5);
  background-color: #fff;
  border-radius: 45px;
}
.ocv_1 {
  float: left;
  width: 50%;
}
.ocv_blue_25 {   
 
  width:25%;
  height: 380px;
  padding: 40px 32px;
  float:left;
  background-color: #dbf2ff;}
 .ocv_white_25 {   
 
  width:25%;
  height: 380px;
  padding: 40px 32px;
  float:left;
  background-color: #fff;} 
  
  
.ocv_blue_25 h4  , .ocv_white_25 h4{
  font-family: Prometo;
  font-size: 27.8px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-top: 24px;
}
.ocv_blue_25 p  , .ocv_white_25 p{
   
  font-family: Prometo;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.ocv_1 h1 span  {  color: #FF9E00;   }
.ocv_1 h1 {
font-family: Prometo;
font-size: 42px;
font-weight: 300;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
text-align: left;
color: #141c36;
width: 80%;
}
.ocv_subheading {
font-family: Prometo;
font-size: 17px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: 2.88px;
text-align: left;
color: #141c36;
padding-bottom: 24px;
padding-top: 70px;
}
.our-ceo-says h1 {
  margin: 24px 0 0;
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
   margin-bottom: 32px;
   margin-right: 125px;
}
.seo_says_subtitle {
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #141c36;
  margin-top: 95px;
}
.our-ceo-says h1 span { color: #FF9E00;  }
.our-ceo-says {
 margin: 55px  0px;
}
.our-ceo-says p {
  margin-right: 75px;
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.ceo_pick  {
webkit-transform: skew(-3deg);
-moz-transform: skew(-3deg);
-o-transform: skew(-3deg);
transform: skew(-3deg,0deg);
width: 443px;
height: auto;
margin: 0 auto;
display: block;
box-shadow: 0px 5px 30px #ccc;
padding-bottom: 10px;
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
display:block;
}
.timeline_ab { padding-top:10px!important;}
.roadmap-heading {
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 50%;
}
.our-roadmap-box h1 span { color: #FF9E00; }
.our-roadmap-box {
 background-image: linear-gradient(to bottom, #141c36 -42%, #0f93f7 37%, #dbf2ff 346%);
 
}
.our-roadmap-text{
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #fff;
  margin-top:55px;
  margin-bottom:24px;
  }
 .timeline_ab {  padding-bottom: 35px;}

 
.seminar13 img , .seminar24 img   {  border-radius:15px; }
.seminar24 img  { height:309px; }
.seminar24  {
  float:left;
  width: 221px;
  height: 309px;
  margin: 0 16px 0 16px;
  border-radius: 15px;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.2), 0 6px 14px -6px rgba(24, 39, 75, 0.22);
  background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);}
.seminar13  {
   
   float:left;
   background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
   width: 310px;
   height: 192px;
   margin: 0  16px 0 16px;
   border-radius: 15px;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.2), 0 6px 14px -6px rgba(24, 39, 75, 0.22);
  margin-top: 60px;
}
.seminar1 img { height:192px; width:100%;}
.seminar3 img { height:192px;}
.seminar4 img { width:221px;}
.about_insoft{
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #fff;
  padding-top:44px;
  padding-bottom:24px;
  margin-bottom:0px;
}
.Our-journey {
  width: 151px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  object-fit: contain;
  border: solid 1px #fff;
  color: white !important;
cursor: pointer;
margin-top: 34px;
 }
 .Our-journey:hover {   color: #FF9E00 !important; }
.about-top-bannner {  height:425px; padding-top: 55px;
 background-image: url("https://www.insoftservices.com/assets/imgs/Team/Our-Team.jpg"); background-size:cover; }
.about-heading {
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
margin-bottom: 0px;}
.about-heading span  { color:#FF9E00; }
.about-top-four-seminar {
  margin: 40px auto;
  width: 94%;}
  
.our-mission {  margin-top: 60px;}
.our-mission-text {
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #141c36;
} 
.our-mission-section1 h1 {
  margin: 24px 78px 32px 0;
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.our-mission-section1 {
  padding-top: 65px;
}
.our-mission-section1 h1 span { color: #FF9E00;}
.our-mission-section1 p  {
  margin: 32px 0 0;
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.young_man2 {  
webkit-transform: skew(-3deg);
-moz-transform: skew(-3deg);
-o-transform: skew(-3deg);
transform: skew(-3deg,0deg);
width: auto;
height: 500px;
margin: 0 auto;
display: block;
box-shadow: 0px 5px 30px #ccc;
padding-bottom: 10px;
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
}
.bgsection2 {}
.our-vision-text {
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.88px;
  text-align: left;
  color: #141c36;
  margin-top: 20px;
} 
.our-vision-section1 h1 {
  margin: 24px 78px 32px 0;
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
}
.our-vision-section1 h1 span { color: #FF9E00;}
.our-vision-section1 p  {
  margin: 32px 0 0;
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.young_man3 {  
webkit-transform: skew(-3deg);
-moz-transform: skew(-3deg);
-o-transform: skew(-3deg);
transform: skew(-3deg,0deg);
width: 555px;
margin: 0 auto;
display: block;
box-shadow: 0px 5px 30px #ccc;
padding-bottom: 10px;
background-image: linear-gradient(106deg, #ff9e00 10%, #ff7d4b 85%);
}
.bgsection3 {
 }
.our-vision {
  margin-top: 50px;
  margin-bottom: 50px;
}
.student-course {    background-color: #dbf2ff; }
.our-vision-section1.vision-big-screen {
  padding-top: 60px;
}
.students_plus ,.courses_plus  ,.instructors_plus ,.reviews_plus {
  
  font-family: Prometo;
  font-size: 48.8px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
.students_plus p , .courses_plus  p  ,.instructors_plus p  , .reviews_plus p {
  
  font-family: Prometo;
  font-size: 22.2px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.05px;
  text-align: center;
  color: #ff9e00;
  margin-top: 5px;
}
.students_plus ,.courses_plus  ,.instructors_plus   {
  margin: 59px auto;
  width: 180px;
  text-align: center;
}
.students_plus p, .courses_plus p {
  margin-left: -12px;
}
 .reviews_plus {
  margin: 59px auto;
  width: 225px;
  text-align: center;
}
.our-journey-box p {
  margin: 32px 0 0;
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.our-journey-box h1 span  { color: #FF9E00; }
.our-journey-box h1 { 
  font-family: Prometo;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #141c36;
  }
.our-journey-text { 
  font-family: Prometo;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 2.88px;
  text-align: left;
  color: #141c36;
  margin-top: 55px;
margin-bottom: 20px
 }
.our-journey-box {
  margin-bottom: 55px;
} 
/****/
 .forti-con-ser-1 h1 {color:#fff;}
.forti-con-ser-2 .heading_color {
  text-align: center;
  padding: 25px 0px;
}
.single-blog { margin-top:50px;}
.all-blogs { margin-top: 50px;}
.sng-author { margin-top:15px;} 
.recent-blog {  display: block;float: left; }
.recent-blog li a { font-weight:400; font-weight: 300;}
.relavant_blog_link {
list-style-position: inherit;
padding-bottom: 30px;
padding-left: 20px;
}
.recent-blog ul {
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 25px;
  list-style-position: outside;
}
.recent-blog li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.relavant_blog_link li {
  line-height: 26px;
  padding: 3px 0px;
}
.relavant_blog_link a {  padding-top:5px; display:block; font-size:16px; font-family:prometo;}
.sng-author a {
  color: #457c90;
}
.relavant_blog_img  a{  padding:5px 0px;  }
.recent-blog h5 {
  font-size: 17px;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
.owl-dots { display: none!important; }
.vision-small-screen { display:none;}
.arrow.arrow__prev.disabled { pointer-events: none;}
.arrow.arrow__next.disabled { opacity: .9;}
.pdisable { pointer-events: none;opacity: .5!important;}

.t-courses-box {  padding-left: 30px;}
.seven_imag img {  width: 75px;  float: left;}
.technology-page { padding-top: 40px;
padding-bottom: 0px;}
.tt_pg {  padding-top: 15px;}
.level4topimg {
  height: 120px;
}
.level4topheading {
font-size: 20px;
margin-top: 30px;
font-weight: 400;
padding-bottom: 10px;
}
.fouth_level_menu_text .mobilebtn { margin-left:0px;}
.Cisco-Courses-Training-Learning-Partner-img {
  width: auto;
  position: absolute;
  display: block;
  right: 0;
  top: 345px;
  height: 90px;
}
.vendor_h1_heading {
  padding: 30px 0px;
  font-size: 33px;
  margin-bottom: 0px;
}
.vendor_h3_heading {
  padding: 25px 0px;
  margin-bottom: 0px;
  padding-top: 6px;
 font-size: 33px;
 margin-bottom:0px;
}
.DateArea {
position: relative;
  width:190px;
}
.DateArea b {
  float: right;
}
.homenew3_part4122 p { font-size:16px!important;}
.homenew3_part4122 h3 { padding-top: 23px;}
.homenew3_part41_img {  width: 80px; padding-top: 25px;}
.homenew3_part42_img {  width: 100px; padding-top: 40px}
.homenew3_part43_img {  width: 90px ;  padding-top: 18px ;}
.homenew3_part44_img {  width: 150px;  padding-top: 40px ;}
.list-unstyled li a {  padding: 10px 0px 10px 10px; }
.FortinetNSE1 ,.FortinetNSE2,.FortinetNSE3,.FortinetNSE4,.FortinetNSE5,.FortinetNSE6,.FortinetNSE7,.FortinetNSE8 {
  width: 80px;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}
.Fortinet_img_FCF {
 width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.menu_level_2.active {
  color: #ff9e00;
  border-left:3px solid #ff9e00; 
}
.menu_level_4.active {
  color: #ff9e00;
  border-left:3px solid #ff9e00; 
}
.menu_level_2.active .orange-arrow {
   
}
.mobilebtn:hover {  border-bottom:  3px  solid #ff9e00 !important ; color:#ff9e00!important;}
.newcntrydetect .dropdown-menu { background:#f8f8f8; }
.course_page_top_banner  {  min-height:280px;}
.CiscoVendor .vendor-top-img img ,.CiscoimG {     width: 120px;   padding-top: 81px;}
.CertNexusVendor .vendor-top-img img ,.CertNexusimG {  padding-top: 62px; }
.CWNPVendor .vendor-top-img img ,.CWNPimG {  padding-top: 115px; }
.AWSVendor .vendor-top-img img ,.AWSimG {   width: 50%; padding-top: 100px;}
.FortinetVendor .vendor-top-img img ,.FortinetimG {  padding-top: 105px; }
.ITILVendor .vendor-top-img img ,.ITILimG {  padding-top: 105px;}
.JuniperVendor .vendor-top-img img ,.JuniperimG {  padding-top: 25px;}
.MicrosoftVendor .vendor-top-img img ,.MicrosoftimG {  padding-top: 50px;  width: 78%;}
.ForcepointVendor .vendor-top-img img ,.ForcepointimG {  padding-top: 100px;}
.IAPPVendor .vendor-top-img img ,.IAPPimG {  padding-top: 84px;}
.PRINCE2imGVendor .vendor-top-img img ,.PRINCE2imG {  width: 84%;  padding-top: 110px;}
.Palo.AltoVendor .vendor-top-img img ,.Palo.AltoimG {  padding-top: 93px;}
.NetworksVendor .vendor-top-img img ,.NetworksimG {  padding-top: 75px;}
.McAfeeVendor .vendor-top-img img ,.McAfeeimG {  padding-top: 123px;}
.MwareVendor .vendor-top-img img ,.VMwareimG {  padding-top: 120px; width: 80%;}
.Elearning {  width: 90%;  margin: 55px auto;}
.en_certification { margin-top:40px;}
.Cisco-Channel-Partner-v { margin-top:50px; }
.P-extreme-network-img  { padding-bottom: 50px; }
.Extreme-Networks-sb-logo {
  width: 160px;
  margin: 0 auto;
  display: block;
}
.forTpus { padding-top:140px}
.extreme-eight1 {
  height: 300px;
  border-bottom: 1px solid #ccc;
}
.extrme-page-bottom {  margin-bottom: 50px;}
.book-now-home.sebtn ,.ics_btn3 {  width: 280px;}
.book-now-home.sebtn a ,.ics_btn3 a { color:#fff;}
.CISCO-BEP {  margin: 50px auto;}
/****landing page css start****/
.landing_page {
background-image: url("../images/landing-bg.jpg");
background-size: cover;
}
.landing_page_heading {
  text-align: center;
  color: #fff;
}
.landing_inner_box {
  margin: 150px auto;
  width:100%;
}
.landing_inner_boxm { background-color:   rgba(20, 30, 54, 0.8); 
border-radius: 4px;
float: left;
width: 100%;
padding-bottom: 90px;
margin-bottom: 100px;}
.countryset3 {
  width: 33.33%;
  float: left;
}
.landing_page_heading {
text-align: center;
color: #fff;
padding-top: 60px;
font-weight: 400;
padding-bottom: 45px;
}
.country_box_heading {
color: #ff9e00;
text-align: center;
padding-top: 50px;
padding-bottom: 20px;
}
.inner_country_box {
 
  margin: 0 auto;
  width: 70%;
}
.inner_country_box2 {
background: #090C1B; 
float: left;
width: 100%;
padding-bottom: 40px;
}
.Countrydetail {
margin: 50px auto;
width: 67%;
}
.Countrydetail img {
  height: 25px;
  float: left;
}
.Countrydetail span {
  color: #fff;
  padding-left: 15px;
  font-size: 20px;
  float: left;
}
.Countrydetail span:hover{ color: #ff9e00; }
/****landing page css end****/
/*******vendor page css*****************/
.Continuing-Education-v  , .Continuing-Education-Program-v ,.Continuing-Education4-v {
  width: 18%;
  margin: 10px auto;
  display: block;
}
.cep-v h6 {
  text-align: center;
  padding-top: 15px;
  font-weight: 300;
}
.cep-v {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 50px 0px;
}
.Cisco-Channel-Partner-v {
  background-image: url("/assets/imgs/Vendors/Cisco-Channel-Partner.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
}
.Cisco-Channel-Partner-v  p {
  padding-top: 141px;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 20px;
}
.Elearning {
  width: 90%;
  margin: 125px auto;
}
.know-more {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.CISCO-BEP {
  width: 90%;
  margin: 100px auto;
  display: block;
}
.know-more a {   font-family: Prometo;
font-size: 20.8px;
font-weight: bold;
text-align: left;
color: #53c4ef;
border-bottom: 3px solid;
padding-bottom: 4px; }
.know-more a:hover {  color:#ff9e00; }
/*******end vendor page css ***********/
/*******home page css start**********/
.new_world_class {  background: #141C36 ;  }
.homenew3_part41 {
  height: auto!important;
  border: none!important;
}
.learn-more-home {
  border: solid 1px #ff9e00;
  padding: 8px 20px;
  }
.businesslogo13 { width:100px !important; margin: 20px auto; margin-bottom: 0px;}
.businesslogo15 { width:120px !important; margin: 12px auto; margin-bottom: 0px;}
.businesslogo11 { width:130px !important; margin: 8px auto; margin-bottom: 0px;}
.businesslogo16 { width:100px !important; margin: 0 auto;margin-top: 11px; }
.businesslogo12 { width:110px !important;margin:  0 auto; margin-top: 5px;}
.businesslogo14 {  margin: 10px auto;}
.part6logo {
   margin-top: 60px;
   argin-left: 0px;
}
.home-part-new-43 {
  background: linear-gradient(to right, #eef3f9 -100%, #eef3f9 50%, #eef3f9 50%)!important;
}
.wdb2 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 65px;
}
.provider_btn:hover ,.result_hover_box {  background: #ff9e00;
color: #fff!important;
}
.wdb1 {
float: left;
display: block;
width: 70px;
margin: 25px;
  margin-top: 25px;
margin-top: 44px;
font-weight:400;
}
.wdb12 {
font-weight:400;
  float: left;
  display: block;
  width: 75px;
  margin: 25px;
    margin-top: 25px;
  margin-top: 62px;
}
.we_deliver_box2 p {
  min-height: 70px;
  color:#fff;
}
.we_deliver_box_main {
  height: 330px;
  box-shadow: 5px 5px 40px #BFBFBF;
  border-radius: 13px;
}
.we_deliver_box_main:hover {
  border-radius: 13px;
   box-shadow:10px 10px 30px #E0E0E0;
}
.we_deliver_box1 { float:left; width:100% ; height:150px;}
.we_deliver_box2 {
  float: left;
  width: 100%;
  height: 180px;
  background: linear-gradient(to right, #124973 10%, #0f93f7 110%, #141c36 10%); 
  padding: 28px;
    padding-bottom: 28px;
  padding-bottom: 10px;
  border-radius: 0px 0px 13px 13px;
}
.consult-with-us9 {color: #141C36 !important;
padding-top: 100px;
padding-bottom: 20px; } 
.home-part-new-4-text-left { color: #141C36!important;}
.heresome_heading { color:#fff;}
.provider_btn {
width:150px;
padding: 8px 26px;
border: 2px solid #fff;
border-radius: 8px;
text-align: center;
font-family: Prometo;
color: #fff;
font-size: 17px;
box-shadow: 0 14px 64px -4px rgba(24, 39, 75, 0.12), 0 8px 22px -6px rgba(24, 39, 75, 0.12);
display: flex;
flex-direction: row;
gap: 10px;
justify-content: center;
margin:0 auto;
}
.home-part-new2-5 {  background-image: linear-gradient(to right, #124973 10%, #0f93f7 110%, #141c36 10%);
margin-top: 0px;
padding-top: 40px;
padding-bottom: 10px;}
.home-part-new2-5 .container {
  background-image: url("/assets/imgs/HomePage/4.png");
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: 0px 40px;
}
.home-part-new-6 {
  margin-top: 0px!important;
}
.heresome_heading {
  font-family: Prometo;
  font-size: 17px;
  font-weight: 300;
  margin-top: 35px;
  margin-left: 100px;
}
.homenew3_part4122 {
 border-left: 1px solid #F3F3F5;
  margin: 60px 0px;
height:auto!important;
}
.l_b_n {  border-left :none;} 
.homenew3_part4122 h3 {
font-family: Prometo;
font-size: 20px;
font-weight: 400;
font-style: normal;
text-align: center;
color: #fff;
padding-top: 0;
margin-bottom:0px;}
.homenew3_part4122 p {
  font-family: Prometo;
  color: #fff;
  line-height: 22px;
  text-align: center;
  margin-bottom: 17px;
  font-size: 17px;
  font-weight: 300;
  padding:20px 20px!important;
}
.we-deliver-world-class-training-services {  margin-bottom: 40px!important;}
.new_world_class_top {
  padding: 55px 0px !important;
    padding-bottom: 55px;
  padding-bottom: 20px !important;
  min-height:auto!important;
}
.heresome_heading2 ,.part6_right_box p { color:#FFFFFF!important;}
.it-consulting-services { margin-bottom: 35px;}
.learn-more-home {
display: block;
margin: 0 auto;
width: 140px;
text-align: center;
}
.homenew3_part42_img {
  width: 100px;
  
 }
.homenew3_part41_img { width:100px!important; padding-top: 15px; padding-bottom: 10px;}
.homenew3_part42_img {  width: 125px!important;} 
.homenew3_part43_img { width: 102px!important;  }
.homenew3_part44_img {  width: 75px!important; }

/*******home page css end *********/
.cdl_heading {
  color: #fff;
  font-weight: 300;
  padding-top: 40px;
}
.copyright-text.footer-menu-uk {
  float: right;
  margin-top: -2px;
}

.search_suggestions {
 display:none!important;
  border: 1px solid #F0F0F0;
    border-top-color: rgb(240, 240, 240);
    border-top-style: solid;
    border-top-width: 1px;
  border-top: 0px;
  padding: 15px;
  margin-top: -4px;
  width: 989px;
  margin-left: 0px;
  position: absolute;
background: #fff;
}
.search_suggestions_1 ul { list-style-type:none; margin-top:10px;}
.search_suggestions_1 { float: left; width: 50%;}
.search_suggestions_1 strong {  font-size:14px;}
.search_suggestions_1 ul li a {  font-size:13px;}
.country_selector ul {
  margin-bottom: 0px;
}
.devinex_section  { float: left;
margin-bottom:30px;
width: 100%;
height: 400px;
background: #EEF3F9;}
.devinex_section1 h2 { font-size: 32px;
padding-top: 117px;
font-weight: 600;
padding-bottom: 20px;}
.devinex_section1 p  { width: 65%;}
.devinex_section1 { width:60%; float:left ;}
.devinex_section2 { width:40%; float:left;}
.book-now-home.devinex_btn {
  float: left;
}
.devinex_img {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-top: 72px;
}
.Cisco-Live-UK-heading {
    padding-bottom: 40px!important;
    padding-top: 40px!important; 
    margin-top: 0px!important; 
 }
.home_sec_22_1_Right img {
    width: 400px;
    margin: 75px auto;
    display: block;
}
.guarantee_date_class {
  position: absolute;
  right: -35px;
}
.clc_value {
  text-align: left;
  padding-top: 10px;
  padding-left: 58px;
}
.clc_value img {
  width: 30px;
  float: left;
}
.clc_value p {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}
/*-----------Cisco Digital Learning --------------*/
.CLCs_box_inner {
  margin: 0 auto;

  padding: 50px 50px;
  border-radius: 1px;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3), 0 0px 2px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  min-height:800px;
  position: relative;
}
.CLCs_box_inner:hover { background:#B5B2AD0A;}
.CLCs_box_inner h4 {
   padding-left: 20px;
}
.clc_price {
  font-size: 35px;
  font-weight: 300;
  color: #ff9e00;
  padding-bottom: 5px;
  position: relative;
  width: 160px;
  margin: 0 auto;
}
.clc_old_price {
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
  width: 160px;
  margin: 0 auto;
}
.usd_icon {
  font-size: 20px;
  position: absolute;
  left: 22px;
  top: 4px;
}
.class_or {
  margin-bottom: 0px;
  display: block;
}
.usd_price {
  position: absolute;
  font-size: 18px;
  right: -2px;
  bottom: 12px;
}
.usd_price2 {
  position: absolute;
  font-size: 18px;
  right: -2px;
  bottom: 20px;
}
.clcb {  margin: 0 auto;
  margin-top: 0px;
margin-top: 40px; }
.per_year_clc {
  font-weight: 400;
}
.per_year_clc_small {
  font-size: 14px;
}
.main_text.body-text {
  width: 300px;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  margin-top: 20px;
}
.clc_list ul {
  list-style-position: outside;
}
.hr_clc {
  margin-top: 35px;
  margin-bottom: 30px;
}
.ul_clc {
list-style-position: outside;
  text-align: left;
  padding-top: 15px;
}
.clc_ul_box b {
  text-align: left;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.clc_ul_box {
  margin: 0 auto;
  width: 350px;
}
.Seetitles {
cursor: pointer;
text-align: center;
margin-top: 30px;
display: block;
text-decoration-style: dotted !important;
text-decoration: underline!important;
  text-decoration-style:  dotted !important;
}
.Seetitles:hover {   color: #ff9e00!important;}
.Seetitles.Seetitles2 {
  padding-top: 105px;
}
.clcpopup {
 position: absolute;
bottom: 135px;

}
.clcpopup_inner {
border-radius: 1px;
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.3), 0 0px 2px 0 rgba(0, 0, 0, 0.3);
margin: 0 auto;
width: 450px;
background: linear-gradient(to right, #eef3f9 -100%, #eef3f9 50%, #eef3f9 50%);
height: 300px;
overflow: scroll;
 
}
.clcpopupclose {
  float: right;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  padding-top:5px;
}
.clcpopupclose:hover {  color:#ff9e00; }
.clcpopup.clc_1new {
left: 105px;
bottom: 140px;

}
.clcpopup.clc_2new {
right: 105px;
bottom: 140px;

}
.clc_list li a { cursor:pointer;}  
.clc_list li  {
  list-style-type: disc;
}
.clc_page_container  { position:unset;}
.clc_list { display:none; padding: 25px;}
.clcpopup { display:none;}
.CLCs_box_50 { margin-top:40px; margin-bottom:60px; position:relative;}
.book-now-home.clcb1 {
  margin: 0 auto;
  margin-top: 30px;
}
.orange-color {  color: #ff9e00; }
.book-now-home.clcb1:hover {  color: #fff; }
#loader_technology {

  position: relative;
  left: 0;
  top: 130px;
  z-index: 1;
  width: 92px;
  height: 92px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
    border-top-color: rgb(243, 243, 243);
    border-top-style: solid;
    border-top-width: 16px;
  border-radius: 50%;
  border-top: 16px solid #ff9e00;
  margin: 0 auto;
  
  
  

  display: inline-block;

  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
    border-right-color: currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
 
  
  
}
.loader_box {
   display:none;
  background: #FFF;
  float: left;
  width: 100%;
  height: 800px;
}
.loader_box  .spinner-border {
  display: block!important;
  width: 98px!important;
  height: 98px!important;
  border: 10px solid #ff9e00;
    border-right-color: rgb(255, 158, 0);
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 2s linear infinite!important;
  margin: 164px auto;
}
.technologybtn {
  margin-top: -98px !important;
  display: block;
  margin-bottom: 30px !important;
}
.technologybtn:hover {
  color: #141C36!important;
  background-color: #fff!important;
}
.coursepagehr {  margin-top: 25px;}

.common_reset_btn {
padding: 6px 10px;
border: 1px solid #FF9E01;
text-align: center;
font-family: Prometo;
color: #FF9E01;
font-size: 17px;
margin-top: 68px;
justify-content: center;
display: block;
width: 175px;
margin-top: 0px;
margin-bottom: 15px
}
.common_reset_btn:hover { background: #ff9e00;
color: #fff;}

.table-striped tbody tr:nth-of-type(2n+1) {  background-color: #fbfbfb;}
.orange-color {  color: #ff9e00;}
.img-NSE-Program { margin:15px 0px; } 
.orange-top-border {  border-top: 1px solid #ff9e00;}
.FCF_pages h1,.FCF_pages h2,.FCF_pages h3,.FCF_pages h4,.FCF_pages h5,.FCF_pages h6 { font-weight:400;}
.heading_color_h2 { font-size:28px; }
.table_c1_img { height: 80px;margin-top: 10px;margin-bottom: 10px;}
/***/
.ccna-assoicate-table thead td {
  font-size: 16px;
  border: none;
  background: #ff9e00;
  color: #fff;
  font-weight: 400;
  padding: 0.75rem;
  text-align: left;
  padding-left: 15px;
  font-weight: bold;
}
.ccna-assoicate-table {
margin-top: 40px;
  float: left;
  margin-bottom: 40px;
  border: none;
  width: 100%;
}
.cky-cookie-audit-table tbody td {
  text-align: left;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  padding-right: 15px;
  font-weight: 300 ;
  color: #141c36;
  font-family: prometo;
}
.ccna-assoicate-table tbody tr:nth-child(2n+1) td, .ccna-assoicate-table tbody tr:nth-child(2n+1) th {
  background: #fbfbfb;
}
.dateforrequestc {
    cursor: pointer!important;
}


/***********NL SITE NEW DESIGN START***********************/

.top-fortinet-logo  {
   display: flex;
  justify-content: center;
  align-items: center;
}
.fortinet-logo-inner {
  height: 55px;
}
.product-section-2 {
  padding: 75px 0px;
}
.product-heading-h2 {  
font-family: "Inter", serif;
font-size: 50px;
font-weight: 700;
line-height: 71px;
text-align: left;
margin-bottom:35px;
}
.product-text {
font-family: "Inter", serif;
font-size: 22px;
font-weight: 300;
line-height: 31.24px;
text-align: left;
}
.network-security-img-box {
   display: flex;
  justify-content: center;
  align-items: center;
}
.p-network-security-img img {
  height: 350px;
  height: 350px;
}
.product-section-3 {
background: #F1F1F1;
padding:75px 0px;
}

.cdb_heading {
color: #151C36;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  font-family: "Inter", serif;
  min-height: 100px;
}
.cdb_content {
font-size: 18px;
font-weight: 300;
line-height: 25.56px;
text-align: left;
font-family: "Inter", serif;

}
.cdb_link { 
border-radius: 10px;
  color: #DA291C;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.56px;
  text-align: left;
  padding-bottom: 25px;
  display: block;
  font-family: "Inter", serif;
}
.p-blue-link {  color: #307FE2; }
.p-red-line {
  background: #DA291C;
  height: 1px;
}
.p-blue-line {
  background: #307FE2;
  height: 1px;
}
.p-green-line {
  background: #4A979D;
  height: 1px;
}


.product-category-heading {
font-size: 30px;
font-weight: 500;
line-height: 42.6px;
text-align: left;
font-family: "Inter", serif;
}
.productbox {
  background: #D9D9D9;
  border-radius: 10px;
  border-left: 10px solid #DA291C;
  padding: 0px 20px;
  margin: 25px 0px;
}
.p-blb {  border-left: 10px solid #307FE2;
 }
.cdb_heading {
  padding-top: 25px;
}
.greenbox {
  border-left: 10px solid #4A979D;
}
.cdb_green_link {  color: #4A979D; }
.noc_management { margin-top:50px;}
/***/
.main-banner-nl-innerpage {
  background-image: url("https://www.insoftservices.com/insoft/images/InsoftServices-Netherlands-home-banner.jpg");
  max-height:447px;
  background-size: cover;
  background-position: center right;
}
.nl-innerpage-top-h1 {
  font-family: "Inter", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 96.82px;
  text-align: left;
  color: #fff;
}
.innerpage-top-left 
{
	margin: 65px 0;
}
.innerpage-top-text {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 35.5px;
  text-align: left;
  font-family: "Inter", serif;
}
.nhome-footer-section {  
background: url("/assets/imgs/expert-advice.jpg");;
  background-repeat: no-repeat;
  background-size: 50% auto;
 background-color: #FF9E00;  }

.expert-div-info.p-5 {
  margin-top: 12px;
}

.expert-div-footer {   } 
.expert-div-info { background: #FF9E00; }
.f-get-in-touch {
color:#fff;
font-size: 25px;
font-weight: 600;
line-height: 35.5px;
font-family: "Inter", serif;
}
.expert-heading {
color:#fff;
font-size: 50px;
font-weight: 700;
line-height: 71px;
text-align: left;
font-family: "Inter", serif;
}
.expert-text {  color:#fff;
font-size: 22px;
font-weight: 300;
line-height: 31.24px;
text-align: left;
font-family: "Inter", serif;
}

.btn-consultanction {
  width: 385px;
  height: 60px;
  border-radius: 10px;
  background: #151C36;
  color: #fff!important;
  display: block;
  font-family: "Inter", serif;
  font-size: 22px;
  font-weight: 400;
  line-height:58px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #151C36;

}
.btn-consultanction:hover {
  background: none;

}

.view-all-news{ 
margin-top:55px;
text-align: right;
 }
.view-all-news a { 
font-family: "Inter", serif;
color:#FF9E00;
font-size: 25px;
font-weight: 600;
line-height: 35.5px;
} 
.view-all-news a:hover { 
color:#FFFFFF;
} 
.all_categiry {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.author-name { font-family: "Inter", serif;  color: #fff;}
.author-date { font-family: "Inter", serif; color: #fff;}

.nhome-section-5 { background: #151C36; padding:75px 0px; }
{
color:#fff;
font-size: 30px;
font-weight: 600;
line-height: 39px;
text-align: left;
font-family: "Inter", serif;
}
.news-category {
  color: white;
  background: #FF9E00;
  float: left;
  margin: 5px;
  border-radius: 200px;
  font-family: "Inter", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 6px;
  border: 1px solid #FF9E00;  
}
.news-category:hover 
{
  background-color: #ffffff;
  color: #FF9E00;		
}	
.news-heading {
color:#fff;
font-size: 29px;
font-weight: 600;
line-height: 39px;
font-family: "Inter", serif;
text-align: left;
}
.news-text {
color: #fff;
font-size: 20px;
font-weight: 400;
line-height: 26px;
text-align: left;
font-family: "Inter", serif;
margin-top: 20px;
}
.admin-img-home {
  height: 20px;
  width: 20px;
}
.calendar-img-home {
  height: 20px;
  width: 20px;
}

.author-box {
  font-size:15px;
  margin-top: 15px;
  float: left;
}
.product-box-img{
  height: 171px;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
}
.pb1-img {  background-image: url("/assets/imgs/network-security-product.jpg"); }
.pb2-img {  background-image: url("/assets/imgs/unified-sase-product.jpg"); }
.pb3-img {  background-image: url("/assets/imgs/security operations-product.jpg"); }
.pb4-img {  background-image: url("/assets/imgs/enterprise-networking-product.jpg"); }
.pb5-img {  background-image: url("/assets/imgs/cloud-security-product.jpg"); }
.pb6-img {  background-image: url("/assets/imgs/operational technology-product.jpg"); }

.nbi-1 { background-image: url("/assets/imgs/article/Essential Tips for Optimizing FortiGate Firewalls and Strengthening Your Network.jpg"); }
.nbi-2 { background-image: url("/assets/imgs/article/Firmware upgrades - Best practises.jpg"); }
.nbi-3 { background-image: url("/assets/imgs/article/FortiClient EMS- Key Features and Benefits.jpg"); }
 
.articleLInk {
  display: block;
  min-height: 170px;
}
.articleLInk  .news-heading:hover  { color: #FF9E00;}
 
.news-box-img  {
  height: 252;
  background-size: cover;
  border-radius: 15px;
}

.rb1 {  
  background-image: url("/assets/imgs/low-angle-portrait-mature-network-engineer-using-digital-tablet-server-room-maintenance-work-data-center-copy-space.jpg");
  height: 550px;
  border-radius: 10px;
  background-size: cover;
  box-shadow: 0px 0px 10px #999;
}
.rb2 {  
  background-image: url("/assets/imgs/computer-screen-with-lock-it-blue-background-with-padlock.jpg");
  height:331px;
  border-radius: 10px;
  background-size: cover;
  box-shadow: 0px 0px 10px #999;
}
.rb3 {  
  background-image: url("/assets/imgs/standard-quality-control-collage-concept (4).jpg");
  height:331px;
  border-radius: 10px;
  background-size: cover;
  box-shadow: 0px 0px 10px #999;
}
.rb4 {  
  background-image: url("/assets/imgs/cloud-computing-specialist-data-center.jpg");
  height:550px;
  border-radius: 10px;
  background-size: cover;
  box-shadow: 0px 0px 10px #999;
}


.resource-heading {  
color:#fff;
font-size: 39px;
font-weight: 700;
line-height: 48px;
text-align: left;
font-family: "Inter", serif; 
text-shadow: 2px 2px black;
 }
.resource-box-inner2 {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,255,.2));
  position: absolute;
  top: 5px;
  border-radius: 10px;
} 
.resource-box-inner3 {
 position:absolute; top:255px; background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,255,.2));
  position: absolute;
  top: 53px;
  border-radius: 10px;
} 
.respurse-text {
color:#fff;
font-size: 18px;
font-weight: 400;
line-height: 21.6px;
text-align: left;
font-family: "Inter", serif;

} 

.main-banner-nl-home { background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;}

.home-left {
  margin: 89px 0;
}
.new-yellow-btn { width: 176px;
  height: 50px;
  border-radius: 10px;
  background: #FF9E00;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 500; 
  font-size:20px;
  border: 1px solid #FF9E00;
  cursor:pointer;
  font-family: "Inter", serif;
  }
.new-yellow-btn:hover {
  background-color: transparent;
} 
  
  
.nl-home-h1
{
  font-family: "Inter", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 96.82px;
  text-align: left;
  color: #fff;
}
.home-rp-btn {

width: 255px;
height: 75px;
border-radius: 10px ;
background:#FF9E00;
font-size: 25px;
font-weight: 500;
line-height: 75px;
text-align: center;
float:left;
cursor:pointer;
border: 1.5px solid  #FF9E00;
color:#fff!important;
font-family: "Inter", serif;
}
.home-rp-btn:hover {
 color: #fff !important;
 background-color: transparent;
}
.home-rp-fc {
width: 255px;
height: 75px;
border-radius: 10px;
border: 1.5px solid  #FF9E00;
font-size: 25px;
font-weight: 500;
line-height: 75px;
text-align: center;
float:left;
color:#fff;
cursor:pointer;
font-family: "Inter", serif;
}
.home-rp-fc:hover {
  color: #fff !important;
  background-color: #FF9E00;
}

.home-top-text {
color:#fff;
font-size: 25px;
font-weight: lighter;
line-height: 35.5px;
text-align: left;
font-family: "Inter", serif;
}
.fortinet-logo-box {
  display: flex;
  justify-content: right;
  align-items: center;
}
.fortinet-logo-home {
  height: 55px;
  box-shadow: 0px 0px 25px #000;
  background-color: rgba(0,0,0,.5);
 }
.introduction-heading
{
font-size: 25px;
font-weight: 600;
line-height: 35.5px;
text-align: left;
color:#FF9E00;
font-family: "Inter", serif;
}
.h2-heading {
color: #151C36;
font-size: 50px;
font-weight: 700;
line-height: 71px;
text-align: left;
font-family: "Inter", serif;
}
.sub-heading{
font-family: "Inter", serif;
font-size: 25px;
font-weight: 500;
line-height: 35.5px;
text-align: left;
}
.section-text p {
font-size: 22px;
font-weight: 300;
line-height: 31.24px;
text-align: left;
font-family: "Inter", serif;
}
.nhome-section-2 {
  padding: 75px 0px;
}
.related-articles {
border: 1px solid #f8f8f8;
  padding: 25px;
  border-radius: 10px;
  width: 84%;
  float: right;
  box-shadow: 0px 0px 10px #999;
  font-family: "Inter", serif;
}
.ra-heading{
font-family: "Inter", serif;
font-size: 25px;
font-weight: 700;
line-height: 35.5px;
text-align: left;
}
.article1-img {
  border-radius: 10px;
}
.art-img {  float:left; width:179px;}
.art-text {float: left;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  width: 265px;
  font-family: "Inter", serif;
}
.art-text a {
  color: #FF9E00;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  font-family: "Inter", serif;
  padding-top: 5px;
  display: block;
}
.art-text a:hover {
color: #141c36;
}
.ava-btn {
font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.56px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FF9E00;
  padding-top: 20px;
  display: block;
  float: left;
}
.ava-btn:hover {
 color: #141c36;	
}	

.art1 {
  float: left;
  margin-top: 15px;
}
.nhome-section-3 { padding: 75px 0px; background: #F6F6F6; }
.product-box {
  box-shadow: 1px 1px 1px #eee;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: transform .1s; /* Animation */
}
.product-box:hover {
   transform: scale(1.03);
}
.product-img {
  border-radius: 10px 10px 0px 0px;
}
.product-box-text {  padding: 15px;}
.product-heading {
font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
  color: #151C36;
  font-family: "Inter", serif;
  padding-top: 10px;
}
.product-text {
font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #131313;
  font-family: "Inter", serif;

}
.product-link {color: #FF9E00;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Inter", serif;
  padding-bottom: 10px;
  display: block;
}
.product-link:hover
{
  color: #151C36;	
}
.nhome-section-4 { padding:75px 0px; } 
.resource-box {
   position:relative;
}
.resource-box-inner { position: absolute;
  top: 202px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,255,.2));
  border-radius: 10px;}
.resource-box-inner4 { position: absolute;
  top: 320px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,255,.2));
  border-radius: 10px;}


.info-box {  padding: 40px; }

 .div-resource {
background: #FF9E00;
  width: 48px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
/******/
.top-contact-btn:hover {
  background-color: transparent;
  color: #141c36;
}
.top-contact-btn {
  width: auto;
  height: 50px;
  border-radius: 10px;
  background: #FF9E00;
    background-color: rgb(255, 158, 0);
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #FF9E00;
  cursor: pointer;
  margin-top: 13px;
  display:block;
  padding:0px 20px;
  font-family: "Inter", serif;
}



/**********/
.form-popup-nl-top {
  display: none;
  position: absolute;
  top: 78px;
  right: 15px;
  border: ;
  z-index: 9;
  width: 600px;
  background: #151C36;
  padding: 20px;
}
.form-outline p { color:#FFFFFF;}
.cancelhome {
 color: #fff;
  float: right;
  font-weight: 500;
  font-family: revert;
  border: 3px solid #fff;
  width: 43px;
  padding: 2px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  background: none;
  margin-top: 15px;
  font-family: "Inter", serif;
}
.cancelhome:hover {
   color: #FF9E00;
   border: 3px solid #FF9E00;
}

.fwbox { float:right; width:100%;}
.nname_1 {  color: #fff; }
.nname_1 span {  color: red; }
.fname_1 {  color: #fff; }
.fname_1 span {  color: red; }

.bemail {  color: #fff; }
.bemail span {  color: red; }

.phnu {  color: #fff; }
.phnu span {  color: red; }

.fname_1 {  color: #fff; }
.fname_1 span {  color: red; }

.cntrybox {  color: #fff; }
.cntrybox span {  color: red; }

.cn_cmpy {  color: #fff; }
.cn_cmpy span {  color: red; }

.h_msg,.yesdid {  color: #fff; }
.h_msg span {  color: red; }
/*****/
.inner_top_search { display:none;}


.main-banner-nl-innerpage {
  background-image: url("https://www.insoftservices.com/insoft/images/InsoftServices-Netherlands-home-banner.jpg");
  max-height:447px;
}
.main-banner-nl-innerpage {
  background-size: cover;
  background-position: center right;
}
.nl-innerpage-top-h1 {
font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  text-align: left;
  color: #fff;
}
.innerpage-top-left 
{
	margin: 65px 0;
}
.innerpage-top-text {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 35.5px;
  text-align: left;
}
.contact-bg-color
{
 background-color: #F0F0F0;	
}
.contact-address
{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 28.4px;
  font-family: "Inter", serif;
}
.cnt-loc
{
display: flex;	
}
.cnt-phone
{
display: flex;	
}
.cnt-mail
{
display: flex;	
}

.map-marker
{
  background-image: url("/assets/imgs/Contact/contact-geo-loc.png");
  width: 50px;
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.mail-marker
{
  background-image: url("/assets/imgs/Contact/contact-mail.png");
  width: 50px;
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.phone-marker
{
  background-image: url("/assets/imgs/Contact/contact-phone.png");
  width: 50px;
  display: block;
  height: 30px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.white-bg-color
{
 background-color: #FFFFFF;		
}
.contact-form-box .form-control
{
background-color: #F0F0F0;
border: 1px solid #D3D3D3;
border-radius: 5px;	
font-weight: 400;
font-size: 18px;
color: #AAAAAA;
line-height: 24px;
font-family: "Inter", serif;
}
.contact-form-box .form-label
{
  font-size: 18px;
  font-weight: 400;	
  line-height: 26px;
  color: #000000;
  font-family: "Inter", serif;
}
.contact-form-box .form-label span
{
	 color: #FF1F00;

}
.contact-form-box .form-outline p {
  color: #000000;
  font-family: "Inter", serif;
}
.form-check-label {
  font-family: "Inter", serif;
}
.select-cnt
{
 height:43px!important;	
 margin-bottom: 0px;
}
.map2
{
  padding-right: 30px;	
}

/* Footer Css Start */

.w-70 {
  width: 70% !important;
}
.bg-white
{
  background-color: #FFFFFF;	
}
.footer-inner
{
border-bottom: 1px solid #767676;	
}
.foot-box-logo img
{
margin-top: -9px;	
}
.foot-text
{
  font-size: 18px;
  color: #000;
  line-height: 26px;
  font-weight: 400;	
  font-family: "Inter", serif;  
}
.foot-heading
{
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;	
  color: #151C36;  
  padding-bottom: 12px;
  font-family: "Inter", serif;
}
.footer-links ul
{
  list-style-type: none;
}
.footer-links ul li
{
position: relative;	
}
.footer-links ul li a
{
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;	
  color: #151C36;
  width: 230px;
  display: inline-block;
  font-family: "Inter", serif;
}
.footer-links ul li a:hover
{
	color: #ff9e00;
}
.copyright-area
{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000;  
  font-family: "Inter", serif;
}
.privacy-area
{
  flex-direction: row-reverse !important;  	
}
.privacy-area span
{
  padding-left: 35px; 
}
.footer-social-icons
{
	
}
.footer-social-icons-item
{
  display: inline-block;
  list-style: none;
  line-height: 10px;
  margin-right: 11px;
  margin-top: 8px;	
}
.footer-social-icons-link img:hover
{
opacity: 0.6;
}
/*.footer-links ul li:after
{
 content: url("/assets/imgs/footer-new-arrow.png");
 position: absolute;
 top: 8px;
}*/

/* Footer Css End */
.foot-box .ti-arrow-right::before
{
	color:#FF9E00;
	position: absolute;
    top: 8px;
}
.news-sidebr-title
{
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #000;	
  font-family: "Inter", serif;
}
.news-sidebar-checkbox-text
{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000;	
  font-family: "Inter", serif;  
}
.news-check-input {
  background-color: #f4f4f4 !important;
  border-color: #bcbcbc !important;
}
.news-check-input:checked[type="checkbox"] {
  background-color: orange !important;
}
.news-box-inner
{
padding-bottom: 60px;	
}
.news-box-image img
{
  border-radius: 15px;
 /* height: 252px;*/
  width: 100%;
}
.news-box-cat span
{
background-color:#FF9E00;
color:#ffffff;
font-size:13px;	
font-weight: 400;
line-height: 20px;
border-radius: 200px;
padding: 2px 6px;
display: inline-block;
border: 1px solid #FF9E00;
font-family: "Inter", serif;
}
.news-box-cat span:hover
{
background-color:#ffffff;
color:#FF9E00;
border: 1px solid #FF9E00;;	
}
.news-box-title
{
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  color: #151C36;	
  font-family: "Inter", serif;
}
.news-box-inner .news-box-text p
{
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #151C36;	
  font-family: "Inter", serif;
}
.news-box-author
{
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #151C36;
  font-family: "Inter", serif;
}
.news-box-date
{
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #151C36;
  font-family: "Inter", serif;
}
.news-box-author
{
display: inline-flex;	
}
.author-icon
{
  background-image: url("/assets/imgs/News/author.png");
  width: 20px;
  display: block;
  height: 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.news-box-date
{
display: inline-flex;	
}
.date-icon
{
  background-image: url("/assets/imgs/News/date.png");
  width: 20px;
  display: block;
  height: 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

@media(min-width: 1462px)  { .expert-div-footer {  height: 488px;}}

.innerpage-top-text  {  }

@media only screen and (min-width: 1200px) and (max-width: 1461.98px) { 
.expert-div-info.p-5 {  margin-top: 0px;  padding: 30px !important;}
.f-get-in-touch {  font-size: 23px;  line-height: 33px; }
.expert-heading {  font-size: 40px;  line-height: 60px; }
.btn-consultanction {
  width: 360px;
  height: 55px;
  font-size: 20px;
  line-height: 55px;
 }
}
@media(max-width: 1200px)  {  .header_flag      { width: 59px !important ;} }
@media(max-width: 999.98px){  .top_contact_info { width: 90px !important;} } 
@media(min-width: 768px){ .innerpage-top-text  { width:80%;  } }
@media(max-width: 767.98px){  .top_contact_info { width: 80px !important;} }
@media only screen and (min-width: 1200px) and (max-width: 1311.98px) { 
.art-text {
  width: 50%;
}
.resource-heading {
  font-size: 35px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) { 
 .resource-box-inner {  position: relative; height:348px; }
.resource-box-inner2 {  position: relative;height:326px; }
.resource-box-inner3 {  position: relative; height:279px;}
.resource-box-inner4 {  position: relative;  height:230px;}
.resource-heading {
  font-size: 35px;
}

.f-get-in-touch {
  font-size: 18px;
  line-height: 27px;
 }
.btn-consultanction {
  width: 360px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
 }


.innerpage-top-left {
  margin: 0px 0;
}
.nl-innerpage-top-h1 {
  line-height: 80px;
  margin-bottom:35px;
 }
.product-heading-h2 {
  line-height: 60px;
 } 
/***/
.home-left {
  margin: 30px 0;
}
.resource-box-inner2 {
  top: 0px;
}
.product-heading {
  font-size: 25px;
  line-height: 30px;
 }
.home-rp-btn { margin-bottom:20px;}
.h2-heading  {   line-height: 90px; }
.art-text {
  margin-left: 0px;
  margin-top: 10px;
  width:auto;
}
.art1 {
  margin-bottom: 20px;
}
.nhome-section-2 {
  padding: 55px 0px;
}
.expert-div-info.p-5 {
  padding: 20px 0px !important;
}
.expert-heading {
font-size: 30px;
    line-height: 50px;
}
.expert-text {
font-size: 18px;
    line-height: 27px;
}
.nhome-section-5 {
  padding: 55px 0px;
}
.h2-heading {
  font-size: 34px;
}
.resource-heading {
font-size: 28px;
    line-height: 35px;
}
.resource-box-inner {
  top: 165px;
}
.info-box {
  padding: 30px;
}
.nhome-section-4 {
  padding: 55px 0px;
}
.nhome-section-3 {
  padding: 65px 0px;
 }
 
 .footer-links ul li a {
	  width: 200px;
	}	
    .w-70 {
	  width: 100% !important;
	}
	.foot-heading {
      min-height: 76px;
    }
 .news-box-image img {
      height: 205px;
    }
	.fortinet-logo-inner {
      height: auto;
     }
	 .fortinet-logo-home {
      height: auto;
    }

.top-contact-btn {  font-size: 15px;  padding: 0px 0px; }
.new_menu { margin-left: 10px; }	
 
}
@media only screen and (min-width: 992px) and (max-width: 1037.98px) {
.nhome-footer-section {
  background-size: 50% 346px;
 }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) { 
.expert-div-info.p-5 {  margin-top: 0;  padding: 15px !important;}
.nhome-footer-section {
  background-size: 50% 100%;

}
.top-contact-btn {
width: 235px;
    font-size: 15px;
    margin-left: -60px;
    padding: 0px;
}
.view-all-news a {
  font-size: 20px;
  line-height: 30px;
}
.home-left {
  margin: 15px 0;
}
.nl-home-h1 {
  font-size: 26px;
  line-height: 50px;
}
.new-yellow-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.home-top-text {
  font-size: 17px;
  line-height: 30px;
}
.fortinet-logo-home {
  height: auto;
}
.home-rp-fc ,.home-rp-btn  {
  width: 150px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}
.introduction-heading {
  font-size: 22px;
  line-height: 33px;
}
.h2-heading {
  font-size: 26px;
  line-height: 50px;
}
.sub-heading {
  font-size: 18px;
  line-height: 30px;
 }
.section-text p {
  font-size: 17px;
  line-height: 30px;
}
.ra-heading {
  font-size: 22px;
  line-height: 30px;
}
.related-articles {
  width: auto;
  margin-top: 0px !important;
}
.art-text {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  width: auto;
  margin-top: 10px;
  margin-left: 0px;
}
.art-text a {
  font-size: 16px;
}

.art1 {
  margin-top: 20px;
}
.nhome-section-3 {
  padding: 40px 0px;
} 
.h2-heading.mb-5 {
  margin-bottom: 35px !important;
}
.product-heading {
  font-size: 18px;
  line-height: 30px;
}
.product-text {
  font-size: 17px;
  line-height: 24px;
}
.product-link {
  font-size: 16px;
  line-height: 16px;
}
.product-link {
  font-size: 16px;
  line-height: 24px;
  margin-top: -10px !important;
}
.resource-heading {
  font-size: 22px;
  line-height: 30px;
 }
.info-box {
  padding: 30px;
}
.respurse-text {
  font-size: 17px;
  line-height: 21.6px;
}
.resource-box-inner2 {
  top: 15px;
} 
.nhome-section-5 {
  padding: 35px 0px;
}
.view-all-news {
  margin-top:47px;
  font-size: 18px;
  line-height: normal;
 }
.news-heading {
  font-size: 18px;
  line-height: 30px;
}
.news-text {
  font-size: 17px;
  line-height: 23px;
}
.f-get-in-touch {
  font-size: 17px;
  line-height: 30px;
}
.expert-heading {
  font-size: 22px;
  line-height: 30px;
}
.expert-text {
  font-size: 16px;
  line-height: 24px;
}
.btn-consultanction {
  width: auto;
  height: 55px;
  font-size: 16px;
  font-weight: 400;
 } 
/***/
.nl-innerpage-top-h1 {
  font-size: 27px;
  line-height: 40px;
}
.innerpage-top-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.fortinet-logo-inner {
  height: auto;
}
.innerpage-top-text {
  margin-bottom: 20px !important;
}
.product-heading-h2 {
  font-size: 26px;
  line-height: 33px;
}
.product-section-2 {
  padding: 50px 0px;
}
.p-network-security-img img {
  height: 250px;
  width: 250px;
}
.product-heading-h2 {
  font-size: 24px;
}
.product-category-heading {
  font-size: 26px;
  line-height: 35px;
 }
.cdb_heading {
  font-size: 20px;
  line-height: 30px;
}
.cdb_content {
  font-size: 17px;
  line-height: 24px;
 }
.cdb_link {
  font-size: 15px;
  line-height: 15.56px;
 }  

.contact-address 
  {
    font-size: 17px;
  }
  .contact-form-box .form-label 
  {
   font-size: 16px;
  }
  .contact-form-box .form-control 
   { 
    font-size: 16px;
   }
   .form-select
	{
	  height: 44px!important;	
	} 
   .foot-heading {
     font-size: 17px;
   }
   .footer-links ul li a {
    font-size: 17px;
   }
   .foot-text {
     font-size: 17px;
   }
   .copyright-area
	{
	 font-size: 17px;
	}
	.w-70 {
	  width: 100% !important;
	} 
 .news-box-title {
    font-size: 18px;
    line-height: 30px;
  }
  .news-box-inner .news-box-text p{
    font-size: 17px;
    line-height: 23px;
  }
  .news-sidebr-title {
    font-size: 17px;
  }
  .news-sidebar-checkbox-text {
    font-size: 17px;
  }
  .news-box-image img {
    height: 140px;
  }
.map2
{
  padding-right: 0px;	
}	
 .resource-box-inner {  position: relative; height:348px; }
.resource-box-inner2 {  position: relative;height:326px; }
.resource-box-inner3 {  position: relative; height:279px;}
.resource-box-inner4 {  position: relative;  height:230px;}
}

@media only screen and (min-width: 479.98px) and (max-width: 767.98px) { 
.nl-new-site-phone { 
 font-size: 15px; 
 padding: 0px 10px;
}

.foot-box-logo img {
  margin-top: -30px !important;
  display: block;
  margin: 20px auto;
    margin-top: 20px;
}

.form-popup-nl-top { width:auto;}
.home-left {
  margin: 0px 0;
}
.info-btns {
  margin: 0 auto;
  width: 310px;
}
.fortinet-logo-box {
  justify-content: center;
 }
.new-yellow-btn {
  margin: 0 auto;
    margin-bottom: 0px;
  font-size: 16px;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.nl-home-h1 {
  font-size: 22px;
  line-height: 35.82px;
  text-align: center;
 }
.home-top-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.home-rp-btn ,.home-rp-fc {
  width: 145px;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 40px;
 }
.fortinet-logo-home {
  height: auto;
  width: 200px;
  margin-top: 40px;
} 
.nhome-section-2 ,.nhome-section-3 ,.nhome-section-4  {  padding: 40px 0px; }
.introduction-heading {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display:block;
}
.h2-heading {
  font-size: 20;
  line-height: 50px;
  text-align: center;
}
.sub-heading {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
.section-text p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.related-articles {
  width: auto;
  padding:20px 0px;
 }
.rb3 { margin-top:15px;} 
.product-box { margin-top:10px;}  
.ra-heading {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.nhome-section-5 {
  padding: 40px 0px;
}
.h2-heading {
  margin-bottom: 0px !important;
}
.view-all-news {
  margin-top: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.author-box {
width: 180px;
    margin: 30px auto;
    float: none;
}

.art-img {
  float: none;
  width: 80%;
  margin: 10px auto;
}
.art-text {
  padding: 0px 15px;
  float: none;
  margin-left: 0px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  width: auto;
}
.ava-btn {
  text-align: center;
  float: none;
}
.div-resource {
  margin: 0 auto;
}
.view-all-news a {
  font-size: 20px;
  line-height: 30px;
}

.product-heading {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
 }
.art-text a {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}
.product-text {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
} 
.product-link {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  display: block;
}
.resource-heading {
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.respurse-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.resource-box-inner {  position: relative; height:348px; }
.resource-box-inner2 {  position: relative;height:326px; }
.resource-box-inner3 {  position: relative; height:279px;}
.resource-box-inner4 {  position: relative;  height:230px;}
.news-heading {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.news-box {
  margin-bottom: 25px;
}
.news-text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.news-category {
  font-size: 12px;
 }
.expert-div-footer {
  height: 0px;
}
.nhome-footer-section {
  background-image: none;
}
.f-get-in-touch {
text-align: center;
  display: block;
}
.expert-heading {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.expert-text {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align:center;
 }
 .btn-consultanction {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
  margin-bottom: 25px;
}
.expert-div-info.p-5 {
  margin-top: 12px;
  padding: 15px !important;
}
/***/
.innerpage-top-left {  margin: 0px 0;}
.nl-innerpage-top-h1 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 25px;
	}
.innerpage-top-text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.fortinet-logo-inner {
  height: auto;
  width: 200px;
}
.product-section-2 {
  padding: 35px 0px;
}
.product-heading-h2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.p-network-security-img img {
width: 200px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
.product-section-3 {
  padding: 35px 0px;
}
.product-category-heading {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.cdb_heading {
  min-height: auto;
  font-size: 18px;
  line-height: 30px;
 }
.cdb_content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
 } 
.cdb_link {
  font-size: 16px;
  line-height: 28px;
 }
/*****/

.contact-address 
  {
    font-size: 15px;
  }
  .contact-form-box .form-label 
  {
   font-size: 15px;
  }
  .contact-form-box .form-control 
   { 
    font-size: 15px;
   }
    .form-select
	{
	  height: 44px!important;	
	} 
   .foot-heading {
     font-size: 16px;
   }
   .footer-links ul li a {
    font-size: 15px;
   }
   .foot-text {
   font-size: 15px;
    text-align: center;
     
   }
   .copyright-area
	{
	 font-size: 15px;
	}
	.privacy-area span {
      padding-left: 0px;
      padding-right: 35px;
    }
	.privacy-area {
	  flex-direction: row-reverse !important;
	  float: left;
	}
	.w-70 {
	  width: 100% !important;
	}
.news-box-title {
    font-size: 16px;
    line-height: 25px;
  }
  .news-box-inner .news-box-text p{
    font-size: 15px;
    line-height: 24px; 
  }
   .news-box-cat span {
    font-size: 12px;
  }
  .news-sidebr-title {
    font-size: 16px;
  }
  .news-sidebar-checkbox-text {
    font-size: 16px;
  }
  .news-box-inner
	{
	  padding-bottom: 25px;	
	}
	.news-box-image img {
      height: auto;
    }
.map2
{
  padding-right: 0px;	
}
}

@media (max-width: 479.98px) { 
.nl-new-site-phone {
    right: 45px;
    width: 155px !important;
    padding: 0px !important;
}


.contact-form-box-main {  padding: 10px !important;}
.cnt-loc  { width:100%!important;} 

.foot-box-logo img {
  margin-top: -40px !important;
  margin: 20px auto;
    margin-top: 20px;
  display: block;
}
.foot-text p { text-align:center;}
.info-btns {
  margin: 0 auto;
  width: 290px;
}

.top-contact-btn {
font-size: 12px;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.fortinet-logo-box {
  justify-content: center;
}
.ava-btn {
  text-align: center;
  float: none;
  display: block;
}
.div-resource {
  margin: 0 auto;
}
.view-all-news a {
  font-size: 18px;
  line-height: 27px;
}

.form-popup-nl-top { width:auto; top:85px;}
.home-left {
  margin: 0px 0;
}
.new-yellow-btn {
  margin: 0 auto;
    margin-bottom: 0px;
  font-size: 15px;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
.nl-home-h1 {
  font-size: 21px;
  line-height: 35.82px;
  text-align: center;
 }
.home-top-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.home-rp-btn ,.home-rp-fc {
  width: 135px;
  height: 40px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 40px;
 }
.fortinet-logo-home {
  height: auto;
  width: 200px;
  margin-top: 40px;
} 
.nhome-section-2 ,.nhome-section-3 ,.nhome-section-4  {  padding: 40px 0px; }
.introduction-heading {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  display:block;
}
.h2-heading {
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.sub-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
.section-text p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.related-articles {
  width: auto;
  padding:20px 0px;
 }
.rb3 { margin-top:15px;} 
.product-box { margin-top:10px;}  
.ra-heading {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.nhome-section-5 {
  padding: 40px 0px;
}
.h2-heading {
  margin-bottom: 0px !important;
}
.view-all-news {
  margin-top: 0px;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.author-box {
    width: 180px;
    margin: 30px auto;
    float: none;
  }

.art-img {
  float: none;
  width: 80%;
  margin: 10px auto;
}
.art-text {
  padding: 0px 15px;
  float: left;
  margin-left: 0px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  width: auto;
}
.product-heading {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
 }
.art-text a {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
.product-text {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
} 
.product-link {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  display: block;
}
.resource-heading {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.respurse-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.resource-box-inner {  position: relative; height:348px; }
.resource-box-inner2 {  position: relative;height:326px; }
.resource-box-inner3 {  position: relative; height:279px;}
.resource-box-inner4 {  position: relative;  height:230px;}

.news-heading {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.news-box {
  margin-bottom: 25px;
}
.news-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.news-category {
  font-size: 12px;
 }
.expert-div-footer {
  height: 0px;
}
.nhome-footer-section {
  background-image: none;
}
.f-get-in-touch {
text-align: center;
  display: block;
}
.expert-heading {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.expert-text {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align:center;
 }
 .btn-consultanction {
 margin-bottom: 25px;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
  text-align: center;
}
.expert-div-info.p-5 {
  margin-top: 12px;
  padding: 15px !important;
}
/***/

/***/
.innerpage-top-left {  margin: 0px 0;}
.nl-innerpage-top-h1 {
  font-size: 21px;
  line-height: 50px;
  text-align:center;
}
.innerpage-top-text {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.fortinet-logo-inner {
  height: auto;
  width: 200px;
}
.product-section-2 {
  padding: 35px 0px;
}
.product-heading-h2 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.p-network-security-img img {
  height: 250px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.product-section-3 {
  padding: 35px 0px;
}
.product-category-heading {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.cdb_heading {
  font-size: 17px;
  line-height: 30px;
   min-height: auto;
 }
.cdb_content {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
 } 
.cdb_link {
  font-size: 15px;
  line-height: 25px;
 }
 
.contact-address 
  {
    font-size: 14px;
  }
  .contact-form-box .form-label 
  {
   font-size: 14px;
  }
  .contact-form-box .form-control 
   { 
    font-size: 14px;
   }
	.form-select
	{
	  height: 44px!important;	
	}   
   .foot-heading {
     font-size: 15px;
   }
   .footer-links ul li a {
    font-size: 14px;
   }
   .foot-text {
     font-size: 14px;
   }
   .copyright-area
	{
	 font-size: 14px;
	}
	.privacy-area span {
      padding-left: 0px;
      padding-right: 35px;
    }
	.privacy-area {
	  flex-direction: row-reverse !important;
	  float: left;
	}
	.w-70 {
	  width: 100% !important;
	} 
	.news-box-title {
    font-size: 15px;
    line-height: 25px;
  }
  .news-box-inner .news-box-text p{
	font-size: 14px;
    line-height: 24px;
  }
  .news-box-cat span{
    font-size: 12px;
  }
  .news-sidebr-title {
    font-size: 15px;
  }
  .news-sidebar-checkbox-text {
    font-size: 15px;
  }
  .news-box-inner
	{
	  padding-bottom: 25px;	
	}
	.news-box-image img {
      height: auto;
    }
.map2
{
  padding-right: 0px;	
}
}


.exam-level-text {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.exam-level-text span {
    font-weight: 300;
}


/***********NL SITE NEW DESIGN END***********************/



/*-----------full width css end--------------*/
@media (max-width: 767px) { .vd_divider {  display: none; margin-top: 0px !important;}
.vendor-sidebar-left { margin-top: 15px; }
.clc_value {  padding-left: 50px;}
 }
@media (min-width: 1312.98px)  {
.rows44.p-4 h6 {  height: 60px;}
.DateArea {
  width: 195px!important;
}
.Cisco-Live-UK ,.Cisco-Live-UK-heading { display:none;} 

.timeline_ab ol li div::before {   left: 127px; }

}
@media (max-width: 1312.98px) 
{
.home_sec_22_1_Right { display:none;}
.more-info-box-ul h5 {
  font-size: 24px;
}
.more-info-box-ul .mib-img-dt {
  font-size: 24px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
body {  font-size: 16px;  }
h1,.h1 {  font-size: 33px;  }
h2,.h2 {  font-size: 30px;  }
h3,.h3 {  font-size: 21px;  }
h4,.h4 {  font-size: 24px;  }
h5,.h5 {  font-size: 21px;  }
h6,.h6 {  font-size: 20px;  }
.heading_color_h2 { font-size:23px;}
.footer-content .nav-link  { font-size:14px;}
.footer-content h5 { font-size:15px;}
.divfooter2 p { font-size:14px;}
.technology_por { width: auto ;  padding: 0px 0px; }
.roadmap-heading {
  font-size: 40px;
  text-align: left;
  width: 80%;
  margin-bottom: 40px;
}
.timeline_ab {
  padding-top: 0px;
}
.Course-Details1 {
  margin-top: 30px; }
.course_duration_text {  margin-top: 60px;}
.c-contact-box {   padding: 50px 20px; }
.namediv { margin-right: 15px;}
.messagediv { width: 99%;}
.for3box {
  padding: 42px 0px;
}
.about-top-four-seminar { width: 100%;}
.seminar13 { width: 220px;  height: auto;  }
.seminar24 {width: 160px;  height: auto;}
.seminar24 img {  height: auto;}
.seminar1 img {  height: 160px; width: 100%;}
.seminar3 img { height: 160px;}
.about-top-bannner { height: 400px; padding-top: 40px;}
.our-mission { margin-top: 60px;}
.our-mission-section1 h1 {  font-size: 40px;  text-align: left;}
.our-mission-section1 p {  font-size: 17px; text-align: left;}
.our-vision { margin-top: 80px;  margin-bottom: 40px;}
.our-vision-section1 h1 {
  margin: 24px 70px 0px 0;
  font-family: Prometo;
  font-size: 40px;
  text-align: left;
 }
.our-vision-section1 p { margin: 16px 0 0; font-size: 17px;  text-align: left;}
.students_plus, .courses_plus, .instructors_plus, .reviews_plus { font-size:40px;}
.students_plus p, .courses_plus p, .instructors_plus p, .reviews_plus p { font-size:20px;}
.our-journey-text { margin-top:60px;}
.our-journey-box h1 {   font-size: 40px; text-align: left; }
.our-journey-box p { margin: 16px 0 0;  font-size: 17px; text-align: left; }
.our-journey-box {  margin-bottom: 60px;}
.our-ceo-says { margin: 60px 0px;}
.our-ceo-says h1 {
text-align: left;
  margin: 20px 0 0;
  font-size: 40px;
  margin-right: 0px;
}
.our-ceo-says p {
  margin-right: 75px;
  font-size: 17px;
  line-height: 1.3;
  text-align: left;
 }
.our-core-value {
  padding-top: 25px; }
  
 .ocv_1 h1 {
  text-align:left;
  font-size: 40px;
  width: auto;
  text-align: left;
} 
.ocv_blue_25 ,.ocv_white_25 { padding: 40px 12px; height: 400px;}
.our-offices-heading { font-size: 40px; text-align: left;}
.country_section {
  width: auto;
  height: 300px;
    padding-left: 5px; }
.country_name_about { font-size: 24px; text-align: left; }
.ocv_blue_25 h4, .ocv_white_25 h4 {
  font-family: Prometo;
  font-size: 24.8px; }
.country_mail_about {
  font-size: 17px; text-align: left; }
.country_phoneno_about {
  font-size: 17px; text-align: left;}
 .course_schedule_por { width:100%; padding: 5px 0px;}
.ss_part_51 h3 {
  font-weight: 300;
  color: white;
  margin: 0 auto;
  width: 62%;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  padding: 40px 0px 10px;
}
.dss_part_6inner {
  margin: 0px auto;
  width: auto;
}
.dcimg2 {
  width: auto;
 }
 .dcimg1 {
  width: auto;
}
.ss_part_51 {
  min-height: auto;
  padding-bottom: 35px;
}
.dss_part_3_inner {
  margin: 75px auto;
  width: auto;
}
.vendor_h1_heading , .vendor_h3_heading {  font-size: 23px;}
.heading_color { font-size:23px;}
.new_world_class_top { padding: 0px 0px !important; padding-bottom: 10px !important;}
.course_top_title { font-size: 28px;  line-height: 42px; } 
}
@media (min-width:1200px) {
.homenew3_part4122 p {margin-bottom: 10px;
min-height: 110px;
padding-top: 10px;}
.homenew3_part4122 { height: 235px!important;}
.p-fttc {  padding-top: 135px;}
.btncourselearnmore.cdl-view-more {
  padding: 6px 10px;
  width: 140px;
  margin-left: 20px;
}
}
@media (min-width: 999.98px) and (max-width: 1200px)  { 

.consult-with-us9 { padding-top: 10px;}
.clcpopup.clc_1new {  left: 11px;  bottom: 140px;}
.clcpopup.clc_2new { right: 12px;  bottom: 140px;} 
.top_header_search_area1 .top_search_i {  width: 645px;}
.top_header_search_area1 { width: 700px;  margin: 0 auto;}
.search_suggestions { width: 894px;}
.more-info-box-ul h5 { font-size: 24px;}

.more-info-box-ul h5 {
  font-size: 24px;
}
.more-info-box-ul .mib-img-dt {
  font-size: 24px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blogin a h3 { font-size: 23px;}

.homenew3_part4122 { height: 260px!important;  }
.homenew3_part4122 h3 { font-size:18px;}
.homenew3_part4122 p {  margin-bottom: 10px;  min-height: 150px;} 
.it-consulting-services { padding-top: 85px;}
.country_selector {
    top: 41px !important;
    left: -83px !important;
}
.course_schedule_por {
  width: auto;
  padding: 0;
  display: contents;
}
.rows44.p-4 {
  padding: 10px !important;
  min-height: 200px;
}
.forTpus {  padding-top: 70px;}
.p-fttc {  padding-top: 50px;}
.inner_country_box { width: 82%;}
.Countrydetail { width: 80%;} 
.btncourselearnmore.cdl-view-more {
  padding: 6px 10px;
  width: 140px;
}
.cdl_section_3new .Feature-area-box-inner {
  min-height: 450px;
}
.RctR.col-md-3.pl-5 {
  padding-left: 0px !important;
}
.devinex_img {
  width: 95%;
  padding-top: 110px;
}

 }
@media (max-width: 1200px) { 
.header_flag {  width: 70px;}
.start_learning41 img { height: 150px;}
.cloud-computing_sl { margin-bottom: 25px !important;}
.start_learning4 { height:320px;}
.Mobile-menu a {  color: #141C36!important;}
.Mobile-menu { background-color: #f8f8f8;  }
.mobile-menu-show {display:none;
float: right;
margin-top: 22px;
margin-right: 6px;}
.top_search {  display: none;}
.top_search {  display: none;}
.Insoft-Services-helps {  font-size: 15px;  line-height: 25px;}
.vendor-top-img-inner { }
.vendor_tab_area .nav-link9 {  padding: 15px 6px;}
.Insoft-Services-helps1 {
display: block;
float: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 40px;
height: auto;
}
.coursedats { padding: 15px 20px; }
.titlecourse {
  font-size: 21px;
  padding-top: 26px;
  line-height: 35px;
  padding-bottom: 10px;
}
.btncourselearnmore {padding: 8px 12px;
margin: 0px;
  margin-top: 0px;
margin-top: 15px; }
/***/
.home-part-1 , .home-left1 {  min-height: 450px; }
.home-left1 { padding-left: 20px !important; }
.unleash-your-skill {
  margin-top: 75px;
  font-size: 2.1875rem;
  margin-bottom: 25px;
}
.discover-our-vast-majority-of-accredited-and-vendor-independent-training-courses {
  width: auto;
  text-align: left;
  margin: 15px 0px;
    margin-bottom: 15px;
  margin-bottom: 30px;
}
.top_search_i {text-align: left;width: 80%; }
.home_pop_course { padding-top: 10px; }
.we-deliver-world-class-training-services {
 font-size: 40px;
margin-top: 50px;
margin-bottom: 20px;
}
we_deliver_box {
  padding-bottom: 0; }
.homenew3_part41 {
  width: auto;
  height: auto;
}
.homenew3_part412 p {  font-size: 16px; }
.homenew3_part412 h3 { font-size: 16px; }
.homenew3_part412 {  height: 220px;}
.consult-with-us { font-size: 1.53125rem; }
.home-part-new-4-text-left {
  font-size: 16px;
  line-height: 28px;
  padding: 5 0px;
}
.part6_left1 {
  font-size: 1.53125rem;
  margin-top: 30px;
  width: auto;
  margin-left: 0px;
}
.home-part-new-5 .container {
  background-size: 70px;
  background-position: 0px 125px;
}
.part6_left2 {
  font-family: Prometo;
  font-size: 16px;
  color: #fff;
  margin-left: 0;
}
.part6logo {
  margin-left: 0;
}
.col-md-3haft {
  width: 46%;
  margin: 10px;
}
.part6_right_box {
  width: auto;
  padding: 0px 10px;
  margin-bottom: 20px;
  height: auto;
}
.main_logo_part6 {
  width: 130px;
  margin: 40px auto;
  margin-bottom: 20px;
}
.start-learning-at-your-own-pace { font-size: 24px; }
.check-our-popular-elearning {
  font-size: 16px;
  margin: 40px auto;
    margin-top: 40px;
  margin-top: 10px;
}
.home_blog_title {
padding-left: 10px;
padding-top: 15px;
font-size: 16px;
min-height: 80px;
}
.blogs4part {  min-height: 280px;}
.Stay-up-to-date_i {  width: 241px; }
.young_man {  width: 77%;}
.vendor_tab_area_content p, .vendor_tab_area_content ul li { padding-right: 0px; }
.header_flag      { width: 59px !important ;} }
@media (min-width: 999.98px) { .extreme-network-certification-page .course_page_top  { min-height:280px;}  } 
@media (max-width: 999.98px) { 
.home-part-new-7 .col-md-12.col-sm-12.pt-3.pb-5 {  padding-bottom: 0 !important;} 

.new_world_class {  background: none;}
.unleash-your-skill {  line-height: 40px; padding-right: 0px;}
#parallelogram1 .text-white {  color:#141C36!important;}
.businesslogo113 { width: 88px;}
.businesslogo115 {  width: 100px; }
.businesslogo112 {  width: 95px;}
.businesslogo118 {  width: 100px;}
.businesslogo116 { margin-top: 42px !important;  width: 70px;}
.businesslogo119 { padding-top: 14px;}

.Deliver-desktop { display:none;}
.Deliver-mobile { display:block; margin-bottom: 50px;}
.homenew3_part4122 {border: none;
background: #141C36;
padding: 40px 0px;
margin: 10px 0px;}
.we-deliver-world-class-training-services {
  margin-bottom: 20px !important;
}
.mobile_course_content .accordion-item {  margin-bottom: 0px;}
.desktop_course_content { display:none;}
.mobile_course_content  { display:block;}
.more-info-box-ul { width: 100%; margin: 0px 10px 0px;}
.coloredboxbg { width: 100%;}
.sortbynewest { font-size: 15px;}
.top_contact_info { float: right;
width: 116px;
padding-top: 27.5px;}
.inner_top_search {  padding-top: 1px;}
.header_flag {
  float: left;
  margin-right: 0px;
  position: relative;
  width: 50px;
}
.top_glob { display:none;}
top_search_i {
  text-align: left;
  width: 85%;}
/***/ 
.course_top_title {  
padding-top: 90px;
line-height: 34px; 
font-size: 24px;
line-height: 42px;
 }
.enroll_now_btn {  font-size: 16px;  width: auto;  height: 42px;}
.course_duration_text {  margin-top: 0px;}
.course_content_area_menu .nav-link9 { padding: 0px 15px 20px 15px; font-size: 17px;  }
.Course-Details1 {  margin-top: 0;  margin-bottom: 15px;}
.Course-Details { font-size:17px;}  
.course_content_area_content p, .course_content_area_content li {  font-size: 15px; }
.dayset ,.deliverycoursse , .pricesec{ font-size: 15px;}
.more-info-box-ul { margin: 0px 10px 0px;padding: 25px 0px 25px 15px;  }
.vendor_section_3 {  margin-top: 0;}
.learn-more-home {  padding: 7px 2px;  }
 .vendor_top_banner_area h1 { margin-bottom: 15px;  font-size: 1.8375rem;   }
.vendor_top_banner_area h3 { font-size: 016px; }
.btn-white-vendor {
  padding: 10px 10px;
  width: 120px;
  font-size: 0.960rem;
  margin:25px 0px 42px;
 }
.vendor-top-img-inner {width: 120px;}
.know-more a {
  font-family: Prometo;
  font-size: 17px;  }
.vendor_top_banner_area  { margin-bottom: 20px !important; } 
.vendor_tab_area .nav-item9 { }
.vendor_tab_area .nav-link9 { padding: 10px 8px; font-size: 17px; }
.vendor_tab_area_content h2 {
   font-size: 17px;
  padding: 0px 0px !important;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li { font-size: 15px;}
.young_man_line1 {
  width: 98%;
  margin-left: 20px;
  margin-top: 0;
}
.young_man_line2 {
  width: 98%;
  margin-left: -18px;
 }
 
.WHAT-OUR-LEARNING-PARTNER-ACCREDITATION-OFFERS {
  font-size: 17px;
  text-align: center;
  padding-left: 0;
  display: block;
  padding: 10px;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li {
  font-size: 16px; }
.programs-starting-soon {
  font-size: 17px;
  margin: 25px 0px !important;
  margin-top: 0px !important;
}
.vsl-title a { font-size:17px ;}
.vsl-title a::after  { font-size:1.2rem ;}
.vendor-sidebar-page {width: auto; }
.course_count { float: left;  margin-right: 0;}
.coursedats { font-size: 16px; margin-bottom:0px; padding:5px 5px;}
.datecourse {
    padding-top: 10px;
    padding-bottom: 0px;
}
.titlecourse {
  font-size: 17px;
  line-height: 26px;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
.textcourse {
  font-size: 16px;
  padding-bottom: 10px;
  text-align: left;
}
.btncourselearnmore {
 padding: 6px 3px;
margin: 5px 0px;
width: 91px;
font-size: 16px;
}
.know_someone h1 {
  font-size: 17px;
  line-height: inherit;
}
.use-the-hashtag { font-size: 16px;} 
.containerVandor { font-size:15px;}
.vsl-title a {
  padding: 15px 0px;
    padding-top: 15px;
  padding-top: 20px;
  font-size: 17px;
  padding-top: 12px;
}
.vsl-title a::after  { font-size:17px;}
.vendor_top_banner_area p {
padding-top: 30px !important;
margin-bottom: 15px !important;
}
 .Insoft-Services-helps1 {
  display: block;
  float: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  width: 60px;
  height:90px;
  margin: 10px auto;
}
.vendor_tab_area_content p { padding-left: 0px;} 
/****/ 
.mob-right1 {  width: 30px; float: right;}
header { height: 80px; padding: 3px 0px; }
.home-part-1 , .home-left1 {  min-height: 356px; background-position: top center;}
.unleash-your-skill {font-size: 1.8375rem;
margin-top: 27px;
margin-bottom: 10px;}
.home-left1 { padding-left:0px!important;}
.discover-our-vast-majority-of-accredited-and-vendor-independent-training-courses {
  font-size: 1.2rem;
  text-align: left;
  width: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}
.consult-with-us9 {
  font-size: 22px;
  padding-top: 0;
  padding-bottom: 15px;
}
.home_pop_course { padding-top: 10px;}
.we_deliver_box { padding-bottom: 0; }
.book-now-home {
  width: 120px;
  font-size: 015px;
  padding: 13px 10px;
}
.we-deliver-world-class-training-services {
  font-size: 33px;
  margin-top: 35px;
margin-bottom: 20px;
}
.top_search { float: right; display: none;}
.homenew3_part41 {  width: auto;  height: auto;}
.homenew3_part411 { height:150px;}
.homenew3_part41_img { width: auto; padding-top: 30px;}
.homenew3_part412 h3 { font-size: 16px; }
.homenew3_part412 p {  font-size: 15px;  }
.homenew3_part412 { height: 180px;}
.homenew3_part42_img {   width: 125px !important; padding-top: 39px !important;}
.homenew3_part41_img { width: 85px !important;  padding-top: 22px !important;}
.homenew3_part44_img { width: 75px !important; padding-top: 42px !important;}
.homenew3_part43_img {width: 105px !important; padding-top: 15px !important;}
.consult-with-us {
  font-size: 16px;
  margin-top: 0;
  padding-top: 0;
}
.extra_line4 {
  border-top: 1px solid #A6B0CE;
  margin-top: 50px;
  padding-top: 50px;
}
.home-part-new-4-text-left {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0px;
}
.book-now-home { margin-bottom: 20px;}
.book-now-home.booknowhome2 {}
.it-consulting-services {
 width: 79%;
margin: 70px auto;
  margin-left: auto;
margin-left: 50px;
}
.part6_left1 {
  font-size: 16px;
   width: auto;
  margin-left: 0;
}
.part6_left2 { 
  font-size: 15px;
  margin-left: 0;
}
.home-part-new-5 .container { background-size: 40px;  background-position:0px 22px;}
.part6logo {  margin-left: 0;}
.part6_right  {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.topbooknow {}
.col-md-3haft {
  float: left;
  width: 45%;
  margin: 8px;
}
.juniperbox {  margin-top: 30px;}
.part6_right_box {
  width: auto;
  padding: 0px 10px;
  margin-bottom: 10px;
  height: auto;
}
.main_logo_part6 {
  width: 125px;
  margin: 45px auto;
  margin-bottom: 45px;
  margin-bottom: 25px;
}
.start-learning-at-your-own-pace {  font-size: 22px; }
.check-our-popular-elearning {
  font-size: 16px;
  margin: 25px auto;
  width: auto;
  margin-top: 20px;
}
.start_learning41 img {  height: 160px;  width: auto;}
.home-part-new-5 { margin-top: 25px;}
.cloud-computing_sl { margin-bottom: 15px !important; }
.our-blogs { font-size: 16px; }
.home_blog_title {
  padding-left: 10px;
  padding-top: 0px;
  font-size: 16px;
 min-height: 80px;
}
.footer-content h5 { }
.footer-content .nav-link {}
.top_search_i { width: 85%; }
.Stay-up-to-date {
  width: 184;
  height: 26px;
  margin:0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}
.Stay-up-to-date_i {
  width: auto;
  padding-left: 5px;
  font-size: 15px;
 }
.mobile-menu-show {display: block;
margin-top: 24px;
position: absolute;
right: 13px;}
.header_contact {
float: right;
margin-right: 45px;
display: none;}
.contact-inner-data { display:none;}
.newcntrydetect {
    padding-top: 1px;
}
.header_flag {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 45px;
}
.top_contatct {  width: 22px; padding-top: 3px;}
.new_menu { display:none;}
.Mobile-menu .list2inner li a { color:#141C36;} 
.young_man { width: 96%;}
.w_u_30 { min-height: 210px;}
H1,.h1 { font-size: 25px;}
H2,.h2 { font-size: 24px;}
H3,.h3 { font-size: 23px;}
H4,.h4 { font-size: 22px;}
H5,.h5 { font-size: 22px;}
H6,.h6 { font-size: 22px;}
.mobile_course_content p {  padding-bottom: 10px;}
.technology-page {  padding-top: 45px;}
.mobile_course_content .young_man_line1 {  margin-top: 20px;}
.homenew3_part4122 h3 {  padding-top: 15px;} }
@media (min-width: 1200px) and (max-width: 1313px)
{
.clcpopup.clc_1new {  left: 11px;  bottom: 140px;}
.clcpopup.clc_2new { right: 12px;  bottom: 140px;}
.technology_por {
  width: 100%; }
.new_menu { margin-left: 0px;}
.new_menu ul li a { padding: 10px 8px; }
.modal-content9 { left:146px;}
.modal-content-consultancy { left:260px;}
.modal-content-resources { left:406px;}
.modal-content-company {left:539px;}
.Countrydetail {  width: 74%;}
.Cisco-Live-UK .we-deliver-world-class-training-services {
    margin-top: 40px!important;
}
} 
@media (min-width: 1000) and (max-width: 1313px) { 
.inner_top_search {  margin-right: 0px;} 
.technology_por { text-align:center;} 
.clcpopup.clc_1new {  left: 11px;  bottom: 140px;}
.clcpopup.clc_2new { right: 12px;  bottom: 140px;}

.heading_color_h2 { font-size: 23px;}
}
@media(min-width: 991.98px) and (max-width: 999.98px) {  
.blogin a h3 { font-size: 23px;}
.country_selector {  top: 30px !important;   left: -95px !important;}
.our-mission {
  margin-top: 0;
}
.rows44.p-4  { padding: 10px!important;}
.forTpus {  padding-top: 70px;}
.mobilebtn  ,.mobilebtn:hover { border:none;}
.RctL.col-md-9 {  max-width: 64% !important;}
.RctR.col-md-3 {max-width: 34% !important;}
.cdl_section_3new .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (max-width: 991.98px) {  
.cisco-5-part1 {
  font-size: 15px;
  font-weight: 400;
}
.cisco-second-rw {
  text-align: left;
}
/**/
.mobile_course_content .text-left.pt-5.pb-5 { padding: 0px !important;}
.mobile_course_content .text-left.pt-5.pb-4 {  padding: 0px !important;}
.mobile_course_content .young_man {  width: 50%; margin: 0px auto; display: block;}
.mobile_course_content .young_man_line1 { width: 50%; margin: 0px auto;  margin-top: 0px; margin-top: 20px;}
.mobile_course_content .young_man_line2 { width: 50%;  margin: 0 auto;}
.mobile_course_content  .Insoft-Services-helps1 {  width: 90px;  height: auto; padding-bottom: 0px;}
.Insoft-Services-helps { display:none;}
/**/
.btntechnology {  float:left;}
.nwc13 p { display:none;}
.new_world_class_top { padding: 0px 0px;}
.sortbynewest {  font-size: 16px!important;}
.divfooter2 {  height: 140px;}
.footerhr {   margin-bottom: 40px;}
h1,.h1 {  font-size: 25px;  }
h2,.h2 {  font-size: 24px;  }
h3,.h3 {  font-size: 20px;  }
h4,.h4 {  font-size: 19px;  }
h5,.h5 {  font-size: 22px;  }
h6,.h6 {  font-size: 22px;  }
body {  font-size: 15px; }
.Portfolioh2 {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 40px;
}
.dcsas-top-section h1 {  font-size: 17px;  padding-top: 50px !important;}
.dcsas-top-section {  height:200px!important;}
.dss_part_21 h4 {
  width: 63%;
  font-size: 17px;
}
.dss_part_3_inner {
  margin: 0px auto;
  width: auto;
}
.dcsp_box {
  float: left;
  width: auto;
  margin: 10px 0px;
  padding-top: 0px;
  min-height: auto;
}
.laybox5 h3 {
  font-weight: 300;
  width: auto;
  padding-bottom: 5px;
  line-height: 28px;
  font-size: 17px;
  padding-left: 10px;
  padding-top: 20px;
}
.laybox5 p { padding-left: 10px;}
.ss_part_51 h3 {
  margin: 0 auto;
  width: auto;
  font-size: 17px;
  line-height: 24px;
  padding: 45px 0px 0px;
}
.dcss-page2 {
  padding-top: 0px;
}
.ss_part_51 {
  min-height: auto;
  padding-bottom: 30px;
}
.dcimg {
  border: 2px solid gray;
  width: auto;
  margin: 12px;
  height: 225px;
}
.dcimg1 {
  margin: 0 auto;
  width: auto;
}
.dcimg11 {
  width: auto;
  margin: 15px;
    margin-bottom: 15px;
  margin-bottom: 11px;
  margin-bottom: 40px;
  border: 2px solid gray;
  height: 148px;
}
.dcimg2 {
  margin: 0 auto;
  width:auto;
 }
.dss_part_6inner {
  margin: 00px auto;
  width: auto;
}
.heading-our-blog {font-size:18px;}
.blogin { font-size:18px;}
.forti-con-ser-1 h1 { font-size:18px; }
.forti-con-ser-2 h1 { font-size:18px; }
.forti-con-ser-3 h1 { font-size:18px; }
.forti-con-ser-4 h2 { font-size:18px; }
.forti-con-ser-5 h3 { font-size:18px; }
.search_result_heading  ,.vendor_training_portfolio_heading ,.vtpt{  font-size: 17px;}
.tct_top,.search_result_top ,.vendor_training_portfolio_top{
  height: 210px!important;
}
.tct_content .heading_color {
  font-size: 17px;
}
.tct_content  h3 ,.tct_heading{ font-size:18px;}
.course_schedule_heading { font-size: 17px;}
.course_schedule_heading_page {  padding-top: 50px;}
.Apply_Filter {  font-size: 16px;}
.contact-part-1 h1 { font-size: 17px; }
.contact-part-1 span { font-size: 0.960rem;  }
.c-address-box span { font-size:  0.960rem; }
.c-address-box h5  ,.contact_any_question b {  font-size: 16px; }
.c-contact-box { padding: 30px 15px; }
.any_question_box { font-size: 15px;  margin: 20px 5px;}  
.namediv {  margin-right: 10px;} 
.messagediv { width: 99%; padding-left: 10px;}
.for3box { padding: 33px  0px;}
.about-heading  , .our-mission-section1 h1 ,.our-vision-section1 h1 ,.our-journey-box h1 ,.our-ceo-says h1 ,.ocv_1 h1 ,.ocv_blue_25 h4, .ocv_white_25 h4 , .our-offices-heading{
    font-size: 18px;
text-align:center;
  margin: 25px auto;
 }
.students_plus, .courses_plus, .instructors_plus, .reviews_plus {
  font-size:18px;
 } 
 .students_plus p, .courses_plus p, .instructors_plus p, .reviews_plus p  {  font-size: 1.0rem;
  text-align: center;  }
 
.about_insoft , .our-mission-text , .our-vision-text ,.our-journey-text ,.seo_says_subtitle {
  font-size: 1.0rem;
  text-align: center;
 
  padding-top: 0px;
  padding-bottom: 0px;
}
.our-mission {
  margin-top: 0;
}
.about_insoft { color:#fff;}
.seminar24 {
  height:auto;
  width: auto;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  display:none;
}
.seminar13 { display:none;}
.our-mission-section1 p ,.our-journey-box p ,.seo_says_subtitle ,.ocv_subheading ,.our-vision-section1 p ,.our-ceo-says p {
  margin: 0px 0 0;
  font-size: 0.998rem;
  line-height: 26.9px;
  text-align: center;
}
.our-vision-text {     margin: 0px 0 0;
  font-size: 0.998rem;
  line-height: 26.9px;
  text-align: left;
  }
.young_man2 {
 height: 381px;
margin: 25px auto;
}
.young_man3 {
  width:auto;
  margin: 25px auto;
}
.ceo_pick  {
 width: 350px;
  margin: 25px auto;
}
.about-top-bannner {
 padding-bottom: 25px;
 padding-bottom: 50px;
 padding-bottom: 25px;
  height: auto; }
  
.Our-journey {
margin-bottom: 0px;
margin: 0 auto;
} 
.our-ceo-says {
  margin: 10px 0px;
}
.students_plus, .courses_plus, .instructors_plus {
margin: 50px auto;
width: 110px;
text-align: center;
font-size: 17px;
}
.start_j_div p {font-size: 15px; }
.timeline_ab time { font-size:18px;}
.our-roadmap-text { font-size: 16px;
text-align: center;
margin-top: 50px;}
.roadmap-heading {
  font-size: 17px;
  text-align: center;
  margin: 0 auto !important;
}
.timeline_ab {
  padding-top: 10px;
}
.reviews_plus {
 margin: 50px auto;
width: 172px;
text-align: center
}
.students_plus p {
  margin-left: 3px;
}
 .courses_plus p {
  margin-left: 11px;
}
.our-journey-text { margin-top:0px;   }
.our-journey-box {
  margin-bottom: 0px;
}
.ocv_subheading { padding-top:0px;}
.ocv_1 {
  float: none;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.our-vision {
  margin-top: 20px;
}
.ocv_1 h1
{
text-align: left;
margin: 35px auto;
width: 100%;
margin-top: 0px;
}
.ocv_blue_25 ,.ocv_white_25  {width: 33%;
padding: 10px;
height: 440px;} 
.ocv_white_25 h4 , .ocv_blue_25 h4{
  font-size: 17px; }
.ocv_blue_25 p, .ocv_white_25 p  {   font-weight: 300!important; font-size: 1.0rem;
  line-height: 26.9px;
  text-align: center; font-weight:normal;}
 .our-offices-sub-heading { text-align:center; font-size: 1.0rem;}
 .owl-carousel .item {
  margin: 0 auto;
  width: auto;
}
.ocv_white_25_wh { display:none;}  
.country_section {
  width: auto;
  height: 295.6px;
  padding-left: 10px;
}
.country_name_about {
text-align:center;
font-size: 17px;
}
.country_mail_about {
  font-size: 16px;
}
.country_phoneno_about {
  font-size: 16px ;}
.technology_heading {
  font-size: 17px;
}
.technology-page h2 {
  font-size: 17px;
  text-align: left;
}
.main_technology_course_area {
  margin-top: 0;
}
.titlecoursetechnology {
font-size: 15px;
padding-top: 25px;
text-align: left;
padding-left: 0px;
font-weight: 400;
line-height: 24px;
}
.technology_por { text-align:left;}
.technology_days { padding-bottom:5px;}
.mr-2.display-8.ti-calendar { }
.firstdatet { margin-left: 28px;}
.technology_por {
  margin: 0 auto;
    margin-left: auto;
  width: 100%;
  text-align: left;
}
.course-scheudle-title {
  font-size: 17px;
  padding-top: 30px;
  line-height: normal;
  font-weight: 400; 
 }
.single-blog h2 {  font-size: 17px; }
.default_bg_blog { width: 100%;  min-height: 200px; height:200px!important;}
.Elearning { margin: 15px auto;}
.Cisco-Channel-Partner-v { width:auto;}
 .technology_por { text-align: left;}
.mobilebtn  ,.mobilebtn:hover {border-bottom: none !important;}
}
@media (max-width: 767.98px) { 
.ccna-assoicate-table thead td,.cky-cookie-audit-table tbody td { font-size:13px;}

.loader_box {
  top: -600px;
  position: absolute;
  z-index: 1;
  left: 0px;
}

.take_advantage {
  text-align: center;
  display: block;
  margin-bottom: 0px !important;
}
.clc_price { font-size: 25px;  width: 130px;}
.clc_old_price { font-size: 25px;  width: 130px; }
.CLCs_box_inner {  padding: 25px 25px; }

.ocv_blue_25 h4, .ocv_white_25 h4 { padding-top:20px;}
.ocv_subheading { margin-bottom: }
.our-core-value {  padding-top: 0px; margin-bottom: 40px;}
.top_filter_1 {  display: none;}
.technology-page {  padding-bottom: 15px; padding-top:40px;}
.droppeD6  { margin-top:10px;}
.droppeD6.fixedMenU { margin-top:0px;}
.new_world_class_top { padding: 0px 0px; }
.nwc18 { margin: 20px auto;  margin-bottom: 20px;}
.nwc19 { margin: 20px auto; }
.nwc12 { margin: 20px auto; }
.new_consult_with_us h2 {    padding-top: 30px; }
.new_consult_inner2 {
    border-radius: 15px;
    width: auto;
    margin: 0px auto;
    padding: 20px;
}
.new_consult_with_us3 {
    width: auto;
    margin: 15px auto;
    border-radius: 10px;
}
.new_consult_with_us3 h6 {
    font-size: 15px;
    padding: 0px 50px;
    padding-top: 10px;
    padding-top: 20px;
}
.wbtnwarow { margin-top: 15px; }
#vm10 {
    margin-top: 15px;
}
.new_consult_with_us {
    padding-bottom: 35px;
}
.nwc13 p { display:none;}
.nwc11h4 { font-size: 17px;}
.coloredboxbg   {  margin-left: 0px;}
.cUrsetb.mb-0.collapsed { }
.accordion-title a {
  padding: 10px 0px;
}
.mobile_course_content .accordion-title a::after {  right: 0px!important; padding-right:4px;}
.ent_section_3 .container {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.extreme-network-certification-page .container {
  border-top: none;
  padding-top: 10px;
}
.Extreme-Networks-sb-logo { width: 120px;
margin: 0 auto;
display: block;
margin-bottom:20px;} 
.SmallScreen .accordion-item {
  margin-bottom: 5px;
}
.Stay-up-to-date_div {
  margin: 0 auto;
    margin-left: auto;
  width: 145px;
  margin-left: 0px;
}
.ftrlink { color:#fff;}
.ftrlink::after { color:#fff; }
.SmallScreen  a::after { color:#fff; }
.LargeScreen { display:none;}
.SmallScreen { display:block;}
.yellowLine { margin: 15px 0px;} 
.divfooter2 {height: 100px;}
.fMenu {  max-width: 50%;}
.fMenu2 {  max-width: 50%;}
.divfooter2 { height: auto; margin-bottom: 0px;}
.start_learning4 { height: 300px;}
body { font-size:15px;}
.accordion-content p {
  font-size: 15px;
  line-height: 24px;
}
.vsl-title a { font-size: 15px;}
.sortbynewest {  font-size: 15px!important;}
.social_icon_course { width: 222px; }
.sil2 {  font-size: 30px;}
.Portfolioh2 {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 40px;
}
.dcsas-top-section h1 {  font-size: 17px;  padding-top: 50px !important;}
.dcsas-top-section {  height:200px!important;}
.dcsas-top-section h6 {
  width: auto;
  padding-bottom: 15px;
  font-weight: 300;
}
.dss_part_21 h4 {
  width: auto;
  margin: 0px auto;
  font-size: 17px;
}
.dss_part_6inner { margin: 40px auto; width: auto;}
.dss_part_61 { float: left; width: auto;  margin: 30px 0px;}
.dss_part_61_img {
  width: auto;
  margin: 0px auto;
  background-position: center;
}
.dss_part_61_imgop h2 { width:auto;  font-size: 17px; padding-left:10px;}
.dss_part_62 {
  border-left: none;
  width: auto;
  padding: 10px;
  float: left;
  margin: 0px auto;
}
.dcimg {
border: 2px solid gray;
width: 300px;
height: auto;
margin: 15px auto;
display: block;
}
.dcimg11 {
border: 2px solid gray;
width: 300px;
height: auto;
margin: 15px auto;
display: block;
}
.dcimg1 { width: auto;}
.dcimg2 { width:auto;}
.dcss-page { padding-top:40px; padding-bottom:0px!important;}
.dss_part_3_inner {
  margin: 0px auto;
  width: auto;
}
.dcsp_box {
  float: left;
  width: auto;
  margin: 0px 0px;
  padding: 0;
    padding-bottom: 0px;
  min-height: auto;
  padding-bottom:15px;
}
.laybox5 h3 {
  font-weight: 300;
  width: auto;
  padding-bottom: 10px!important;
  font-size: 18px!important;
  font-size:25px;
  padding-left: 10px;
  padding-top: 25px;
  padding-bottom: 0px;
}
.laybox5 p {
  padding-left: 10px;
}
.ss_part_51 h3 {
  font-weight: 300;
  color: white;
  margin: 0 auto;
  width: auto;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  padding: 35px 0px 0px;
}
.ss_part_51 {
  min-height: auto;
  padding-bottom: 25px;
}
.dcss-page2 {
  padding-top: 0px !important;
}
.contact-part-1 { margin: 40px 0px; }
.c-contact-box { padding: 10px 30px; }
.any_question_box { margin: 10px 5px; }
.namediv { width: auto; }
.c-contact-box { margin-bottom: 40px;}
.for3box {  padding: 25px 0px;}
.c-address-box span { font-size:  0.960rem; }
.soical20 {  float: left;  width: 50%; }
.our-offices-heading { padding-bottom: 20px;}
/***/
.country_section {
 margin-bottom: 20px;
  width: auto;
  height: auto;
  padding-left: 0px;
}
.country_flag_about  { padding-bottom:5px;}
.country_mail_about { text-align: center;}
.country_phoneno_about {
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
}
.country_flag_about {
  margin: 15px auto;
}
.country_name_about {text-align:center;}
.about-heading  , .our-mission-section1 h1 ,.our-vision-section1 h1 ,.our-journey-box h1 ,.our-ceo-says h1 ,.ocv_1 h1 ,.ocv_blue_25 h4, .ocv_white_25 h4 , .our-offices-heading{
  text-align: center;
  margin: 10px auto;
 }
.our-offices {
  padding-bottom: 30px;
}
.timeline_ab {
  margin-bottom: 0;
  padding-bottom: 30px;
}
 .students_plus p, .courses_plus p, .instructors_plus p, .reviews_plus p  {  font-size: 0.960rem;
  text-align: center;  }
 
.about_insoft , .our-mission-text , .our-vision-text ,.our-journey-text ,.seo_says_subtitle {
 font-size: 15px;;
  text-align: center;
 
  padding-top: 30px;
  padding-bottom: 0px;
}
.our-mission {
  margin-top: 0;
}
.about_insoft { color:#fff;}
.seminar24 {
  height:auto;
  width: auto;
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  display:none;
}
.seminar13 { display:none;}
.our-mission-section1 p ,.our-journey-box p ,.seo_says_subtitle ,.ocv_subheading ,.our-vision-section1 p ,.our-ceo-says p {
  margin: 0px 0 0;
  font-size: 015px;
  line-height: 26.9px;
  text-align: center;
}
.our-vision-text {     margin: 0px 0 0;
  font-size: 015px;
  line-height: 26.9px;
  text-align: center;
  padding-top:0px;
  }
.young_man2 {
  height:360px;
  margin: 25px auto;
}
.young_man3 {
  width:400px;
  margin: 25px auto;
  margin-top: 40px;
}
.ceo_pick  {
 width: 300px;
  margin: 25px auto;
}
.about-top-bannner {
  height: auto; padding-top: 15px; }
  
.Our-journey {
margin: 15px auto;
margin-bottom: 25px;
} 
.our-ceo-says {
  margin: 10px 0px;
}
  .students_plus, .courses_plus, .instructors_plus {
  margin: 20px auto;
  width: auto;
  text-align: center;
}
.reviews_plus {
  margin: 0px auto;
  width: auto;
  text-align: center;
}
.our-journey-text {
  margin-top: 15px;
  }
.our-journey-box {
  margin-bottom: 40px;
}
.ocv_subheading { padding-top:0px;}
.ocv_1 {
  float: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.our-vision {
  margin-top: 20px;
}
.ocv_1 h1
{
text-align: center;
margin: 35px auto;
width: 100%;
margin-top: 0px;
}
.ocv_blue_25 ,.ocv_white_25  { width:100%;   padding:10px ; height:auto;} 
.ocv_blue_25 p, .ocv_white_25 p  {   font-weight: 300!important; font-size: 015px;
  line-height: 26.9px;
  text-align: center; font-weight:normal;}
 .our-offices-sub-heading { text-align:center; font-size: 0.960rem;}
 .owl-carousel .item {
  margin: 0 auto;
  width: 62%;
}
.ocv_white_25_wh { display:none;}  
.font-weight-bold.pt-7.pb-2 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.technology_date {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.ti-time {
  margin-top: 0px !important;
}
.course_schedule_por {
  text-align: left;
}
.btntechnology{ width:130px; float: left;} 
.technology_days {
font-weight: 300;
font-size: 15px;
padding-left: 0;
text-align: left;}
.course-scheudle-title { font-size: 17px;
padding-top: 25px;
text-align: left;
padding-left: 0px;
font-weight: 400;} 
.box3border.mt-5 p {
  text-align: center;
  padding: 0;
}
.technology_date p {
  text-align: left;
  font-size: 15px;
  padding-left: 2px;
  line-height: 22px;
}
.our-offices-box {  padding-top: 120px; margin-top: 10px;}
.tt_pg {  padding-top: 15px;}
.our-mission-section1 {  padding-top: 5px;}
.our-mission-section1 h1  { margin: 15px auto; }
.our-mission-section1 p { margin-bottom:15px;}
.feature-box {  padding: 0px; }
.vendor-sidebar-left { margin-top:0px;}
}
@media (min-width: 999.98px){   .fixedMenU { top: 90px; } 
  }
@media (min-width: 767.98px) and (max-width: 999.98px) { 

.get_strt_btn {  width: auto;}
.flp-section39_1imgn {  margin-top: 45px;}
.ftt-3 {  padding-bottom: 0px !important;}
.all_fortibox_bg { padding-top:0px!important;}
.devinex_img {
  width: 100%;
  padding-top: 120px;
}
.devinex_section1 h2 {
 font-size: 22;
padding-top: 90px;
font-weight: normal;
padding-bottom: 20px;
 }
 .devinex_section {
  height: 375px;
 }

.top_header_search_area1 .top_search_i {  width:635px;}
.top_header_search_area1 { width: 690px;  margin: 0 auto;}
.search_suggestions {  width: 688px; }

.fixedMenU {   top: 90px; } .Insoft-Services-helps {  padding-left: 30px!important;}
.Countrydetail {
  margin: 45px auto;
  width: 84%;
}
.countryset3 {
  width: 50%;
  float: left;
}
.rows44.p-4 {
  padding: 5px 5px !important;
}
.rows44.p-4 h6 {
  text-align: center;
  min-height: 45px;
  font-size: 17px;
}
.course_top_title {
  padding-top: 105px;
 }
.vendor_h1_heading {
  font-size: 22px;
} 
.heading_color { font-size:22px;}
.vendor_h3_heading {
  font-size: 22px;
}
.heading_color { font-size:22px;}
.btncourselearnmore {
  width: 140px;
 
}
.DateArea {
  width: 186px;
}
.ent_section_4.vd_divider {
  margin-bottom: 40px;
}
.accordion {
  margin-bottom: 15px;
}
 
 .young_man2 {
  height: 376px;
  margin: 15px auto;
    margin-top: 15px;
  margin-top: 70px;
}
.our-vision-section1 p { text-align:left;}
.our-vision-section1.vision-big-screen {
  padding-top: 20px;
}
.our-journey-text {
  margin-top: 45px;
}
.our-journey-box p { text-align:left;}
.our-journey-box {
  margin-bottom: 40px;
}
.our-ceo-says {
  margin: 35px 0px;
}
.our-core-value {
  padding-top: 0px;
}
.our-offices-box {
  padding-top: 140px;
 }
 .forTpus {
  padding-top: 35px;
}
.extreme-eight1 { height: auto; }
.LiknsArea.borderme-left .list-unstyled {  padding-bottom: 25px;}
.en_certification  .vendor_h1_heading { padding-top:0px; }
 .more-info-box-ul h5 {
  font-size: 23px;
}
.more-info-box-ul .mib-img-dt {
  font-size: 23px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-bottom: 5px;
}
.tct_content .col-md-3.mb-4 {
  max-width: 33.33%;
  flex: 33%;
}
.rows44 {  min-height: 175px;}

.CLCs_box_inner { padding: 25px 25px; }
.clc_price { font-size: 30px;  width: 140px; }
.main_text.body-text {  width: auto; }
.clc_ul_box { margin: 0 auto;  width: auto; }
.Seetitles.Seetitles2 {  padding-top: 146px;}
.course_page_top.CDLPAGE {
  background-position: center center;
  min-height: 265px;
}

.heading_color_h2 { font-size: 21px;}
.certification_table th,.certification_table td {  font-size: 15px; }
.table_c1_img { height:85px;}
.ccna-assoicate-table thead td , .cky-cookie-audit-table tbody td { font-size:15px;}
 } 
@media (min-width: 767.98px) and (max-width: 991.98px)
{ 
.vtp_row {
  min-height: 195px;
}
.Stay-up-to-date_f { width:250px; }
  .social-icons .social-icons-item { margin-right: 5px;}
 .fixedMenU { top: 90px;}
  #contactdiv { right: -40px;  top: 10px;}
.droppeD3.fixedMenU { right: 0px!important;  top: 90px!important;} 
.btntechnology {  floaeftt: none;}
.country_selector {
top: 30px !important;
    left: -84px !important;
    width: 200px;
}
.all-blogs .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.blogin a h3 {
  min-height: 70px;
  font-size: 23px;
}


}
@media (max-width: 991.98px){ #menu-cnt { top: -1px; }}

@media (max-width: 767.98px) { 


.devinex_section1 h2 {
  font-size: 22px;
  padding-top: 60px;
  font-weight: normal;
  padding-bottom: 20px;
}
.devinex_section1 p {
  width: auto;
}
.devinex_img {
  width: 100%;
  padding-top: 95px;
}
.devinex_section {
  height: 315px;
 }

.blogin a h3 {  min-height: 70px;  font-size: 22px;}
.blogin {  font-size: 15px;}
.all-blogs img {  height: auto;   width: auto; }

.homenew3_part4122 {
  border-left: none!important;
  margin: 15px 0px;
  height: auto !important;
  background: #141C36;
  padding: 25px 0px;
}
.new_world_class {
  background: none;
}
.extreme-eight1 { height: auto; }
.borderme-left { border:none;}
.nse11,.nse22,.nse33,.nse44,.nse55,.nse66,.nse77,.nse88 { margin-top: 0; }
.extreme-eight1 .nse11,.extreme-eight1.nse22,.extreme-eight1 .nse33,.extreme-eight1 .nse44,.extreme-eight1 .nse55,.extreme-eight1 .nse66,.extreme-eight1 .nse77,.extreme-eight1 .nse88 { margin-top:30px; }
.extrme-page-bottom h4 {
margin-top: 15px;
font-size: 20px;
margin-bottom: 0px;
} 
 
.forTpus { padding-top: 20px; }
.vtp_row h6 { font-size: 20px; }
.rows44.p-4 h6 {  font-size: 16px;}
.vendor-top-banner { min-height: 210px;}
.course_page_top_banner  { min-height: 210px;}
.CiscoVendor .vendor-top-img img ,.CiscoimG {
  width: 75px;
  padding-top: 68px;
}
.FortinetVendor .vendor-top-img img ,.FortinetimG {
  padding-top: 88px;
  width: 100px;
}
.CWNPVendor .vendor-top-img img ,.CWNPimG {
  padding-top: 91px;
  width: 110px;
}
.course_top_title {
padding-top: 80px;
padding-bottom: 0px;
font-size: 24px;
}
.single_course  .course_top_title { line-height: normal; } 
.AWSVendor .vendor-top-img img ,.AWSimG {
  width: 65%;
  padding-top: 80px;
}
.JuniperVendor .vendor-top-img img , .JuniperimG {
  padding-top: 55px;
}
.PRINCE2Vendor .vendor-top-img img , .PRINCE2imG {
  width: 100%;
  padding-top: 93px;
}
.Palo.AltoVendor .vendor-top-img img , .Palo.AltoimG {
  padding-top: 83px;
}
.IAPPVendor .vendor-top-img img ,.IAPPimG {
  padding-top: 66px;
}
.ForcepointVendor .vendor-top-img img ,.ForcepointimG {
  padding-top: 92px;
}
.VMwareVendor .vendor-top-img img ,.VMwareimG {
  padding-top: 98px;
  width: 100%;
}
.McAfeeVendor .vendor-top-img img ,.McAfeeimG {
  padding-top: 95px;
}
.MicrosoftVendor .vendor-top-img img ,.MicrosoftimG {
  padding-top: 50px;
  width: 100%;
}
.ITILVendor .vendor-top-img img ,.ITILimG {
  padding-top: 85px;
}
.homenew3_part43_img { width: 90px !important;  padding-top: 5px !important;}
.homenew3_part44_img { width: 75px !important;  padding-top: 28px !important;}
.homenew3_part41_img { width: 75px !important;  padding-top: 12px !important;}
.homenew3_part42_img { width: 118px !important;  padding-top: 29px !important;}
.homenew3_part4122 h3 {  padding-top: 15px!important;}
.mobile-menu-show { right: 5px; margin-top: 22px;}
.top_contact_info { width: 104px;}
.vision-big-screen { display:none;} 
.vision-small-screen { display:block;}
.desktopSlider { display:none;}
.mobileSlider { display:block;}
.businesslogo13 {  margin-top: 18px !important;}
.course-training1 { height: 36px;  padding-right: 15px;  margin-top: 5px;}
.course-training56 {
  height: 38px;
  padding-right: 14px;
  margin-top: 5px;
}
.header_flag {  margin-right: 0px;}
.IncLilk { text-align:center; margin-bottom: 5px;}
.book-now-home.booknowhome2 {}
.course_page_top.pt-5.pb-5 { padding-bottom: 10px !important; padding-top: 30px !important;}
.course-training8 { padding-right: 22px;
padding-left: 7px;
height: 35px; }
.enroll_now {  width: auto;  }
.use-the-hashtag {margin-bottom: 30px; font-size: 16px;  }
.know_someone h1 { padding-top: 30px;
padding-bottom: 20px; }
.enroll_now_btn { margin: 10px auto;  float: none;}
.vendor-top-img-inner-course {right: 15px ;}
.course_page_top.pt-5.pb-5 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.course_duration .row.mb-5 {
  margin-bottom: 10px !important;
}
.w_u_70 { width:70%!important;}
.w_u_30 { width:30%!important; }
.course_duration_text { margin-top: 0;}
.dayset {  margin: 10px 0px; width: 195px; font-size: float: left;}
.pricesec { margin: 5px 0px; width: 249px; font-size:float: left; }
.deliverycoursse { font-size:  margin:10px 0px;float: left; }
.course_duration {  margin-top: 30px;}
.nav-item9 {width:100%;}
.course_content_area_menu .nav-link9 { padding: 10px 0px 10px 0px;}
.Course-Details {  margin-top: 0px;  margin-bottom: 20px;}
.course_content_area_content p, .course_content_area_content li { text-align:left;font-size: 015px; }
.more-info-box-ul { margin: 00px 00px 0px;  padding: 20px 0px 20px 20px; width: auto;}
.vendor_section_3 { margin-top: 0px!important;}
#showfilter { margin-bottom: 40px !important;}
.top_filter_2 { margin-bottom: 50px;}
.DateArea {
  width: 200px;
}
.enroll_now_btn {
  width: 110px;
  height: 42px;
  padding: 0px 0px;
  font-size: 15px;
}
.Course-Details1 { margin-top: 0px;  margin-bottom: 15px;}
.col-md-4.border-left.border-right {
  border: none !important;
}
.vendor_top_banner_area h1 {  font-size: 1.8375rem;   }
.vendor_top_banner_area h3 { font-size: 016px; }
.btn-white-vendor {
  padding: 10px 10px;
  width: 120px;
  font-size: 0.960rem;
  margin:25px 0px 25px;
 }
.vendor-top-img-inner {
}
.vendor_top_banner_area  { margin-bottom: 20px !important; } 
.vendor_tab_area .nav-item9 { width:100%;}
.vendor_tab_area .nav-link9 { padding: 10px 0px 10px 0px;
}
.vendor_tab_area_content h2 {
  padding: 0px 0px !important;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li { font-size: 015px;}
.young_man_line1 {
  width: 98%;
  margin-left: 20px;
  margin-top: 0;
}
.young_man_line2 {
  width: 98%;
  margin-left: -18px;
 }
 
.WHAT-OUR-LEARNING-PARTNER-ACCREDITATION-OFFERS {
text-align: center;
display: block;
padding: 10px;
margin-bottom: 3px;
margin-top: 20px;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li {
  font-size: 16px; }
.programs-starting-soon {
  margin: 25px 0px !important;
}
.vsl-title a::after  { font-size:16px ;}
.vendor-sidebar-page {width: auto; }
.course_count { float: left;  margin-right: 0;}
.coursedats { font-size: 14px; margin-bottom:0px; padding:5px 0px; padding-left: 15px;}
.datecourse {
    padding-top: 10px;
    padding-bottom: 0px;
}
.titlecourse {
 line-height: 26px;
text-align: left;
padding: 5px;
  padding-left: 5px;
padding-left: 15px;
font-size: 15px;
font-weight: 400;
}
.textcourse {
 font-size: 14px;
padding-bottom: 0px;
text-align: left;
padding: 0px 10px;
  padding-bottom: 0px;
  padding-left: 10px;
padding-bottom: 0px;
padding-left: 15px;
}
.btncourselearnmore {
padding: 7px 0px;
font-size: 16px;
float: left;
width: 120px;
display: block;
}
.vendor_top_banner_area p {
  padding-top: 20px !important;
  margin-bottom: 10px !important;
}
.btncourselearnmore.cdl-view-more {
  margin-left: 30px;
}
/****/ 
 
.mob-right1 {
  width: 65%;
  margin-right: 0px!important;
}
.top_search { display:none;} 
.mob-left {  width: 34%;}
.home-part-1 { min-height:171px;}
.home-left1 { min-height:171px;}
.unleash-your-skill {
margin-top: 30px;
height: auto;
font-size: 1.8375rem;
margin-bottom: 0px;
text-align: center;
width: 100%;
padding: 0px;
} 
.discover-our-vast-majority-of-accredited-and-vendor-independent-training-courses {
font-size: 0.960rem;
text-align: center;
width: auto;
margin: 5px auto;
padding-bottom: 14px;
}
.home-left1 { padding-bottom: 40px; padding-left: 20px !important;}
.home_pop_course { padding-top: 5px;
margin: 0 auto;
width: 80%; }
.we-deliver-world-class-training-services { padding: 5px;
font-size: 22px;
margin-bottom: 10px !important;
margin-top: 35px;}
.homenew3_part41 { height:auto; width: auto;}
.Deliver-mobile {
  margin-bottom: 15px;
}
.homenew3_part42_img {
  width: 120px;
  padding-top: 37px;
}
.homenew3_part43_img {
  width: 120px;
  padding-top: 0px;
}
.homenew3_part44_img {
  width: 200px;
  padding-top: 30px;
}
.extra_line4 { margin-top: 45px; padding-top: 45px;}
.consult-with-us {
  font-size: 16px;
 margin-top: 50px;
  padding-top: 0;
  text-align: center;
}
.home-part-new-4-text-left {
  font-size: 015px;
  line-height: 26.9px;
  padding: 0 0px;
  text-align: center;
}
.consult-with-us9 { font-size: 22px; text-align:center;
padding-top: 35px;
padding-bottom: 15px;}
.home-part-new-43 { padding-top:0px;}
.it-consulting-services {
width: auto;
text-align: center;
margin: 10px auto;
display: block;
}
.consult_with_us {
  padding-top: 0px;
}
.we_deliver_box {
  padding-bottom: 0; }
.part6_left1 {
text-align:center;
  font-size: 16px;
  margin-top: 20px;
  width: auto;
  margin-left: 0px;
}
.part6logo {
  margin-left: 0px;
}
.col-md-3haft {
  float: left;
  width: auto;
  margin: 10px;
  margin-bottom: 0px;
}
.part6_right_box p {
  font-size: 15px;
 }
 .part6logo621 {
  padding: 10px;
} 
  
.part6_right_box {
  width: auto;
  height: auto;
}
.part6_right {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.main_logo_part6 {
  width: 125px;
  margin: 40px auto;
    margin-bottom: 40px;
  margin-bottom: 20px;
}
.start-learning-at-your-own-pace { font-size:17px;} 
.check-our-popular-elearning  { width:auto; font-size:015px;}
.our-blogs {
  
  font-size: 16px;  }
.home-part-new-7 {
 padding-top: 30px !important;
}
.home_blog_title {
font-size: 16px;
min-height: auto;
height: auto;
padding-top: 20px;
}
.book-now-home.blogarea {
margin-top: -30px;
font-size: 15px; }
.homenew3_part411 { height: 120px;}
.homenew3_part41_img {
  width: 75px;
  margin: 20px auto;
  display: block;
  padding-top: 20px;
}
.homenew3_part412 {
  height: 165px;
}
.homenew3_part412 h3 {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.homenew3_part412 p {
  font-size: 0.960rem;
  text-align: center;
  margin-bottom: 15px;
}
.f-solution ,.f-company{
  float: left !important;
}
.footer-content h5 {
  padding-bottom: 0px !important;
}
.footer.bg-blue-dark.pt-6 {
  padding-top: 30px !important;
}
.footer-content .nav-link {
  font-weight: 300 !important;
}
.footer  .nav-item {  line-height:18px;} 
.Stay-up-to-date {
font-size: 16px;
line-height: 22px;
margin: 10px auto;
text-align:center;
width:100%;
}
.Sign-up-to-our-newsletter-and-well-send-fresh-new-courses-and-special-offers-direct-to-your-inbox {  text-align:center;}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here { font-size: 015px;}
.Rectangle-inner {  width: 465px;}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here { width: 475px; }
.newcntrydetect  .dropdown-menu { 
min-width: 200;
top: 31px !important;
left: -77px !important;}
.newcntrydetect {
  padding:0px 0px;
}
.flag_selector li span { display:none;}
.Stay-up-to-date_f {
  margin-bottom: 0px;
}
.social-icons {
  margin-bottom: 20px;
}
.footer-logo-insoft {
  width: 100px;
  margin: 15px auto;
 }
 .book-now-home { width:120px; font-size: 15px; margin: 0 auto;}
 .learn-more-home {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
.part6_left2 {
  font-family: Prometo;
  font-size: 1.00rem;
  text-align:center;
 }
 
.part6logo621 img {  width: 200px; display: block;  margin: 0 auto;}
.part6logo622 img {  width: 200px; display: block;  margin: 0 auto;}
.part6logo623 img {  width: 200px; display: block;  margin: 0 auto;}
.part6logo624 img {  width: 200px; display: block;  margin: 0 auto;}
.Businesseslogo  img { margin:0 auto; }
.owl-carousel .owl-item .plogo { margin: 0 auto; width:147px; }
.businesslogo1 {
  width: 50% !important;
}
.young_man {
  width: 94%;
  margin-left: 10px;
}
.footer-logo-img {
argin: 30 auto;
display: block;
width: 150px;
margin-top: 5px;}
.copyright-text.footer-menu-uk {
margin: 0px auto;
  margin-top: 0px;
margin-top: 0px;
margin-top: 35px;
margin-top: 0px;
width: 210px;
text-align: center;
float: none;
margin-bottom: 35px;
}
.Stay-up-to-date_search {
  margin-top: 25px;
  margin: 25px auto;
    margin-bottom: 25px;
  width: 230px;
  margin-bottom: 0px;
}
.home-part-new-7 .owl-item:hover {
  top: 0;
  box-shadow: none;
}
.blogs4part { width:auto;}
.blogs4part {
  width: auto;
  min-height: 225px;
}
.start_learning41 img {
  height: 150px;}
#parallelogram {
  width: 100%;
  height: 75px;
}
.cloud-computing_sl { margin-bottom:5px!important;}
h1,H1,.h1 { font-size: 21px;}
h2,H2,.h2 { font-size: 20px;}
h3,H3,.h3 { font-size: 19px;}
h4,H4,.h4 { font-size: 17px;}
h5,H5,.h5 { font-size: 16px;}
h6,H6,.h6 { font-size: 16px;}
.mb-0.firstdatet { margin-top: 5px;}
.technology_date .ti-calendar { margin-top: 5px; }
.vendor_h1_heading { padding-top: 0px;  padding-bottom: 15px; font-size: 18px;}
.h1_heading_space  { padding-top: 30px;  }
.vendor_h3_heading { font-size: 18px;}
.box3border {margin-bottom:40px; }
.heading_color { font-size:18px;}
.countryset3 { width: 100%;}
.Countrydetail img {
  height: auto;
  float: left;
  width: 40px;
}
.Countrydetail span { font-size:18px;}
.Countrydetail {
margin: 25px auto;
width: 190px;
}
.more-info-box-ul h5 {
  font-size: 22px;
}
.clcpopup.clc_2new {
  right: auto;
  bottom: 170px;
  width: 95%;
}
.clcpopup.clc_1new {
  left: auto;
  bottom: 1075px;
  width: 96%;
}
.usd_icon {
  font-size: 14px;
  position: absolute;
  left: 22px;
  top: 4px;
}
.usd_price {
  font-size: 14px;
  right: 2px;
  bottom: 8px;
}
.usd_price2 {
  font-size: 14px;
  right: 2px;
  bottom: 20px;
}
}
@media (min-width: 479.98px) and (max-width: 767.98px) {
.paddingoff { padding-right:0!important;}
.all_fortibox_bg {padding-top:0px!important;}
.ftt-3 {padding-top: 0px !important;    padding-bottom: 0px !important;}
.homenew3_part41_img { width: 80px !important; padding-top: 9px !important;}
.get_strt_btn {  margin-top: 15px;  margin-bottom: 45px;}
.LiknsArea { margin-bottom:0px;}
.nse88, .nse77 {  margin-top: 15px !important;}

.tct_content .col-md-3.mb-4 { width: 50%!important; }
.rows44 {  min-height: 175px;}
.top_header_search_area1 .top_search_i {  width: 395px;}
.search_suggestions { width:449px;}
.top_header_search_area1 { width: 450px;  margin: 0 auto;}

#mobilediv {  margin-top: 0px;}
#contactdiv { right: -30px;  top: 10px;}
.droppeD3.fixedMenU { right: 0px!important;  top: 90px!important;}
.mobilebtn {  float: none;   margin-top: 10px;}
.course_top_title {
padding-top: 80px;
padding-bottom: 0px;
font-size: 20px;
line-height: 26px;
}
.our-offices {
  padding-bottom: 0px;
}
.course_page_top.CDLPAGE {
  background-position: center center;
  min-height: 225px;
}
.CDLPAGE .course_top_title {
  padding-top: 62px;
}
.heading_color_h2 { font-size: 21px;}
.certification_table th,.certification_table td {  font-size: 14px; padding:5px 2px;}
.table_c1_img { height:80px;}
}
@media (max-width: 529.98px) { .mobile-menu-show { right: 2px; }  }
@media (max-width: 479.98px) {
.ccna-assoicate-table thead td , .cky-cookie-audit-table tbody td { font-size:10px;}

.CLCs_box_inner { min-height: auto; }

.main_text.body-text {  width: auto; }
.clc_ul_box { margin: 0 auto;  width: auto;}
.clcpopup_inner { width: auto; min-height: auto;}
.Seetitles.Seetitles2 {  padding-top: 0;}
.clcpopup.clc_2new { right: auto;
bottom: 120px;
width: 92%;
margin: 0 auto;}
.clcpopup.clc_1new {   left: auto;
  bottom: 955px;
  width: 92%;
  margin: 0 auto;
}

.rows44.p-4 h6 { font-size: 15px;}
.top_search_f {
  height: 40px;
  margin-top: 13px;
}
.devinex_section1 { width: 100%; text-align: center; }
.devinex_section2 { width: 100%; }
.book-now-home.devinex_btn {  float: none;}
.devinex_section {  height: auto;}
.devinex_img {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 60px;
}

.top_search_i { width: 220px;float: left;}
.top_header_search_area1 .top_search_i {  width: 220px; height: 45px;}
.search_suggestions { width:260;}
.search_suggestions_1 {  float: left;  width: auto;}
.top_search_s {  width: 45px;  background-size: 30px;}
.top_header_search_area1 .top_search_s {  height: 45px;}

.social-icons .social-icons-item {
  line-height: 30px;
 }

.Mobile-menu .accordion-title a::after { right: 0; }
.ceo_pick {
  width: 245px;
  margin: 20px auto;
}
.young_man3 {
  width: 250px;
  margin: 20px auto;
}
.young_man2 {
  height: 244px;
  margin: 20px auto;
    margin-bottom: 20px;
  margin-bottom: 0px;
}
.w_u_30 {
  width: 37% !important;
}
.w_u_70 {
  width: 63% !important;
}
.cisco-second-rw {
  text-align: center;
}
.cisco-5-part1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.bx-5-siz {
  min-height: 200px;
}
.cs-inner-pd-ccna-sp {
  padding-top: 50px;
}
.AWSVendor .vendor-top-img img ,.AWSimG {
  width: 100%;
  padding-top: 80px;
}
.JuniperVendor .vendor-top-img img ,.JuniperimG {
  padding-top: 75px;
}
.IAPPVendor .vendor-top-img img ,.IAPPimG {
  padding-top: 77px;
}
.CertNexusVendor .vendor-top-img img ,.CertNexusimG {
  padding-top: 77px;
}
.MicrosofVendor .vendor-top-img img ,.MicrosoftimG {
  padding-top: 68px;
  width: 100%;
}
h1,H1,.h1 { font-size: 20px;}
h2,H2,.h2 { font-size: 18px;}
h3,H3,.h3 { font-size: 16px;}
h4,H4,.h4 { font-size: 16px;}
h5,H5,.h5 { font-size: 17px;}
h6,H6,.h6 { font-size: 17px;}
.we-deliver-world-class-training-services {  padding: 5px;
font-size: 18px;
 }
.homenew3_part4122 h3 { font-size:17px!important;}
.homenew3_part4122 p {font-size:15px!important;}
#mobilediv { 
width: 100%;
}
.Menuline1 { margin:0px;}
.fixedMenU {  margin-left:0px!important; top: 68px!important;}
.mobilebtn { float: none; margin-top: 5px; }
.Mobile-menu .accordion-title a {
  padding: 10px 0px !important;
}
.top_header_search_area1 {  width: 262px;}
.top_contact_info { width: 104px; padding-top: 19px; }
.top_contatct {  width: 19px; } 
header {  height: 62px;  padding: 0px 0px;}
.logo-img { padding: 15px 0px 12px;  width: 90px;}
.mobile-menu-show { margin-top: 15px; right: 7px; }
.homenew3_part412 { padding: 15px 10px; }
.navbar-brand { padding-top: 0;  padding-bottom: 0;}
.topbooknow .booknow { display:none!important;}
 	.newcntrydetect .dropdown-menu { top: 24px !important;
left: -81px !important;
min-width: 200px;
background: #f8f8f8;}
.w_u_30 {
  min-height: 210px;
}
.course_top_title {
padding-top: 70px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
}
.CDLPAGE .course_top_title {
  padding-top: 40px;
}
.course_page_top {  min-height: auto;}
.vendor_top_banner_area h1 {  font-size: 17px; padding-top: 30px;  }
.vendor_top_banner_area h3 { font-size: 0.960rem; }
.btn-white-vendor {
  padding:8px 8px;
  width: 120px;
  font-size: 0.960rem;
  margin:25px 0px 25px;
 }
.vendor-top-img-inner {
right:-5px;
 }
 .CISCO-BEP { 
  margin: 10px auto; }
 
.vendor_top_banner_area  { margin-bottom: 20px !important; min-height: auto; padding-bottom: 15px; } 
.vendor_tab_area .nav-item9 { width:100%;}
.vendor_tab_area .nav-link9 {  padding: 10px 10px;   }
.vendor_tab_area_content h2 {
 
  padding: 0px 0px !important;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li {  font-size: 015px;}
.young_man_line1 {
  width: 98%;
  margin-left: 20px;
  margin-top: 0;
}
.young_man_line2 {
  width: 98%;
  margin-left: -18px;
 }
.LargeScreen { display:none;}
.SmallScreen { display:block;}
 
.box3border { margin-bottom:20px;} 
.cep-v { padding:0px;}
.WHAT-OUR-LEARNING-PARTNER-ACCREDITATION-OFFERS {
  display:none;
  font-size: 1.16px;
  text-align: center;
  padding-left: 0;
  padding: 10px;
}
.btn-certfication-section { font-size:15px;} 
.box3border  .col-md-12.col-sm-12.mt-5.mb-4 {
  margin: 10px !important;
}
.vendor_tab_area_content p, .vendor_tab_area_content ul li {  font-size: 15px; padding: 0px; }
.vendor_tab_area_content p, .vendor_tab_area_content ul li { padding: 0px 10px; text-align: left;}
.programs-starting-soon { margin: 25px 0px !important;}
.vendor-sidebar-page {width: auto; }
.course_count { float: left;  margin-right: 0; margin-left: 4px;}
.coursedats { font-size: 15px; margin-bottom:0px; padding:5px 0px;}
.list-group-item { padding: 0px;}
.datecourse {
    padding-top: 10px;
    padding-bottom: 0px;
}
.titlecourse {
  line-height: 26px;
  text-align: center;
  padding: 10px;
}
.textcourse {
  font-size: 15px;
  padding-bottom: 0px;
  text-align: center;
}
.btncourselearnmore {
padding: 6px 10px;
font-size: 16px;
float: left;
margin: 15px 0px;
width: 140px;
display: block;}
.vendor_top_banner_area p {
  padding-top: 20px !important;
  margin-bottom: 10px !important;
}
/****/ 
.mob-right1 {
  width: 65%;
  margin-right: 0px!important;
}
.newcntrydetect {  top: 0px; }
.Rectangle-44 {  height: auto;padding: 10px; }
.top_search { display:none;} 
.mob-left {  width: 34%;}
.home-part-1 { min-height:171px;}
.home-left1 { min-height:171px;}
.unleash-your-skill {
height: auto;
font-size: 23px;
margin-bottom: 0px;
text-align: center;
padding: 0px;
margin: 0 auto;
  margin-top: 0px;
width: 100%;
margin-top: 25px;
line-height: 33px;
}
.discover-our-vast-majority-of-accredited-and-vendor-independent-training-courses {
padding: 0px;
  padding-top: 0px;
padding-top: 5px;
font-size: 15px;
margin-bottom: 10px;
padding-top: 0px;
text-align: center;
width: auto
}
.home_pop_course {
  text-align: center;
  font-size: 14px;
}
.home_search {
margin: 0 auto;
width: 260px;
}
.consult_with_us { padding-top: 0px;}
.we_deliver_box {  padding-bottom: 30px; }
.consult-with-us { padding-bottom:5px;}
.top_search_i { width: 218px;
float: left;}
.home-left1 { padding-bottom: 40px; padding-left: 20px !important;}
.Accredited_title {  margin-bottom: 10px; margin-top: 0px !important;}
.we-deliver-world-class-training-services {padding: 5px;
 padding-top: 5px;
margin-bottom: 15px;
padding-top: 0px;}
.homenew3_part41 { height:auto; width: auto;}
.homenew3_part42_img { padding-top: 28px !important;  width: 120px !important;}
.homenew3_part44_img {  padding-top: 30px !important;  width: 75px !important;}
.homenew3_part43_img { padding-top: 5px !important;  width: 90px !important;}
.extra_line4 { margin-top: 45px; padding-top: 45px;}
.new_world_class_top { padding: 0px 0px !important; min-height:auto; margin-bottom:0px;}
.homenew3_part4122 h3 { padding-top: 9px;}
.home-part-new2-5 .container {
  background-image: url("/assets/imgs/HomePage/4.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 29px 5px;
}
.juniperbox {
  margin-top: 0;
}
.heresome_heading2 { font-size: 17px; margin-left: 60px; margin-top: 0px;}
.consult-with-us {
  font-size: 16px;
  margin-top: 0px;
  padding-top: 0;
}
.businesslogo15 { margin-top: 10px !important;}
.businesslogo14 {  width: 200px !important;}
.consult-with-us9 {  text-align:center!important; padding-top: 30px; font-size: 18px;
padding-bottom: 10px;}
.home-part-new-4-text-left {
font-size: 15px;
line-height: 1.27;
padding: 0 0px;
font-weight: 300;}
.it-consulting-services {
width: auto;
text-align: center;
margin: 10px auto;
display: block;
}
.blogs4part {
min-height: 290px;
}
.newcntrydetect {
  padding: 0px 0px;
}
.part6_left1 {
text-align:center;
  font-size: 16px;
  margin-top: 20px;
  width: auto;
  margin-left: 0px;
}
part6logo {
  margin-left: 0px;
  padding-top: 15px;
}
.col-md-3haft {
  float: left;
  width: auto;
  margin: 10px;
  margin-bottom: 0px;
}
.part6_right_box p {
font-size: 15px;
line-height: 1.27;
font-weight: 300;
 }
 .part6logo621 {
  padding: 10px;
} 
  
.part6_right_box {
  width: auto;
  height: auto;
}
.part6_right {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.main_logo_part6 {
  width: 125px;
  margin: 40px auto;
    margin-bottom: 40px;
  margin-bottom: 20px;
}
.start-learning-at-your-own-pace { font-size:17px;} 
.check-our-popular-elearning  { font-size: 15px;
line-height: 1.27;
padding: 0 0px;
font-weight: 300;}
.our-blogs {    font-size: 16px;  }
.home-part-new-7 { padding-top: 15px !important;}
.home-part-new-7 .pb-5 {  padding-bottom: 10px !important;}
.home_blog_title {
font-size: 17px;
padding-top: 20px;
min-height: auto;
height: auto;
}
.blogs4part p {
  font-size: 14px;
}
.book-now-home.blogarea {
  margin-top: 20px;
  font-size: 15px;
 }
 .start_learning41 {
  height: 150px;
  overflow: hidden;
}
.homenew3_part411 { height: 120px;}
.homenew3_part41_img {
  width: 75px;
  margin: 20px auto;
  display: block;
  padding-top: 20px;
}
.homenew3_part412 {
 height: auto;
}
.homenew3_part412 h3 {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.homenew3_part412 p {
  font-size: 15px;
  line-height: 1.17;
  letter-spacing:0px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 300;
}
.f-solution ,.f-company{
  float: left !important;
}
.footer-content h5 {
  padding-bottom: 0px !important;
}
.footer.bg-blue-dark.pt-6 {
  padding-top: 30px !important;
}
.footer-content .nav-link {
  font-weight: 300 !important;
  
}
.footer  .nav-item {  line-height:18px;} 
.copyright-links.primary-hover.mt-md-0 {
  margin-top: -15px;
}
.Stay-up-to-date_search {
  width: 230px;
  margin: 25px auto;
    margin-bottom: 25px;
  margin-bottom: 0;
}
.copyright-text.footer-menu-uk {
width: 210px;
margin-bottom: 35px;
}
.Stay-up-to-date {
  text-align:center;
  margin: 20px 20px 20px 3px;
  font-size: 16px;
  line-height: 22px;
}
.We-have-detected-that-you-are-from-United-Kingdom-You-can-change-it-here {
  font-size: 015px;
  width: 235px;
  padding-top: 0px;
}
.Rectangle-inner {
  width: auto;
}
.Rectangle-44 {
  height: 55px;
  padding: 10px;
}
.Stay-up-to-date_f {
  margin-bottom: 0px;
}
.social-icons {
  margin-bottom: 20px;
}
.footer-logo-insoft {
  width: 100px;
  margin: 15px auto;
 }
 .book-now-home { width:120px; font-size: 015px;}
 .learn-more-home {
  display: block;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
.part6_left2 {
text-align:center;
  font-family: Prometo;
  font-size: 1.00rem;
 }
 .part6logo621 img {  width: 175px; display: block;  margin: 8px auto;}
.part6logo622 img {  width: 200px; display: block;  margin: 0 auto;}
.part6logo623 img {  width: 200px; display: block;  margin: 0 auto;}
.part6logo624 img {  width: 200px; display: block;  margin: 0 auto;}
.home-part-new-5 .container {
background-size: 40px;
background-position: 16px 14px;
}
.cloud-computing_sl {
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: 0px !important;
}
#parallelogram {
  height: 75px;
}
.start_learning4 { height: auto;padding-bottom: 20px; }
.businesslogo1 { width:140px !important;}
.businesslogo2 { height:auto!important;}
.businesslogo3 { height:auto!important;}
.businesslogo4 { width:200px!important;}
.businesslogo5 { height:auto!important;}
.businesslogo6 { height:auto!important;}
.young_man { width: 98%;}
header.navbar-sticky-on .navbar-brand {
  padding-bottom: 0px;
} }
@media (max-width: 479.98px) { 
/****/
.paddingoff { padding-right:0!important;}
.all_fortibox_bg {padding-top:0px!important;}
.ftt-3 {padding-top:0px!important;}
.homenew3_part41_img { width: 80px !important; padding-top: 9px !important;}
.get_strt_btn {  margin-top: 15px;  margin-bottom: 45px;}
.LiknsArea { margin-bottom:0px;}
.nse88, .nse77 {  margin-top: 15px !important;}
/***/
.book-now-home.booknowhome2 {
}
.Stay-up-to-date_div {
  margin: 0 auto;
  width: 145px;
}
.social-icons.si-border.round.si-colored-bg-on-hover {
  margin: 0 auto;
  width: 194px;
  display: block;
}
.divfooter2 {
  margin: 0 auto;
  text-align:center;
}
.yellowLine { margin: 20px auto !important;}
.Stay-up-to-date_div {
  margin: 5px auto;
  width: 145px;
  text-align: center;
}
.fMenu2 {  max-width: 100%;}
.c-contact-box { padding: 10px 0px; }
.any_question_box { text-align:center;}
.namediv {
  width: auto;
  padding-left: 10px;
}
.maildiv {
  width: auto;
  padding-left:10px;
}
.countrydiv {
  padding-left:10px;
  width: 95%;
}
.messagediv {
  width: 95%;
}
.c-contact-box  {  }
.soical20 {
  float: left;
  width: 100%;
}
.c_contact_submit .btn {margin-left: 10px;}
.home-part-new-7 .item  ,  .home-part-new-6 .item {
  margin: 0 auto!important;
  width: 88%!important;
}
.ocv_blue_25, .ocv_white_25 {
  width: 100%;
  padding: 10px;
  height: auto;
 }
.owl-carousel .item {
  margin: 0 auto;
  width: auto;
}
.Deliver-mobile .item {
  width: 80%;
}  
#showfilter {  margin-left: 0px;}

.heading_color_h2 { font-size: 18px;}
.certification_table th,.certification_table td {  font-size: 11px; padding:5px 2px;}
.table_c1_img { height:60px;}
body {
    font-size: 14px;
    line-height: 20px;
  }
 }
@media only screen and (min-width: 1279.98px) and (max-width: 1517px)
{
.section-insoft-service-training { height: 394px;}
.section-insoft-service-training h1 {
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  padding-top: 104px;
 }
.sist-v-logo { width: 280px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1279px)
{
.section-insoft-service-training { height: 369px;}
.section-insoft-service-training h1 {
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  padding-top: 95px;
 }
.sist-v-logo { width: 270px;}
}
@media (min-width: 991.98px) and (max-width: 1200px)  { 

.section-insoft-service-training {   height: 296px;}
.section-insoft-service-training h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    padding-top: 50px;
 }
.sist-v-logo {   width: 250px;} 
.sist-heading-1 {   font-size: 27px;   line-height: 40px; }
.sist-certification-h2 {   font-size: 27px;   line-height: 40px; }
.section-insoft-service-training-2  p {   font-size: 17px;   line-height: 25px;}
.sist-heading-3  {   font-size: 27px;   line-height: 40px; }
.info-section20 {   width: 30%;}
.info-section15 {   width: 17%;}
.info-section20.sec-last-btn {   width: 100%;}
.por_div {   float: left;    margin-top: -10px;}
.por_div  .por_link {    padding-left: 0px;}
.por_div .r_courses_btn {   margin-left: 0;}
.f-course-box {   width: auto;}
.Certifications-div {    margin-top: 25px;}
.vmi-div {    float: right;    margin-bottom: 50px;}
.sist-explore-all-Trainings { margin-top:20px;}
.sist-heading4-h2 {    font-size: 27px;   line-height: 40px;   padding-bottom: 40px;}
.section-insoft-service-training-4 {  padding: 50px 0px;
    padding-bottom: 60px;}
.section-follow-up	 { font-size:22px!important;}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.sist-heading4-h2 {   font-size: 22px;   line-height: 33px;    padding-bottom: 40px;}
.section-insoft-service-training-4 {   padding: 50px 0px;    padding-bottom: 60px;}
.flp-section3.section-insoft-service-training-2 {
  margin-top: 50px;
}
.section-insoft-service-training {   height: 237px;}
.sist-v-logo {   width: 200px;}
.section-insoft-service-training h1 {
    font-size: 25px;
    line-height: 36px;
    padding-top: 41px;
    text-align: center;
}
.sist-heading-1 {
    font-size: 22px;
    line-height: 33px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.section-insoft-service-training-2 p {   font-size: 16px;    line-height: 24px;}
.section-insoft-service-training-2-img2 {    padding-top: 100px;    width: 325px;    float: right;}
.sist-heading-3 {
    font-size: 22px;
    line-height: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
}
.info-section20 {   width: 100%; }
.info-section15 {    float: left;    width: 25%;    margin-top: 20px;}
.por_div {   float: left;    margin-top: 15px;}
.por_div .por_link {    padding-left: 0px;}
.por_div .r_courses_btn {    margin-left: 0px;}
.f-course-box {    width: auto;}
.sist-certification-h2 {
    font-size: 22px;
    line-height: 33px;
    padding-top: 8px;
    padding-bottom: 50px;
 }
.sist-explore-all-Trainings {    margin-top: 0px;}
.info-section20 .rc_register {   margin-top: 5px;}

}
@media only screen and (max-width: 767.98px) {
.new_ftc_class_body3 {float: left; width: 100%;border-top: 1px solid #ccc;}
.fortinet-courses-training-page .container {    width: 100%; }
.new_ftc_class_body2 {
  float: left;
  width: 69%;
  border-left: none;
  border-right: none;
  padding-top: 65px;
  min-height: auto;
}
.fortinet-courses-training-page .get_strt_btn {  margin-top: 31px;    margin-bottom: 40px; }
.new_ftc_class_body1 {width: 30%;}

.resetfilter-f-btn { margin-top:-40px;}
.info-section20 .rc_register {   margin-top: 5px;}
.section-insoft-service-training { background-image: none;}
.flp-section31 { width: 100%;}

.section-insoft-service-training h1 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.sist-50 {  width: 100%;}
.section-insoft-service-training { height: 248px;}
.sist-heading-1 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.section-insoft-service-training-2 p {
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
.section-insoft-service-training-2-img2 { padding-top: 0px;}
.sist-heading-3 {
  font-size: 20px;
  line-height: 30px;
padding-top: 10px;
    padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
.info-section15 {  width: 25%;}
.info-section20 {  width: 100%;}
#myList .technology_date_m {    margin-left: 0px; }
#myList .r_courses_btn { margin-left:0px; margin-top: 10px;}
#myList .rc_register { margin-top: 0px; float:left;}
.f-course-box { width:auto;} 
 .vmi-div {
    width: 100%;
    float: left;
  }

.sist-certification-h2 {
  font-size: 20px;
  line-height: 30px;
  float: left;
  text-align: center;
  width: 100%;
  display:block;
}
.sist-heading4-h2 {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 40px;
}
.section-insoft-service-training-4 { padding: 50px 0px; padding-bottom: 0px;}
.vmi-div .sist-explore-all-Trainings { float: none;
    margin: 0 auto;}
.Certifications-div {  margin-top: 25px;}
.por_div { float: left;  margin-right: 0px;  margin-top: 10px;}
.por_div .por_link {   padding-left: 0; }
.sist-v-logo {   width: 175px; }
.new-forti-p-div .Btn_reset_filter { margin-top:-55px;}
.new-forti-p-div .ccmargin {    margin-top: 0px !important;}
.fortinettraining  .flp-section31 {   width: 100%;    margin-left: 10px;}
.info-section20.info-section201 {    margin-bottom: 20px;}
.vmi-div sist-explore-all-Trainings {  width: 200px;    float: none;    margin: 0 auto;}
.section-insoft-service-training-2-img2 { float:none;    padding-top: 0px;    width: 300px;    margin: 0 auto;    display: block;}
.programs-starting-soon.section-follow-up {  display: none;}
.form-div .c-contact-box {    margin-bottom: 0px; }
}
@media only screen and (max-width: 479px) {
.resetfilter-f-btn { margin-left:15px!important;}
.new_ftc_class_body1 img { margin: 20px auto; }
.new_ftc_class_body2 {    width: auto;    padding-top: 5px; }
.new_ftc_class_body1 { width: 100%; }
.sist-explore-all-Trainings {
  padding: 8px 10px;
  font-size: 15px;
  width: auto;
 }



.section-insoft-service-training h1 {    font-size: 20px;   line-height: 30px;  }
.info-section20.info-section201 {    margin-bottom: 20px; } 
.vmi-div {   margin-bottom: 50px; }
.new_ftc_class_body2 {   min-height: auto;}
.por_div {   margin-top: 0px;}
.new-forti-p-div .Btn_reset_filter {   margin-top: -60px;}
.form-div  .wpcf7-form-22 {   width: auto;   margin-left: 0;}
.form-div {    width: 100%;}
.sist-v-logo {    width: 160px;}
}