
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}

body {
	
	font-family: 'Montserrat' !important;
}
:root {
	--agsnew-blue: #161D58;
	--asgnew-yellow: #eeb21e;
	--asgnew-darkyellow: #ea9700;
}
.bg-darkblue{
	background-color: var(--agsnew-blue);
}

.bg-darkorange {
	background-color: #ea9700;
}


.btn-sm-01 {
	color: #fff !important;
	font-size: 12px;
	border-radius: 4px !important;
	outline: none;
	font-weight: 600;
	border: none;
	padding: 1rem 1.5rem;
	transition: .3s all ease-in-out;
	text-decoration: none !important;
}

	.btn-sm-01:hover {
		background-color: #ea9700 !important;
		color: #fff !important;
	}

.text-center img {
	display: inline-block;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
  color: #474747;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 4px;
  padding-left: 26px;
  position: relative;
}
[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: -7px;
  width: 17px;
}
[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
  background: #024a98 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: -4px;
  transition: all 0.2s ease 0s;
  width: 12px;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
header .header-top {
  background-color: #fff;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .header-top .logo {
  margin-bottom: -30px;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #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; border-left:5px solid #000; padding-left:25px;}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
}
header .mainmenu .nav.navbar-nav a.active,
header .mainmenu .nav.navbar-nav a:focus,
header .mainmenu .nav.navbar-nav a:hover {
	background: none;
}
header .header-bottom {
	position: relative;
}

/*********** 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: 41px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 24px;
}
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: 41px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 24px;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
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: #edb200;
}
header .header-bottom .carousel-caption {
  right: 55%;
  position: absolute;
  left: 0;
  text-align: left;
  top: 35%;
}
header .header-bottom .carousel-caption h3 {
  padding: 1% 20% 1% 10%;
}
	header .header-bottom .carousel-caption h3 {
		background: var(--agsnew-blue);
		/*background: var(--agsnew-blue);*/ /* Old browsers */
		/*background: -moz-linear-gradient(top, var(--agsnew-blue) 0%, #417aac 100%);*/ /* FF3.6-15 */
		/*background: -webkit-linear-gradient(top, var(--agsnew-blue) 0%,#417aac 100%);*/ /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom, var(--agsnew-blue) 0%,#417aac 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--agsnew-blue)', endColorstr='#417aac',GradientType=0 ); /* IE6-9 */
		font-size: 35px;
		margin-top: 0;
		padding: 6% 0 6% 20%;
		text-transform: uppercase;
		color: #fff;
		font-family: 'Montserrat' !important;
	}
.holder .app-section {
	padding: 60px 0px;
}
.holder .app-section  .app-contents {
  margin: 20px 0 60px;
}
.holder .app-section .app-contents p{
	color:#6f6f6f;
	font-size:17px;
	line-height:1.7;
	text-align:justify;
}
.holder .app-section .app-contents h4 {
  color: #474747;
  font-size: 23px;
  margin-top: 30px;
}
.holder .app-section .app-form {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: 3px -2px #d8d8d8;
  padding: 40px;
  width: 80%;
}
.holder .app-section .app-form  .form-headings h4{
	color:#070707;
	font-size: 19px;
	margin-bottom: 30px;
}
.holder .app-section .app-form .form-list .form-group input {
  border-radius: 0;
  height: 45px;
  padding:0px 6px;
}
.holder .app-section .app-form .form-list .form-group .form-control::-moz-placeholder {
  color: #474747;
  opacity: 1;
  font-size: 14px;
  padding:10px 15px;
}
.holder .app-section .app-form .form-list .form-group .form-control:-ms-input-placeholder {
  color: #474747;
    font-size: 14px;
  padding:10px 15px;
}
.holder .app-section .app-form .form-list .form-group .form-control::-webkit-input-placeholder {
  color: #474747;
    font-size: 14px;
  padding:10px 15px;
}
.holder .app-section .app-form .form-list .form-group select {
  /*-webkit-appearance: none;*/
	-moz-appearance: none;
	appearance: none;
  background-image: url("img/icons/drop-select.png");
  background-position: 93% center;
  background-repeat: no-repeat;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  padding: 5px 13px;
}
.holder .app-section .app-form .form-list h3{
	color:var(--agsnew-blue);
	font-size:19px;
}
.holder .app-section .app-form .license .license-heading h3{
	color:var(--agsnew-blue);
	font-size:23px;
}
.holder .app-section .app-form .license .license-table table tr th{
	background: #ffd95a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd95a 1%, #ffbe29 100%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffd95a 1%,#ffbe29 100%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffd95a 1%,#ffbe29 100%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd95a', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	padding:10px 30px;
	font-size:17px;
	color:#474747;
}
.holder .app-section .app-form .license .license-table table tr {
 	border: 1px solid #dedede;
}
.holder .app-section .app-form .license .license-table table tr td{
  border: 1px solid #dedede;
  vertical-align:middle;
}
.holder .app-section .app-form .license .license-table table tr td .form-group{
	margin:0px;
}
.holder .app-section .app-form .license .license-table table tr td{
	padding:10px 30px;
	color:#474747;
	font-size:16px;
}
.holder .app-section .app-form .license .license-table table tr td:nth-child(1){
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #fcfcfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f9f9 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
.holder .app-section .app-form .license .license-table table tr td:nth-child(2){
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #fdfdfd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
.holder .app-section .app-form .license .license-table table tr td:nth-child(3){
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #fdfdfd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#fdfdfd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 0%,#fdfdfd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
.holder .app-section .app-form .license .license-table  input.calendar-field {
  background: #fbfbfb url("img/icons/calendar.png") no-repeat scroll 15% center;
}
.holder .app-section .app-form .license .license-table  input.calendar-field::-moz-placeholder {
  color: #474747;
  opacity: 1;
  font-size: 13px;
}
.holder .app-section .app-form .license .license-table  input.calendar-field:-ms-input-placeholder {
  color: #474747;
  font-size: 13px;
}
.holder .app-section .app-form .license .license-table  input.calendar-field::-webkit-input-placeholder {
  color: #474747;
  font-size: 13px;
}
.holder .app-section .app-form  .form-language .checkbox-inline {
  margin: 10px 5px;
}
.holder .app-section .app-form .license .license-table input {
  border-radius: 2px;
  padding: 0 0 0 40px;
}
.holder .app-section .app-form .license .license-table .form-control::-moz-placeholder {
  color: #474747;
  opacity: 1;
  font-size: 17px;
}
.holder .app-section .app-form .license .license-table .form-control:-ms-input-placeholder {
  color: #474747;
  font-size: 17px;
}
.holder .app-section .app-form .license .license-table .form-control::-webkit-input-placeholder {
  color: #474747;
  font-size: 17px;
}
.holder .app-section .app-form .work-table table tr{
	border-left:1px solid #dedede;
}
.holder .app-section .app-form .work-table table tr th{
	background: var(--agsnew-blue);
	color: #fff !important;
	/*background: #ffd754;*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, #ffd754 0%, #ffbe2a 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, #ffd754 0%,#ffbe2a 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, #ffd754 0%,#ffbe2a 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd754', endColorstr='#ffbe2a',GradientType=0 ); /* IE6-9 */
	padding:10px 25px;
	font-size:19px;
	color:#474747;
	border-right:1px solid #ffffff;
}
.holder .app-section .app-form .work-table table tr td{
	padding:10px 30px;
	color:var(--agsnew-blue);
	font-size:17px;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #c4c4c4;
}
	.holder .app-section .app-form .form-next-btn .continue {
		background: var(--agsnew-blue);
		/*background: -moz-linear-gradient(top, var(--agsnew-blue) 0%, var(--agsnew-blue) 100%);
		background: -webkit-linear-gradient(top, var(--agsnew-blue) 0%,var(--agsnew-blue) 100%);
		background: linear-gradient(to bottom, var(--agsnew-blue) 0%,var(--agsnew-blue) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16185B', endColorstr='#01418e',GradientType=0 );*/
		border-radius: 0px;
		font-size: 23px;
		color: #fff;
		padding: 10px 70px;
		margin-right: 10px;
	}
.holder .app-section .app-form  .form-next-btn .discard{
	background: var(--asgnew-darkyellow);  
/*	background: -moz-linear-gradient(top, var(--asgnew-darkyellow 0%, var(--asgnew-darkyellow 100%); 
	background: -webkit-linear-gradient(top, var(--asgnew-darkyellow 0%,var(--asgnew-darkyellow 100%);
	background: linear-gradient(to bottom, var(--asgnew-darkyellow 0%,var(--asgnew-darkyellow 100%);  */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--asgnew-darkyellow', endColorstr='var(--asgnew-darkyellow',GradientType=0 ); 
	border-radius:0px;
	font-size:23px;
	color:#fff;
	padding:10px 70px;
}
.holder .app-section .app-form  .form-next-btn p{
	font-size:17px;
	color:#404040;
	margin:30px 0px;
}
.holder .app-section .app-form  .form-next-btn p span{
	font-weight:600;
	font-size:17px;
	color:#404040;
}
footer .footer-section {
  background-color: var(--agsnew-blue);
  /*padding: 25px 0;*/
}
footer .footer-section .copyrights p{
	font-size:17px;
	color:#fff;
}
/*RESPONSIVE*/

@media screen and (max-width: 1365px) {
	header .header-bottom .carousel-caption h3 {
	  font-size: 30px;
	}
	.holder .app-section .app-form {
	  width: 90%;
	}
	.holder .app-section .app-form .form-list h3 {
	  font-size: 16px;
	}
	.holder .app-section .app-contents h4 {
	  font-size: 20px;
	}
	.holder .app-section .app-form .license .license-heading h3 {
	  font-size: 18px;
	}
	.holder .app-section .app-form .license .license-table table tr th {
	  font-size: 14px;
	}
	.holder .app-section .app-form .license .license-table table tr td {
	  font-size: 14px;
	}
	.holder .app-section .app-form .work-table table tr th {
	  font-size: 15px;
	}
	.holder .app-section .app-form .work-table table tr td {
	  font-size: 15px;
	  padding: 10px 10px;
	}
}

@media screen and (max-width: 1023px) {
	header .header-bottom .carousel-caption h3 {
	  font-size: 20px;
	}
	.holder .app-section .app-contents p {
		font-size: 14px;
		line-height: 2;
	}
	.holder .app-section {
	  padding: 20px 0;
	}
	.holder .app-section .app-form .form-headings h4 {
	  font-size: 16px;
	}
	.holder .app-section .app-form {
	  width: 100%;
	}
	.holder .app-section .app-form .license .license-table table tr td {
		padding: 10px;
	}
	.holder .app-section .app-form .form-list h3 {
	  font-size: 14px;
	}
	.holder .app-section .app-form .work-table table tr th {
		font-size: 14px;
	}
	.holder .app-section .app-form .work-table table tr td {
	  font-size: 12px;
	}
	.holder .app-section .app-form .form-next-btn .continue {
	  font-size: 16px;
	  padding: 8px 20px;
	}
	.holder .app-section .app-form .form-next-btn .discard {
	  font-size: 16px;
	  padding: 8px 20px;
	}
	.holder .app-section .app-form .form-next-btn p {
	  font-size: 14px;
	}
	.holder .app-section .app-form .form-next-btn p span {
	  font-size: 14px;
	}
	footer .footer-section .copyrights p {
	  font-size: 13px;
	}
	footer .footer-section {
	  padding: 15px 0;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	.icon-bar {
  		background-color: #000;
	}
	header .header-bottom .carousel-caption h3 {
	  font-size: 17px;
	}
	header .header-bottom .carousel-caption {
	  right: 25%;
	  top: 15%;
	}
	.holder .app-section .app-contents h4 {
	  font-size: 15px;
	  line-height: 1.7;
	  text-align: center;
	}
	.holder .app-section .app-form .form-next-btn p {
	  font-size: 14px;
	  line-height: 1.7;
	}
	.holder .app-section .app-form {
	  padding: 20px;
	}
	.holder .app-section .app-form .form-language .checkbox-inline {
	  margin: 15px 0;
	}
	.holder .app-section .app-form .form-list .form-group select {
	  background-size: 4% auto;
	}
}

@media screen and (max-width: 320px) {
	header .header-bottom .carousel-caption h3 {
	  font-size: 15px;
	}
}