html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
	
	
	@font-face {
    font-family: 'JosefinSans-Regular';
    src: url('fonts/JosefinSans-Regular.eot');
    src: local('?'), url('fonts/JosefinSans-Regular.woff')
    format('woff'), url('fonts/JosefinSans-Regular.ttf')
    format('truetype'), url('fonts/JosefinSans-Regular.svg')
    format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-SemiBold';
    src: url('fonts/JosefinSans-SemiBold.eot');
    src: local('?'), url('fonts/JosefinSans-SemiBold.woff')
    format('woff'), url('fonts/JosefinSans-SemiBold.ttf')
    format('truetype'), url('fonts/JosefinSans-SemiBold.svg')
    format('svg');
}
@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('fonts/JosefinSans-Bold.eot');
    src: local('?'), url('fonts/JosefinSans-Bold.woff')
    format('woff'), url('fonts/JosefinSans-Bold.ttf')
    format('truetype'), url('fonts/JosefinSans-Bold.svg')
    format('svg');
}

/*============================================ GLOBAL  =================================================*/
body {
	font-family: "JosefinSans-Regular";
	margin:0 auto;
	padding:0;
	line-height:22px;
	overflow-x: hidden;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; 
}
form{margin:0; padding:0;}

.clear{
	clear: both; 
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/

/* links */
a, a:visited {text-decoration:none;}
a:hover{text-decoration:none;}
a img{border:none}

img{
	max-width: 100%; 
}

/* lists, blockquotes and paragraphs */
ul {
	list-style: none;
}
ol {
	list-style: decimal;	
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ Custom STYLES  =================================================*/


/**********COLOR CSS*************/

/*Background Color*/

.col-wrap{
	background: #f8f8f8; 
}

.col-wrap2{
	background: #f8fdfd; 
}

/*Padding And Margin*/

.first{
	padding-left: 0px!important; 
}

.mt{
	margin-top: 10px; 
}



.mb{
	margin-bottom: 25px; 
}

.content_pt{
	padding-top: 25px; 
}

.content_pb{
	padding-bottom: 25px; 
}

.pn{
	padding: 0px!important; 
}

/*Font familly*/


.footer_wrap .main_heading p, .contact_form input, 
.contact_form textarea, .contact_address span.text , .portfolio-link h2, .creative_fields ul li a,
.post_content p, .post_content a, .prm_tag ul li a, .leave_a_reply h1 span, .comments_content a, 
.comments_content p{
	font-family: "JosefinSans-Regular";
}


/*Heading*/

h1{
	font-size: 20px; 
	font-weight: bold;
	color: #384047; 
	line-height: 25px; 
}

.main_heading h2{
	/*border-bottom: 1px solid #DCDCDC;*/
	color: #0A2434;
	font-size:35px;
	/*font-weight: bold;*/
	line-height: 35px; 
	margin: 10px 0 50px;
	padding-bottom: 38px;
}

.main_heading h4{
	color: #0A2434;
	font-size: 41px;
	font-weight: bold;
	line-height: 35px; 
	margin: 10px 0 0 0px;
	padding-bottom: 10px;
}
.main_heading h3{
	font-size: 24px;
	margin: 35px 0 25px;  
	color: #384047; 
	line-height: 30px; 
}

.default_heading h1{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px; 
}

.mini_heading h1 {
    border-bottom: 1px solid #E7E8EA;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/*Paragraph*/ 

i {
  margin-right: 12px;
  margin-bottom: 7px;
}

p{
	font-size: 18px; 
	color: #414042; 
}

a{
	font-size: 14px; 
	color: #2c3e50; 
}

a:hover{
	color: #00a1e9; 
}

a, .team_section, .member_information h1, .member_information h2, .member_information p, .services_box, .services_content h1, .about_box, .about_content h1,
.blog_header_content span.likes_icon, .pricing_table_head h1,  .pricing_table2_head h1, .contact_form input.button, .vtab_wrap #vtabs ul li , .social_blog, 
.header_left , .menu .more_menu_potion li
 {
	-moz-transition: all .5s ease-out; 
	-webkit-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out;
}


/* Main CSS */

.header_wrap {
    background:#7e0b80;
    width: 100%;
    /*border-bottom: 5px solid #00a1e9;*/
    position: relative;
    z-index: 99; 
	box-shadow:2px 2px 5px #505050;
}

.header_shadow {
    bottom: -32px;
	text-align: center;
    position: absolute;
    width: 100%; 
}

.header_left{
	width: auto;
	float: left;
	/*padding: 20px 0 20px 0 ;*/
    padding: 13px 0;
}

.header_right{
	width: auto;
	float: right;
}

.menu {
/*    display: none;*/
    padding-right: 25px;
}

.menu ul{
	
}

.menu ul li {
    float: left; 
	border-left:1px solid #9a419c;   
}

.menu ul li a{ 
	font-size: 16px; 
	color: #fff;
	padding: 31.3px 25px;
	display: block;
	/*text-transform:uppercase;*/
}

.menu ul li a:hover{
	color: #fff;
	background: #931495;
}

.menu ul li.nav-active a, .menu ul li a.nav-active {
  /*background: #00a1e9;*/
  color: #ffffff;
  font-weight: bold;
}

.menu ul li.nav-active .more_menu_potion a{
	background: none;
	color: #475360;
}

.menu ul li.nav-active .more_menu_potion a:hover{
	color: #00a1e9;
}

.more_menu_potion{	
	background: #ffffff; 		
	right: 0;
	left: auto!important;
	width: 20em;
}

.menu .more_menu_potion li{
	list-style: disc outside none;
	margin-left: 40px;
	width: 100%; 
	font-size: 14px; 
}

.menu .more_menu_potion li:hover{
	color: #00a1e9;
}

.menu .more_menu_potion li:hover a{
	background: none; 
	color: #00a1e9; 

}

.sticky .menu ul.more_menu_potion li a , .menu ul.more_menu_potion li a{
	padding: 8px 0; 
}

.hide_menu {
    color: #34495e;
    cursor: pointer;
    float: right;
    font-size: 20px;
    padding: 28px 10px;
}

.hide_menu {
  background: url("images/menu_icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: right;
  height: 80px;
  width: 14px;
}

.sticky .header_shadow{
	display: none;
}


.sticky .menu ul li a{
	padding: 19.3px 25px;  
}

.sticky .header_left{
	padding: 7px 0 7px 0;
}

.sticky .hide_menu{
	height: 60px;  
}

.slider_wrap {    
    
}

.slider img{
	width: 100%; 
}



#wrapper{
	overflow: hidden;
}

.parallax{    
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.img_purchase_right h1 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    padding-bottom: 28px;
    text-transform: uppercase;
}
#canvas {
    position: absolute;
    top: 0;
    width: 100%;
}
.img_purchase_right h1 span{
	color: #00a1e9; 
}

.img_purchase_right a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #00a1e9;
    color: #00a1e9;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.img_purchase_right a span{
	vertical-align: 0; 
}

.img_purchase_right a:hover {

}

.button {
    border: 2px solid #00a1e9;
    color: #00a1e9;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
}

.button span {
    font-size: 18px;
    padding-right: 8px;
    vertical-align: middle;
}

.button:hover, .contact_form input.button:hover{
	background: #00a1e9; 
	color: #ffffff; 
}

.view_live .button span {
	vertical-align: text-top;
}





.tweet_main_wrap{
	background-image: url("images/parallax/bg-10.png");
	padding: 55px 0; 
}

.tweet_wrap{
	position: relative;
}

.tweer_head {
	margin-bottom: 20px; 
}

.tweet_arrow {        
    z-index: 11; 
    width: 100%; 
}

.tweet_arrow a{
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	height: 61px;
	margin: 0 5px;
	position: absolute;
	top: 38%;
	width: 42px;
	z-index: 99;
}

.tweet_arrow a.ar_left{
	left: 0;
	background: url("images/arrow_left.html"); 
}

.tweet_arrow a.ar_right{
	right: 0;
	background: url("images/arrow_right.html"); 
}

.tweet_arrow2 {        
    z-index: 11; 
    width: 100%; 
}

.tweet_arrow2 a{
	background-attachment: scroll;
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	margin: 0 5px;
	position: absolute;
	top: 38%;
	width: 55px;
	z-index: 99;
}

.tweet_arrow2 a.ar_left{
	left: 0;
	background-image: url("images/arrow_left2.html"); 
}

.tweet_arrow2 a.ar_right{
	right: 0;
	background-image: url("images/arrow_right2.html"); 
}


.tweet_wrap .carousel{
	padding-top: 15px; 
}

.tweer_head span.icon{
	font-family: 'icomoon'; 
	font-size: 30px; 
	color: #fff;
	display: block;
}

.tweer_head span{
	font-size: 11px; 
	color: #ffffff; 
	font-weight: bold;
	vertical-align: bottom;
}

.tweer_content_wrap{
	
}


.tweer_content{
	padding-top: 10px; 
}

.tweer_content p{
	color: #fff; 
	margin-bottom: 30px; 
}

.follow_us_button.button{
	border-color: #ffffff; 
	color: #ffffff; 
}

.follow_us_button.button.follow_button_default{
	background: #ffffff; 
	color: #00a1e9; 
	border: none;
}

.follow_us_button.button.follow_button_default:hover{
	background: #00a1e9; 
	color: #ffffff; 
}

.tweer_content h2{
	color: #384047; 
	font-size: 14px; 
	padding: 10px 0; 
}

/*Footer*/
.footer_wrap{
	padding: 25px 0 0; 
}

.footer_wrap .main_heading p {
    
}

#map_canvas{
    width: 100%; 
    height: 350px;  
}






.copyright {
	background:#338fc2; 
	padding: 10px 25px 0; 
}

.copyright .mt {
  margin-top: 15px;
}

.copyright p{
	color: #414141; 
}


.contact_main_wrap p {
  color: #ffffff;
  margin-bottom: 10px;
  font-size:13px;
}
.contact_main_wrap h2 {
  color: #fff;
  margin-bottom:15px
}

.contact_main_wrap{
	padding: 10px 0 0 0; 
	background-size:100% 100%;
	background-position:center center;
}

/*singale_page_wrap*/

.singale_page_wrap{
	position: relative;
}

.singale_page_header_wrap {
    background-image: url("images/parallax/bg-06.html");
    padding: 120px 0px;    
}

.s_portfolio_arrow{
	padding: 25px 0
}

.sh_portfolio .s_portfolio_arrow{
    padding-top: 0px; 
}

.singale_page_header_wrap h1 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
}

.s_portfolio_arrow a {
    display: inline-block;
    height: 34px;   
    width: 46px;
}

.s_portfolio_arrow a.s_portfolio_arrow_left {
    background: url("images/icon-31.html") repeat scroll 0 0 rgba(0, 0, 0, 0);   
}

.s_portfolio_arrow a.s_portfolio_arrow_right {
    background: url("images/icon-32.html") repeat scroll 0 0 rgba(0, 0, 0, 0); margin-left: -2px;    
}


.s_portfolio_image{
	margin-bottom: 50px; 
}

.s_portfolio_image img{
	width: 100%; 
}

.s_portfolio_content {
    float: left;
    margin-right: 2%;
    width: 68%;
}

.s_portfolio_content h1 {
    color: #00a1e9;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 15px;
}

.s_portfolio_content_right {
    float: left;
    position: relative;
    width: 29%;
}

.sh_portfolio .s_portfolio_content_right , .sh_portfolio .s_portfolio_content{
	width: 100%; 
}

.s_portfolio_content_right .blog_header_content {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    padding-top: 28px;
    margin-bottom: 22px; 
}

.s_portfolio_full_content_wrap .blog_header_content{
    padding-top: 12px; 
}

.creative_fields{
	padding-top: 5px; 
	margin-bottom: 25px; 
}

.creative_fields h1 {
    color: #00a1e9;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.creative_fields ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 35px;
    padding-bottom: 3px; 
}

.creative_fields ul li a{
	font-size: 14px; 
	color: #384047; 	
}

.creative_fields ul li a:hover{
	color: #00a1e9; 
}

.view_live a.button{
	text-transform: none;
}

.related_project_title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.related_project ul li{
	margin: 0px; 
	width: 25%; 
}

.related_project .portfolio-link{
	top: 35%; 	
}



/*Comment Section*/

.comments_wrap {

}

.author_post {
    margin-bottom: 30px;
}

.author_post h1 {
	font-size: 24px; 
	font-weight: 600; 
	padding-bottom: 25px; 
}

.author_post h1 span{
	margin-right: 25px; 
}

.author_post p a{
	color: #00a1e9; 
}

.prm_comments_heading{
	margin-bottom: 30px;
}

.prm_comments_heading h1 {
    background: url("images/i-24.html") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E8E8E8;
    font-size: 24px;    
    padding-bottom: 30px;
    padding-left: 33px;
}

.prm_comments{

}

.comments_icon{
	float: left;
	width: 60px; 
	margin-right: 15px; 	
}

.comments_content_wrap{
	float: left;
	width: 85%; 
}

.comments_content {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.comments_content h1{
	font-size: 20px; 
	font-weight: 600; 	
	color: #384047; 
}

.comments_content span {
    color: #8B8B8B;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0 10px;
}

.comments_content a{
	font-size: 13px;
	color: #00a1e9; 
}

.prm_comments .bn{
	border: none;
}







/*Color Guide*/

.color_guide{

}

.color_guide ul {
	
}

.color_guide ul li{
	display: inline-block;
	margin: 0 20px 20px;
	width: auto;
	text-align: center;
}

.color_guide ul li:last-child{
	margin-right: 0px; 
}

.color_guide ul li:first-child{
	margin-left: 0px; 
}

.color_guide ul li span{
	display: block;
}

.color_guide ul li span.color_view {
    border-radius: 55%;
    height: 68px;
    width: 68px;
    margin-bottom: 15px; 
}

.color_guide ul li span.color_name{
	font-size: 14px; 
	font-weight: bold;
}




/*Button*/

.small_button_style ul li{
	display: inline-block;
	width: auto;
	margin-right: 20px;
	margin-bottom: 40px;  
}


.small_button_style ul li:first-child{
	margin-left: 0px; 
}

.small_button_style.extra_large li{
	width: 100%; 
	margin-right: 0px; 
	text-align: center;
}

.s_button{
	display: block;
    font-weight: bold;    
    text-transform: uppercase;
    font-size: 14px; 
}

.s_button span{
	margin-right: 15px; 
}

.small_button{
	padding: 11px 20px;
}

.medium_button{
	padding: 16px 36px;
}

.large_button{
	padding: 20px 75px; 
}

.seagreen {
    box-shadow: 0 2px 0 1px #F8F8F8;
    color: #00a1e9;
}

.seagreen:hover{
	background: #00a1e9; 
	color: #ffffff; 
}

.skyblue{
	border: 1px solid #ebebeb; 
	color: #1c97bb; 
}

.skyblue:hover{
	background: #1c97bb; 
	color: #ffffff; 
}

.pink{
	color: #e36091; 
	background: #fceff4; 
	border: 1px solid #e36091; 
}

.pink:hover{
	background: #e36091;
	color: #ffffff; 
}

.violet{
	color: #8260e3; 
	border: 2px solid #8260e3;
}

.violet:hover{
	background: #8260e3; 
	color: #ffffff; 
}

.yellow{
	color: #e3c660; 
	border-bottom: 1px solid #e3c660;
}

.yellow:hover{
	background: #e3c660; 
	color: #ffffff; 
}

.lightcoral{
	color: #e37960; 
	background: #fcf3f1; 
}

.lightcoral:hover{
	background: #e37960; 
	color: #ffffff;
}

.sky{
	background: #7b94ff; 
	border: 1px solid #708af7;	
	color: #ffffff; 
}

.sky:hover{
	background: #6b84ef; 
	color: #ffffff; 
}
.green.large_button{
	padding: 20px 62px;
}
.green{
	color: #5ab963; 
	border: 1px solid #5ab963; 
}

.green:hover{
	background: #5ab963; 
	color: #ffffff; 
}

.name {
  font-size: 18px;
  font-weight: bold;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  font-size: 16px !important;
}

.social-icons {
  display: table;
  margin: 0 auto;
}

.social-icons li {
    display: block;
    float: left;
    height: 49px;
    margin-left: 12px;
    width: 49px;
}
.social-icons li:first-child {
    margin-left: 0;
}
.social-icons a {
    display: block;
    height: 49px;
    text-align: center;
    text-decoration: none;
    width: 49px;
}
.social-icons span {
  background-color: #414143;
  border-radius: 50px;
  color: #00a1e9;
  display: block;
  font-size: 22px;
  height: 47px;
  line-height: 47px;
  transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s, color 0.3s ease 0s;
  width: 47px;
}

.social-icons a:hover span {
  background-color: #fff;
  border-color: #d7c3a8;
  color: #414141;
}
.socailshare {
    padding-top: 15px;
}

.np {
  padding: 0 !important;
}

/*.news_container {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 2px 2px 2px #999999;
  min-height: 620px !important;
}*/

.news_container {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 2px 2px 2px #999999;
  height: 460px;
}

/*.updates_container {
  background: none repeat scroll 0 0 #fff;
  box-shadow: -2px 2px 2px #999999;
  min-height: 620px !important;
}*/

.updates_container {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: -2px 2px 2px #999999;
  /*max-height: 257px;
  max-height: 337px !important;
    overflow:auto;*/
}

.nu-header {
  background:#ff7f00;
  font-size: 18px;
  padding: 10px;
  color:#fff;
}



.tiles {
  list-style-type: none;
 /* margin: 25px 0;*/
  padding: 0;
}

.tiles > li {
  float: left;
  margin: 8px 0 0 8px;
  position: relative;
}

.tiles > li:hover::before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 /* border: 5px solid rgba(0, 0, 0, 0.5);*/
  content: "";
  height: 150px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 99;
}

.tiles > li > a {
  color: #ffffff;
  display: block;
  height: 145px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.tiles > li > a span {
  display: block;
  font-size: 48px;
  padding-top: 28px;
}

.tiles > li.long > a {
  width: 406px;
}

.tiles > li.long > a span {
  font-size: 64px;
  padding-top: 10px;
}

.tiles > li.long > a span {
  font-size: 64px;
  padding-top: 28px;
}

.tiles > li.long:hover::before {
  width: 406px;
}

.tiles > li > a span {
  font-size: 48px;
}

.tiles > li > a .name {
  bottom: 0;
  display: block;
  float: left;
  font-size: 17px !important;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: left;
}

.name {
  font-weight: bold;
}

ul > li.blue, .label-blue {
  background:#368ee0;
}

ul > li.red, .label-red {
  background:#e51400;
}

ul > li.lime, .label-lime {
  background:#8cbf26;
}

ul > li.pink, .label-pink {
  background:#e671b8;
}

ul > li.yellowt, .label-yellowt {
  background:#ebb424;
}

ul > li.oranged, .label-oranged {
  background:#e87d44;
}

ul > li.violett, .label-violett {
  background:#8447e8;
}

ul > li.orange, .label-orange {
  background:#f8634d;
}

.tiles li a:hover {
  transform: scale(1.1) rotate(-2deg);
}


.pink {
  border: 1px solid #e36091;
  color: #e36091;
}

.tiles i:hover {
  transform: rotateY(180deg);
}

i {
  transition: all ease 0.3s;
}

#site-tiles{
	overflow:hidden;
	}
	
	
.contact_address{color:#fff;}
	
.contact_address span.icon{
	background: none repeat scroll 0 0 #00a1e9;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	margin-right: 15px;
	padding: 12px 15px;
	vertical-align: middle; 
}

.contact_address span.text, .contact_address span.text a{
	font-size: 18px; 
	color: #fff; 
	/*text-transform: uppercase;*/
}

.contact_address i {
  font-size: 14px;
}

li .fa.fa-user {
  margin-right: 10px;
}

#newsupdate h1 {
  font-size: 17px;
  margin: 10px 0;
}

#newsupdate > p {
  color: #464646;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

/*#newsupdate a, #linksupdate a {
  color: #60686f;
  cursor: pointer;
  font-size: 16px;
  line-height: 34px;
}*/

#linksupdate li a {
  font-size: 15px;
  line-height: 34px;
}

#linksupdate li a:hover {
  margin-left: 10px;
}


.header_left img {
	left: -25px;
	position: relative;
}

 /* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #fff;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #41b097;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
	
	/*.loaded .loader-logo { opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }*/
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
	
	
	.loader-logo {
  background: url("images/loader.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  height: 58px;
  left: 48%;
  position: absolute;
  top: 45%;
  width: 56px;
  z-index: 9999;
}

#linksupdate {
	max-height: 337px !important;
    overflow:auto;
 /* height: 180px;
  overflow: auto;*/
}

/*#corporatepolicy {
  height: 180px;
  overflow: auto;
}*/

#corporatepolicy li a {
  font-size: 15px;
  line-height: 34px;
}

#corporatepolicy li a:hover {
  margin-left: 10px;
}

.mb6 {
  margin-bottom: 6px;
}
.sub, .subsub {
    display:none;
}
.corporate_policy{
	height: auto !important;
    max-height: 100% !important;
}
.sub{
	position: absolute;
    top: -52px;
    left: -70%;
    background: #ff7f00;
    padding: 12px 50px;
	box-shadow:0 40px 120px -20px rgba(0, 0, 0, 0.6);
	z-index: 999 !important;
}
.sub li a {
	color:#fff !important;
}
i.fa.fa-arrow-right {
    position: relative;
    left: 19px;
}


 #nav {
            list-style: none inside;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        #nav li {
            display: block;
            position: relative;
            float: left;
			left: -4px;
            
            /* menu background color */
        }
		
		#nav .hr_policy {
            display: block;
            position: relative;
            float: left;
			left: -44px !important;
            
            /* menu background color */
        }
		
        #nav li a {
            display: block;
            padding: 0;
            text-decoration: none;
            width: 200px;
            /* this is the width of the menu items */
            line-height: 35px;
            /* this is the hieght of the menu items */
            color: #2c3e50;
            /* list item font color */
        }

        #nav li li a {
            font-size: 16px;
			color: #fff;
			text-align: left;
    padding-left: 13px;
        }

        /* smaller font size for sub menu items */

        #nav li:hover {
            
        }
		

        /* highlights current hovered list item and the parent list items when hovering over sub menues */

        #nav ul {
			background: #ff7f00;
            position: absolute;
            padding: 15px;
			box-shadow:0 40px 120px -20px rgb(0 0 0 / 60%);
            /*bottom: -65px;
    right: 183px;*/
            display: none;
			padding:15px 37px;
            /* hides sublists */
        }

        #nav li:hover ul ul {
            display: none;
        }

        /* hides sub-sublists */

        #nav li:hover ul {
            display: block;
        }

        /* shows sublist on hover */

        #nav li li:hover ul {
            display: block;
            /* shows sub-sublist on hover */
            margin-left: 200px;
            /* this should be the same width as the parent list item */
            margin-top: -190px;
            /* aligns top of sub menu with top of list item */
        }
		ul.guide {
    right: 200px !important;
	background:#7c8c9d !important;
	box-shadow:0 40px 120px -20px rgb(0 0 0 / 60%);
}
ul.guide-1 {
    right: 200px !important;
	top: -33px;
	background:#7c8c9d !important;
	box-shadow:0 40px 120px -20px rgb(0 0 0 / 60%);
}
ul.guide li a {
	color:#fff !important;
}
ul.guide-2 {
    right: 200px !important;
	top: -90px;
	background:#7c8c9d !important;
	box-shadow:0 40px 120px -20px rgb(0 0 0 / 60%);
}
ul.guide-1 li a {
	width:250px !important;
	color:#fff !important;
}
ul.guide-2 li a {
	width:290px !important;
	color:#fff !important;
	
}
#site-tiles{
	float:left !important;
}
.updates_container{
	float:right !important;
}
#nav li li:hover ul.guide.hr_policy {
   margin-left: 0px !important;
    margin-top: -139px !important;
    position: relative;
    left: -267px !important;
    display: block !important;
    top: 51px;
}
#nav li li:hover ul.guide-1.hr_policy{
	position: relative;
    left: -279px !important;
    margin-left: -42px !important;
    /* margin-top: -181px !important; */
    display: block !important;
    top: 162px;
}