/* ------------------------------------------------------------------------------
	Template Name: ILLOnline
	Author: aspxtemplates
	Author URI: http://www.aspxtemplates.com
	
	
	
/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
p
{
    font-size: 14px;
    line-height: 22.4px;
    color: #4A4F53;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	
	font-weight: 700;
}
.spacer{padding:5em; padding-bottom:0; }
.spacer1
{
    padding-top: 2em;
    padding-left: 5em;
    padding-right: 5em;
}
/*----------- Button -------------*/

.btn
{
    cursor: pointer;
    padding: 8px 16px;
    display: inline-block;
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.headerTitleAll {
    font-size: 18pt;
    font-family: Roboto;
    font-weight: 800;
}
.btn-border
{
    border: 1px solid #0066DC;
    color: #0066DC;
    overflow: hidden;
    font-weight: 400;
}

.btn-border:hover, .btn-border:active
{
    color: #ffffff;
    background: #0066DC;
}


.btn-borderwhite
{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    overflow: hidden;
    font-weight: 400;
}

.btn-borderwhite:hover, .btn-borderwhite:active
{
    color: #000000;
    background: #ffffff;
}

.btn-common
{
    background: #0066DC;
}
.btn-common:hover
{
    border: 1px solid #0066DC;
    color: #0066DC;
    overflow: hidden;
    background: none;
}
.btn-section
{
    padding: 0px;
    margin: 0px;
}
.btn i
{
    margin-right: 10px;
    margin-left: 0px;
}
#header-top {
    color: #0066DC;
    background: linear-gradient(to top, #041e57 0%, #041e57 100%);
    padding: 8px 0;
}

    #header-top a {
        color: #000066;
    }

    #header-top i {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        color: #000066;
        text-align: center;
        margin-right: 10px;
    }

#header-top li {
    display: inline-block;
    position: relative;
}
.productfte li {
    color: darkblue;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left:10px;
    font-family:Calibri;
    font-size:12pt;
}
   
.header-info li {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    font-family: DIN;
}
.menutopnew li {
    color: #000066;
    font-family: Cambria;
}
.footer-col li {
    
    font-family: 'Agency FB';
    font-size:14pt;
    margin-bottom:5px;
}
.menutopnew li:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 30px;
    background: #2d3033;
    font-family: Cambria;
}
.menutopnew li:last-child:after {
    display: none;
    font-family: Cambria;
}
.header-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    font-family: DIN;
    border-right: none;
    font-family: Calibri;
}

    .header-info li:last-child:after {
        display: none;
        font-family: Calibri;
    }

.header-info li.active a:before,
.header-info li a:before {
    position: absolute;
    content: "|";
    left: 100%;
    color: white ;
    font-size: 12pt;
    text-shadow: transparent 0px 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    /* 
           
           
           
       
        font-family: DIN;*/
}

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #0066FF;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body
{
    margin: 0px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
	 font-family: "Arial";
	 color:White;
}
.section {
	padding: 100px 0;
}
.section-tb
{
    padding-top: 100px;
    padding-bottom: 0px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.padding-bottom70
{
    padding-bottom: 70px;
}

/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro {
	background-color: #e9eaed;
	position: relative;
	background: rgba(73,155,234,1);
background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(54,199,175,1)));
background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(54,199,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#36c7af', GradientType=1 );
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 50px 15% 0;
	
}
.intro h1
{
    color: #000;
    font: 37px "Source Sans Pro";
    font-weight: lighter;
}
.intro p
{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
1
	
}
.footer-top {
	background-color:White;
	margin-top:10px;
	
}

.footer1 h5 {
	color: White;
}
.footer1 h5 {

}
.footer1 h4 {
color: White;

}
.footer1 p {
	color: White;
}
.footer1 a {
	color: White;
}
.footer1 a:hover
{
    color: #0066FF;
}
.footer1 .footer-share {
	margin-top: 0;
}
.footer1 .footer-share li {
	display: inline-block;
	float: none;
	margin-right:5px;
}
.footer1 .footer-share a:hovver
{
    color: #0066FF;
}
.footer1 .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer1 .fa-heart {
	color: #0066FF;
	font-size: 11px;
	margin: 0 2px;
}


/*-------------------------------------------------------
Services
--------------------------------------------------------*/

#review
{
    background: #FFFFFF;
}

#review .box
{
    border: 1px solid #F5F5F5;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
}
@media screen and (max-width: 992px) {
  #review .box {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
#review .box .icon
{
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    text-align: center;
    font-style: normal;
}
#review .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#review .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#review .box .icon.colored-1 {
  background: #2aaf67;
}
#review .box .icon.colored-2 {
  background: #00bff3;
}
#review .box .icon.colored-3 {
  background: #f26522;
}
#review .box .icon.colored-4 {
  background: #e52b50;
}
#review .box .icon.colored-5 {
  background: #2fc5cc;
}
#review .box .icon.colored-6 {
  background: #6173f4;
}
#review .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#review .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}


  #accordion-alt3 .panel-heading h4
{
    font-size: 15px;
    line-height: 28px;
    color: #663300;
}
.panel .panel-heading h4 {
font-weight: 400;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
color: inherit;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 2px;
}
.panel
{
    margin-bottom: 18px;
    background-color: #E2C6A9;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
#accordion-alt3 .panel-heading h4 a i
{
    font-size: 13px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 6px;
    background: #704A25;
} 
