/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital@1&display=swap");
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #5D147D;
}

.brand-bg {
  background: #5D147D;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #5D147D;
}

/*------------------- Responsive --------------------------*/
/*
	@include transition(.4s);
	color:$theme-color;
*/
.boxed-btn {
  background: #fff;
  color: #5D147D !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Graphik Semibold", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #5D147D;
  letter-spacing: 3px;
  text-align: center;
  color: #5D147D;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: #5D147D;
  color: #fff !important;
  border: 1px solid #5D147D;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.sample-text-area {
  background: #ffffff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.header-margin {
  margin-top: 76px;
}

b,
sup,
sub,
u,
del {
  color: #FFCB69;
}

.list-style {
  width: 14px;
  height: 14px;
}

.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
  color: #FFCB69;
  background: transparent;
}
.default-select .nice-select .list .option:hover {
  color: #FFCB69;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
  color: #FFCB69;
  background: transparent;
}
.form-select .nice-select .list .option:hover {
  color: #FFCB69;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}

.text-theme {
  color: #5D147D;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-image {
  background: #ffffff url(../img/uploads/about.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.bg-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1;
}
.bg-image h1 {
  z-index: 3;
  position: relative;
}
.bg-image-difference {
  background: url(https://jti.edu.au/wp-content/uploads/2018/08/Quality.jpg) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.bg-image-courses {
  background: url(../img/city-campus.jpg) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.bg-image-faqs {
  background: url(../img/uploads/faqs.jpg) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.bg-image-blog {
  background: url(../img/uploads/news/buildings.png) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.bg-image-career {
  background: url(../img/uploads/news/career-pathway.png) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}
.bg-image-study {
  background: url(../img/uploads/news/study.png) no-repeat center center !important;
  background-attachment: fixed !important;
  background-size: cover !important;
}

.bg-cream {
  background: #F5F9FF;
}

.bg-yellow {
  background: #FECA79;
}

.alink {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #CAD1EF;
  border-bottom: solid 1px #ffffff;
  padding: 0.5rem 0;
}
.alink:hover {
  color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}

.larger-font {
  font-size: 3.25rem;
}
@media (max-width: 575px) {
  .larger-font {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .pt-mob {
    padding-top: 0 !important;
  }
}

.sm-font {
  font-size: 14px;
}

.xl-font {
  font-size: 4.25rem;
}
@media (max-width: 575px) {
  .xl-font {
    font-size: 3.5rem;
  }
}

.border-radius {
  border-radius: 1rem;
}

.title {
  line-height: 1.3;
}

#dialog.show {
  align-items: center;
  display: flex;
  flex-direction: column;
}

#dialog span {
  margin-bottom: 1em;
}

#show,
#close {
  background: #da1b60;
  border: none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em;
  width: 200px;
}

#show:hover,
#close:hover {
  background: #ff8a00;
  cursor: pointer;
}

#show {
  position: fixed;
  top: 30px;
  left: 10px;
}

#close {
  position: relative;
}

.tag {
  border-radius: 3px 3px 10px 3px;
  padding: 0.75rem 1rem 2rem;
  font-weight: 700;
  display: inline-block;
  border: solid 1px #5D147D;
  border-bottom: solid 2px #5D147D;
  background: #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .tag {
    padding: 0.5rem;
    font-size: 12px;
  }
}

.table th {
  border-top: none;
}
@media (max-width: 575px) {
  .table th h4 {
    padding: 0.5rem;
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .push-first {
    order: 1;
  }
}

@media (max-width: 575px) {
  .push-second {
    order: 2;
  }
}

@media (max-width: 575px) {
  .mob-space-top {
    padding-top: 280px !important;
  }
}

.alink {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.alink::before,
.alink::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.alink::before {
  content: "";
  /* show by default */
}

.link--mneme {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.link--mneme::before {
  height: 100%;
  top: 0;
  opacity: 0;
}

.link--mneme:hover::before {
  opacity: 1;
  -webkit-animation: coverUp 0.3s ease forwards;
          animation: coverUp 0.3s ease forwards;
}

@-webkit-keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.link--mneme::after {
  content: "";
  transition: opacity 0.3s;
}

.link--mneme:hover::after {
  opacity: 0;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: solid 1px #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.dropdown-menu ul li a {
  background: url(../img/yellow-bullets.png) no-repeat left center;
  padding: 0.25rem 1.25rem;
  display: inline-block;
  font-size: 0.9rem;
}

.link-style {
  background: url(../img/yellow-bullets.png) no-repeat left center;
  padding: 0.35rem 1.25rem;
  display: block;
  font-size: 0.9rem;
  color: #5D147D;
}

strong {
  font-family: "Graphik Medium", sans-serif;
}

thead tr th {
  font-weight: 600;
}

table tr th {
  font-size: 14px;
}
table tr td {
  font-size: 14px;
}

.small-font {
  font-size: 0.8rem;
}

.d-flex {
  display: flex;
}

.bdr-btm {
  border-bottom: solid 1px #E8E8E8;
}

.btn {
  font-family: "Graphik Medium", sans-serif;
  font-weight: 500;
  border-radius: 32px;
  padding: 0.55rem 1.5rem;
  display: inline-block;
}
.btn-less-curve {
  border-radius: 5px;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
}

.secondary {
  background: #FFCB69 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik Semibold", sans-serif;
  margin-top: 0px;
  line-height: 1.4;
  color: #000;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

.img {
  max-width: 100%;
  transition: 0.3s;
}

a,
.button {
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #5D147D;
  text-decoration: none;
}

a:hover {
  color: #737483;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #5D147D;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #ccc;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

h1 {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.15rem;
  }
}

.seperator {
  width: 100px;
  height: 3px;
  background: #FFCB69;
  display: inline-block;
}

a.link {
  font-family: "Graphik Medium", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
a.link-arrow {
  background: url(../img/link-arrow.png) no-repeat right center;
  padding-right: 1.25rem;
}

.color-theme {
  color: #5D147D;
}

.color-secondary {
  color: #FFCB69;
}

.line-height-1 {
  line-height: 1;
}

.bdr-secondary {
  border: solid 8px #FFCB69;
}

.bg-cream {
  background: #FFF6E3;
}

.bg-white {
  background: #fff;
}

.bg-theme {
  background: #5D147D;
}

.curve {
  border-radius: 10px;
}

.box-shadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
}

.font-medium {
  font-family: "Graphik Medium", sans-serif;
}

.sub-heading {
  font-size: 1.25rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.circle {
  border-radius: 50%;
}

.bg-dark {
  background: #000;
}

.styled-list li {
  background: url(../img/bullet.png) no-repeat left center;
  padding: 0.35rem 1rem;
}

.styled-list-bullet li {
  background: url(../img/yellow-bullets.png) no-repeat left 8px;
  padding: 0.25rem 1.25rem;
  font-size: 14px;
}

.styled-list-bullet-purple li {
  background: url(../img/purple-bullets.png) no-repeat left 9px;
  padding: 0.25rem 1.25rem;
  font-size: 14px;
}

.bordered {
  border-bottom: solid 3px #FFCB69;
  padding-bottom: 1rem;
}

.desc strong {
  color: #000;
}
.desc ul li ul {
  padding: 1rem;
}
.desc ul li ul li {
  font-size: 0.9rem;
  background: url(../img/bullet.png) no-repeat left center;
  padding-left: 1rem;
}

.list-group-item.bullet {
  background: url(../img/bullet-purple.png) no-repeat 0.75rem 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.list-bullet {
  padding-left: 1rem;
  color: #000;
}
.list-bullet li {
  font-size: 0.9rem;
  background: url(../img/bullet.png) no-repeat left 10px;
  padding-left: 0.75rem;
}
.list-bullet li a {
  margin: 0.5rem 0;
  display: block;
  color: #000;
}
.list-bullet li a:hover {
  color: #5D147D;
}

.color-dark {
  color: #000;
}

.sidebar .list-group a {
  font-size: 0.9rem;
  background: url(../img/bullet.png) no-repeat 0.8rem 15px;
  padding-left: 24px;
}
.sidebar .list-group a:hover {
  color: #5D147D;
}

.page-title {
  font-size: 2.5rem;
}

.courses-all .list-bullet a {
  color: #5D147D;
}
.courses-all .list-bullet a:hover {
  color: #000;
}

.sidelinks li a {
  font-size: 14px;
}

@font-face {
  font-family: "Graphik Regular";
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Medium";
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff2") format("woff2"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Graphik Semibold";
  src: url("../fonts/Graphik-Semibold.eot");
  src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
.material-icons {
  font-size: 16px !important;
  /* Preferred icon size */
}

body {
  font-family: "Graphik Regular", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #4B4B4B;
  line-height: 1.6;
}

/* Theme-overlay */
.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
  position: relative;
  z-index: 0;
}
.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 575px) {
  .spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pt-9 {
  padding-top: 9rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pt-9 {
    padding-top: 4rem;
  }
}
@media (max-width: 575px) {
  .pt-9 {
    padding-top: 4rem;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.btn {
  background: #5D147D;
  text-transform: capitalize;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
}
.btn-border {
  background: none;
  border: solid 2px #fff;
}

.send-btn {
  background: #5D147D;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.send-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6373d;
  color: #5D147D;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}

.send-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
  color: red;
}

/* scrollUp */
#scrollUp,
#back-top {
  background: #fff;
  height: 3rem;
  width: 3rem;
  right: 30px;
  bottom: 18px;
  position: fixed;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575px) {
  #scrollUp,
#back-top {
    right: 16px;
  }
}
#scrollUp a i,
#back-top a i {
  display: block;
  line-height: 50px;
}

#scrollUp:hover {
  color: #ffffff;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

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

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

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

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

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

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.footer-padding {
  padding-top: 140px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}
.section-tittle span {
  font-size: 35px;
  margin-bottom: 22px;
  color: #c6a16e;
  display: block;
}
.section-tittle h2 {
  font-size: 60px;
  display: block;
  color: #c6a16e;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    text-align: center;
    font-size: 31px;
  }
}

.gradient-text {
  background: rgb(50, 0, 161);
  background: linear-gradient(135deg, rgb(50, 0, 161) 0%, rgb(62, 86, 223) 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5D147D;
}

.modal-xl {
  max-width: 60%;
}
@media (max-width: 575px) {
  .modal-xl {
    max-width: 100%;
  }
}

.modal-content,
.modal-header {
  border-radius: 0 !important;
  border: none;
}

body.modal-open {
  overflow: hidden !important;
}

.about-block figcaption {
  z-index: 3;
  position: absolute;
  top: 5rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-block figcaption h5 {
  color: #fff;
  z-index: 3;
  line-height: 1.4;
}
.about-block figcaption h5 a:hover {
  color: #fff;
}

.course-block .view-title {
  font-size: 1.25rem;
  font-family: "Graphik Medium", sans-serif;
}

.why-choose .block {
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .why-choose .block {
    padding: 1.25rem;
  }
}
.why-choose .block h5 {
  position: relative;
}
@media (max-width: 767px) {
  .why-choose .block h5 {
    font-size: 1rem;
  }
}
.why-choose .block h5:before {
  background: #FFCB69;
  width: 100px;
  height: 3px;
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
}

.bdr-heading {
  border-bottom: solid 3px #FFCB69;
  padding-bottom: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
.navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */
/* ============ Testimonials// ============ */
.testimonials .block {
  background: #fff;
  border-bottom: solid 12px #5D147D;
  border-top: solid 5px #FFCB69;
}
.testimonials .block .name {
  font-family: "Graphik Regular", sans-serif;
  color: #5D147D;
}

.list-group {
  font-size: 14px;
}

@media (max-width: 767px) {
  .mobile .col-lg-9 {
    order: 2;
  }
}
@media (max-width: 767px) {
  .mobile .col-lg-3 {
    order: 1;
  }
}

.feature-section {
  position: relative;
  overflow: hidden;
}
.feature-section h1 {
  position: relative;
  z-index: 3;
}
.feature-section .featured-img {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
@media (max-width: 575px) {
  .feature-section .featured-img {
    height: 100%;
  }
}
.feature-section .featured-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .feature-section .featured-img img {
    height: 100%;
  }
}
.feature-section .featured-img:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}

/*-------------   Color Variable  --------------*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #16161a;
}

.theme-bg {
  background: #5D147D;
}

.brand-bg {
  background: #5D147D;
}

.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #16161a;
}

.theme-color {
  color: #5D147D;
}

.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

nav a.nav-link {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  color: #000;
}
nav a.nav-link:hover {
  color: #5D147D;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #5D147D;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
  .dropdown-menu {
    padding-top: 1rem;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 2rem;
    height: 100%;
    width: 320px;
    background: #fff;
    z-index: 4;
  }
  .navbar-collapse .nav-link {
    padding-left: 0;
    font-family: "Graphik Semibold", sans-serif;
    padding-top: 0.5rem;
  }
  .navbar-collapse.collapsing {
    height: 100%;
    left: -75%;
    transition: height 0s ease;
  }
  .navbar-collapse.show {
    height: 100%;
    left: 0;
    transition: left 400ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 400ms ease-in;
  }
}
/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff;
  border-bottom: solid 1px #efefef;
}
@media (max-width: 575px) {
  .sticky-bar {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sticky-bar {
    padding: 1rem 0;
  }
}

/* Image Ratio Styles Ends */
.image {
  overflow: hidden;
}
.image figure {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}
.image figure a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image figure a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.image figure span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.image figure span img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
.image-16-9 figure {
  padding-top: 56.25%;
}
.image-21-9 figure {
  padding-top: 50.25%;
}
.image-3-2 figure {
  padding-top: 66.66%;
}
.image-1-1 figure {
  padding-top: 100%;
}
.image-q figure {
  padding-top: 80%;
}
.image-z figure {
  padding-top: 120%;
}
.image-w figure {
  padding-top: 68.65%;
}
.image-curve {
  border-radius: 1rem;
}
.image-circle {
  border-radius: 50%;
}
.image-overlay figure {
  position: relative;
}
.image-overlay figure:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7525385154) 100%);
  z-index: 2;
}

.image-sm-85 {
  width: 100%;
}

.image-sm-95 {
  width: 100%;
}

.img-size-85 {
  width: 100%;
}

.img-size-160 {
  width: 100%;
}

.shadow-out {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.075);
}

.form-control {
  padding: 0.5rem 1rem;
}
.form-control-curve {
  border-radius: 30px;
}

.form-select {
  padding: 0.55rem 1rem;
  height: 42px;
}
.form-select-curve {
  border-radius: 30px;
}

.form-ui h3 {
  border-bottom: solid 3px #FFCB69;
  padding-bottom: 1rem;
}

label {
  font-family: "Graphik Medium", sans-serif;
  color: #000;
}

.accordion-button:not(.collapsed) {
  color: #5D147D;
  background-color: #F7EAFD;
}

@keyframes hop {
  from {
    -webkit-transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(0px, -10px);
  }
}
@-webkit-keyframes hop {
  from {
    -webkit-transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(0px, -10px);
  }
}
#there {
  background-color: #ffffff;
  bottom: 300px;
  margin: 0 auto;
  width: 240px;
  left: 455px;
  right: 0;
}

#there {
  position: absolute;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.bounce {
  -webkit-animation-name: hop;
          animation-name: hop;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#there:after {
  /*arrow added to downarrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  /*should be set to 100% */
  width: 0;
  height: 0;
  border: 10px solid;
  margin-left: -10px;
  left: 15%;
}

#there:after {
  /*arrow added to downarrowdiv DIV*/
  border-color: #ffffff transparent transparent transparent;
  /*border color should be same as div div background color*/
}

footer {
  background: #000;
  padding-top: 90px;
  padding-bottom: 90px;
}
footer ul li a {
  color: #fff;
  padding: 0.4rem 0;
  display: inline-block;
}

.social-links a {
  opacity: 0.4;
}
.social-links a:hover {
  opacity: 1;
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  transition: all 0.3s;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 1rem;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: #fff;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control:-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.contact-section {
  padding: 130px 0 100px;
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}
.contact-section .btn_2:hover {
  background-color: #FFCB69;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: start;
}

.overlay:before {
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, rgb(0, 0, 0) 100%);
}/*# sourceMappingURL=jticss.css.map */