<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&amp;display=swap');

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

body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 26px !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;

}

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

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

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

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


.main-sub {
  padding: 20px 0 0;
}

section {
  padding: 50px 0;
}

section h2 {
  color: #2b2a28;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
}

.legacy .col-md-4.col-xs-6 img {
  width: 50px;
  margin-bottom: 8px;
}

.gyandhan {
  background: #fff !important;
}

.gyandhan p {
  color: #000 !important;
}

.orange {
  color: #e85728;
}

section h2::before {
  height: 2px;
  content: "";
  position: absolute;
  width: 205px;
  background: #e85222;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

section.articl h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0px;
  position: relative;
}

section.articl h2::before {
  content: initial;
}



section.handed h2::before {
  left: inherit;
  right: 0;
}

h5 {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 25px;
  margin-top: 0;
}

h6 {
  font-size: 17px;
  font-weight: 500;
  padding: 10px 0 0;
}

.butns .btn {
  background: #E85222;
  border: 1px solid #E85222;
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 22px;
  line-height: 18px;
  padding: 10px;
  /* margin-right: 10px; */
  padding: 10px 15px;
}

.blue-lgt {
  background: #f7fbff;
}

.x-reason {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  padding: 30px 20px 20px;
}

.x-reason h3 {
  color: #010B5A;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}

.reson img {
  max-height: 95px;
}

.reson p {
  color: #010B5A;
}

#expense ul {
  margin: 0;
  padding: 0;
  text-align: left;
}

#expense ul li span {
  min-width: 280px;
  display: inline-block;
}

#expense ul li b {
  background: #d57bae;
  color: #fff;
  padding: 7px 25px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  font-weight: 400;
}

#expense ul li b.yellow {
  background: #f3d07e;
  color: #000;
}

#expense ul li b.green {
  background: #2bd276;
  color: #000;
}

#expense ul li b.sky-blue {
  background: #0fc7cc;
  color: #000;
}

#expense ul li b.purple {
  background: #6f8dcb;
  color: #000;
}

#expense ul li {
  font-size: 18px;
  color: #000;
  list-style: none;
  padding: 5px 5px;
  width: 100%;
  margin-bottom: 15px;
}



.mentor-profile {
  background-color: #ececec;
  text-align: left;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
}

/*.mentor-profile:before {
    border-top-color: #adeaf3!important;
    border-width: 22px 0px 0px 33px!important;
    margin-left: 0px;
}
.mentor-profile:before {
    top: 100%;
    right: 130px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} */

.mentor-profile:after {
  content: "";
  background: url(https://dtwhistledev.wpengine.com/wp-content/themes/whistle/images/quote.png) 0px 0px no-repeat;
  width: 81px;
  height: 71px;
  position: absolute;
  font-weight: normal;
  left: 9px;
  top: 16px;
  z-index: 999;
  background-size: 60%;
}


.mentor-profile img,
.mentor-profile i {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  border: 3px #fff solid;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding: 3px;
}

.mentor-profile i {
  text-align: center;
  font-size: 34px;
  line-height: 80px;
}

.author {
  margin: 0px 0px 15px 0px;
}

.author img {
  border: 2px solid #e85222;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  padding: 2px;
}

.mnjl {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 12.5px 3.5px rgb(0 0 0 / 5%);
}

#experts span {
  font-style: normal;
}

#experts span {
  margin: 10px 0px 0px;
}

#experts h5 {
  font-size: 18px;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

#experts h6 {
  font-size: 15px;
  margin-top: 0px;
  padding: 0;
  margin-bottom: 10px;
}

#experts span p {
  color: #fff;
}

#experts h6 img {
  /* max-height: 53px; */
  max-height: 70px;
}


.msii2 ul {
  list-style: outside none none;
  margin: 0 0 0px 0;
  padding: 0;
}

.msii2 ul li {
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 5px 25px;
  position: relative;
  text-align: left;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  width: 100%;
}

.msii2 ul li::before {
  color: #FF692E;
  /* content: "\f00c"; */
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 15px;
  font-weight: 600;
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50px;
}

button.btnotp {
  background: #5c72ff;
  background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
  position: absolute;
  right: 18px;
  top: 5px;
  border: inherit;
  padding: 3px 8px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 14px;
}


.mentor-descrip.msii2 ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1px 0 1px 18px;
  position: relative;
  text-align: left;
  font-size: 15px;
  color: #333;
  width: 100%;
}

.mentor-descrip.msii2 ul li::before {
  top: 12px;
}

.cxz {
  padding: 15px 0 0 0;
}


.quoto {
  position: relative;
}

.quoto h3 .fa {
  color: #d5d5d5;
  font-size: 42px;
  z-index: -9;
}

/* .quoto h3::before {
    position: absolute;
    content: "\f10d";
    left: 5px;
    top: -14px;
    font-family: "FontAwesome";
    color: #d5d5d5;
    font-size: 42px;    z-index: -9;
}
.quoto h3::after {
    position: absolute;
    content: "\f10e";
    right: 194px;
    bottom: -19px;
    font-family: "FontAwesome";
    color: #d5d5d5;
    font-size: 32px;
    z-index: -9;
} */
.quoto h3 {
  color: #3e4c8d;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  line-height: 32px;
  font-family: 'Roboto Slab', serif;
  z-index: 9;
}

h4 {
  font-size: 23px;
}

.mentor-descrip {
  box-shadow: 0 5px 6px -6px #7c7c7c;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 10px;
  text-align: left;
  min-height: 430px;
}

.testmonials-pull {
  background: inherit;
}

.testmonials-pull .slick-prev {
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
  left: 0 !important;
}

.testmonials-pull .slick-next {
  right: 0px;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-next {
  right: 6%;
  background-image: url(https://www.careerlauncher.com/foundation/img/right-arrow.png);
}

.rsrch .slick-prev {
  background-image: url(https://www.careerlauncher.com/foundation/img/left-arrow.png);
  left: 7% !important;
}

.testmonials-pull .slick-arrow {
  position: absolute;
  z-index: 9;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  top: 50%;
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  cursor: pointer;
  background-color: #e85222 !important;
  background-size: 18px;
  background-position: center;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-track {
  padding: 7px 0;
}

.testmonials-pull {
  background: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.banner {
  background: url(/study-abroad/services/visa-assistance/images/ApplyStudentVisaforStudyAbroad.webp) no-repeat bottom / contain;
  position: relative;
  /* height: 640px; */
  width: 100%;
  background-position: right;
  background-color: #edeee9;
  background-size: 37%;
  padding-bottom: 50px;
}

/* my css start */

/* faq block start */
.accordion-panel {
  /* float: left; */
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.accordion-panel .panel {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
}

.accordion-panel .panel-default&gt;.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel+.panel {
  margin-top: 0px;
}

.accordion-panel .panel-default&gt;.panel-heading a {
  display: block;
  padding: 20px 0px 20px 10px;
  color: #010b5a;
  outline: none;
  box-shadow: inherit;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
}

.accordion-panel .panel-default&gt;.panel-heading a:after {
  content: "";
  position: absolute;
  top: 20px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  right: 22px;
  font-size: 24px;
  color: #F15A22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
  color: #f15a22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel h4.panel-title {
  font-weight: 500;
  font-size: 18px;
}

.accordion-panel h4.panel-title a {
  text-decoration: none !important;
}

.accordion-panel .arrow-list {
  padding-left: 0;
}

.accordion-panel .arrow-list li i {
  margin-right: 4px;
}

.accordion-panel .panel .panel-body {
  background-color: #fff;
  border: 0;
  padding: 25px 15px 25px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #ddd;
}

/* faq block close */

.with-max {
  max-width: 900px;
  margin: 0 auto 20px;
}

.boxex-con {
  padding: 15px;

}

.boxex-con img {
  width: 50px;

}

.legacy {
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px 0 20px;
  background: #434c87;
}

.legacy h5 {
  color: #ff835b;
  font-weight: 700;
  font-size: 26px;
}

.legacy p {
  color: #fff;
  font-size: 16px;
}

.legacy .col-md-3.col-xs-6 img {
  width: 70px;
  margin-bottom: 8px;
}

.boxex-con h3 {
  color: #ff835b;
  font-weight: 700;
  font-size: 26px;
}

.product-grids a {
  color: #fff;
  display: block;
  font-size: 18px !important;
  padding: 6px 12px;
  width: 100%;
  background-color: #ff6637;
  border-radius: 17px;
  font-weight: 600;
}

.document-list {
  margin-left: 20px;
}

.banner-para {
  margin-right: 65px;
}

/* my css end*/
.banner-inr {
  background: url("../images/artice-bnr.jpg") no-repeat scroll center bottom / cover;
  position: relative;
  width: 100%;
  padding: 80px 0;
}

.banner-inr .bg-overlay {
  background: rgb(0 0 0 / 57%) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  right: 0;
  opacity: inherit;
  top: 0;
  width: 100%;
}

.banner-inr h1,
.banner-inr h3 {
  position: relative;
}

.banner-inr h1 {
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}

.banner-inr h3 {
  color: #fff;
  font-size: 18px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  position: relative;
}

.breadcrumb&gt;li {
  display: inline-block;
  color: #fff;
}

.breadcrumb&gt;li a {
  color: #ff7945;
  font-size: 16px;
  font-weight: 600;
}

.banner-text {
  margin-top: 54px;
  max-width: 695px;
}

.art-img img {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
}

/*
.banner::before{
  content: "";
  background: url(https://clsite-file1.s3.amazonaws.com/108109_flag.png) no-repeat scroll center bottom / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 618px;
  z-index: 55;
  height: 355px;
}


.banner::before{
  content: "";
  background: url(https://clsite-file1.s3.amazonaws.com/108109_flag.png) no-repeat scroll center bottom / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 618px;
  z-index: 55;
  height: 355px;
}
*/

.banner h2 {
  color: #2b2a28;
  font-size: 35px;
}

.banner h1 {
  font-weight: 600;
  font-size: 37px;
  color: #E85222;
  line-height: 55px;
  margin-top: 10px;
}

.banner .butns .btn {
  padding: 14px 30px;
  font-size: 25px;
}

.banner h6 {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0 0;
  line-height: 35px;
}


/* .banner h1::after {
  content: "";
  background: url(https://clsite-file1.s3.amazonaws.com/108109_Group432.svg) no-repeat scroll center bottom / cover;
  position: absolute;
  right: 57px;
  width: 190px;
  z-index: 55;
  height: 109px;
  top: 99px;
} */

.mentor-descrip h5 {
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
}

.mentor-descrip h4 {
  color: #010b5a;
  font-size: 20px;
  margin-bottom: 10px;
}

.imag {
  position: relative;
  margin: 0 -20px;
}

.imag img {
  border-radius: 20px 20px 0 0;
}

.imag span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3e4c8d;
  padding: 2px 20px;
  color: #fff;
  border-radius: 0 20px 0 0;
}

.group {
  position: absolute;
  top: 0;
  right: 20px;
}

.group img {
  border-radius: 0;
}

.slick-dots {
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  padding: 0;
  display: none !important;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px
}

.slick-dots li button {
  float: left;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3)
}

.slick-dots li.slick-active button {
  background-color: #3e4c8d
}

.slick-arrow {
  display: block !important;
}

section.benefits h2::before {
  margin: initial;
}

/* faq block start */
.accordion-panel {
  /* float: left; */
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.accordion-panel .panel {
  width: 100%;
  margin-bottom: 0px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
}

.accordion-panel .panel-default&gt;.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel+.panel {
  margin-top: 0px;
}

.accordion-panel .panel-default&gt;.panel-heading a {
  display: block;
  padding: 20px 0px 20px 10px;
  color: #010b5a;
  outline: none;
  box-shadow: inherit;
  position: relative;
  border-bottom: 2px solid #e2e2e2;
}

.accordion-panel .panel-default&gt;.panel-heading a:after {
  content: "";
  position: absolute;
  top: 20px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  right: 22px;
  font-size: 24px;
  color: #F15A22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
  color: #f15a22;
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
  content: "\f107";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
  content: "\f106";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel h4.panel-title {
  font-weight: 500;
  font-size: 18px;
}

.accordion-panel h4.panel-title a {
  text-decoration: none !important;
}

.accordion-panel .arrow-list {
  padding-left: 0;
}

.accordion-panel .arrow-list li i {
  margin-right: 4px;
}

.accordion-panel .panel .panel-body {
  background-color: #fff;
  border: 0;
  padding: 25px 15px 25px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-bottom: 1px solid #ddd;
}

/* faq block close */
.benefits {
  padding: 80px 0;
}

.nhui {
  position: relative;
}

.nhui::before {
  position: absolute;
  top: -12px;
  right: -15px;
  width: 454px;
  height: 640px;
  background: #eff7ff;
  content: "";
  border-radius: 150px 20px 20px;
  z-index: -1;
}

.nhui img {
  margin-top: 40px;
}

.ribbon {
  position: absolute;
  top: -50px;
  right: -16px;
}

img.ribbon {
  width: 14%;
}

/* mCustom scroll bar settings */
.mCustomScrollbar {
  position: relative;
  height: 132px;
  overflow: auto;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  margin-bottom: 10px;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside&gt;.mCSB_container {
  margin-right: 15px;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, .1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background-color: #f15a22;
}

.currentafbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(105, 204, 68);
}

.hand {
  position: relative;
}

.about-right-circle {
  position: absolute;
  left: 0%;
  top: 54%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-right-circle img {
  max-width: 62%;
}

img.hnd {
  position: relative;
  margin-top: -22px;
  margin-left: 100px;
  max-width: 96%;
}

.clar {
  display: block;
}

.journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f7f7fa;
  padding: 15px 20px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 20px;
}

.journey-tabs .nav-tabs li {
  margin-bottom: 0;
  text-align: center;
  margin-right: 13px;
}

.journey-tabs .nav-tabs li a {
  background-color: transparent;
  color: #333;
  border: none !important;
  padding: 10px 12px 10px 20px;
  font-weight: 600;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.journey-tabs .nav-tabs li.active&gt;a,
.journey-tabs .nav-tabs li&gt;a:hover {
  background-color: #eaebf2;
  color: #000;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

.journey-tabs .nav-tabs li.active&gt;a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.journey-tabs span {
  font-size: 11px;
  padding: 2px 10px;
}

.journey-tabs .mentor-descrip h5 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 25px;
  color: #000;
}

.with-max {
  max-width: 900px;
  margin: 0 auto;
}

span.byu {
  background: #e6e9ee;
  padding: 4px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 19px;
  color: #5a5a5a;
}

.five-part .col-md-3 {
  width: 20%;
}

.grap {
  margin: 0 auto;
  max-width: 905px;
}

.group1 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.round {
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  text-align: center;
  padding-top: 10px;
}

.round .fa {
  color: #3e4c8d;
  font-size: 22px;
}

.round p {
  font-size: 10px;
  line-height: 13px;
  margin-top: 5px;

}

#universty .mentor-descrip h4 {
  color: #010b5a;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

section.intakes h2::before {
  margin: initial;
}

.intakes .journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #67a4fe;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

.intakes .journey-tabs .nav-tabs li.active&gt;a,
.intakes .journey-tabs .nav-tabs li&gt;a:hover {
  background-color: #ffffff;
  color: #000;
  box-shadow: inherit;
}

.intakes .journey-tabs .nav-tabs li.active&gt;a:before {
  content: inherit;
  width: 5px;
  height: 5px;
  background: #e95c2f;
  border-radius: 50px;
  position: absolute;
  top: 17px;
  left: 10px;
}

.intakes .journey-tabs .nav-tabs li a img {
  display: block;
  margin: 0 auto;
  max-height: 25px;
}

.intakes .journey-tabs .nav-tabs li a {
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
}

.fall-intake {
  background: #f6f9fd;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

.fall-intake h4 {
  color: #F15922;
  font-weight: 600;
  font-size: 22px;
  margin-top: 0px;
}

.fall-intake h5 {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

span.redi {

  color: #ee5b23;
}

.red-iconic {
  position: absolute;
  right: 30px;
  top: 0;
}

.red-iconic img {
  max-width: 60%;
}

#expense h3 {
  color: #010b5a;
  margin-bottom: 20px;
  margin-top: 30px;
}

.benefits.opportunities {
  padding: 50px 0;
}

.mk {
  position: relative;
}

.opportunities .journey-tabs .nav-tabs {
  border-bottom: 0px;
  background: #f6faff;
  padding: 15px 20px;
  text-align: center;
  max-width: 100%;
}

.opportunities .journey-tabs .nav-tabs li.active&gt;a,
.opportunities .journey-tabs .nav-tabs li&gt;a:hover {
  background-color: #e6f1ff;
  color: #000;
  box-shadow: 0 5px 6px -6px #7c7c7c;
}

table tr:first-child {
  background: #e6f1ff !important;
  color: #28315b;
  font-size: 17px;
  font-weight: 600;
}

table p {
  margin-bottom: 0px;
}

.table-bordered&gt;tbody&gt;tr&gt;td,
.table-bordered&gt;tbody&gt;tr&gt;th,
.table-bordered&gt;tfoot&gt;tr&gt;td,
.table-bordered&gt;tfoot&gt;tr&gt;th,
.table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
  border: 0px;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  border-radius: 20px 20px 0 0;
}

table td {
  padding: 17px 15px !important;
}

.table-bordered {
  border: 0px;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
  background-color: #f0f8fd;
}

table {
  background-color: #f9fbfe;
}

.worki {
  position: relative;
  padding-left: 30px;
}

.worki::after {
  position: absolute;
  content: '';
  top: 16px;
  left: -28px;
  width: 100%;
  height: 100%;
  background-image: url(../images/rectangle-329.svg);
  background-size: 86%;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.worki::before {
  position: absolute;
  content: '';
  top: -141px;
  left: -116px;
  width: 100%;
  height: 100%;
  background-image: url(../images/star-17.png);
  background-size: 25%;
  background-position: center;
  z-index: -1;
  background-repeat: no-repeat;
}

.mk::before {
  position: absolute;
  content: '';
  top: -192px;
  right: 75px;
  width: 100%;
  height: 100%;
  background-image: url(../images/line-icon.png);
  background-size: contain;
  background-position: right;
  z-index: -1;
  background-repeat: no-repeat;
}

.opportunities .tab-content {
  float: left;
  width: 100%;
  margin-top: -180px;
}

.opportunities p {
  max-width: 650px;
  text-align: justify;
}

.opportunities .table-responsive {
  margin-top: 100px;
}

.resrch {
  background: #f0f0f5;
  padding: 40px 40px 20px 40px;
  border-radius: 30px;
  position: relative;
  text-align: left;
  max-width: 980px;
  margin: 0 auto;
}

.resrch h3 {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 9px 15px;
  display: inline-block;
  color: #fff;
  margin-top: 0;
  background: #ff390c;
}

.resrch h3::before {
  width: 0;
  height: 0;
  border-left: 19px solid #ff390c;
  border-right: 19px solid transparent;
  border-top: 21px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  right: -38px;
  border-bottom: 17px solid transparent;
}

.arr {
  position: absolute;
  top: -18px;
}

.rsrch .slick-list.draggable {
  padding: 11px 0px;
}

.form-group {
  margin-bottom: 23px !important;
}

.form-box {
  padding: 25px 80px 0;
  border-radius: 0px;
}

.form-control {
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: none;
  color: #010b5a;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #f7f7f7;
  height: 45px;
  margin-bottom: 0px;
  padding-left: 15px;
  box-shadow: 0px 3px 6px #00000029;
}

.form-box .btn {
  background-color: #e85222;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  padding: 9px 40px;
  border-radius: 3px;
  margin-bottom: 0px;
}

input.form-control::placeholder {
  font-size: 17px;
  color: #010b5a;
}

.footerregion h2:before {
  content: inherit;
}

.bnhu {
  box-shadow: 0px 0px 31.5px 3.5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 15px 15px 20px;
  background: #fff;
}

.bnhu h4 {
  font-weight: 600;
  color: #e85222;
  margin-top: 20px;
  font-size: 17px;
}

.bnhu img {
  max-height: 207px;
  width: 100%;
  min-height: 207px;
}

.two-prt {
  background: #fdfdfd;
  padding: 0px 20px 20px;
}

.two-prt h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 6px 0;
  position: relative;
  background: #3e4c8d;
  margin: 0 -20px;
  margin-bottom: 20px;
}

.two-prt h2::before {
  content: initial;
}

.cl-ornge {
  background: #e85222 !important;
}

.bnhu.butns .btn {
  background: #E85222;
  border: 1px solid #E85222;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 10px;
  /* margin-right: 10px; */
  padding: 5px 15px;
}




@media only screen and (max-width: 767px) {

  body {
    font-size: 13px;
    line-height: 24px !important;

  }

  .two-prt h2 {
    font-size: 14px;
    margin: 0 -10px;
    margin-bottom: 20px;
  }

  .bnhu {
    margin-bottom: 10px;
  }

  .bnhu.butns .btn {

    font-size: 13px;
    line-height: 18px;
    padding: 3px 10px;
  }

  .bnhu h4 {
    font-weight: 600;
    color: #e85222;
    margin-top: 20px;
    font-size: 16px;
  }

  .two-prt {
    background: #fdfdfd;
    padding: 0px 10px 20px;
    margin-bottom: 15px;
  }

  .banner {
    height: 300px;
    background: none !important;
    background-color: #eeeee9 !important;
  }

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

  .banner h6 {
    font-size: 13px;
    font-weight: 500;
    padding: 0px 0 0;
    line-height: 18px;
  }

  .reson img {
    max-height: 70px;
  }

  .x-reason h3 {
    font-size: 18px;
  }

  .x-reason .col-md-4:nth-child(1)~* {
    margin-top: 20px;
  }

  .author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding: 2px;
  }

  .author {
    display: inline-block;
    margin: 0px 15px 0px 0px;
    float: left;
  }

  #experts h6 img {
    max-height: 42px;
  }

  #experts h5 {
    font-size: 13px;
  }

  .testmonials-pull .slick-arrow {
    width: 27px !important;
    height: 27px !important;
    background-size: 14px;

  }

  section {
    padding: 30px 0;
  }

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

  .grap {
    margin: 0 auto;
    max-width: 100%;
  }

  section h2 {
    font-size: 21px;
  }

  img.hnd {
    position: relative;
    margin-top: -13px;
    margin-left: 15px;
    max-width: 100%;
  }

  .banner::before {
    width: 19%;
    height: 26%;
  }


  .banner h1 {
    font-size: 15px;
    line-height: 16px;
    /* margin-top: 0 !important; */


  }

  .banner-text {
    margin-top: 100px;
  }

  .banner::after {
    width: 28%;
    height: 72%;
  }

  .banner h1::after {
    width: 16%;
    height: 21%;
    top: 27px;
    right: 16px;
  }


  .banner .butns .btn {
    padding: 8px 15px;
    font-size: 13px;
    margin-top: 0;
  }

  .banner h2 {
    font-size: 14px;
    /* margin-bottom: 0; */
    margin: 0 !important;
  }

  h6 {
    margin-top: 0;
  }

  .quoto h3 {
    font-size: 16px;
    line-height: 26px;
  }

  .quoto h3 .fa {
    color: #d5d5d5;
    font-size: 30px;
    z-index: -9;
  }

  h4 {
    font-size: 17px;
  }

  .nhui {
    position: relative;
    clear: both;
  }

  .accordion-panel h4.panel-title {
    font-weight: 500;
    font-size: 14px;
  }

  p {
    margin: 0 0 10px;
    font-size: 13px;
  }

  .nhui::before {
    top: -12px;
    right: 7px;
    width: 305px;
    height: 385px;
  }

  .benefits {
    padding: 50px 0;
  }

  .journey-tabs .nav-tabs {
    padding: 15px 10px;
    text-align: center;
    width: 100%;
  }



  .butns .btn {
    margin-top: 15px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 0px;
    padding: 8px 10px;
  }

  #expense h3 {
    color: #010b5a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
  }

  #expense ul li span {
    min-width: 82px;
    display: block;
  }

  #expense ul li {
    font-size: 15px;
  }

  #expense ul li b {
    font-size: 15px;
  }

  .journey-tabs .nav-tabs li a {
    padding: 10px 12px 10px 20px !important;
    font-size: 12px;
  }

  .red-iconic {
    right: 0px
  }

  h6 {
    font-size: 10px;
    font-weight: 500;
    padding: 10px 0 0;
  }

  .clar {
    display: inherit;
  }

  .opportunities .journey-tabs .nav-tabs {
    padding: 15px 10px;
  }

  .col-md-5.worki {
    display: none;
  }

  .mk::before {
    content: inherit;
  }

  .opportunities .tab-content {
    float: inherit;
    width: 100%;
    margin-top: 20px;
  }

  .opportunities .table-responsive {
    margin-top: 15px;
  }

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

  .mentor-descrip h4 {
    color: #010b5a;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .resrch {
    background: #f0f0f5;
    padding: 40px 15px 20px 15px;
    border-radius: 15px;
    position: relative;
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
  }

  .resrch h3 {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .resrch h3::before {
    width: 0;
    height: 0;
    border-left: 20px solid #ff390c;
    border-right: 19px solid transparent;
    border-top: 16px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    right: -38px;
    border-bottom: 16px solid transparent;
  }

  .rsrch .slick-next {
    right: 0 !important;
  }

  .rsrch .slick-prev {
    left: 0 !important;
  }

  .resrch img {
    max-width: 50%;
    margin: 0 auto;
  }

  .intakes .journey-tabs .nav-tabs {
    padding: 10px 10px;
  }

  img.ribbon {
    width: 12%;
    margin-right: 35px;
  }

  h5 {
    color: #8f8f8f;
    font-weight: 400;
    font-size: 17px;
    margin-top: 0;
  }

  .mentor-descrip {
    min-height: inherit;
  }

  .accordion-panel .panel .panel-body {
    padding: 15px 10px 15px;
  }

  .hand {
    position: relative;
    margin-bottom: 20px;
  }

  .fall-intake {
    border-radius: 15px;
    padding: 20px 15px;
    margin-top: 20px;
  }

  .fall-intake h4 {
    font-size: 19px;

  }

  .fall-intake h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .change {

    top: 0px;
    background: #f7fbff !important;

  }

  .form-box {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 10px;
    border-radius: 0px;
  }

  .accordion-panel .panel-default&gt;.panel-heading a:after {
    top: 40px;
  }


}</pre></body></html>