	/* CUSTOM STYLES - CREATED ON 14-11-2024 */

	/*COMMON - STYLES START*/
	*{
		margin: auto;
	}
	@font-face {
	  font-family: "Poppins";
	  src: url("../../fonts/Poppins-Regular.ttf") format("truetype"),
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: "Poppins-Bold";
	  src: url("../../fonts/Poppins-Bold.ttf") format("truetype"),
	  font-weight: bold;
	  font-style: normal;
	}
	@font-face {
	  font-family: "Poppins-Semi";
	  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype"),
	  font-weight: 700;
	  font-style: normal;
	}
	@font-face {
	  font-family: "Poppins-Medium";
	  src: url("../../fonts/Poppins-Medium.ttf") format("truetype"),
	  font-weight: 700;
	  font-style: normal;
	}

	body{
		margin: auto;
		overflow-x: hidden;
		font-family: "Poppins" !important;
		background-color: #f5f7fa !important;
	}
	.clear-fix{
		clear: both;
	}
	#preloader {
	  text-align: center;
	  padding-top: 30px;
	  width: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 9999;
	  overflow: hidden;
	  background-color: #f5f7fa;
	  box-shadow: 6px 6px 6px 8px #f2f2f2;
	  -webkit-box-shadow: 6px 6px 6px #f2f2f2;
	  border: 1px solid #dca831 !important;
	  background-image: url('../../assets/images/Advisewise-Study-Abroad-World-Map-Loader.png');
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	  margin: auto;
	}
	#preloader .loader{
	  position: fixed;
	  top: calc(47% - 55px);
	  left: calc(51% - 50px);
	  animation: animFw 5s linear infinite;
	}
	#preloader p{
	  position: fixed;
	  animation: animFw 5s linear infinite;
	  font-family: "Poppins" !important;
	  font-size: 13px;
	  padding-top: 65px;
	  padding-left: 2px;
	}
	/*
	@-webkit-keyframes animate-preloader {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(360deg);
	  }
	}

	@keyframes animate-preloader {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(360deg);
	  }
	}*/

	/*.loader {
	  width: 32px;
	  height: 90px;
	  display: block;
	  opacity: 1;
	  margin: 20px auto;
	  position: relative;
	  border-radius: 50% 50% 0 0;
	  border-bottom: 10px solid #FF3D00;
	  background-color: #FFF;
	  background-image: radial-gradient(ellipse at center, #FFF 34%, #FF3D00 35%, #FF3D00 54%, #FFF 55%), linear-gradient(#FF3D00 10px, transparent 0);
	  background-size: 28px 28px;
	  background-position: center 20px , center 2px;
	  background-repeat: no-repeat;
	  box-sizing: border-box;
	  animation: animloaderBack 1s linear infinite alternate;
	}
	.loader::before {
	  content: '';  
	  box-sizing: border-box;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 64px;
	  height: 44px;
	  border-radius: 50%;
	  box-shadow: 0px 15px #FF3D00 inset;
	  top: 67px;
	}
	.loader::after {
	  content: '';  
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%) rotate(45deg);
	  width: 34px;
	  height: 34px;
	  top: 112%;
	  background: radial-gradient(ellipse at center, #ffdf00 8%, rgba(249, 62, 0, 0.6) 24%, rgba(0, 0, 0, 0) 100%);
	  border-radius: 50% 50% 0;
	  background-repeat: no-repeat;
	  background-position: -44px -44px;
	  background-size: 100px 100px;
	  box-shadow: 4px 4px 12px 0px rgba(255, 61, 0, 0.5);
	  box-sizing: border-box;
	  animation: animloader 1s linear infinite alternate;
	}*/

	.loader {
	  position: relative;
	  display: grid;
	  grid-template-columns: 33% 33% 33%;
	  grid-gap: 2px;
	  width: 50px;
	  height: 50px;
	}

	.loader > div {
	  position: relative;
	  width: 100%;
	  height: 100%;
	  background: tomato;
	  transform: scale(0);
	  transform-origin: center center;
	  animation: loader 1s infinite linear;
	}
	.loader > div:nth-of-type(1), .loader > div:nth-of-type(5), .loader > div:nth-of-type(9) {
	  animation-delay: 0.4s;
	}
	.loader > div:nth-of-type(4), .loader > div:nth-of-type(8) {
	  animation-delay: 0.2s;
	}
	.loader > div:nth-of-type(2), .loader > div:nth-of-type(6) {
	  animation-delay: 0.6s;
	}
	.loader > div:nth-of-type(3) {
	  animation-delay: 0.8s;
	}

	@keyframes loader {
	  0% {
	    transform: scale(0);
	  }
	  40% {
	    transform: scale(1);
	  }
	  80% {
	    transform: scale(1);
	  }
	  100% {
	    transform: scale(0);
	  }
	}

	@keyframes animloaderBack {
	  0%, 30%, 70% {
	    transform: translateY(0px);
	  }
	  20%, 40%, 100% {
	    transform: translateY(-5px);
	  }
	}

	@keyframes animloader {
	  0% {
	    box-shadow: 4px 4px 12px 2px rgba(255, 61, 0, 0.75);
	    width: 34px;
	    height: 34px;
	    background-position: -44px -44px;
	    background-size: 100px 100px;
	  }
	  100% {
	    box-shadow: 2px 2px 8px 0px rgba(255, 61, 0, 0.5);
	    width: 30px;
	    height: 28px;
	    background-position: -36px -36px;
	    background-size: 80px 80px;
	  }
	}

	[class*=stacked--] {
	  position: relative;
	  transition: transform 0.3s ease-in-out;
	  will-change: transform;
	  	background-color: transparent;
	}
	[class*=stacked--]:before, [class*=stacked--]:after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	/*  background-color: currentColor;*/
		background-color: transparent;
	/*background-color: transparent;*/
	  transition: transform 0.3s ease-in-out;
	  will-change: transform;
	}
	[class*=stacked--]:before {
	  z-index: -1;
	}
	[class*=stacked--]:after {
	  z-index: -2;
	}
	.card{
	  border: unset !important;
	}

	.card-3 .content {
	  background-color: #d6d6df !important;
	/*	background-color: transparent;*/
	/*background-color: ;*/
	  border-radius: 5px;
	}
	.card-3:before, .card-3:after {
	  border-radius: 5px;
	}
	.card-3:before {
	/*  background-color: #679fa8 !important;*/
		background-color: transparent;
	}
	.card-3 .title, .card-3:after {
	/*  background-color: #82809b !important;*/
		background-color: transparent;
	}

	.stacked--up:before, .stacked--up:after {
	  transform-origin: center bottom;
	}
	.stacked--up:hover {
	  transform: translate(0, -10px);
	}
	.stacked--up:hover:before {
	  transform: translate(0, 10px) scale(0.95);
	}
	.stacked--up:hover:after {
	  transform: translate(0, 20px) scale(0.9);
	}

	/*COMMON - STYLES END*/


	/*HEADER - START*/
	#header{
		background-color: #f5f7fa;
		height: 100px;
		width: 100%;
		position: relative;
	}
	#header .header-fixed{
		margin: auto;
	/*	height: 80px;*/
		width: 90%;
		background-color: #fff;
		position: absolute;
		top: 45px;
		left: 25px;
		right: 30px;
		border-radius: 15px;
		padding: 10px;
		display: inline-flex;
	}
	#header .header-fixed .logo-box{
		margin: auto;
		text-align: center;
	}
	#header .header-fixed .logo-box img{
		width: 42%;
	}
	#header .header-fixed .nav-box{
		margin: auto;
		text-align: center;
	}
	#header .header-fixed nav ul{
		padding-left: 0rem !important;
	}
	#header .header-fixed nav ul li{
		list-style: none;
		display: inline-flex;
		padding-left: 21px;
		padding-top: 30px;
	}
	#header .header-fixed nav ul li.active a{
		color: #ed9150;
	}
	#header .header-fixed nav ul li:first-child{
		padding-left: 0px;
	}
	#header .header-fixed nav ul li a{
		text-decoration: none;
		color: #1a3c72;
		font-weight: 400;
		font-size: 14px;
	}
	#header .header-fixed nav ul li a:hover{
		color: #ed9150;
		transition: all 0.3s linear;
	}
	#header .header-fixed .reg-box{
		margin: auto;
		text-align: center;
		padding-top: 15px;
	}
	#header .header-fixed .reg-box a{
		text-decoration: none;
		font-weight: 380;
		font-size: 14px;
		color: #fff;
		background-color: #ed9150;
		font-family: "Poppins" !important;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-radius: 8px;
		border: unset;
	}
	#header .header-fixed .reg-box .btn-home-reg:hover{
		transition: all 0.3s linear;
		background-color: #1a3c72;
	}
	#header .top-header{
		text-align: right;
		padding-top: 5px;
	}

	#header .top-header ul{
		padding-left: 0rem;
	}
	#header .top-header ul li{
		list-style: none;
		display: inline-flex;
		padding-left: 20px;

	}
	#header .top-header ul li img{
		width: 15px;
		height: 15px;
	}
	#header .top-header ul li i{
	/*#header .top-header ul li a i{*/
		color: #1a3c72 !important;
		font-size: 20px;
	}
	#header .top-header ul li a{
		color: #1a3c72;
		text-decoration: none;
		font-family: "Poppins" !important;
		font-weight: 400;
		font-size: 13px;
	}
	/*HEADER - END*/

	/*HOME PAGE - START*/
	#home-banner{
		width: 100%;
		height: 920px;
	/*	height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Consultancy-Home-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
	}
	#home-banner .banner-content{
		padding-top: 130px;
		padding-left: 60px;
		text-align: left;
	}
	#home-banner .banner-content .banner-title{
		font-family: "Poppins" !important;
		font-weight: 700;
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 50px;
		color: #fff;
		letter-spacing: 1px;
	}
	#home-banner .banner-content .banner-key{
		color: #ed9150;
		font-family: "Poppins" !important;
		font-weight: 400;
		font-size: 29px;
	}
	#home-banner .banner-content .banner-key-content{
		font-family: "Poppins" !important;
		color: #fff;
		font-weight: 380;
		font-size: 16px;
		line-height: 1.6;
	}
	#home-banner .banner-content .banner-btn{
		background-color: #ed9150;
		color: #fff;
		font-family: "Poppins" !important;
		font-size: 15px;
		margin-top: 20px;
		border-radius: 8px;
		border: unset;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-weight: 300;
	}
	#home-content{
		position: relative;
		margin-bottom: 180px;
	}
	#home-content .content-title{
		color: #1a3c72;
		position: absolute;
		bottom: 170%;
		font-family: "Poppins" !important;
		font-weight: bold;
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 47px;
		padding-bottom: 10px;

	}
	#home-content .intro-content{
		font-size: 16px;
		font-family: "Poppins" !important;
		color: #595858;
		margin-bottom: 60px;
		line-height: 1.9;
		position: absolute;
		padding-bottom: 75px;
		padding-right: 75px;

	}
	#home-experts{
		margin-top: 120px;
		position: unset;
		margin-bottom: 75px;
	}
	#home-experts .col-left{
		margin: unset;
	}
	#home-experts .col-left img{
		width: 100%;
	}
	#home-experts .col-right{
		padding-left: 50px;
		padding-right: 20px;
		padding-top: 0px;
	/*	padding-bottom: 20px;*/
	}

	#home-experts .col-right .content-title{
		color: #1a3c72;
		font-family: "Poppins" !important;
		font-weight: 500;
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 37px;
	}
	#home-experts .col-right .acs-quote{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.9;
	}
	#home-experts .col-right ul{
		padding-left: 0rem;
		margin-top: 20px;
	}
	#home-experts .col-right ul li{
		list-style: none;
		display: inline-flex;
		padding-bottom: 30px;
	}
	#home-experts .col-right ul li img{
		width: 95px;
		height: 95px;
		display: inline-block;
	}
	#home-experts .col-right ul li div{
		display: inline-block;
		padding-left: 40px;
		margin: auto;
	}
	#home-experts .col-right ul li div h4{
		font-family: "Poppins" !important;
		color: #ed9150;
		font-size: 22px;
	}
	#home-experts .col-right ul li div p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 16px;
	}
	#home-experts .col-right ul li div hr{
		margin-top: 0.6rem;
	}
	#home-experts .col-right ul li a{
		text-decoration: none;
		font-family: 'Poppins' !important;
		color: #1a3c72;
		padding-left: 15px;
		font-size: 14px;
	}

	#home-countries{
		margin-top: 50px;
/*		margin-bottom: 70px;*/
	}
	.home-title{
		text-align: center;
		margin-bottom: 30px;
	}
	.home-title h4{
		font-family: "Poppins" !important;
		color: #ad3324;
		font-size: 18px;
	}
	.home-title h3{
		font-family: "Poppins-Semi" !important;
		color: #6d6d6d;
		font-size: 21px;

	}
	#home-countries .home-multi-country{
		margin-top: 65px;
		width: 100%;
	/*	height: auto;*/
		height: 550px;
		background-image: url('../../assets/images/Advisewise-Study-Abroad-World-Map-BG.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
		display: inline-flex;
	}


	#home-countries .home-multi-country .country-left{
		margin: unset;
		padding-left: 10px;
		padding-top: 30px;
		display: inline-block;
		background-color: transparent;
		position: relative;
		top: 110px;
	}
	#home-countries .home-multi-country .country-left a.l1{
		position: absolute;
		left: 0px;
		top: -60px;
	}
	#home-countries .home-multi-country .country-left a.l1 img{
		width: 60%;
	}
	#home-countries .home-multi-country .country-left a.l2{
		position: absolute;
		left: 70px;
		top: -10px;
	}
	#home-countries .home-multi-country .country-left a.l2 img{
		width: 70%;
	}
	#home-countries .home-multi-country .country-left a.l3{
		position: absolute;
		left: 140px;
		top: 50px;
	}
	#home-countries .home-multi-country .country-left a.l3 img{
		width: 80%;
	}

	#home-countries .home-multi-country .country-left img{
/*	  opacity: .25;*/
	  transform: scale(.8);
	  transition: opacity 1s, transform 1s;
	}

	#home-countries .home-multi-country .country-left a:hover img{
	  opacity: 1;
	  transform: scale(1);
	}



	#home-countries .home-multi-country .country-right{
		margin: auto;
		padding-left: 20px;
	}
	#home-countries .home-multi-country .country-right h2{
		color: #1a3c72;
		font-family: "Poppins-Semi" !important;
		font-size: 37px;
		padding-bottom: 10px;
	}
	#home-countries .home-multi-country .country-right h6{
		color: #595858;
		font-family: "Poppins" !important;
		font-size: 17px;
		padding-bottom: 25px;
	}
	#home-countries .home-multi-country .country-right p{
		color: #595858;
		font-family: "Poppins" !important;
		font-size: 14px;
		line-height: 1.9;
		padding-bottom: 20px;
	}
	#home-countries .home-multi-country .country-right img{
		width: 100%;
		margin-bottom: 25px;
	}
	#home-countries .home-multi-country .country-right a{
		text-decoration: none;
		color: #ed9150;
		font-family: "Poppins" !important;
		font-size: 14px;
		padding-top: 30px;
	}
	#home-countries .home-multi-country .country-right ul{
		padding-inline-start: 0px;
	}
	#home-countries .home-multi-country .country-right ul li{
		list-style: none;
		display: inline-flex;
		margin-left: 20px;
	}
	#home-countries .home-multi-country .country-right ul li:first-child{
		margin-left: 0px;
	}
	#home-countries .home-multi-country .country-right ul li a{
		
	}
	#home-countries .home-multi-country .country-right ul li a img{
		width: 50px;
		height: 50px;
	}
	#home-countries .home-multi-country .country-right ul li a:hover img{
		transition: all 0.2s ease-in-out;
		transform: translate(0, -10px);
	}

	#home-countries .home-multi-country .country-right

	#home-universities{
		background-color: #fff !important;
		padding-top: 50px;
		padding-bottom: 30px;
	/*	margin-bottom: 50px;*/
	}
	#home-universities .university-list{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#home-universities .university-list img{
		width: 100%;
		margin-bottom: 45px;

	}
	#home-universities .university-list .see{
		text-align: right;
		padding-right: 20px;
	}
	#home-universities .university-list .see-all{
		text-decoration: none;
		color: #1a3c72;
		font-family: "Poppins" !important;
		font-size: 14.5px;
		margin-top: 45px;
		
	}
	#home-features{
		padding-bottom: 75px;
		padding-top: 75px;
	}
	#home-features .main-box{
		margin-top: 25px;
	}
	#home-features .trust-box{
		background-color: #f1effd;
		padding: 15px;
		width: 100%;
		border-radius: 12px;
		border: 1px solid #e9e7e6;
	}
	#home-features .trust-box h6{
		font-family: "Poppins-Semi" !important;
		color: #364de1;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#home-features .trust-box p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 14px;
		padding-bottom: 15px;
	}
	#home-features .trust-box a{
		text-decoration: none;
		font-family: "Poppins" !important;
		font-size: 12px;
		color: #fff;
		background-color: #ed9150;
		border-radius: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#home-features .experts-box{
		background-color: #fff9e7;
		padding: 15px;
		width: 100%;
		border-radius: 12px;
		border: 1px solid #e9e7e6;
	}
	#home-features .experts-box h6{
		font-family: "Poppins-Semi" !important;
		color: #364de1;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#home-features .experts-box p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 14px;
		padding-bottom: 15px;
	}
	#home-features .experts-box a{
		text-decoration: none;
		font-family: "Poppins" !important;
		font-size: 12px;
		color: #fff;
		background-color: #1a3c72;
		border-radius: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#home-features .guidance-box{
		background-color: #ebfaf1;
		padding: 15px;
		width: 100%;
		border-radius: 12px;
		border: 1px solid #e9e7e6;
	}
	#home-features .guidance-box h6{
		font-family: "Poppins-Semi" !important;
		color: #364de1;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#home-features .guidance-box p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 14px;
		padding-bottom: 15px;
	}
	#home-features .guidance-box a{
		text-decoration: none;
		font-family: "Poppins" !important;
		font-size: 12px;
		color: #fff;
		background-color: #1a3c72;
		border-radius: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#home-features .surpass-box{
		background-color: #fdebec;
		padding: 15px;
		width: 100%;
		border-radius: 12px;
		border: 1px solid #e9e7e6;
	}
	#home-features .surpass-box h6{
		font-family: "Poppins-Semi" !important;
		color: #364de1;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#home-features .surpass-box p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 14px;
		padding-bottom: 15px;
	}
	#home-features .surpass-box a{
		text-decoration: none;
		font-family: "Poppins" !important;
		font-size: 12px;
		color: #fff;
		background-color: #ed9150;
		border-radius: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#home-features .payment-box{
		background-color: #fff9e7;
		padding: 15px;
		width: 100%;
		border-radius: 12px;
		border: 1px solid #e9e7e6;
	}
	#home-features .payment-box h6{
		font-family: "Poppins-Semi" !important;
		color: #364de1;
		padding-bottom: 10px;
		font-size: 15px;
	}
	#home-features .payment-box p{
		font-family: "Poppins" !important;
		color: #595858;
		font-size: 14px;
		padding-bottom: 15px;
	}
	#home-features .payment-box a{
		text-decoration: none;
		font-family: "Poppins" !important;
		font-size: 12px;
		color: #fff;
		background-color: #1a3c72;
		border-radius: 27px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#success-banner{
		margin-top: 65px;
		width: 100%;
		height: 230px;
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Success-Stories.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
		padding-top: 35px;
	}
	#success-banner h5{
		text-align: center;
		color: #fff;
		font-family: "Poppins-Semi" !important;
		font-size: 22px;
		padding-bottom: 20px;
	}
	#success-banner .main-box{
		display: flex;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/*#success-banner .main-box .icon-box{

	}*/
	#success-banner .main-box .icon-box {
		width: 40%;
	}

	#success-banner .success-boxes{
		padding-top: 35px;
	}
	#success-banner .success-boxes h6{
		color: #fff;
		font-family: "Poppins-Bold" !important;
		font-size: 20px;
		font-style: italic;
	}
	#success-banner .success-boxes p{
		color: #fff;
		font-family: "Poppins-Semi" !important;
		font-style: italic;
		font-size: 17px;
	}

	#home-testimonials{
		margin-top: 0px;
		background-color: #fff;
		padding-top: 75px;
		padding-bottom: 35px;
	}

	#home-sub-banner{
	/*	padding-top: 65px;*/
		margin-top: 10px;
		pad
		width: 100%;
		
	}
	#home-sub-banner .sub-banner{
	/*	height: 425px;*/
		width: 100%;
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Home-Subscribe-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: auto;
		text-align: center;
		padding-bottom: 150px;
	}
	#home-sub-banner .sub-banner h4{
		color: #fff;
		font-family: "Poppins" !important;
		font-size: 26px;
		line-height: 1.8;
		margin: auto;
		text-align:center;
		padding-top: 90px;
		font-weight: 400;
	/*	vertical-align: middle;*/
	}
	#home-sub-banner .sub-banner a{
		color: #fff;
		background-color: #fd3838;
		border-radius: 10px;
		padding-left: 15px;
		padding-right: 15px;
		font-family: "Poppins" !important;
		letter-spacing: 1px;
		font-size: 15px;
	/*	font-size: 26px;*/
	}
	.testimonial-carousel{
		margin-top: 20px;
		height: auto;
	}

	.testimonial-carousel .testimonial-item{
	  position: relative;
	  margin-left: 20px;
	  margin-right: 15px;
	}

	/*.testimonial-carousel .testimonial-item h4{
	  position: absolute;
	  text-align: center;
	  top: 40%;
	  bottom: 7%;
	  left: 15%;
	  color: #fff;
	  font-family: 'Roboto-slab';
	  text-transform: uppercase;
	  font-size: 1.3rem;
	}*/
	.owl-dot.active {
	  background-color: #2a489c !important;
	  width: 30px;
	}
	.ico-bw {
	    color: #ffc14a !important;
	}
	.owl-carousel .owl-dots{
		text-align: center;
	}
	.owl-carousel .owl-dots.disabled{
	/*  display: inline-block !important;*/
	  display: unset !important;
	}

	.owl-carousel button.owl-dot{
	  background: linear-gradient(90deg,#03228f,#0e73e4) !important;
	  color: #03228f !important;
	  border: 3px solid #03228f !important;
	  padding: 4px !important;
	  width: 48px;
	  margin-left: 10px !important;
	  margin-top: 50px !important;
	  border-radius: 4px !important;
	  box-shadow: 0 0 40px rgb(214 215 216 / 80%) !important;
	}

	.owl-carousel .owl-dot.active {
	/*  background-color: #2a489c !important;*/
	  width: 18px !important;
	}
	.owl-carousel .owl-dot:focus, .owl-carousel .owl-dot:active, .owl-carousel .owl-dot:visited{
	  border: unset !important;
	  box-shadow: unset !important;
	}
	/*.owl-carousel .owl-stage-outer{
		overflow-y: unset !important;
	}*/
	.test-box{
		background-color: #f5f8fc;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 18px;
		padding-bottom: 15px;
		text-align: right;
	}
	.test-box a{
		color: #1a3c72;
		font-size: 13px;
		padding-right: 10px;
	}
	.bottom-test{
		margin-top: 10px;
		padding: 22px;
		overflow-y: scroll;
		scrollbar-width: none;
		height: 200px;
		text-align: left;
	}
	.bottom-test h3{
		font-family: 'Poppins-Semi' !important;
		font-size: 17px;
		color: #1a3c72;
	}
	.bottom-test h6{
		font-family: 'Poppins' !important;
		font-size: 14px;
		color: #6d6d6d;
		margin-bottom: 0px;
	}
	.bottom-test p{
		font-family: 'Poppins' !important;
		font-size: 14px;
		padding-top: 8px;
		color: #6d6d6d;
	}
	.bottom-test h4 i{
		padding-left: 5px;
		font-size: 15px;
	}
	.bottom-test h4 i:first-child{
		padding-left: 0px;
	}
	/*HOME PAGE - END*/


	/*ABOUT PAGE - START*/


	#about-banner{
		width: 100%;
/*		height: 720px;*/
	/*	height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-About-us-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
/*		position: inherit;*/
		z-index: 2;
		background-color: #fff;
	}
	#about-banner .about-banner-title{
	/*	position: absolute;*/
	/*	top: 20%;*/
	/*	left: 40%;*/
	    margin-top: 300px;
	    text-align: center;
	}
	#about-banner .about-banner-title h1{
		color: #fff;
		font-family: 'Poppins-Semi' !important;
		padding-bottom: 100px;
		margin-bottom: 0px;
	}
	#about-banner .about-banner-title p{
		color: #fff;
		font-family: 'Poppins' !important;
		text-align: center;
	}

	#vision-mission{
		margin-top: 65px;
		padding-bottom: 65px;
		background-color: #fff;
	}
	#vision-mission .vision-wrap{
		display: inline-flex;
		background-color: #f5f7fa;
	}
	#vision-mission .vision-boxes{
		position: relative;
		padding-top: 40px;
	}
	#vision-mission .vision-boxes:after{
		content: '';
		position: absolute;
		height: 200px;
		bottom: 15%;
		right: 0%;
		width: 1px;
		border-right: 1px solid #1a3c72;
	}
	#vision-mission .vision-boxes:last-child::after{
		border-right: unset;
	}
	#vision-mission .vision-boxes .col-md-12{
		padding-right: 25px;
		padding-left: 25px;
		height: 420px;
	}
	#vision-mission .vision-boxes img{ 
		margin-bottom: 20px;
		width: 20%;
	}
	#vision-mission .vision-boxes h2{ 
		font-family: 'Poppins' !important;
		color: #1a3c72;
		font-size: 20px;
		padding-bottom: 15px;
	}
	#vision-mission .vision-boxes p{ 
		font-family: 'Poppins' !important;
	  font-size: 14px;
	  color: #6d6d6d;
	  line-height: 1.9;
	  text-align: justify;

	}

	#why-acs{
		background-color: #f5f7fa;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	#why-acs .why-title-left{
		position: relative;
	}
	#why-acs .why-title-left h3{
		font-family: 'Poppins-Semi' !important;
		font-size: 34px;
		color: #1a3c72;
	}
	#why-acs .why-title-left p{
		color: #6d6d6d;
		font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}
	#why-acs .why-title-left:after{
		content: '';
		position: absolute;
		width: 1px;
		background-color: #ddd;
		height: 100px;
		top: 10px;
		left: 100%;
		right: 0%;

	}
	#why-acs .why-title-right{
		padding-top: 35px;
	}
	#why-acs .why-title-right p{
		color: #ed9150;
		font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}
	#why-acs .why-title-left-bottom{
	 padding-top: 20px;
	}
	#why-acs .why-title-left-bottom img{
		width: 90%;
		
	}
	#why-acs .why-title-right-bottom{
	 padding-top: 30px;
	  vertical-align: middle;
		margin: auto;
	}

	#why-acs .why-title-right-bottom .title{
		color: #1a3c72;
		font-family: 'Poppins' !important;
	  font-size: 15px;
	  text-align: left;
	  margin-bottom: 7px;
	  margin-top: 17px;
	}
	#why-acs .why-title-right-bottom .content{
		color: #6d6d6d;
		font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	  margin-bottom: 7px;
	}

	#about-establish{
		background-color: #fff;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	#about-establish .establish-title{
		color: #1a3c72;
	}
	#about-establish .establish-title h4{
		color: #1a3c72;
		font-family: 'Poppins' !important;
	  font-size: 21px;
	  text-align: center;
	}
	#about-establish .establish-wrap{

	}
	#about-establish .establish-wrap .establish-boxes{
		display: inline-flex;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	#about-establish .establish-wrap .establish-boxes .establish-boxes-left{
		margin: initial;
	}
	#about-establish .establish-wrap .establish-boxes .establish-boxes-left img{
		width: 85%;
	}
	#about-establish .establish-wrap .establish-boxes .establish-boxes-right{
	/*	border-bottom: 1px solid #1a3c72;*/
	border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
	#about-establish .establish-wrap .establish-boxes .establish-boxes-right h4{
		font-family: "Poppins-Medium";
		color: #1a3c72;
		font-size: 19px;
	}
	#about-establish .establish-wrap .establish-boxes .establish-boxes-right p{
		color: #6d6d6d;
		font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}

	#about-exp{
	/*	height: 550px;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-About-Experience-BG.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		padding-top: 45px;
		padding-bottom: 45px;
		margin-top: 50px;
	}
	#about-exp .exp-left-box{
	/*	padding-top: 30px;*/
		height: 400px;
		padding-bottom: 40px;
	}
	#about-exp .exp-left-box h3{
		font-family: "Poppins-Medium";
		color: #fff;
		margin: auto;
		vertical-align: middle;
		padding-top: 100px;
		padding-left: 0px;
		font-size: 43px;
	/*	line-height: 2;*/
	}
	#about-exp .exp-left-box .btn-about-more{
		color: #fff;
		background-color: #ee9e0b;
		margin-left: 0px;
		margin-top: 20px;
		padding-left: 25px;
		padding-right: 25px;
		border-radius: 20px;
	}
	#about-mgmt{
		background-color: #fff;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	#about-mgmt .about-mgmt-left{

	}
	#about-mgmt .about-mgmt-left h3{
		font-family: "Poppins-Medium";
		color: #1a3c72;
	}
	#about-mgmt .about-mgmt-left p{
		font-family: "Poppins";
		color: #6d6d6d;
		font-size: 14px;
	}
	#about-mgmt .team-carousel{
		margin-top: 75px;
	}
	#about-mgmt .team-carousel .testimonial-wrap{
		position: relative;
		margin-left: 25px;
	}
	#about-mgmt .team-carousel .testimonial-wrap .team-box{
		border-radius: 180px;
		overflow: hidden;
		text-align: center;
		position: relative;	
	/*	margin-top: -50px;*/
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	/*	margin: 15px;*/
	}
/*	#about-mgmt .team-carousel .testimonial-wrap:nth-child(odd){
		left: 0;
	}
	#about-mgmt .team-carousel .testimonial-wrap:nth-child(even){
		left: -50px !important;
		top: -50px !important;
		margin-top: -50px !important;
	}
*/
	#about-mgmt .team-carousel .team-box:after{
		content: '';
		position: absolute;
/*		background-color: #000;*/
		opacity: 0.4;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
	}
	#about-mgmt .team-carousel .team-box img{
		position: relative;
		width: 100%;
		height: 100%;
	}
	#about-mgmt .team-carousel .team-box .name-box{
		position: absolute;
		bottom: 8%;
		left: 40%;
		z-index: 2;
	}
	#about-mgmt .team-carousel .team-box .name-box h5{
		color: #fff;
		font-family: "Poppins-Medium";
		font-size: 13px;
	}
	/*ABOUT PAGE - END*/

  /* SERVICES PAGE - START	*/
  #services-banner{
  		width: 100%;
	/*	height: 600px;*/
	/*	height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Services-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
/*		position: inherit;*/
		z-index: 2;
		background-color: #fff;
  }
  #services-banner .services-banner-title{
	/*	position: absolute;*/
	/*	top: 20%;*/
	/*	left: 40%;*/
	    margin-top: 200px;
	    text-align: center;
	}
	#services-banner .services-banner-title h1{
		color: #fff;
		font-family: 'Poppins-Semi' !important;
		padding-bottom: 100px;
		margin-bottom: 0px;
	}

	.services-banner-content{
		background-color: #f4f8fa;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.services-banner-content h6{
		color: #1a3c72;
		font-size: 16px;
		font-family: "Poppins";
		line-height: 1.8;
	}
	#services-main{
		padding-top: 75px;
/*		padding-bottom: 75px;*/
		background-color: #fff;
	}
	#services-main .services-left-content-top{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: middle;
		margin: auto;
	}
	#services-main .services-left-content-top h5{
		color: #1a3c72;
		font-family: "Poppins";
		padding-bottom: 20px;
	}
	#services-main .services-left-content-top p{
		font-family: "Poppins";
		color: #6d6d6d;
		font-size: 14px;
		line-height: 1.8;
	}
	#services-main .services-right-image-bottom{
		
	}
	#services-main .services-right-image-bottom img{
/*		padding: 6px 0px 6px 25px;*/
		width: 100%;
		border-bottom-right-radius: 100%;
	}

	#services-main .services-left-image-top{

	}

	#services-main .services-left-image-top img{
/*		padding: 6px 0px 6px 25px;*/
		width: 100%;
		border-top-left-radius: 100%;
	}
	#services-main .services-right-content-top{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: middle;
		margin: auto;
	}
	#services-main .services-right-content-top h5{
		color: #1a3c72;
		font-family: "Poppins";
		padding-bottom: 20px;
	}
	#services-main .services-right-content-top p{
		font-family: "Poppins";
		color: #6d6d6d;
		font-size: 14px;
		line-height: 1.8;
	}

	#countries-list{
		background-color: #fff;
		padding-top: 65px;
		padding-bottom: 65px;
	}

	#countries-list .title-left{
		position: relative;
		padding-top: 20px;
	}
	#countries-list .title-left h3{
		font-family: 'Poppins-Semi' !important;
		font-size: 34px;
		color: #1a3c72;
	}
	#countries-list .title-left p{
	  color: #6d6d6d;
	  font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}
	#countries-list .title-left:after{
		content: '';
		position: absolute;
		width: 1px;
		background-color: #ddd;
		height: 70px;
		top: 10px;
		left: 100%;
		right: 0%;

	}
	#countries-list .title-right{
		padding-top: 20px;
	}
	#countries-list .title-right p{
	  color: #ed9150;
	  font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}

	#countries-list .country-carousel{
		margin-top: 45px;
	}
	#countries-list .country-carousel .testimonial-wrap{
		position: relative;
		margin-left: 25px;
	}
	#countries-list .country-carousel .testimonial-wrap .team-box{
		text-align: center;
		position: relative;	
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	/*	margin: 15px;*/
	}
	#countries-list .country-carousel .country-box:after{
		content: '';
		position: absolute;
		background-color: #000;
		opacity: 0.2;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		border-radius: 30px;
	}
	#countries-list .country-carousel .country-box img{
		position: relative;
		width: 100%;
		height: 100%;
	}
	#countries-list .country-carousel .country-box .name-box{
		position: absolute;
		bottom: 5%;
		left: 25%;
		z-index: 2;
	}
	#countries-list .country-carousel .country-box .name-box h5{
		color: #fff;
		font-family: "Poppins-Medium";
		font-size: 22px;
	}

	#home-universities .title-left{
		position: relative;
		padding-top: 20px;
	}
	#home-universities .title-left h3{
		font-family: 'Poppins-Semi' !important;
		font-size: 34px;
		color: #1a3c72;
	}
	#home-universities .title-left p{
	  color: #6d6d6d;
	  font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}
	#home-universities .title-left:after{
		content: '';
		position: absolute;
		width: 1px;
		background-color: #ddd;
		height: 70px;
		top: 10px;
		left: 100%;
		right: 0%;

	}
	#home-universities .title-right{
		padding-top: 20px;
	}
	#home-universities .title-right p{
	  color: #ed9150;
	  font-family: 'Poppins' !important;
	  font-size: 14px;
	  text-align: justify;
	}

  /* SERVICES PAGE - END	*/


  /* WHY STUDY ABROAD - START  */

   #study-banner{
  		width: 100%;
		height: 345px;
/*		height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Why-Study-Abroad-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
/*		position: inherit;*/
		z-index: 2;
		background-color: #fff;
  }
    #study-banner .study-banner-title{
	    margin-top: 200px;
	    text-align: center;
	}
	#study-banner .study-banner-title h1{
		color: #fff;
		font-family: 'Poppins-Semi' !important;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}

	.study-banner-content{
		background-color: #f4f8fa;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.study-banner-content h6{
		color: #1a3c72;
		font-size: 16px;
		font-family: "Poppins";
		line-height: 1.8;
	}


  	/* WHY STUDY ABROAD - END  */

	/*  ALL COUNTRIES - START  	*/

	  #country-banner{
  		width: 100%;
  		height: 345px;
/*		height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-All-Countries-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
/*		position: inherit;*/
		z-index: 2;
		background-color: #fff;
  	}
    #country-banner .country-banner-title{
	    margin-top: 200px;
	    text-align: center;
	}
	#country-banner .country-banner-title h1{
		color: #fff;
    	font-family: 'Poppins-Semi' !important;
    	padding-bottom: 100px;
    	margin-bottom: 0px;
	}
	.country-banner-content{
		background-color: #f4f8fa;
		/*padding-top: 30px;
		padding-bottom: 20px;*/
		text-align: justify;
		padding-left: 25px;
		padding-right: 0px;
	}
	.country-banner-content h6{
		color: #6d6d6d;
		font-size: 14px;
		font-family: "Poppins";
		line-height: 1.8;
	}
	.country-banner-content .country-banner-left{
		padding-top: 32px;
		padding-bottom: 20px;
	}
	.country-banner-content .country-banner-right{
		background-color: #1a3c72;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: unset;
	}
	.country-banner-content .country-banner-right h2{
		color: #fff;
		font-family: "Poppins-Bold";
		padding-top: 20px;
	}

	#countries-main{
		padding-top: 75px;
		padding-bottom: 75px;
		background-color: #fff;
	}
	#countries-main .row{
		position: relative;
		margin-bottom: 85px;
/*		margin-top: 85px;*/
	}
	/* LEFT CONTENT - BOX	*/
	#countries-main .countries-left-content{
		z-index: 9999;
		margin: unset;
	}
	#countries-main .countries-left-content h5{
		font-family: "Poppins-Semi";
		color: #1a3c72;
		padding-left: 25px;
	}
	#countries-main .countries-left-content .icon{
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	#countries-main .countries-left-content .focus-box{
		padding: 32px 20px 32px 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
		background-color: #fff;
	}
	#countries-main .countries-left-content .focus-box p{
		color: #6d6d6d;
		font-size: 14px;
		font-family: "Poppins";
		line-height: 1.8;
		text-align: justify;
	}
	#countries-main .countries-left-content .focus-box ul{
		padding-inline-start: 20px;
	}
	#countries-main .countries-left-content .focus-box ul li{
		color: #6d6d6d;
		font-size: 14px;
		font-family: "Poppins";
		line-height: 1.8;
	}

	/* LEFT IMAGE - BOX	*/
	#countries-main .countries-right-image{
		position: absolute; 
		right: 60px; 
		bottom: 30px;
	}
	#countries-main .countries-right-image img{
		width: 100%;
	}

	#countries-main .countries-left-image{
		margin: unset;
	}
	#countries-main .countries-left-image img{
		width: 100%;
	}

	#countries-main .countries-right-content{
		position: absolute; 
		right: 60px; 
/*		bottom: 30px;*/
		z-index: 9999;
	}
	#countries-main .countries-right-content h5{
		font-family: "Poppins-Semi";
		color: #1a3c72;
		padding-left: 25px;
		text-align: right;
		padding-right: 30px;
	}
	#countries-main .countries-right-content .icon{
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}
	#countries-main .countries-right-content .focus-box{
		padding: 32px 20px 32px 20px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
		background-color: #fff;
	}
	#countries-main .countries-right-content .focus-box p{
		color: #6d6d6d;
		font-size: 14px;
		font-family: "Poppins";
		line-height: 1.8;
		text-align: justify;
	}
	#countries-main .countries-right-content .focus-box ul{
		padding-inline-start: 20px;
	}
	#countries-main .countries-right-content .focus-box ul li{
		color: #6d6d6d;
		font-size: 14px;
		font-family: "Poppins";
		line-height: 1.8;
	}

	/* ALL COUNTRIES - END */ 

	/*CONTACT US PAGE  - START*/

	#contact-banner{
		width: 100%;
	/*	height: 600px;*/
	/*	height: auto;*/
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Contactus-Banner.png');
		background-size: 100%;
		background-repeat: no-repeat;
		margin: unset;
/*		position: inherit;*/
		z-index: 2;
		background-color: #fff;
	}
	#contact-banner .contact-banner-title{
	/*	position: absolute;*/
	/*	top: 20%;*/
	/*	left: 40%;*/
	    margin-top: 200px;
	    text-align: center;
	}
	#contact-banner .contact-banner-title h1{
		color: #fff;
		font-family: 'Poppins-Semi' !important;
		padding-bottom: 100px;
	}

	#contact-form{
		background-color: #fff;
		padding-top: 75px;
		padding-bottom: 85px;
	}
	#contact-form .contact-title{
		text-align: center;
	}
	#contact-form .contact-title h3{
		font-family: "Poppins-Medium";
		color: #1a3c72;
	}
	#contact-form .contact-title p{
		font-family: "Poppins";
		color: #6d6d6d;
		font-size: 14px;
	}
	#contact-form .contact-box-left{
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 35px;
	}
	#contact-form .contact-box-left h2{
		font-family: "Poppins-Medium";
		color: #1a3c72;
	}
	#contact-form .contact-box-left p{
		font-family: "Poppins";
		color: #6d6d6d;
		font-size: 14px;
	}
	#contact-form .contact-box-left .frm-contact{
		margin-top: 30px;
	}
	#contact-form .contact-box-left .frm-contact .form-control{
		margin-bottom: 25px;
		outline: none;
	}
	#contact-form .contact-box-left .frm-contact .form-control::placeholder{
		font-family: "Poppins";
		color: #acacac;
		font-size: 13px;
	}
	#contact-form .contact-box-left .frm-contact .btn-send{
		background-color: #1a3c72;
		border-radius: 20px;
		width: 100%;
		font-family: "Poppins";
		color: #fff;
		font-size: 14px;
		margin-top: 10px;
		padding-top: 8px;
    	padding-bottom: 8px;
	}
	#contact-form .contact-box-left .frm-contact .btn-send:hover{
		background-color: #ed9150;
		transition: all 0.3s linear;
	}

	#contact-form .contact-box-right{
/*		margin-top: 35px;*/
		margin: auto;
		padding-left: 40px;
	}
	#contact-form .contact-box-right .address-box{
		margin-top: 20px;
	}
	#contact-form .contact-box-right .address-box h6{
		font-family: "Poppins";
		color: #1a3c72;
		font-size: 14px;
	}
	#contact-form .contact-box-right .address-box .outer{
		border: 1px solid #ddd;
		border-radius: 7px;
		padding: 10px;
	}
	#contact-form .contact-box-right .address-box .outer address{
		margin-bottom: 0rem;
		font-size: 14px;
		color: #6d6d6d;
	}
	#contact-form .contact-box-right .email-box{
		margin-top: 15px;
	}
	#contact-form .contact-box-right .email-box .outer{
		border: 1px solid #ddd;
		border-radius: 7px;
		padding: 10px;
	}
	#contact-form .contact-box-right .email-box h6{
		font-family: "Poppins";
		color: #1a3c72;
		font-size: 14px;
	}
	#contact-form .contact-box-right .email-box a{
		color: #6d6d6d;
		text-decoration: none;
		font-size: 14px;
		line-height: 1.9;
	}
	#contact-form .contact-box-right .email-box a:hover{
		color: #1a3c72;
		transition: all 0.3s linear;
	}
	#contact-form .contact-box-right .call-box{
		margin-top: 15px;
	}
	#contact-form .contact-box-right .call-box h6{
		font-family: "Poppins";
		color: #1a3c72;
		font-size: 14px;
	}
	#contact-form .contact-box-right .call-box a{
		color: #6d6d6d;
		text-decoration: none;
		font-size: 14px;
		line-height: 1.9;
	}
	#contact-form .contact-box-right .call-box a:hover{
		color: #1a3c72;
		transition: all 0.3s linear;
	}
	#contact-form .contact-box-right .call-box .outer{
		border: 1px solid #ddd;
		border-radius: 7px;
		padding: 10px;
	}

	.captcha-box{
	    display: inline-flex;
	    padding-top: 10px;
	}
	.captcha-box .form-control{
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.enquiry-form .form-control{
	    border-radius: 0px;
	    height: 42px;
	}
	.captcha-box .captcha-refresh{
	    padding-left: 15px;
	    padding-top: 12px;
	    margin: unset;
	}
	.captcha-box #in-captcha{
	    height: 50px;
	}

	/*CONTACT US PAGE  - END*/

	/*FOOTER - START */
	#subscription{
	  padding-top: 35px;
	  padding-bottom: 30px;
		width: 100%;
	/*	background-color: #fff;*/
		background-color: #1a3c72;
		margin: auto;
		text-align: center;
	}
	#subscription p{
		margin-bottom: 0rem;
	}
	#subscription .subscribe-box{
		display: inline-flex;
		margin: auto;
		text-align: center;
		padding: 15px;
		background-color: #f5f7fa;
		border-radius: 13px;
	}
	#subscription .subscribe-box .sub-left{
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 0px;
		margin-left: 0px;
		width: 50%;
		border-right: 1px solid #333;
	}
	#subscription .subscribe-box .sub-left p{
		font-size: 14px;
		font-family: "Poppins" !important;
		padding-top: 4px;
		color: #595858;
	}

	#subscription .subscribe-box .sub-right{
		width: 50%;
		margin-right: 0px;
		margin-left: 25px;
	}
	#subscription .subscribe-box .sub-right .form-control{
		border-bottom: 1px solid #333 !important;
		border-top: unset;
		border-left: unset;
		border-right: unset;
		border-radius: unset;
		background-color: transparent;
		width: 90%;
		height: 37px;
	/*	margin-bottom: 5px;*/
		box-shadow: none !important;
		font-size: 14px;
		font-family: "Poppins" !important;
		color: #595858;
	}
	#subscription .subscribe-box .sub-right .form-control:focus, #subscription .subscribe-box .sub-right .form-control:active{
		background-color: transparent;
		border-bottom: 1px solid #333 !important;
		border-top: unset;
		border-left: unset;
		border-right: unset;
		border-radius: unset;
		background-clip: unset !important;
		border: unset !important;
	}
	#subscription .subscribe-box .sub-right .form-control:focus-visible{
		background-color: transparent;
		border-bottom: 1px solid #333;
		border-top: unset;
		border-left: unset;
		border-right: unset;
		border-radius: unset;
		background-clip: unset !important;
		border: unset !important;
		border-bottom: 1px solid #333 !important;
	}
	#subscription .subscribe-box .sub-right .form-control::placeholder{
		font-size: 14px;
		color: #6d6d6d;
	}
	#subscription .subscribe-form{
		position: relative;
		
	}
	#subscription .subscribe-form #txtsubscribe{
		padding-left: 2px;
		position: absolute;
		top: -10px;
		box-shadow: none !important;
	}
	#subscription .subscribe-form img{
		width: 21px;
		position: absolute;
		right: 47px;
		top: 5px;
	}
	#acs-footer{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 35px;
		margin: unset;
		background-color: #f5f7fa;
	/*	height: 300px;*/
		width: 100%;
	}
	#acs-footer .foo-logo{
		margin: auto;
		text-align: center;
	}
	#acs-footer .foo-logo img{
		width: 50%;
		padding-bottom: 10px;
		padding-top: 20px;
		margin: auto;
	}
	#acs-footer .foo-logo p{
		font-size: 10px;
		font-family: "Poppins" !important;

	}
	#acs-footer .foo-quick{
		padding-left: 50px;
	}
	#acs-footer .link-title{
		font-family: "Poppins-Semi";
	/*	font-weight: 500;*/
		color: #1a3c72;
		font-size: 16px;
	}
	#acs-footer ul.foo-links{
		padding-left: 0rem;
	}
	#acs-footer ul.foo-links li{
		list-style: none;
		padding-top: 13px;
	}
	#acs-footer ul.foo-links li a{
		text-decoration: none;
		font-weight: 400;
	    font-size: 14px;
	    color: #1a3c72;
	}
	#acs-footer .foo-explore{
		padding-left: 45px;
	}
	#acs-footer .foo-offices{
		padding-left: 40px;
	}
	#acs-footer .foo-offices h6{
		font-family: "Poppins" !important;
		font-size: 14px;
		color: #1a3c72;
	}
	#acs-footer .foo-offices p{
		font-family: "Poppins" !important;
		font-size: 13px;
		color: #1a3c72;
		padding-bottom: 5px;
		font-weight: 300;
	}
	#acs-footer .foo-contact{
		padding-left: 45px;
	}
	#acs-footer .foo-contact ul li img{
		width: 23px;
		height: 23px;
	}

	.copyright{
		background-color: #1a3c72;
		width: 100%;
		text-align: center;
	}
	.copyright p{
		color: #fff;
		font-family: "Poppins" !important;
		font-weight: lighter;
		font-size: 13px;
		padding-top: 12px;
	}
	/*FOOTER - END */


 /* REGISTRATION FORM - START	*/

	#page-body{
		width: 100%;
/*		height: 600px;*/
		height: auto;
		background-image: url('../../assets/images/Advisewise-Study-Abroad-Registration-BG.png');
		background-size: 100%;
		background-repeat: no-repeat;
		position: inherit;
		z-index: 2;
		background-color: #fff;
	}
	#page-body .form-block{
/*		background-color: #133c6b;*/
		background-color: rgba(19, 60, 107, 0.5);
		height: auto;
		margin: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#page-body .form-block h2{
		color: #fff;
		font-family: "Poppins-Medium" !important;
	}
	#page-body .form-block p{
		color: #fff;
		font-family: "Poppins" !important;
	}
	#page-body .reg-header{
		height: 75px;
		width: 100%;
	}

	#page-body .reg-footer{
		height: 75px;
		width: 100%;
	}

	#page-body .form-block .frmRegister{
		width: 92%;
		margin: unset;
		padding-top: 20px;
	}
	#page-body .form-block .frmRegister .form-group{
		display: flex;
		margin-bottom: 25px;
	}
	#page-body .form-block .frmRegister .form-group label{
		color: #fff;
		font-family: "Poppins" !important;
		font-size: 14px;
		width: 10%;
		text-align: left;
		margin-left: 0px;
	}
	#page-body .form-block .frmRegister .form-group .form-control{
		width: 80%;
		font-family: "Poppins" !important;
		font-size: 14px;
	}
	#page-body .form-block .frmRegister .single{

	}
	#page-body .form-block .frmRegister .single .form-group label{
		color: #fff;
		font-family: "Poppins" !important;
		font-size: 14px;
		width: 35%;
		text-align: left;
		margin-left: 0px;
	}
	#page-body .form-block .frmRegister .single .form-group .form-control{
		width: 59%;
		font-family: "Poppins" !important;
		font-size: 14px;
	}
	#page-body .form-block .frmRegister .form-group select {
	  /*webkit browsers */
	  -webkit-appearance: auto;
	  /*Firefox */
	  -moz-appearance: auto;
	  /* modern browsers */
	  appearance: auto;
	}
	#page-body .form-block .frmRegister .form-group textarea{
		resize: none;
	}
	#page-body .form-block .frmRegister .btn-register{
		background-color: #1967d2;
	    border-radius: 20px;
	    width: 25%;
	    font-family: "Poppins";
	    color: #fff;
	    font-size: 13px;
	    margin-top: 20px;
	    padding: 10px;
	    margin-left: 150px;
	}

 /* REGISTRATION FORM - END	*/

 /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 99999;
  background-color: #fff !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding-top: 4px;
  transition: all 0.3s linear;
  border: 1px solid #1a3c72;
  text-decoration: none;
}


.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #1a3c72;
  transition: all 0.3s;
/*  border: unset !important;*/
}
.back-to-top i:before{
	border: unset !important;
}

.back-to-top:hover {
  border-radius: 50%;
  background-color: #1a3c72 !important;
  transition: all 0.3s;
}

.back-to-top:hover > i{
/*  color: #1967d2;*/
color: #fff;
  transition: all 0.2s;
  transform: translateY(-4px);
}







