@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/OswaldRegular.eot');
    src: url('../fonts/OswaldRegular.eot') format('embedded-opentype'),
         url('../fonts/OswaldRegular.woff2') format('woff2'),
         url('../fonts/OswaldRegular.woff') format('woff'),
         url('../fonts/OswaldRegular.ttf') format('truetype'),
         url('../fonts/OswaldRegular.svg#OswaldRegular') format('svg');
}

body {
	background:#ffffff;
	font-size: 14px;
	font-family: Arial;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #f5f5f5;
}
.footer-inner {
	padding: 20px 0px;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/

.purple-bg-outr{
	/* background: #3d2563; */
	min-height: 100vh;
	width: 100%;
	position: relative;
}
.landing-bg-outr{
	background: url("../images/score-landing-bg.jpg") no-repeat left center;
	background-size: cover;
}
/*.home-grid-outr{
	position: absolute;
	top: 50%;
	left:0;
	right:0;
	bottom: auto;
	transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
			-moz-transform:translateY(-50%);
}*/
.logo-box-pic{
	background: transparent;
	/* border: 1px solid #fff; */
	/* height: 200px; */
	line-height: 200px;
	text-align: center;
}
.logo-box-outr a{
	width: 100%;
}
.logo-box-outr a:hover{
	transform: scale(1.1,1.1);
	   -webkit-transform: scale(1.1,1.1);
	      -moz-transform: scale(1.1,1.1);
}
.logo-box-txt{
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #48255e;
}
.logo-box-txt h3{
	font-family: 'OswaldRegular';
}
.logo-row{
	justify-content: center;
}
.logo-box-pic img{
	/*width: 220px;*/
}
.arrow-box i{
	color: #fff;
}
.home-grid-outr{
	position: absolute;
	/* top: 50%; */
	left:0;
	right:0;
	bottom: auto;
	/*transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
			-moz-transform:translateY(-50%);*/
}
.logo-row-two{
	margin-top: 30px;
	position: relative;
}
.logo-row-two-outr{
	max-width: 975px;
	margin: 0 auto;
}
/*.logo-row-two:before{
	content:"";
	border-top: 5px solid #fff;
	height: 5px;
	position:absolute;
	top:0px;
	left:50%;
    transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
	right:0;
	width: 100%;
	max-width: 750px;
	
}*/
.logo-row-two .arrow-box{
	margin-bottom: 25px;
}
.logo-bg-one{
	/* background: url("../images/logo-one-bg.png") no-repeat left top; */
	background-size: cover;
	max-width: 255px;
	display: block;
	margin: -26px auto 0px;
}
.logo-bg-three{
	margin-top: -36px;
}
.logo-bg-two{
	/* background: #47336b */
}
/*.arrow-one{
	position: relative;
}
.arrow-one:before{
	content:"";
	width: 12px;
	background: #fff;
	height: 36px;
	position:absolute;
	left:-6px;
}*/
.logo-bg-one .logo-box-pic{
	line-height: 188px;
}
.logo-row-two-outr{
	padding-top: 100px;
}
.arrow-one{
	background: url("../images/logo1-arrow.png") no-repeat center center;
	width: 99px;
	height: 71px;
}
.arrow-two{
	background: url("../images/logo2-arrow.png") no-repeat center center;
	width: 81px;
	height: 101px;
}
.arrow-three{
	background: url("../images/logo3arrow.png") no-repeat center center;
	width: 73px;
	height: 100px;
}
.arrow-four{
	background: url("../images/logo4-arrow.png") no-repeat center center;
	width: 73px;
	height: 100px;
}
.logo-box-outr{
	position: relative
}
.arrow-outr{
	text-align: center;
	position: relative;
}
.arrow-outr i{
	position: absolute;
	
}
.arrow-one{
	top: -45px;
	left: 70%
}
.arrow-two {
    top: -90px;
    left: 70%;
    transform: translateX(-50%);
	   -webkit-transform: translateX(-50%);
		  -moz-transform: translateX(-50%);
}
.arrow-three {
    top: -100px;
    left: 15%;
}
.arrow-four {
    top: -80px;
    left: 0%;
}
.logo-two-box{
	margin-top: -35px;
}
.logo-one-box{
	margin-top: -130px;
}
.logo-four-box{
	margin-top: -130px;
}