/*** custom css ***/

headerz {
    width: 100%;
    height: 120px;
    overflow: visible;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .51);
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -ms-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.3s;
}
headerz .logo img{
	display: inline-block;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	max-width: 225px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headerz a.logo>img:last-child {
	display:none;
}
headerz a.logo>img:first-child {
	display:inline-block;
}
headerz.smaller a.logo>img:first-child {
	display:none;
}
headerz.smaller a.logo>img:last-child {
	display:inline-block;
}
headerz h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headerz nav {
	display: inline-block;
	float: right;
	margin-top: 0px;
	height: 60px;
	margin-right: 35px;
}

headerz nav ul a {
	line-height: 75px;
	margin-left: 0px;
	color: #006a3a;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Strait', sans-serif;
}
headerz.smaller nav {
	display: inline-block;
	float: right;
	margin-top: 0px;
	height: 60px;
	margin-right: 35px;
}
headerz.smaller {
    height: 69px;
	background: #006a3a;
	top:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
headerz.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
}
headerz.smaller .logo img{
	display: inline-block;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	max-width: 160px;
}
headerz.smaller nav a {
    line-height: 65px;
	
}
headerz.smaller nav li {
    line-height: 65px;
	
}
headerz.smaller nav li a {
    line-height: 66px;
	color: white;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
headerz.smaller nav ul li ul a{
    line-height: 43px;
	color: #006a3a;
	background: 
}

headerz.smaller nav li:hover  {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	border-top: solid white 2px;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
  }

headerz.smaller nav li.about ul.dropdown li {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.news ul.dropdown li {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.tutorials ul.dropdown li {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #4D4C4C 1px;
	border-bottom: none;
  }

headerz.smaller nav li.about ul.dropdown li.topbar {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

headerz.smaller nav li.news ul.dropdown li.topbar {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

headerz.smaller nav li.tutorials ul.dropdown li.topbar {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid white 2px
  }

		

headerz nav a.active {
	color: #030303;
	cursor: default;
	font-weight: bold;
}

/* Sub Menus */
headerz nav li li {
  font-size: .8em;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
headerz nav li {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	
	padding: 
  }
	
	headerz nav li.home {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.tutorials {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.news {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
  }
	
	headerz nav li.about {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	margin-right: 20px;
		margin-left: 20px;
		
		
  }
	
	headerz nav li.contact {
	width: auto;
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
		margin-right: 20px;
		margin-left: 20px;
		
  }
	
	headerz nav li:hover  {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
	line-height: 22px;
	font-size: 1.4em;
	display: inline-block;
	border-top: solid #006a3a 3px;
	text-decoration: none;

  }
	
	headerz nav li:hover a.dd {
	/* [disabled]width: 115px; */
	/* [disabled]height: 62px; */
		position:relative;
	top: -3px;
		bottom: -3px;

  }
	
	headerz nav li.about:hover ul {
	max-width: 200px;

  }
	
	headerz nav li.about ul li:hover{

  }
	
	headerz nav li:hover a.dd {
	font-weight: bold;
	text-decoration: none;
	position: static;
	/* [disabled]margin-right: -4px; */
  }
	

headerz nav a {
    border-bottom: none;
  }

headerz nav > ul > li {
    text-align: center;
  }

headerz nav > ul > li > a {
    padding-left: 0;
  }

  /* Sub Menus */
headerz nav li ul {
	position: absolute;
	display: none;
	/* [disabled]width: inherit; */
  }
	

headerz nav li:hover ul  {
	display: block;
	background: #fff;
	/* [disabled]width: inherit; */
  }

headerz nav li ul li {
	display: block;
	width: auto;
	min-width: 275px;
	/* [disabled]padding-top: 10px; */
	padding-left: 10px;
	height: 40px;
	text-align: left;
	
  }
	headerz nav li.about ul.dropdown li.topbar {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px
  }
	
	headerz nav li.about ul.dropdown li {
	display: block;
		min-width: 175px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px
  }
	
	headerz nav li.about ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.about ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.news ul.dropdown li {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px
  }
	
	headerz nav li.news ul.dropdown li.topbar {
	display: block;
		min-width: 225px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px;
  }
	
	headerz nav li.news ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.news ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul.dropdown li {
	display: block;
		min-width: 255px;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 1px;
  }
	
	headerz nav li.tutorials ul.dropdown li.topbar {
	display: block;
	width: 175px;
	/* [disabled]padding-top: 10px; */
	padding-left: 7.5px;
	height: 43px;
	text-align: left;
		border-top: solid #006a3a 3px;
  }
	
	headerz nav li.contact ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.contact ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li.tutorials ul li.topbar:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
		width: 175px;
		height: 43px;
  }
	
	headerz nav li ul li a{
line-height: 40px;
	margin-bottom: 42px;
		font-size: 14px;
		font-weight: bold;
  }
	
	headerz nav li ul li:hover {
	/* [disabled]display: inline-block; */
	background: #006a3a;
	border-top: solid #006a3a 2px;	
  }
	
	headerz nav li ul li:hover a{
	/* [disabled]display: inline-block; */
	background: #006a3a;
	color: white;
  }

@media all and (max-width: 660px) {
    headerz h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    headerz nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    headerz nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    headerz.smaller {
        height: 75px;
    }
    headerz.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    headerz.smaller nav {
        height: 35px;
    }
    headerz.smaller nav a {
        line-height: 35px;
    }
}

.blue-background
{
    background-color: #1874CD;
}
.noPadding
{
    padding: 0px;
}
.altFontSize>li>a
{
    font-size: 16px;
}
.blackFontColor div
{
    color: black !important;
}
.paddingTopBottom10
{
    padding: 10px 0px;
}
.paddingTopBottom30
{
    padding: 30px 10px;
}
.themeOrangeFontColor
{
    color: orange;
}
.altHeadingFontSize
{
    font-size: 60px !important;
}
/*** end custom ***/

/*** header ***/
#contactNavBar div
{
    color: #e9e9e9;
}
#contactNavBar div i.fa-mobile
{
    font-size: 16px;
    padding: 10px;
}
#contactNavBar div i.fa-envelope-o
{
    font-size: 14px;
    margin-left: 10px;
    padding: 10px;
}
#applyNowNavBar div
{
    color: #e9e9e9;

}
#applyNowNavBar2 div
{
    color: #e9e9e9;
}

.contactNavBar div
{
    color: white;
}
.contactNavBar div i.fa-mobile
{
    font-size: 16px;
    padding: 10px;
}
.contactNavBar div i.fa-envelope-o
{
    font-size: 14px;
    margin-left: 10px;
    padding: 10px;
}
.applyNowNavBar div
{
    color: #e9e9e9;
}
.applyNowNavBar2 div
{
    color: #e9e9e9;
}
/*** end header ***/

/*** main page ***/
#wwa h2, #wwa h4
{
    margin-bottom: 0px;
    padding-bottom: 10px;
}
#wwaListItems ul
{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}
.fercmiInteractiveButtons
{
    display: inline-block;
    background-color: #1874CD;
    color: white;
    padding: 10px 30px;
    margin: 5px 10px 0px 10px;
    border-radius: 3px;
    transition: all 0.2s linear;  
}
.fercmiInteractiveButtons i
{
    position: relative;
    left: 10px;
    animation: rightToLeft 1s linear infinite;
    -webkit-animation: rightToLeft 1s linear infinite;
    -moz-animation: rightToLeft 1s linear infinite;
    -o-animation: rightToLeft 1s linear infinite;
    animation: rightToLeft 1s linear infinite;
}
.altButton
{
    background-color: orange;
}
.fercmiInteractiveButtons:hover 
{
    background-color: orange;
    cursor: pointer;
}
.altButton:hover
{
    background-color: #1874CD;
}
#whatWeCanDoForYou h2, #whatWeCanDoForYou h4
{
    color: white;
}
#whatWeCanDoForYou h2 span
{
    color: orange;
}
.fercmiNonInteractiveButtons
{
    display: inline-block;
    border: 2px solid white;
    color: white;
    padding: 10px 30px;
    margin-top: 25px;
    border-radius: 20px;
    transition: all 0.1s linear;
}
.fercmiNonInteractiveButtons i
{
    position: relative;
    left: 10px;
}
.fercmiNonInteractiveButtons:hover
{
    background-color: white;
    color: #323232;
}
.fercmiNonInteractiveButtons:hover i
{
   color: #323232; 
}
.revoSliderButtons
{
    padding: 7px 25px;
    color: #fff !important;
    background-color: orange;
    font-size: 18px;
    border-radius: 20px;
}
.revoSliderButtons:hover
{
    background-color: #1874CD;
    color: orange !important;
}

	


#readySetGrow
{
    padding: 50px 0px 30px 0px;
    background-color: orange;
}
#readySetGrow h3
{
    color: #fff;
}
#rSGButton
{
    float: right;
    padding-top: 5px;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.1s linear;
}
#rSGButton a
{   
    color: #fff;   
}
#rSGButton i
{
    color: #fff;
    padding-left: 10px;
}
#rSGButton:hover
{
    background-color: #fff;
}
#rSGButton:hover a, #rSGButton:hover i
{
    color: #323232;
}

#rSGButton2
{
    float: right;
    padding-top: 0px;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.1s linear;
}
#rSGButton2 a
{   
    color: #fff;   
}
#rSGButton2 i
{
    color: #fff;
    padding-left: 10px;
}
#rSGButton2:hover
{
    background-color: #fff;
}
#rSGButton2:hover a, #rSGButton2:hover i
{
    color: #000;
}
#rSGButton3
{
    float: none;
    padding-top: 0px;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.1s linear;
}
#rSGButton3 a
{   
    color: #000;   
}
#rSGButton3 i
{
    color: #000;
    padding-left: 10px;
}
#rSGButton3:hover
{
    background-color: #000;
}
#rSGButton3:hover a, #rSGButton3:hover i
{
    color: #fff;
}
	
	#rSGButton4
{
    float: none;
    padding-top: 0px;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 7px 25px;
    transition: all 0.1s linear;
	background: #fff; 
	color: #000;   
}
#rSGButton4 a
{   
    color: #000;   
}
#rSGButton4 i
{
    color: #000;
    padding-left: 10px;
}
#rSGButton4:hover
{
    background-color: #da3832;color: #fff;cursor: pointer;
}
#rSGButton4:hover a, #rSGButton4:hover i
{
    color: #fff;
}
	
	
	#rSGButton5
{
    float: none;
    padding-top: 0px;
    font-size: 16px;
    transition: all 0.1s linear;
	background: none; 
	color: #000;   
}
#rSGButton5 a
{   
    color: #000;   
}
#rSGButton5 i
{
    color: #000;
    padding-left: 10px;
}
#rSGButton5:hover
{
    background-color: #da3832;color: #fff;cursor: pointer;
}
#rSGButton5:hover a, #rSGButton5:hover i
{
    color: #fff;
}
	
.testimonialAuthors
{
    margin: 0px;
    font-style: normal;
}
/*** end main page ***/

/*** about us ***/
#aboutUs h3
{
     font-weight: normal;    
}
/*** end about us ***/

/*** products & services ***/
#productsAndServicesContent h4
{
    font-weight: normal;
}
/*** end products & services ***/

/*** contact us ***/
#contactUsContent
{
    background-color: rgb(245, 245, 245);
}
#contactUsContent .whiteBackground
{
    background-color: #fff;
    padding: 30px 10px;
}
#contactUsContent .whiteBackground input, #contactUsContent .whiteBackground textarea
{
    background-color: rgb(245, 245, 245);
}
#contactUsContent .whiteBackground button
{
    background-color: grey;
    color: #fff;
    border: 1px solid grey;
}
#contactUsContent .whiteBackground button:hover, #contactUsContent a:hover
{
    opacity: 0.7;
}
#contactUsContent a
{
    color: #666;
}
/*** end contact us ***/

/*** footer ***/
#footer address h4, #footer address a, #footer>.copyright a
{
    color: grey;
}
#footer address a:hover, #footer>.copyright a:hover
{
    opacity: 0.7;
    color: grey;
}
/*** end footer ***/

/*** media queries ***/
@media (max-width: 993px) 
{
    #contactNavBar
    {
        display: block;
    }
}
/*** large cell phone screen size and lower ***/
@media (max-width: 425px)
{
    #readySetGrow h3
    {
        text-align: center;
    }
    #rSGButton
    {
        float: none;
        display: inline-block;
        width: 164px;
        margin-left: calc(50% - 82px);
    }
}
/*** end large cell phone screen size and lower ***/
/*** end media queries ***/

/*** keyframes ***/
@-webkit-keyframes rightToLeft {
  50%   {left: 20px;}
  100% {left: 10px;}
}
@-moz-keyframes rightToLeft {
  50%   {left: 20px;}
  100% {left: 10px;}
}
@-o-keyframes rightToLeft {
  50%   {left: 20px;}
  100% {left: 10px;}
}
@keyframes rightToLeft {
  50%   {left: 20px;}
  100% {left: 10px;}
}