*, *::after, *::before {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
a {
	color: #8F3985;
	text-decoration: none;
}
.banner {
	padding-top: 200px;
	position: relative;
	z-index: 0;
	background: url(../images/banner.jpg) top no-repeat;
	height: 600px;
	text-align: center;
}
.itell {
	font-family: 'Dancing Script', cursive;
	font-style: italic;
	font-weight: bold;
}
.banner img {
	width: 100%;
}
.banner h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	text-shadow: 0px 2px 2px rgba(0,0,0,.4);
	margin-bottom: 60px;
	line-height: 45px;
	background: rgba(0,0,0,.3);
	padding: 20px 20px 25px 20px;
}
.banner h2 span {
	color: #fff;
	font-size: 46px;
}
.banner a {
	border: 1px solid #fff;
	color: #fff;
	padding: 14px 36px;
	font-size: 15px;
}
img {
	max-width: 100%;
}
.menu {
	background: #fff;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.20);
}
.cd-auto-hide-header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
	clear: both;
	content: "";
	display: block;
}
.cd-auto-hide-header.is-hidden {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
.cd-auto-hide-header {
	height: 106px;
}
}
.cd-auto-hide-header .nav-trigger {
	position: absolute;
	top: 30%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
.cd-auto-hide-header .logo img {
	margin-top: 14px;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
	display: block;
}
.cd-auto-hide-header .nav-trigger {
	/* vertically align its content */
	display: table;
	height: 100%;
	padding: 0 .6em;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #25283D;
	font-weight: bold;
	right: 0;
	border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
	/* vertically align inside parent element */
	display: table-cell;
	vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
	/* this is the menu icon */
	display: block;
	position: relative;
	height: 2px;
	width: 22px;
	background-color: #25283D;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
	/* this is the menu central line */
	margin: 6px auto 14px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
	position: absolute;
	content: '';
	left: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
	/* this is the menu icon top line */
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
	/* this is the menu icon bottom line */
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
.cd-auto-hide-header .nav-trigger {
	display: none;
}
}
.cd-auto-hide-header.nav-open .nav-trigger em {
	/* transform menu icon into a 'X' icon */
	background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
	/* rotate top line */
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
	/* rotate bottom line */
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-primary-nav {
	display: inline-block;
	height: 100%;
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 19px 0px 14px 0px;
}
.cd-primary-nav li {
	list-style: none;
}
.cd-primary-nav > ul {
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 20px;
	width: 100%;
	background-color: #ffffff;
	display: none;
	box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
	/* target primary-nav links */
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 0;
	color: #444;
	font-size: 16px;
	border-top: 1px solid #f2f2f2;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
	color: #c02342;
}
@media only screen and (min-width: 1024px) {
.cd-primary-nav {
	/* vertically align its content */
	display: table;
}
.cd-primary-nav > ul {
	/* vertically align inside parent element */
	display: table-cell;
	vertical-align: middle;
	/* reset mobile style */
	position: relative;
	width: auto;
	top: 0;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.cd-primary-nav > ul::after {
	clear: both;
	content: "";
	display: block;
}
.cd-primary-nav > ul li {
	display: inline-block;
	float: left;
	margin-right: 2em;
}
.cd-primary-nav > ul li:last-of-type {
	margin-right: 0;
}
.cd-primary-nav > ul a {
	/* reset mobile style */
	height: auto;
	line-height: normal;
	padding: 0;
	border: none;
}
}
.nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
	/* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  */
	display: block;
}
@media only screen and (min-width: 1024px) {
.nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
	display: table-cell;
}
}
.cd-secondary-nav h5 {
	color: #1c70b8;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cd-secondary-nav p {
	color: #777777;
	font-size: 23px;
	text-align: center;
	font-weight: 400;
}
.cd-secondary-nav {
	position: relative;
	z-index: 1;
	clear: both;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.cd-secondary-nav::after {
	/* gradient on the right - to indicate it's possible to scroll */
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	pointer-events: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.cd-secondary-nav.nav-end::after {
	opacity: 0;
}
.cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
	height: 100%;
}
.cd-secondary-nav ul {
	/* enables a flex context for all its direct children */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.cd-secondary-nav ul::after {
	clear: both;
	content: "";
	display: block;
}
.cd-secondary-nav li {
	display: inline-block;
	float: left;
	/* do not shrink - elements float on the right of the element */
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.cd-secondary-nav li:last-of-type {
	padding-right: 20px;
}
.cd-secondary-nav a {
	display: block;
	color: #222;
	opacity: .6;
	line-height: 50px;
	padding: 0 1em;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
	opacity: 1;
}
@media only screen and (min-width: 1024px) {
.cd-secondary-nav {
	height: 70px;
	overflow: visible;
}
.cd-secondary-nav ul {
	/* reset mobile style */
	display: block;
	text-align: center;
}
.cd-secondary-nav li {
	/* reset mobile style */
	float: none;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
.cd-secondary-nav a {
	line-height: 70px;
}
.cd-secondary-nav a.active {
	box-shadow: inset 0 -3px #8F3985;
}
}
/* -------------------------------- 

3. Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */
.cd-secondary-nav.fixed {
	position: fixed;
	top: 60px;
}
.cd-secondary-nav.slide-up {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}
@media only screen and (min-width: 1024px) {
.cd-secondary-nav.fixed {
	top: 80px;
	/* fixes a bug where nav and subnab move with a slight delay */
	box-shadow: 0 -6px 0 #25283D;
}
.cd-secondary-nav.slide-up {
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px);
}
}
/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
	padding: 0px;
	overflow: hidden;
}
.cd-main-content.sub-nav {
	/* to be used if there is sub nav */
	padding-top: 110px;
}
.cd-main-content.sub-nav-hero {
	/* to be used if there is hero image + subnav */
	padding-top: 0;
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
	margin-top: 50px;
}
.cd-main-content p {
	max-width: 1024px;
	line-height: 1.6;
	margin: 2em auto;
	color: #a5a8a9;
}
@media only screen and (min-width: 1024px) {
.cd-main-content {
	padding-top: 80px;
}
.cd-main-content.sub-nav {
	padding-top: 150px;
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
	margin-top: 70px;
}
.cd-main-content p {
	font-size: 2.4rem;
}
}
/*
	adjust the positioning of in-page links
	http://nicolasgallagher.com/jump-links-and-viewport-positioning/
*/
.cd-main-content.sub-nav :target::before, .cd-main-content.sub-nav-hero :target::before {
	display: block;
	content: "";
	margin-top: -50px;
	height: 50px;
	visibility: hidden;
}
@media only screen and (min-width: 1024px) {
.cd-main-content.sub-nav :target::before, .cd-main-content.sub-nav-hero :target::before {
	margin-top: -70px;
	height: 70px;
}
}
.cd-hero {
	/* vertically align its content */
	display: table;
	width: 100%;
	margin-top: 60px;
	height: 300px;
	background: url(../img/cd-hero-background.jpg) no-repeat center center;
	background-size: cover;
}
.cd-hero .cd-hero-content {
	/* vertically align inside parent element */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media only screen and (min-width: 768px) {
.cd-hero {
	height: 400px;
}
}
@media only screen and (min-width: 1024px) {
.cd-hero {
	height: 600px;
	margin-top: 80px;
}
}
.top-contact {
	margin-top: 16px;
	text-align: left;
}
.top-contact img {
	float: left;
	clear: left;
	margin-right: 6px;
}
.top-contact p {
	font-size: 20px;
	text-align: left;
	margin-bottom: 15px;
	line-height: 18px;
}
.top-contact p span {
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
.about-orell {
	text-align: center;
	padding: 20px 0px 60px 0px;
}
.about-orell h1 {
	font-weight: 600;
	color: #085fa8;
	font-size: 46px;
}
.about-orell h1 span {
	color: #df9826;
}
.double-grey {
	height: 3px;
	background: #ddd;
	max-width: 300px;
	margin: 0px auto;
}
.about-orell p {
	font-size: 15px;
	line-height: 24px;
	color: #555;
}
.about-orell a {
	background: #085fa8;
	padding: 10px 34px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.about-orell a i {
	color: #fff;
	font-size: 18px;
}
.services {
	background: #f8f8f8;
	padding: 30px 0px;
}
.serv-block {
	background: #fff;
	padding: 15px 0px 15px 15px;
	margin-bottom: 30px;
}
.serv-block h3 {
	font-size: 16px;
	color: #085fa8;
	text-transform: uppercase;
	margin : 0px 0px 4px 0px;
	padding : 0px;
	line-height: 20px;
}
.serv-block p {
	color: #444;
	font-size: 13px;
	text-align: justify;
	margin: 0px;
	line-height: 18px;
}
.serv-block a {
	color: #ac0d2e;
	float: right;
	margin-right: 15px;
	font-size: 13px;
}
.why {
	background: #fff url(../images/why-itell.jpg) right -30px center no-repeat;
}
.benefits {
	background: #fff url(../images/benefits.jpg) right -30px center no-repeat !important;
}
.why h2 {
	color: #085fa8;
	font-size: 40px;
	font-weight: 600;
	margin-top: 70px;
	text-align: center;
}
.why h2 span {
	color: #df9826;
}
.ud-title {
	height: 2px;
	width: 50%;
	max-width: 140px;
	margin: 0px auto;
	background: #dddddd;
}
.why p {
	font-size: 15px;
	line-height: 28px;
	color: #555;
	text-align: center;
}
.bg-white {
	background: #fff;
	padding-bottom: 60px;
}
.bord-left {
	border-left: 4px solid #df9826;
	text-align: center;
}
.bord-left a {
	border: 2px solid #df9826;
	padding: 9px 30px;
	color: #df9826;
}
.bord-left a i {
	font-size: 15px;
}
.speak {
	background: #f4ecaf url(../images/speak-bg.jpg) top no-repeat;
}
.speak .bg-blue {
	background: rgba(15,127,232,.9);
}
.speak h3 {
	text-align: center;
}
.speak h3 span {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 36px;
	padding: 8px 15px;
	font-weight: 300;
}
.speak p {
	background: url(../images/quote-top.png) top left no-repeat, url(../images/quote-bottom.png) bottom right no-repeat;
	padding: 15px 43px;
	font-size: 15px;
	font-style: italic;
	color: #fff;
	text-align: center;
}
.author {
	text-align: right;
}
.author h5 {
	color: #dee519;
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
}
.author h6 {
	color: #eeac4d;
	font-size: 14px;
	font-weight: 600;
	margin: 0px;
}
.author img {
	height: 78px;
	height: 78px;
	float: left;
	border-radius: 50%;
}
.author h6 span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.consultation {
	background: #f8f8f8;
	border-bottom: 5px solid #eb7221;
	padding: 20px 0px 60px 0px;
	text-align: center;
}
.consultation p {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #666;
}
.consultation h3 {
	text-transform: uppercase;
	color: #666;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.consultation h3 span {
	text-transform: uppercase;
	color: #ff8000;
}
.consultation a {
	background: #085fa8;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 24px;
	font-size: 20px;
}
footer {
	background: #404040;
}
footer h3 {
	padding-bottom: 6px;
	border-bottom: 1px solid #eb7221;
	color: #ffffff;
	font-size: 20px;
}
footer a {
	color: #eee;
	font-size: 13px;
	line-height: 22px;
}
footer ul {
	margin-left: 0px;
	padding-left: 0px;
}
footer ul li {
	display: block;
}
footer p {
	font-size: 14px;
	color: #fff;
}
.social {
	text-align: center;
}
.social a {
	font-size: 20px;
	margin-right: 20px;
}
.social h3 {
	text-align: left;
}
.help {
	color: #eb7221;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.help p {
	font-size: 20px;
	color: #fff;
	margin-top: 0px;
	padding-top: 0px;
}
.address-foot p {
	font-size: 14px;
	color: #fff;
	margin-top: 0px;
}
.copyright {
	background: #292929;
}
.copyright p {
	color: #888;
	font-size: 13px;
	padding: 10px 10px;
	margin: 0px;
}
.news-tit {
	border:1px solid #f5d18a;
	padding-bottom:28px;
}
.news {
	background:#eaa210;
	padding:40px 0px;
	
}
.news a {
	color:#F6F594;
	font-size:13px;
	float:right;
}

	
.news-tit   a {
	color:#fff;
	font-size:14px;
	padding:3px 8px;
	border:1px solid #fff;
	border-radius:15px;
	float:none;
	
}
.news h1 {
	color:#fff;
	font-size:45px;
	font-weight:300;
	margin-bottom:20px;
}
.news h1 .fa-newspaper-o {
	font-size:55px;
}
.news h4 {
	color:#fff;
	font-size:22px;
	margin-bottom:0px;
	padding-bottom:10px;
	 
}
.news p {
	font-size:14px;
	color:#fff;
	margin:0px;
	padding:0px;
}
.news-late {
	border-right:1px solid #f5d18a;
	
	
}

@media (max-width:767px) {
.banner h2 {
	font-size: 20px;
	line-height: 26px;
}
.banner h2 span {
	font-size: 30px;
	line-height: 32px;
}
.serv-block {
	padding-bottom: 25px;
}
footer {
	text-align: center;
}
.social h3 {
	text-align: center;
}
.copyright {
	text-align: center;
}
.about h2 {
	text-align: center !important;
}
.about h3 {
	text-align: center !important;
}
.about p {
	text-align: center !important;
}
.speak h3 span {
	border-bottom: none;
}
.client h4 {
	text-align: center !important;
}
.client h5 {
	text-align: center !important;
}


.cd-primary-nav > ul a {
	
	height: 40px;
line-height: 40px;
}

}
.client h3 {
	font-size: 18px !important;
	
}