*{
	font-family:'Montserrat';
}
.text-center img {
	display: inline-block;
}

main{
	flex: 1;
}

body{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
html{
	min-height: 100vh;
}
.form-holder{
	height: 100%;
	flex-grow: 1;
}

header {
	padding: 0px;
}

footer{
	position: relative;
	bottom: 0;
	width: 100%
}

header .mainmenu {
	float: right;
	padding-top: 10px;
}
.header-top {
    padding: 20px 0px;
    position: relative;
    left: 0px;
    right: 0px;
    z-index: 99;
    top: 0px;
	background-color: #000000;
}

.header-home {
    padding: 20px 0px;
    position: relative;
    left: 0px;
    right: 0px;
    z-index: 99;
    top: 0px;

}

header .mainmenu ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-family: 'Mulish';

}
header .mainmenu ul li a i {
    text-decoration: none;
    font-size: 21px;
    color: #d5b521;
    padding-top: 13px;
}
header .mainmenu ul li {
	padding: 0px 25px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
header .mainmenu ul li:last-child a {
    font-weight: 700;
    background-color: #e86738;
    padding: 10px 20px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	color: #fff;
}
header .mainmenu .navbar-nav .menu1 a.active, header .mainmenu .navbar-nav .menu1 a:focus, header .mainmenu .navbar-nav .menu1 a:hover{
	background-image: none !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active{
	color: #386979;
}
header .header-bottom {
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	width: 100%;
}
header .banner-contents h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
}
.banner-contents p {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    padding: 20px 0px;
    font-weight: 400;
    font-family: 'Mulish';
}
.banner-contents a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background-color: #e86738;
    padding: 10px 30px;
    font-weight: 800;
    border-radius: 0px;
}
/*.banner-info {
    padding-top: 200px;
}*/
.banner-contents a:hover{
	color: #fff;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
    bottom: 45%;
    left: 33%;
    position: absolute;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border: 2px solid #edb200;
    padding: 4px;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.heading h3 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
}
.heading h4 {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.heading p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Mulish';
}
.arrow-icon {
    padding: 60px 40px;
    margin: 0px 0px;
	aspect-ratio: 1/1;
}
.how-cont.ho1 {
  margin-top: 70px;
}
.arrow-icon.cont1{
    border: 10px solid #e86738;
	aspect-ratio: 1/1;
}
.arrow-icon.cont2 {
  border: 10px solid #f78361;
  aspect-ratio: 1/1;
 }
.arrow-icon.cont3{
    border: 10px solid #efac97;
	aspect-ratio: 1/1;
}
.steps-text{
	font-size: 18px;
}
.overview-contents {
    padding-top: 40px;
}
.how-section {
    padding: 70px 0px;
}
.overview-section {
    padding: 70px 0px;
    background-color: #f7f5f5;
}
.col-co {
 /* background-image: url('img/others/circle5.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom;*/
  padding: 10px;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: 0px 0px 6px #d6d6d6;
  -webkit-box-shadow: 0px 20px 10px #d6d6d6;
  -moz-box-shadow: 0px 0px 6px #d6d6d6;
  -ms-box-shadow: 0px 0px 6px #d6d6d6;
}
.how-wrap.heading {
    padding-top: 40px;
}
.overview-img img {
    border-right: 1px solid #cdcaca;
    padding-right: 70px;
}
.organizers-contents img {
    border: 18px solid #e86738;
}
.how-cont{
	position: relative;
}
.circle-icon1 img {
  position: absolute;
  z-index: 9;
  top: 55%;
  right: -13%;
  width: 20%;
}
.circle-icon2 img {
  position: absolute;
  z-index: 9;
  top: 55%;
  left: -12%;
  width: 19%;
}
/*.organ-arrow img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
}
.organ-arrow{
	position: relative;
}*/
.organizers-contents {
    position: relative;
}
.organizers-wrap {
    padding: 30px 100px 0px 100px;
}
.organizers-contents.af1::after {
    content: "";
    position: absolute;
    background-image: url(img/others/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 340px;
    height: 115px;
    top: -12px;
    left: -40px;
    right: 0px;
}
.organizers-contents.af2::after {
    content: "";
    position: absolute;
    background-image: url(img/others/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    width: 350px;
    height: 114px;
    top: 110px;
    left: -47px;
    right: 0px;
}
.overview-contents p {
    font-size: 18px !important;
    padding-top: 10px;
}
.overview-contents a{
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	background-color: #e86738;
	padding: 10px 30px;
	font-weight: 800;
	border-radius: 0px;
}
.organizers-contents.af2 img {
    margin-top: 20px;
}
.organizers-contents img {
    width: 75%;
}
.organizers-contents p {
    padding: 0px 10px;
}
.organizers-contents.af1 img {
    margin-bottom: 20px;
}
.organizers-contents h4 {
    padding-top: 30px;
}
.organizers-section {
    padding: 70px 0px;
}
.footer-section {
    padding: 20px 0px;
    background-color: #000000;
}

.social-logo{
	display: inline-block;
	padding-top: 20px;
}

.copyrights p {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    text-align: end;
}

.footer-logo {
	text-align: center;
	width: 80%;
	margin: auto;
	display: inline-block;
}

.header-logo {
	text-align: center;
	width: 80%;
	margin: auto;
}

.owl-dots {
	display: none;
}


.copyrights {
	padding: 0px 0px 20px;
}

/*RESPONSIVE*/

/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}
@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1376px) {
	.arrow-icon {
	    padding: 30px 30px;
	    margin: 0px 2px;
		aspect-ratio: 1/1;
	}
	.organizers-contents.af1::after {
	    width: 292px;
	    height: 115px;
	    top: -23px;
	    left: -41px;
	}
	.organizers-contents.af2::after {
	  width: 280px;
	  height: 114px;
	  top: 87px;
	  left: -36px;
	  right: 0px;
	}
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1270px) {
	.heading h4 {
	  font-size: 13px;
	}
	.heading p {
	  font-size: 13px;
	}
	.arrow-icon {
	  padding: 10px 30px;
	  margin: 0px 5px;
	  aspect-ratio: 1/1;
	}
	header .banner-contents h1 {
	  font-size: 23px;
	}
	.banner-contents p {
	  font-size: 16px;
	  padding: 0px;
	}
	header .header-bottom .banner-contents {
	  top: 45%;
	}
	.heading h3 {
	  font-size: 20px;
	}
	.banner-contents a {
	  font-size: 16px;
	}
	.arrow-img img {
	  width: 70%;
	}
	.how-section {
	  padding: 30px 0px;
	}
	.organizers-wrap {
	  padding: 40px 0px;
	}
	.organizers-contents.af1::after {
	  width: 280px;
	  height: 115px;
	  top: -24px;
	  left: -30px;
	}
	.organizers-contents.af2 img {
	  margin-top: 12px;
	}
	.organizers-contents.af1 img {
	  margin-bottom: 12px;
	}
	.overview-section {
	  padding: 30px 0px;
	}
	.col-co {
	  padding: 0px;
	}
	.arrow-icon.cont2 {
	  margin-top: 50px;
	  aspect-ratio: 1/1;
	}
	.organizers-contents.af2::after {
	  width: 290px !important;
	  height: 114px !important;
	  top: 80px !important;
	  left: -37px !important;
	}
	.organizers-contents.af1::after {
	  width: 280px !important;
	  height: 135px !important;
	  top: -33px !important;
	  left: -30px !important;
	}
	.organizers-section {
	  padding: 30px 0px 0px;
	}
	.overview-img img {
	  padding-right: 40px;
	  padding-top: 50px;
	}
	.how-cont.ho1 {
	  margin-top: 50px;
	}
	.organizers-contents.af2 img {
	  margin-top: 18px;
	}
}
@media screen and (max-width: 1023px) {
	.arrow-img {
	  display: none;
	}
	.circle-icon2 {
	  display: none;
	}
	.circle-icon1 {
	  display: none;
	}
	header .mainmenu ul li {
	  padding: 0px 10px;
	}
	header .banner-contents h1 {
	  font-size: 17px;
	}
	header .header-bottom .banner-contents {
	 top: 40%;
	}
	.overview-contents p {
	  font-size: 15px !important;
	}
	.organizers-contents.af1::after {
	  width: 400px !important;
	  height: 185px !important;
	  top: -39px !important;
	  left: -30px !important;
	}
	.organizers-contents.af2::after {
	  width: 400px !important;
	  height: 140px !important;
	  top: 128px !important;
	  left: -34px !important;
	}
	.organizers-wrap {
	  padding: 10px 0px;
	}
	.organizers-contents img {
	  width: 72%;
	}
	.organ-content {
	  margin-top: 30px;
	}
	.arrow-icon {
	  padding: 10px 50px;
	  margin: 0px 5px;
	  aspect-ratio: 1/1;
	}
	.how-cont.ho1 {
	  margin-top: 0px;
	}
	.arrow-icon.cont2 {
	  margin-top: 0px;
	}
	.arrow-icon.cont3 {
	  margin-top: 40px;
	}

}


@media screen and (max-width: 767px) {

	header .header-bottom .banner-contents {
		top: 50%;
	}
	header .header-logo {
	    text-align: center;
		width: 80%
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 5px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	a.navbar-brand{
	    width: 50%;
	}
	header .mainmenu ul li a {
	  font-size: 14px;
	}
	.organizers-contents img {
	  width: 60%;
	}
	.organizers-contents.af1::after {
	  width: auto !important;
	  height: 200px !important;
	  top: -25px !important;
	  left: 2px !important;
	}
	.organizers-contents.af2::after {
	  width: auto !important;
	  height: 240px !important;
	  top: 128px !important;
	  left: -3px !important;
	}
	.overview-img img {
	  padding-right: 0px;
	  padding-top: 0px;
	  border-right: none;
	}
	.heading h3 {
	  font-size: 16px;
	}
	.how-wrap.heading {
	  padding-top: 10px;
	}
	.overview-wrap {
	  text-align: center !important;
	}
	.overview-contents {
	  padding-top: 0px;
	}
	.how-section {
	  padding: 30px 0px 0px;
	}
	.how-cont {
	  width: 60%;
	  margin: 10px auto 0px;
	}
	.how-cont {
	  margin-bottom: 55px !important;
	}
	.arrow-icon.cont2 {
	  margin-top: 0px;
	  aspect-ratio: 1/1;
	}
	.how-cont.ho1 {
	  margin-top: 0px !important;
	}
	.arrow-icon.cont3 {
	  margin-top: 0px;
	  aspect-ratio: 1/1;
	}
	.circle-icon1{
		display: block;
	}
	.circle-icon1 img {
	    bottom: -210px;
	    right: 0px;
	    width: 26%;
	    left: 0px;
	    margin: auto;
	    transform: rotate(90deg);
	}
	.circle-icon2{
		display: block;
	}
	.circle-icon2 img {
	    top: -50px;
	    left: 0px;
	    width: 25%;
	    transform: rotate(90deg);
	    margin: auto !important;
	    right: 0px;
	}
	.arrow-icon.cont2 {
	  margin-top: 20px;
	  aspect-ratio: 1/1;
	}
	.arrow-img {
	  display: none;
	}
	.copyrights p {
	  font-size: 14px;
	  text-align: center;
	}
	.footer-logo {
	  text-align: center;
	  width: 80%;
	  margin: auto;
	}

}

@media screen and (max-width: 480px) {
	.header-top {
	  padding: 5px 0px;
	  position: relative;
	  left: 0px;
	  right: 0px;
	  z-index: 99;
	  top: 0px;
	  background-color: #3f2d27;
	}
	header .header-bottom .banner-contents {
		top: 25%;
	}
	.organizers-contents.af1::after {
	  height: 175px !important;
	}
	.organizers-contents.af2::after {
	  height: 195px !important;
	}
	.banner-contents p br {
	  display: none !important;
	}
	.how-cont {
	  width: 70%;
	  margin: 10px auto 0px;
	}

}
@media screen and (max-width: 420px) {
    .organizers-contents.af1::after {
	  height: 135px !important;
	  top: -15px !important;
	}
	.organizers-contents.af2::after {
	    height: 135px !important;
	    top: 130px !important;
	}
	header .header-bottom .banner-contents {
	  top: 15%;
	}
	.how-cont {
	  width: 80%;
	}

}
@media screen and (max-width: 390px) {
	.how-cont {
	  width: auto;
	}
	.organizers-contents.af2::after {
	    height: 135px !important;
	    top: 121px !important;
	}
}
@media screen and (max-width: 375px) {
	.organizers-contents.af1::after {
	  height: 135px !important;
	  top: -25px !important;
	}
	.organizers-contents.af2::after {
	  height: 125px !important;
	  top: 121px !important;
	}
	.arrow-icon {
	    padding: 30px;
	    margin: 0px 5px;
		aspect-ratio: 1/1;
	}

}
@media screen and (max-width: 360px) {
 	.organizers-contents.af1::after {
	  height: 130px !important;
	}
	.organizers-contents.af2::after {
	    height: 115px !important;
	    top: 115px !important;
	}
	.banner-contents p {
	  font-size: 13px;
	}
	.arrow-icon {
	    padding: 31px;
	    margin: 0px 5px;
		aspect-ratio: 1/1;
	}/*
	.circle-icon2 img {
	    position: absolute;
	    z-index: 9;
	    top: -50px;
	    left: 130px;
	    width: 25%;
	    transform: rotate(90deg);
	}
	.circle-icon1 img {
    position: absolute;
    z-index: 9;
    bottom: -200px;
    right: 0px;
    width: 22%;
    left: 0px;
    margin: auto;
    transform: rotate(90deg);
}*/
}
@media screen and (max-width: 320px) {
	.organizers-contents.af2::after {
	    height: 115px !important;
	    top: 100px !important;
	}
	.banner-contents a {
	  font-size: 15px;
	  padding: 6px 10px;
	}
	.arrow-icon.cont2 {
	  margin-top: 7px;
	  aspect-ratio: 1/1;
	}

}
