@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap);





body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight:700;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .nav-tabs .nav-link{
	width:300px;
}
.nav-tabs .nav-link.ver{
	width:230px;
}

}

img.clients-img{filter: grayscale(0);}
img.clients-img:hover{
	filter: grayscale(0);
}
@media (min-width: 992px){
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}}

@media (max-width: 480px){
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}
.align-justify{
	text-align:justify;
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #5f459f !important;
}
.bg-success {
  background-color: #5f459f !important;
}
.bg-info {
  background-color: #f08a45 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #5f459f !important;
  border-color: #5f459f !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #3f2e6a !important;
  border-color: #3f2e6a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f2e6a !important;
  border-color: #3f2e6a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #d76111 !important;
  border-color: #d76111 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d76111 !important;
  border-color: #d76111 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #d76111 !important;
  border-color: #d76111 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d76111 !important;
  border-color: #d76111 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #5f459f !important;
  border-color: #5f459f !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #3f2e6a !important;
  border-color: #3f2e6a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f2e6a !important;
  border-color: #3f2e6a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #342658 !important;
  color: #342658 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #5f459f !important;
  border-color: #5f459f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5f459f !important;
  border-color: #5f459f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #c0570f !important;
  color: #c0570f !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #c0570f !important;
  color: #c0570f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f08a45 !important;
  border-color: #f08a45 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #342658 !important;
  color: #342658 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #5f459f !important;
  border-color: #5f459f !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5f459f !important;
  border-color: #5f459f !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #5f459f !important;
}
.text-secondary {
  color: #f08a45 !important;
}
.text-success {
  color: #5f459f !important;
}
.text-info {
  color: #f08a45 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #342658 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c0570f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #342658 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c0570f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #5f459f;
}
.alert-info {
  background-color: #f08a45;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5f459f;
  border-color: #5f459f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5f459f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a593d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a593d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #5f459f;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.features {
    padding: 15px;
    background: linear-gradient(220deg, #931abf 0%, #cf0c6a 90%);
    color: #fff;
    border-radius: 10px;
	
}
@media screen and (max-width:767px){
	.d-mob{
		display:none;
	}
.features{margin: 15px 0px;}}

.mbr-arrow i {
  color: #5f459f;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #5f459f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #5f459f;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #5f459f;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5f459f;
  color: #ffffff;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5f459f;
  border-bottom-color: #5f459f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5f459f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f08a45 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%235f459f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-stGHjZF6Iz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stGHjZF6Iz .nav-item,
.cid-stGHjZF6Iz .nav-link,
.cid-stGHjZF6Iz .navbar-caption {
  font-weight: normal;
}
.cid-stGHjZF6Iz .nav-item:focus,
.cid-stGHjZF6Iz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-stGHjZF6Iz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-stGHjZF6Iz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-stGHjZF6Iz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-stGHjZF6Iz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-stGHjZF6Iz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-stGHjZF6Iz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-stGHjZF6Iz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-stGHjZF6Iz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-stGHjZF6Iz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-stGHjZF6Iz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-stGHjZF6Iz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-stGHjZF6Iz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-stGHjZF6Iz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-stGHjZF6Iz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-stGHjZF6Iz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-stGHjZF6Iz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stGHjZF6Iz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-stGHjZF6Iz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-stGHjZF6Iz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-stGHjZF6Iz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-stGHjZF6Iz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-stGHjZF6Iz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-stGHjZF6Iz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-stGHjZF6Iz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-stGHjZF6Iz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-stGHjZF6Iz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-stGHjZF6Iz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-stGHjZF6Iz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-stGHjZF6Iz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-stGHjZF6Iz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-stGHjZF6Iz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-stGHjZF6Iz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-stGHjZF6Iz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-stGHjZF6Iz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-stGHjZF6Iz .dropdown-item.active,
.cid-stGHjZF6Iz .dropdown-item:active {
  background-color: transparent;
}
.cid-stGHjZF6Iz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-stGHjZF6Iz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-stGHjZF6Iz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-stGHjZF6Iz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-stGHjZF6Iz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stGHjZF6Iz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-stGHjZF6Iz .navbar-buttons {
  text-align: center;
}
.cid-stGHjZF6Iz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-stGHjZF6Iz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-stGHjZF6Iz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stGHjZF6Iz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stGHjZF6Iz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stGHjZF6Iz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stGHjZF6Iz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stGHjZF6Iz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stGHjZF6Iz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stGHjZF6Iz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stGHjZF6Iz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
  box-shadow: 0 8px 6px -6px #ddd;
  
}
.cid-stGHjZF6Iz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stGHjZF6Iz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.nav-tabs .nav-link{
	border: 1px solid #5f459f;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 15px;
    background-color: #fff;
    margin-right: 5px;
    color: #5f459f;
}

.cid-stGHjZF6Iz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-stGHjZF6Iz .soc-item {
  margin: .5rem .3rem;
}
.cid-stGHjZF6Iz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-stGHjZF6Iz .navbar {
    height: 77px;
  }
  .cid-stGHjZF6Iz .navbar.opened {
    height: auto;
  }
  .cid-stGHjZF6Iz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-stGHnsLglz .container-fluid {
  padding: 0 5rem;
}
.cid-stGHnsLglz .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stGHnsLglz .mbr-section-title {

  color: #ffffff;
  text-align: left;
}
.cid-stGHnsLglz .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-stGHnsLglz .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-stGHnsLglz .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-stGHnsLglz .container-fluid {
    padding: 0 1rem;
  }
  .cid-stGHnsLglz .mbr-figure {
    margin-top: 1rem;
  }
  .cid-stGHnsLglz .mbr-section-title {
    text-align: center !important;
  }
  .cid-stGHnsLglz .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-stGHnsLglz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-stJxMBOYNH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stJxMBOYNH .mbr-figure img {
  border-radius: .25rem;
}
.cid-stJxMBOYNH .mbr-text {
  color: #8d97ad;
}
.cid-stJxMBOYNH .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-stJxMBOYNH .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-stJxMBOYNH .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-stJxMBOYNH .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-stJxMBOYNH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-stJxMBOYNH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-stJxMBOYNH .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stJxMBOYNH .icon-description {
  margin-left: 1rem;
}
.cid-stJxMBOYNH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-stJxMBOYNH a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-stJxMBOYNH .mbr-section-title,
  .cid-stJxMBOYNH .mbr-text {
    text-align: center;
  }
  .cid-stJxMBOYNH .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-stJxMBOYNH .mbr-text,
.cid-stJxMBOYNH .mbr-section-btn {
  color: #000000;
}
.cid-stGIS15Kvg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-stGIS15Kvg .mbr-section-title {
  color: #444444;
}
.cid-stGIS15Kvg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-stGIS15Kvg .mbr-text {
  color: #8d97ad;
}
.cid-stGIS15Kvg .nav {
  border: none;
}
.cid-stGIS15Kvg .nav-tabs {
  display: table;
  width: 100%;
}
.cid-stGIS15Kvg .nav-tabs .nav-item {
  display: table-cell;
}
.cid-stGIS15Kvg .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-stGIS15Kvg .tab-content {
  margin-top: 3rem;
}
.cid-stGIS15Kvg .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-stGIS15Kvg .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-stGIS15Kvg .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: none;
}
.cid-stGIS15Kvg .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-stGIS15Kvg .nav-item {
    display: table-row !important;
  }
  .adt-img {margin-top:20px !important;}
}
.cid-stGHHpKiEG {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
  background: #fff;
  border-left: 1px solid #5F459F;
  border-right: 1px solid #5F459F;
  border-bottom: 1px solid #5F459F;
}
.adt-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 85px !important;
    margin-top: -50px;
    padding-top: 10px;
}

.cid-stGHHpKiEG .mbr-section-title {
  color: #444444;
}
.cid-stGHHpKiEG .mbr-section-subtitle {
  color: #8d97ad;
}
@media (min-width: 768px){
	.d-none{
		display:none;
	}
.formdesktop {
    background-color: white;
	top: 0;
}
.formdekstopmt{
border:1px solid #777;
	-webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;}

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border-color: #5F459F #5F459F #fff;color: #fff;
    background: linear-gradient(220deg, #ff9100 0%, #9f008f 90%);}
@media (max-width: 767px){
.align-left{
	text-align:left;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: center;
}
}
.gap {
    margin-bottom: 15px;
}

.btn-apply {
        color: #ffffff;
    background-color: #f08a42;
    padding: 10px 25px;
    border-radius: 10px;
    display: block;
    align-items: center;
    text-align: center;
	width: 200px;}

.btn-apply:hover{
	color: #f08a42;
	background-color: #ffffff;
	border:1px solid #f08a42;
}

section {
    background-position: left center !important;
    background-repeat: no-repeat;
}

.cid-stGHHpKiEG .mbr-text {
  color: #333333;
}
.cid-stGHHpKiEG .nav {
  border: none;
}
.cid-stGHHpKiEG .nav-tabs {
  width: 100%;
}
.cid-stGHHpKiEG .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-stGHHpKiEG .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-stGHHpKiEG .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-stGHHpKiEG .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-stGHHpKiEG .nav-tabs .nav-link.active {
    font-weight: 500;
    color: #ffffff;
    font-style: normal;
    background: linear-gradient(200deg, #9818b7 0%, #c31580 100%);
}


}
.cid-stGHHpKiEG .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-stGHHpKiEG .nav-item {
    display: table-row !important;
  }
}
.cid-stGHIrYx72 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stGHIrYx72 .mbr-overlay {
  background: #efefef;
}
.cid-stGHIrYx72 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-stGHIrYx72 .client-name {
  color: #8d97ad;
}
.cid-stGHIrYx72 .wrap-img {
  padding-bottom: 1rem;
}
.cid-stGHIrYx72 .wrap-img img {
  max-width: 70%;
}
.cid-stGHIrYx72 .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-stGHOFFNwR {
  padding-top: 30px;
  background-color: #5f459f;
}
@media (max-width: 767px) {
  .cid-stGHOFFNwR .content {
    text-align: center;
  }
  .cid-stGHOFFNwR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-stGHOFFNwR .logo-subtitle {
  color: #8d97ad;
}
.cid-stGHOFFNwR .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-stGHOFFNwR .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-stGHOFFNwR .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-stGHOFFNwR .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-stGHOFFNwR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-stGHOFFNwR .footer-lower hr {
  margin: 1rem 0;
  border-color: #ddd;
  opacity: 1;
}
.cid-stGHOFFNwR .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-stGHOFFNwR .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-stGHOFFNwR .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-stGHOFFNwR .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-stGHOFFNwR .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stGHOFFNwR .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-stGHOFFNwR .list-item {
  display: flex;
}
.cid-stGHOFFNwR .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-stGHOFFNwR ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-stGHOFFNwR ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-stGHOFFNwR ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-stGHOFFNwR .copyright > p {
  text-align: center;
}
.cid-stGHOFFNwR P {
  text-align: center;
  color: #ffffff;
}
.cid-stGHOFFNwR .column-title {
  text-align: center;
  color: #ffffff;
}

section.awards {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f1f4fa;
}
section.tabs1{
	 background-color: #f1f4fa !important;
}
#school {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	height:100%;
}

.wrap:hover {
/*    background: linear-gradient(180deg,#ffffff 35%,#5c429b 100%);*/
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}
.list-type4{
width:80%;
margin:0 auto;
}

.list-type4 ol{
counter-reset: li;
list-style: none;
*list-style: decimal;
font-size: 15px;
font-family: 'Raleway', sans-serif;
padding: 0;
margin-bottom: 4em;
}
.list-type4 a{
position: relative;
display: block;
padding: .4em .4em .4em 2em;
*padding: .4em;
margin: .5em 0;
background: #5c429b;
color: white;
text-decoration: none;
box-shadow:inset 0.5em 0 #D76111;
-webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
transition: box-shadow 1s;
}

.list-type4 a:hover{
box-shadow:inset 2em 0 #D76111;
}
.uni {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 15px;
    margin: 15px;
}

#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
	text-align: center;
    padding: 12px 0px;
    background: #fff;
    font-size: 16px;
	line-height:20px;
    font-weight: 400;
    color: #5F459F;
	font-family: 'PT Serif', serif;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    color: #676767;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
	
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
   content: "\0271A";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #5F459F;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
		font-family: 'PT Serif', serif;
	
}
#accordion .panel-title a.collapsed:before{
    color: #333333;
    transform: rotate(0);
	font-family: 'PT Serif', serif;
	font-weight:600;
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 0px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #F1F4FA;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  	font-family: 'PT Serif', serif;
}

.sidenav a {
     padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #5f459f;
    display: block;
    transition: 0.3s;
	
}

.sidenav a:hover, active {
  color: #d76111 !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-width: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
 a.btn.btn-sm.btn-secondary.display-4.mob {
    font-size: 16px !important;
    color: #fff !important;
}
.cid-stGHOFFNwR{
	margin-bottom:30px;
}
}
@media (max-width:767px){
.navbarmob {
  overflow: hidden;
  background-color: #F08A42 ;
  color:#333333;
  position: fixed;
  bottom: 0;
  margin-bottom:0px;
  width: 100%;
  min-height: auto;
}

.navbarmob a {
  float: left;
  display: block;
  color: #333333;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
    font-family: 'PT Serif', serif;
}

.navbarmob a:hover {
  background-color: #F08A42 ;
  color: #fff;
}

.navbarmob a.active {
  background-color: #4CAF50;
  color: white;
}}
@media(min-width:768px){
.navbarmob {display:none;}

}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #593D82;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  font-size:22px;
}

#myBtn:hover {
  background-color: #555;
}
.cid-stGHnsLglz {
  overflow: hidden !important;
  top:50px;
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../images/banner-1280x659.jpg");
      height: 650px;
    width: 100%;
    background-size: cover;
}
.overlay {
    width: 100%;
    height: 500px;
    background: url(../images/icons.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
} 
.placebg{
 background:linear-gradient(0deg, rgba(89, 61, 130, 0.9), rgba(89, 61, 130, 0.9)), url(../../assets/images/bg.png);
 background-size:cover;
 padding-top:30px;
 padding-bottom:150px;
}
@media (max-width: 480px){
.cid-stGHnsLglz {
    overflow: hidden !important;
    top: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/banner-1280x659.jpg);
    background-size: cover;
    min-height: 250px;
    height: 350px;
  background-color:#fff;
  
}
.overlay {
    width: 100%;
    height: 310px;
    background: url(../images/icons.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
} 

}


.container {
    max-width: 1280px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 15px;
    color: #fff !important;
    font-family: 'PT Serif', serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #F08A42 !important;
}

.menu .navbar-brand .navbar-logo img {
    height: 65px;
}



@media only screen and (max-width: 767px) {
.table-responsive{
  overflow-x: scroll;
}  
.cid-stGHIrYx72 .wrap-img img {
    max-width: 90%;
}  
.fontsize3 {
    font-size: 28px !important;
}
.hidesm
{
    display: none;
}
.boxbottom{
  margin-bottom: -25px !important;
}
.boxbottom1{
  margin-bottom: 0px !important;
}
.py-3 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.margintop{
    margin-top: -40px !important;
}
.mghighlights {
    margin-top: -30px !important;
}
 .data-card h3 {
font-size: 27px !important;
}
}

@media only screen and (max-width: 2000px) and (min-width: 768px){
.fontsize3 {
    font-size: 44px !important;
}  
.featurebox {
    margin-bottom: 30px;
}
.hidelg
{
    display: none;
}
.mgtop{
  margin-top: 77px;
}
}


.navbarcolor
{
  background: linear-gradient(180deg, #3c1164 0%, #761b89 50%) !important;
}

.hamburgerbtn
{
  color:#f08a42;font-size:25px;
}

.applynowsidebtn
{
  font-size:16px !important;color:#fff !important;
}

.fontsize3
{
  font-size:3rem;
}

.fontcolorwhite
{
  color:#fff !important;
}

.ulsquare
{
  list-style-type:square;
  text-align:left !important;
}

.bulletcolor
{
  color: #593d82;
  font-size: 14px;
}

.margintop35
{
  margin-top:35px;
}

.placementbackground
{
  background: linear-gradient(200deg, #931abf 0%, #d10b67 100%);padding-top:30px;padding-bottom:150px;
}

.awardsbackground
{
  background-color:#f1f4fa;padding-top:30px;padding-bottom:30px;
}

.footerbackground
{
  background: linear-gradient(200deg, #3c1164 0%, #6d1a83 100%);
}        

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

.faculty_heading {
    float: left;
    color: #ffffff;
    font-family: 'PT Serif', serif;
    font-size: 17px;
    margin: 0 0 20px 0;
    border-bottom: 3px solid #d88cd1;
    padding: 10px;
    border-left: 3px solid #d88cd1;
    background-color: #7e2f9a;
    width: 100%;
    text-align: left;
}

.table{
  width:100%;
  border:0.5px solid #f08a42;
  border-collapse: collapse;
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  color: #000;
}

thead {
  background-color:#f08a42;
}

th,td{
  padding: 10px;
}

.table thead th {
    vertical-align: bottom;
    background-color: #f08a42;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

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

.tabmg{
  border: 1px solid #5f459f;
  padding-top:50px;
  padding-bottom:50px;
}
.navinside{
  display: block !important;
}

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

