*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'DM Sans', sans-serif !important;
	font-size: 15px;
	color: #111;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 700;
	margin-top: 0;
	color: #333;
}
a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #e13833;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.fix{
	display: block;
	overflow: hidden;
}

.form-control::placeholder {
	color: #a9abac;
}
@media (min-width: 1300px){
	.container {
	  max-width: 1250px;
	}
}
:focus-visible {
	outline: 0px !important;
}
.btn {
	padding-left: 23px;
	padding-right: 23px;
	border-radius: 30px;
	transition: all 0.3s;
	font-weight: 500;
}
.btn:hover {
	border-radius: 8px;
}
.btn-danger {
	color: #fff;
	background-color: #e13833;
	border-color: #e13833;
}
/*******************************
********* Header One ***********
********************************/
.top-header {
	background: #a0000c;
	padding: 10px 0;
	box-shadow: inset 0px -1px 3px rgba(77, 77, 77, 0.2);
}
.top-header a{
	color: #fff;
}
.top-header-right i {
	font-size: 20px;
	margin-left: 5px;
}
.logo-area {
	padding: 15px 0;
	background: #fff;
	box-shadow: 1px 4px 5px #eee;
}
.logo-box {
	width: 220px;
	margin-top: 9px;
}
.logo-box img {
	max-width: 100%;
	height: auto;
}
.mainmenu {
	margin-top: 16px;
}
.mainmenu ul li {
	float: left;	
}
.mainmenu ul li{
	position: relative;
}
.mainmenu ul li a {
	display: block;
	padding: 5px 15px;
	font-weight: 500;
}
.mainmenu ul li:hover > a, .mainmenu ul li.active a{
	color: #e13833;
}
.mainmenu ul li ul {
	position: absolute;
	top: 53px;
	margin: 0;
	left: 0;
	padding: 0;
	width: 223px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.mainmenu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	top: 33px;
}
.mainmenu ul li ul li{
	list-style: none;
	float: none;
	display: block;
}
.mainmenu ul li ul li a {
	display: block;
	padding: 10px 15px;
	text-align: left;
	background: #e13833;
	font-weight: 500;
	font-size: 13px;
	color: #fff !important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-weight: 600;
}
.mainmenu ul li ul li a:hover {
	background: #a0000c;
	color: #fff;
}
.search-bar {
	position: relative;
	margin-top: 10px;
}
.search-bar .search-box{
	border: 1px solid #ddd;
	padding: 13px;
	padding-left: 45px;
	border-radius: 50px;
	background: #f8f8f8;
	height: 45px;
	position: relative;
	width: 110%;
}
.search-bar::before{
	position: absolute;
	content: "\ed11";
	font-family: IcoFont !important;
	font-size: 20px;
	left: 16px;
	top: 8px;
	z-index: 99;
	color: #666;
}
.search-box:focus-visible {
	background: rgba(0,0,0,0.05);
}
/*===Homepage Carousel===*/
.slider-item {
	position: relative;
}
#homeCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.25);
	color: rgba(255, 255, 255, 1);
	width: 47px;
	height: 95px;
	transform: translateY(-50%);
	font-size: 20px;
	text-align: center;
	line-height: 95px;
}

#homeCarousel .owl-nav div:hover {
	background: rgba(0,0,0,0.40);
}
#homeCarousel .owl-nav .owl-prev {
  left: 0;
}
#homeCarousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.footer-area {
	background: #a0000c;
	padding: 70px 0 20px;
	color: #fff;
}
.footer-widget h2 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 13px;
	color: #fff;
}
.footer-area a{
	color: #fff;
}
.footer-widget iframe {
	border-radius: 10px;
}
.social ul li{
	float: left;
	margin-right: 5px;
	bottom: 5px;
}
.social ul.inline-mode li a {
	border: 0px solid #666;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
}
#clientSlider .owl-nav div {
	position: absolute;
	top: 50%;
	background: #fff;
	color: #555;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	font-size: 20px;
	text-align: center;
	line-height: 31px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
}
#clientSlider .owl-nav div:hover{
	background: #e4e4e4;
}
#clientSlider .owl-nav .owl-prev {
	left: -23px;
}
#clientSlider .owl-nav .owl-next {
  left: auto;
  right: -23px;
}
#clientSlider img {
	height: auto;
	width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-title {
	text-align: center;
	padding: 45px 0 30px 0;
}
.wwo-content {
	padding-top: 50px;
}
.wwo-content h3 {
	font-weight: 500;
	color: #e13833;
}
.wwo-content p, .wwo-content li {
  font-size: 18px;
}
.wwo-content li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 6px;
}
.wwo-thumb img {
	max-width: 100%;
	border-radius: 10px;
}
.wwo-thumb img:hover {
	opacity: 0.9;
}
.studyAbroadBox {
	box-shadow: 0px 0px 8px #ccc;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}
.studyAbroadBox:hover {
	transform: scale(1.03);
}
.studyAbroadBox img {
	max-width: 100%;
	height: auto;
}
.studyAbroadBox h3 {
	margin: 0;
	padding: 20px 25px;
	font-size: 19px;
}
.client-logo {
	border: 1px solid #e4e4e4;
	padding: 20px;
	height: 140px;
	border-radius: 5px;
	text-align: center;
}
.free-consultation-area {
	background: #a0000c;
	color: #fff;
	padding: 45px 0 80px 0;
}
.free-consultation-area h2 {
	color: #fff;
}
.inputBox {
	margin-bottom: 20px;
}
.inputBox label {
	margin-bottom: 5px;
}
.single-achievement {
	box-shadow: 0px 0px 8px #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px;
}
.achievement-header img {
	width: 60px;
	float: left;
	margin-right: 10px;
}
.name-position h4 {
	font-size: 18px;
	margin-bottom: 4px;
	margin-top: 5px;
}

.name-position p {
	font-size: 14px;
}
.single-achievement {
	box-shadow: 0px 0px 8px #ccc;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px;
	min-height: 266px;
}
.achievement-content {
	margin-top: 15px;
}
.review-more a {
	color: #e13833;
	font-size: 14px;
}
.footer-border {
	margin: 20px 0 20px 0;
	border-top: 1px solid #ddd;
}
.social h3 {
	font-weight: 500;
	font-size: 24px;
	color: #fff;
}
.social i {
	font-size: 18px;
	margin-right: 10px;
}
.wwe-content h3 {
	font-family: 'Merriweather', serif !important;
	font-weight: 600;
	color: #e13833;
	margin-bottom: 4px;
}
.ceo {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
}
.wwe-content p {
	font-size: 16px;
}
.wwe-content p.intro {
	font-size: 18px;
}
.mission-content {
	background: #fff7f6;
	padding: 50px 40px;
	box-shadow: 0px 0px 8px #ddd;
}
.team-area {
	background: #fbfbfb;
	margin-top: 40px;
	padding-bottom: 40px;
}
.team-content img {
	max-width: 100%;
	border-radius: 8px;
}
.team-content h4 {
	font-size: 21px;
	margin-top: 10px;
}
.team-content p {
	font-size: 13px;
	color: #e13833;
}
.breadcrumb-area.services {
	background: url('images/breadcrumb-service.jpg');
}
.study-abroad-area.services .studyAbroadBox h4 {
	background: #e13833;
	margin: 0;
	text-align: center;
	font-size: 17px;
	padding: 8px;
	color: #fff;
	font-weight: 600;
}
.breadcrumb-area {
	color: #fff;
	padding: 60px 0;
	margin-bottom: 51px;
	background-size: cover !important;
}
.breadcrumb-area h2 {
	font-size: 38px;
	color: #fff;
}
.dtn-content h1 {
	font-family: 'Merriweather', serif !important;
	font-weight: 600;
	color: #e13833;
	margin-bottom: 15px;
	font-size: 32px;
}
.destination-versities h2 {
	font-size: 34px;
	margin-bottom: 30px;
}
.destination-versities h3 {
	text-align: left;
	color: #e13833;
	font-family: 'Merriweather', serif !important;
}
.single-versity img {
	height: auto;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.single-versity {
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 3px #ddd;
  height: 230px;
}
.mb-30px{
	margin-bottom: 30px;	
}
.single-versity:hover {
	cursor: pointer;
	border: 1px solid #e13833;
	box-shadow: 0px 0px 8px #d0b4b3;
}
.pagination {
	justify-content: end;
}
.pagination li a {
	text-align: center;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	width: 36px;
	height: 36px;
	display: block;
	line-height: 1;
	margin-left: 10px;
}
.pagination li.active a, .pagination li a:hover {
	color: #e13833;
	border: 1px solid #e13833;
}
.pagination .next a {
	width: auto !important;
}
.single-blog img {
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover !important;
	object-position: top center !important;
	height: 220px;
}
.single-blog {
	box-shadow: 0px 0px 8px #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.single-blog-content-box {
	padding: 20px;
}
.single-blog-content-box h2 {
	font-size: 20px;
	height: 48px;
}
.fc-header img {
	text-align: center;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #40587d;
	box-shadow: 0px 0px 3px #ddd;
	width: 320px;
	height: auto;
	margin-bottom: 20px;
}
.fc-header h5 {
	color: #e13833;
}
.fc-content h2 {
	color: #e13833;
	font-size: 25px;
	font-family: 'Merriweather', serif !important;
	margin-bottom: 25px;
}
.fc-content li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
	color: #333;
}
.fc-content p {
	color: #333;
}
.free-consultation.apply-page h2 {
	color: #e13833;
	font-size: 35px;
	font-family: 'Merriweather', serif !important;
	margin-bottom: 35px;
	text-align: center;
}

.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5 {
	font-family: 'Merriweather', serif !important;
	font-weight: 600;
	color: #e13833;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-details li {
	list-style: disc;
	margin-left: 15px;
}
.thumbnail img {
	max-width: 100%;
}
.contact-icon i {
  font-size: 20px;
  background: #e13833;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 51px;
  left: 65px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
}
.contact-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 0px 15px #cea9a8;
	text-align: center;
	margin-bottom: 20px;
}

/********** Registration ***********/
.registration-area {
  background: #eee;
}
.registration-wizard {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
}
.registration-area h2.reg-title {
  background: #A0000C;
  margin-bottom: 0;
  font-size: 21px;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.reg-left img {
	border-radius: 5px;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex; 
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-weight: 400 !important; 
}
.selectgroup-item + .selectgroup-item {
  margin-left: -1px; 
}
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; 
}
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; 
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0; 
}

.selectgroup-button {
	display: block;
	border: 1px solid rgba(0, 40, 100, 0.12);
	text-align: center;
	padding: 0.375rem 1rem;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	color: #6a6a6a;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1.5rem;
	min-width: 2.375rem;
	background: #f8f8f8;
}

.selectgroup-button-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem; }

.selectgroup-input:checked + .selectgroup-button {
  z-index: 1;
  color: #fff;
  background: #e31b2a; 
}
.selectgroup-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start; 
}
.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  -ms-flex-positive: 0;
  flex-grow: 0; 
}
.selectgroup-pills .selectgroup-button {
  border-radius: 5px !important; 
}
.single-quiz ul {
	margin-bottom: 20px;
}
.single-quiz li {
	list-style: disc;
	margin: 0 0 5px 30px;
}