@charset "utf-8";
/* CSS Custom */

body{
	margin:0;
	padding:0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background:#F9F9F9;
	font-size: 14px;
	line-height: 1.42857143;
	

}
.provincial_nominee_new {
	padding-left: 0px;
	padding-right: 0px;
}
#procincial_nominee_page img {
	width: 252px;
	height: 142px;
}
#procincial_nominee_page .col-sm-6.col-md-4 {
	padding-top: 15px;
}
#jobs_table_wrapper .row {
text-align: right;
}
h1, h2, h3, h4, h5, h6, p, ul, ol{
	margin:0; padding:0
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.5 !important;
}
.inner_content_wrp ul {
	padding-left: 30px;
}

a{
  text-decoration:none;
  transition:ease-in 0.2s;
  -moz-transition:ease-in 0.2s;
  -webkit-transition:ease-in 0.2s;
  -ms-transition:ease-in 0.2s;
  -o-transition:ease-in 0.2s;
}
.clear{
	clear:both;
}

form .general_information .row {
	margin: 0px;
}

img{
	max-width:100%;
}


/* CSS Custom */


/* CSS header */

.header_wrp{
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	font-size:14px;
}
#second-top-bar .container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#second-top-bar .container .logo_wrp {
	padding-left: 7%;
}
.main-header ul {list-style:none}

.main-header .lower-section{
	position:relative;
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	background:none;
}


.fixed-header .lower-section{
	position:fixed;
	background:#223555;
	height:auto;
}

.lower-section .nav-toggler{
	position:fixed;
	right:15px;
	top:51px;
	margin-top:26px;
	display:none;
}

.lower-section .nav-toggler button{
	position:relative;
	display:block;
	height:51px;
	width:50px;
	background:#1b8af3;
	color:#ffffff;
	text-align:center;
	font-size:20px;
	line-height:38px;
	border:1px solid #1a7fdf;
	top:-78px;
}
.lower-section .nav-toggler button:hover {background:#000; border:1px solid #000;}
.main-header .lower-section .outer-box{
	position:relative;
	background:#1b8af3;
	/*border-radius:3px;*/
}

.main-header .link-box{
	position:absolute;
	right:50px;
	top:20px;
}

.main-header .link-box .theme-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:14px 25px;
	border-radius:5px;
	background:#ffffff;
	text-transform:uppercase;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#303030;
	font-size:14px;
	font-weight:700;	
}

.main-header .link-box .theme-btn:hover{
	background:#b89b5e;
	color:#ffffff;	
}

.main-menu{
	position:relative;
	padding:0px 0px;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	float:left;
	margin:0px;
	font-weight:400;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	/*padding:20px 0px;
	margin-right:20px;	*/
}

.fixed-header .main-menu .navigation > li{
	/*padding:20px 0px;	*/
}

.main-menu .navigation > li:last-child{
	margin-right:0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 10px 11px;
	font-size:14px;
	color:#ffffff;
	line-height:30px;
border-right:1px solid #48a6ff; 
	text-transform:capitalize;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	text-decoration:none;
	text-transform: uppercase;
    font-weight: 500;
}
.main-menu .navigation > li > a:hover {background:#135890}
.main-header.style-two .main-menu .navigation > li > a{
	color:#ffffff;	
}

/*.main-menu .navigation > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:4px;
	background:#b89b5e;
	opacity:0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
*/
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before,
.main-menu .navigation > li.current-menu-item:before{
	color:#b89b5e !important;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-20px;
	top:100%;
	width:285px;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#1b8af3 ;
	opacity:0;
	border:1px solid rgba(0,0,0,0.20);
}

.main-menu .navigation > li:hover > ul{
	left:0px;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:14px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	text-decoration:none;
	text-transform: uppercase;
    font-weight: 500;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#135890 ;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0px;
	width:285px;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#1b8af3;
	opacity:0;
	border:1px solid rgba(0,0,0,0.20);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border:none;	
}
.main-menu .navigation > li > ul > li > a i {position:absolute !important; right:10px !important; top:15px;}
.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:14px;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	text-decoration:none;
	text-transform: uppercase;
    font-weight: 500;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	background:#135890 ;	
}


.main-menu .navigation > li > ul > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0px;
	width:285px;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#1b8af3;
	opacity:0;
	border:1px solid rgba(0,0,0,0.20);
}

.main-menu .navigation > li > ul > li > ul > li > ul > li {
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li > ul > li:last-child{
	border:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a i {position:absolute !important; right:10px !important; top:15px;}
.main-menu .navigation > li > ul > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:14px 20px;
	line-height:14px;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	text-decoration:none;
	text-transform: uppercase;
    font-weight: 500;
}

.main-menu .navigation > li > ul > li > ul > li > ul > li:hover > a{
	background:#135890 ;	
}

.main-menu .navigation > li > ul > li > ul > li:hover > ul{
	left:100%;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li > ul > li:hover > ul{
	left:100%;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 270px;
	height: 100%;
	background: #0e66b9;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	left: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	left:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	display:none;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #223555;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #b89b5e;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#b89b5e;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #223555;
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 15px 15px 15px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration:none
}

.hidden-bar .side-menu ul li a:hover {
	background: transparent;
	color: #379eff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}






/*.header_wrp .navbar-inverse {background:#1b8af3}
.header_wrp .navbar-nav > li > a {padding:17px 17px 18px 17px; border-right:1px solid #48a6ff; color:#FFF; font-size:14px}
.header_wrp .navbar-nav > li > a:hover {background:#135890}
.header_wrp .navbar-nav > li > .dropdown-menu {
	width:220px;
	position:absolute;
	top:54px;
	list-style:none;
	z-index:999999;
	background:#1b8af3;
	padding:0;
}
.header_wrp .navbar-nav li:hover .dropdown-menu {display:block}
.header_wrp .navbar-nav > li > .dropdown-menu li{
	border-bottom: 1px solid #56adff;
	
}
.header_wrp .dropdown-menu > li > a {padding:9px 17px;}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: #135890;}

.header_wrp .navbar-nav > li > .dropdown-menu li a{
	color:#fff;
	text-decoration:none;
}

.header_wrp .navbar-nav > li > .dropdown-menu li:hover a{
	color:#fff
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
	display:none !important;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
	background:#1b8af3;
	margin:0;
	padding:0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
	
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
*/
.header_wrp .header_top{
	background:#ffffff;
}
.header_wrp .header_top .header_phone_txt {font-size:14px; color:#adadad; padding:6px 0}
.header_wrp .header_top .header_phone_txt span {padding-right:20px}
.header_wrp .header_top .header_phone_txt span strong {padding-right:5px}
.header_top .header_socail{
	padding-top: 6px;
	padding-bottom: 6px;
}

.header_top .header_socail a{
	font-size:14px;
	padding-right:15px;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	border-right:1px solid #323232;
	text-decoration:none;
	color:#adadad;
	text-decoration:none
}


.header_top .header_socail .facebook{
	border-left:1px solid #323232
}

.header_top .header_socail a:hover{
	background:#1d74bb;
	color:#fff
}

.header_top .adress_wrp{
	text-align:right;
	color:#100f0f;
	
	text-align:center;
	padding-top:6px;
	padding-bottom:6px;
	font-size:14px
}

.header_top .adress_wrp i{
	margin-right:5px
}

.header_top .col-md-3{
	margin:0;
	padding:0
}

.header_top .col-md-2{
	margin:0;
	padding:0
}


.header_top .header_estimate{
}

.header_top .header_estimate a{
	font-size:14px;
	text-decoration:none;
	background:#1b8af3;
	color:#f0f7fe;
	padding: 7px 17px;
    display: inline-table;
}

.header_mid{
	padding-top:0px;
	padding-bottom:5px;
	background:#fff url(../images/logo-bg-1.4.jpg) no-repeat bottom;
	background-size: cover;
}

.header_mid .outerwrp{
	padding-top:21px
}


.search_form {float: right; position: relative; margin:5px 0 5px 0}
.search_form .search_field{ display:none; height: 40px; margin: 0; border: none; background-color: #ddd; width: 200px; padding: 0 0 0 20px;}
.search_form .search_submit{    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: none;
    width: 40px;
    text-align: center;
    background: url(../images/search-icon.png) no-repeat center center #042038;
    text-indent: -9999%;
}

.header_mid .outerwrp ul li .phone{
	line-height:20px;
	font-size:14px
}

.header_mid .outerwrp ul li .phone span{
	float:left;
	/*position: relative;
    margin-top: 6px;
	margin-right:10px*/
}

.header_mid .outerwrp ul li .phone strong{
	font-size:14px
}



.header-box {background:#FFF; width:295px; float:right; padding:20px; -moz-box-shadow:3px 3px 5px 0 #000; -webkit-box-shadow: 3px 3px 5px 0 #000; box-shadow:3px 3px 5px 0 #000;}
.header-box h2 {font-size:18px; color:#333; text-align:center; font-weight:bold; padding:7px 0}
.header-box p {font-size:11px !important; color:#666 !important; text-align:center; padding:20px 0 !important; line-height:18px !important}
.header-box .btn-assessment { text-align:center; display:block; margin:10px 0}
.header-box .btn-assessment a {background:#1b8af3; font-size:14px; text-align:center; padding: 9px 24px;
    border-radius: 4px; text-decoration:none; color:#FFF;box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15); }
	.header-box .btn-assessment1 { text-align:center; display:block; margin-top:30px; margin-bottom:20px}
.header-box .btn-assessment1 a{
	background: #fff;
    padding: 9px 24px;
    border-radius: 4px;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    border:1px solid #eee
}
.outerwrp1{
	clear:both;
	padding:14px 15px;
	display:none;
}

.outerwrp1 ul{
	list-style:none;
	float: right;
}

.outerwrp1 ul li{
	float:left;
	margin-left:8px;
	/*border-right:1px solid #ddd;
	width:220px;
	float:left;
	margin-right:30px*/
	
}
 .job-listing-container .search_form {float: none; margin-right: 0; position: relative; min-height:40px;}
 .outerwrp1 .search_form {float: right; margin-right: 0; position: relative; min-height:40px;}
.outerwrp1 .search_form .search_field{ display:block; height: 40px; margin: 0; border: none; background-color: #ddd; width: 295px; padding: 0 0 0 20px;}
.outerwrp1 .search_form .search_submit{    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: none;
    width: 40px;
    text-align: center;
    background: url(../images/search-icon.png) no-repeat center center #1b8af3;
    text-indent: -9999%;
}
.outerwrp1 .social_icon {}
.outerwrp1 .social_icon a {width:40px; height:40px; text-align:center; display:inline-block; line-height:42px}
.outerwrp1 .social_icon a:hover {background:#100f0f}
.outerwrp1 .social_icon i {font-size:16px; color:#FFF}
.outerwrp1 .facebook_icon {background:#36609f}
.outerwrp1 .twitter_icon {background:#2aa9e0}
.outerwrp1 .rss_icon {background:#f48020}
.outerwrp1 .linkedin_icon {background:#066c9a}
.outerwrp1 .goole_plus_icon {background:#db5442}
.outerwrp1 ul li .phone{
	line-height:20px;
	font-size:14px
}

.outerwrp1 ul li .phone span{
	float:left;
	/*position: relative;
    margin-top: 6px;
	margin-right:10px*/
}

.outerwrp1 ul li .phone strong{
	font-size:14px
}

.navigationwrape{
}

.navigationwrape .navbar-default{
	background:#1d74bb;
	border:none
}

.navigationwrape .navbar-default .navbar-nav>li>a{
	border-left:1px solid #2e8fde;
	padding: 11px 19px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;    
}

.navigationwrape .navbar-default .navbar-nav>li>a:hover{
	background:#135388
}


.navigationwrape .navbar-inverse{
	background:#1b8af3;
}

.navigationwrape .navbar-inverse .navbar-nav>li>a{
	color:#fff
}

.navigationwrape .nav>li>a{
    padding:12px 17px;
	border-left:1px solid #48a6ff;
}


.navigationwrape .dropdown-menu{
	min-width: 250px;
	border-radius: 0;
}

.navigationwrape .dropdown-menu>li>a{
	padding: 8px 20px;
	border-bottom:1px solid #56adff;
	background:#1b8af3;
	color:#fff
}

.navigationwrape .navbar-inverse .navbar-nav>li>a:hover{
	background:#135890
}

.navigationwrape .dropdown-menu>li>a:hover{
	background:#135890
}

.navigationwrape .navbar-nav>li{
	position:relative
}

.navigationwrape .dropdownmenu{
	display:none;
	position:absolute;
	top:44px;
	list-style:none;
	z-index:999999;
	background:#1b8af3;
	width:130%;
	border-bottom:5px solid #fff;
	border-top:5px solid #fff
}

.navigationwrape .dropdownmenu li{
	border-bottom: 1px solid #56adff;
	padding:8px;
}

.navigationwrape .dropdownmenu li:hover{
	background: #135890;
}

.navigationwrape .dropdownmenu li a{
	color:#fff;
	text-decoration:none;
}

.navigationwrape .dropdownmenu li:hover a{
	color:#fff
}

.navigationwrape .navbar-nav>li:hover .dropdownmenu{
	display:block
}

#stickyhead {
	z-index:99999999
}

#stickyhead  .header_mid{

}



/* CSS header */


/* CSS slider */


.tp-banner-container {
    float: left;
    width: 100%;
    position: relative;
}
.slider {
    float: left;
    position: relative;
    width: 100%;
}


/* Slide1 */
.slide1-text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	
    color: #FFFFFF;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    line-height: 22px;
    padding: 20px 35px 22px;
}
.slide1-text2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #FFFFFF;
    float: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 30px;
    line-height: 22px;
    padding: 20px 35px 22px;
	background:#2f2a2a;
}



/* Slide2 */
.sliderTxt{
	padding:30px 0;
	z-index:10000000000;
}	

.contentBox{

}
	
.contentBox h1{
	color:#fff;
	font-size:40px;
	font-weight:800;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:20px;
}

.contentBox h1 span{
	border-bottom:4px solid #1b8af3;
}

.contentBox p{
	font-size:14px;
	color:#fff;
	line-height:26px
}

.btn_slider{
	margin-top:30px
}

.btn_slider a{
	background: #fff;
    padding: 9px 24px;
    border-radius: 4px;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	margin-right:15px
}

.btn_slider a:hover{
	background:#000;
	color:#fff
}

.slider_inner{
}

.slider_inner .breadcrums{
	background:#eeeeee;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #ddd;
}

.slider_inner .breadcrums a{
	text-decoration:none;
	color:#333;
	font-size:12px;
	margin-right:5px
}

.slider_inner .breadcrums .active{
	color:#1b8af3;
}

.free-assesment-btn {float:right; margin:16px 0 5px 0}
.free-assesment-btn a{
	background: #fff;
    padding: 9px 10px;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.free-assesment-btn a:hover{
	background:#000;
	color:#fff
}

.free-assesment-btn1 {float:none; display:block; margin:19px 0 5px 0}
.free-assesment-btn1 a{
	background: #fff;
	display:block;
	width:100%;
    padding: 9px 0;
	text-align:center;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.free-assesment-btn1 a:hover{
	background:#1b8af3;
	color:#fff
}
/* CSS slider */


/* CSS content */

.content_wrp{
}

.content_wrp .welcome_wrp{
	padding-top:50px;
	padding-bottom:40px;
}

.content_wrp .welcome_wrp h2{
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	font-size:36px;
	padding-top:25px;
	margin-bottom:20px
}

.content_wrp .welcome_wrp h2 strong{
	border-bottom:2px solid #1d74bb
}

.content_wrp .welcome_wrp p{
	text-align:center;
	line-height:28px;
	padding-left:50px;
	padding-right:50px;
	color:#8f8f8f
}

.welcome_wrp .welcome_listing{
}

.welcome_wrp .welcome_listing ul{
	list-style:none;
	/*margin-bottom:40px;
	margin-top:40px;*/
}

.welcome_wrp .welcome_listing ul li{
}
.welcome_wrp .welcome_listing ul li a{
	text-decoration:none;
	padding:10px 0 20px 0;
}
.welcome_listing ul li .listing{
	background:#f7f7f7;
	padding:5px;
	text-align:center;
	box-shadow: 0px 2px 2px 0px #929292
}

.welcome_listing ul li .listing .list_img img{
	height: 45px;
}

.welcome_listing ul li:hover .listing{
	background:#77B1FD;
	text-decoration:none;
  transition:ease-in 0.2s;
  -moz-transition:ease-in 0.2s;
  -webkit-transition:ease-in 0.2s;
  -ms-transition:ease-in 0.2s;
  -o-transition:ease-in 0.2s;
}

.welcome_listing ul li .listing h3{
	font-size:18px;
	font-weight:bold
}


.welcome_listing ul li .listing h3 a{
	color:#242121;
	text-decoration:none
}


.welcome_listing ul li:hover .listing h3 a{
	color:#fff
}

.welcome_listing ul li .listing p{
	padding:10px 20px 20px 20px;
	margin:0;
	line-height:24px;
}

.welcome_listing ul li {
    margin-bottom: 5px;
}

.welcome_listing ul li .list_img.fa.fa-list-alt {
    font-size:43px !important; 
    color: #DB291C !important; 
    opacity:0.8 !important;
}

.welcome_listing ul li:hover .listing p{
	color:#fff
}

.welcome_listing ul li .listing .list_img{
	margin-top: 20px;
	margin-bottom:10px
}

.listing .readmorebtn{
	margin-bottom:26px;
	margin-top:30px
}

.listing .readmorebtn a{
	background:#1b8af3;
	padding:9px 34px;
	border-radius:4px;
	color:#fff;
	text-decoration:none
}


.welcome_listing ul li:hover .listing .readmorebtn a{
	background:#000;
}


.about_wrp{
	background: url(../images/videobg.jpg);
	background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-top:90px;
	padding-bottom:80px;
	margin-top:20px;
	background-size:cover;
	margin-bottom:30px
	
}

.about_wrp .text_wrp{

}

.about_wrp .text_wrp h3{
	color:#fff;
	 text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    margin: 0 0 12px 0;
	font-size:30px
}

.about_wrp .text_wrp p{
	padding:0;
	margin:0;
	color:#fff;
	line-height: 26px;
    font-size: 14px;
}

.about_wrp .text_wrp .aboutbtn{
	margin-top:25px;
	margin-bottom:30px;
	color:#fff
}

.about_wrp .text_wrp .aboutbtn a{
	background:#fff;
	padding:11px 32px;
	border-radius:4px;
	text-decoration:none;
	color:#222222;
	font-weight:bold;
	text-transform:uppercase;
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.about_wrp .text_wrp .aboutbtn a:hover{
	background:#000;
	color:#fff
}

.video-frame {
	float: left;
	position: relative;
	width: 100%;
}

.video-frame iframe {
    width: 100%;
	height:320px
}

.video-frame:before {
    background-image: url("../images/shadow2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -14px;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    width: 100%;
}

.process_wrp{
	margin-top:80px;
	margin-bottom:80px
}

.process_wrp h2{
	text-transform:uppercase;
	margin-bottom:30px;
	font-size: 24px;
}

.process_wrp h2 i{
	width: 60px;
    height: 54px;
    line-height: 2.35em;
    font-size: 24px;
    color: #fff;
    text-align: center;
	background:#1b8af3;
	color:#fff;
	vertical-align: middle;
	margin-right:10px
}

.process_wrp h2 strong{

}

.top-fixed{position:fixed !important;z-index:99999 !important;top:0px !important;width:100%;}
.third-fixed{position:fixed !important;z-index:99999 !important;top:0 !important;width:100%;}

.process_wrp .process_img{
	padding-top:10px;
	text-align:center
}

.process_wrp .accordin_wrp{

}

.accordin_wrp .processlisting{
	list-style:none;
	padding-top:5px
}

.accordin_wrp p{
	font-size:14px;
	line-height:24px;
	padding-bottom:10px;
}

.accordin_wrp .processlisting li{
	font-size:14px;
	line-height:23px;
	padding: 0 0 0 3em;
    margin-bottom: 1.5em;
    position: relative;
}

.accordin_wrp .processlisting li:before {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1em;
    position: absolute;
    left: 0;
    top:6px;
    width: 1.65em;
    height: 1.65em;
    line-height: 1.65em;
    text-align: center;
	background:#dcdcdc;
	color:#000
}

.accordin_wrp .processlisting li:hover:before{
	background:#1d74bb;
	color:#fff
}

	

.process_wrp .accordin_wrp .panel-default>.panel-heading{
	padding:15px;
	background:none;
	border:none
}

.process_wrp .accordin_wrp .panel-default{
	border:none
}

.process_wrp .accordin_wrp .panel-title a{
	text-decoration:none;
	font-weight:600;
}

.content_inner{
	background:#f8f8f8;
	padding-top:50px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding-bottom:60px;
	margin-bottom:30px
	
}

.grantee_wrp{
}

.grantee_wrp{
}

.grantee_wrp p{
	line-height:26px;
	font-size:14px
}

.grantee_wrp .grante_btn{
	margin-top:25px
}

.grantee_wrp .grante_btn a{
	background:#1d74bb;
	padding:9px 24px;
	border-radius:4px;
	text-decoration:none;
	color:#fff;
	    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
	
}

.grantee_wrp .grante_btn a:hover{
	background:#000
}

.content_inner .subsribe_wrp{
}

.content_inner .subsribe_wrp h2{
}

.content_inner .subsribe_wrp h2 strong{
}

.content_inner .subsribe_wrp p{
	font-size:14px;
	line-height:24px;
	padding-top:10px
}

.content_inner .subsribe_wrp .form-group{
	margin-top:10px
}

.content_inner .subsribe_wrp .form-group .form-control{
	height:55px;
	text-align:center;
}

.content_inner .subsribe_wrp .subscribebtn{
}

.content_inner .subsribe_wrp .subscribebtn .btnsubscribe{
	border:none;
	width:100%;
	text-align:center;
	background:#1d74bb;
	padding-top:12px;
	padding-bottom:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	border-radius:4px

}

.assessment_wrp{
}

.assessment_wrp p{
	font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

.assessment_wrp .freeassesment{
	padding-top:28px;
	text-align:right
}

.assessment_wrp .freeassesment a{
	background:#100f0f;
	padding:18px 34px;
	color:#fff;
	text-decoration:none;
	border-radius:4px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase
}

.testimonial_wrp{
	background: url(../images/testimonial.jpg);
	background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	padding-top:70px;
	padding-bottom:80px;
	background-size:cover;
	margin-bottom:30px;
	position:relative
}

.testimonials-heading{
	font-size:36px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	
}

.testimonials{
	text-align:center;
	color:#fff
}

.testimonials .testimonial-text{
	line-height:28px;
	padding-left:120px;
	padding-right:120px;
	padding-top:30px;
	padding-bottom:30px
}

.contentinner{
	margin-top:50px;
	padding-bottom:80px;
	padding-top:70px;
	background:url(../images/subscribe.jpg) no-repeat;
	background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.assesment_wrp{
	padding:31px 20px 28px 20px;
	background-color: rgba(141, 200, 255, 0.7);
}

.assesment_wrp h2{
	font-size:24px;
	color:#fff
}

.assesment_wrp p{
	line-height:24px;
	font-size:14px;
	padding-top:15px;
	color:#fff
}

.assesment_wrp .freeassement{
	padding-top:30px;
	padding-bottom:20px
}

.assesment_wrp .freeassement a{
	background:#1d74bb;
	padding: 9px 24px;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	 box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.assesment_wrp .freeassement a:hover{
	background:#000

}

.suscribe_wrp{
	background-color: rgba(141, 200, 255, 0.7);
	padding:36px 20px
}

.suscribe_wrp h2{
	font-size:24px;
	color:#fff
}

.suscribe_wrp .form-group{
	margin-top:20px
}

.suscribe_wrp .form-group .form-control{
	height:45px;
	background-color: rgba(223, 240, 255, 0.5);
	border:none;
	border-radius:0
}

.suscribe_wrp .subscribebtn{
}

.suscribe_wrp .subscribebtn .btnsubcribetn{
	background:#1d74bb;
	padding: 9px 24px;
	color:#fff;
	border-radius:4px;
	border:none;
	    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.suscribe_wrp .subscribebtn .btnsubcribetn:hover{
	background:#000
}

.inner_content_wrp{
}

.aboutinner_wrp{
	margin-top:20px;
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.aboutinner_wrp h2{
	font-weight:600;
	color:#100f0f;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:20px
}

.aboutinner_wrp h2 span{
	border-bottom:2px solid #1b8af3;
	display: inline;
    padding-bottom: 6px;
}

.aboutinner_wrp p{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding-bottom:45px;
	color:#555555;
}

.aboutinner_wrp .about_img{
}

.aboutinner_wrp .about_img img{
	border:8px solid #f4f4f4
}

.about_servies{
	padding-top:30px
}

.about_servies .welcome_listing ul{
	list-style:none;
	margin-bottom:60px
}

.freeassement1{
	background:#1b8af3;
	padding-top:20px;
	padding-bottom:20px
}

.freeassement .assesment_txt{
}

.freeassement1 .assesment_txt p{
	padding:0;
	margin:0;
	color:#fff
}

.freeassement1 .assesment_txt h4{
	color:#fff;
	font-size:24px;
	font-weight:600;
	text-transform:uppercase
}

.freeassement1 .assesment_btn{
	text-align:center;
	padding-top:14px
}

.freeassement1 .assesment_btn a{
	font-size:18px;
	text-transform:uppercase;
	background:#100f0f;
	padding:12px 55px;
	border-radius:4px;
	color:#fff;
	text-decoration:none
}

.freeassement1 .assesment_btn a:hover{
	background:#000
}

.expressentrywrp{
	margin-top:20px
}

.expressentrywrp h2{
	font-weight: 600;
    color: #100f0f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
	font-size: 23px;
}

.expressentrywrp h5{
	font-weight:bold;
	color:#333;
	padding-bottom:5px;
	font-size:15px;
	padding-top:5px
}

.find_btn{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px
}

.find_btn a{
	text-decoration:underline;
	font-size:18px;
}

.expressentrywrp h2 span{
	border-bottom: 2px solid #1b8af3;
    display: inline;
    padding-bottom: 6px;
}

.expressleftcontent p{
	font-size: 14px;
    color: #333;
    line-height: 25px;
    padding-bottom: 5px;
    color: #555555;
	padding-top:5px
}

.expressleftcontent p i{
	font-size:7px; color:#1b8af3; margin-right:10px;
	position:relative;
	top:-2px
}

.express_img img{
	width:100%;
	border:5px solid #ddd
}

.expressleftcontent .listing{
	list-style:none;
	margin-top:5px
}

.expressleftcontent .listing li{
	list-style:none;
	padding-bottom:10px;
	font-size: 14px;
    color: #555555;
	line-height:24px
}

.expressleftcontent .listing li:before{
	font-family: 'FontAwesome';
	content: "\f111";
	padding-right:10px;
	color:#1b8af3

}

.tabpanel_wrp{
}

.tabpanel_wrp .nav-tabs>li{
	width:50%;
	text-align:center;
	font-weight:600;
	background:#0d0c0c;
	border-radius:0
	
}

.tabpanel_wrp .nav-tabs>li a{
	color:#fff;
	letter-spacing:2px
}

.nav>li>a:focus, .nav>li>a:hover{
	background:none
}

.tabpanel_wrp .nav-tabs>li.active>a, .tabpanel_wrp .nav-tabs>li.active>a:focus, .tabpanel_wrp .nav-tabs>li.active>a:hover{
	background-color: #1b8af3;
	color:#fff;
	border-radius:0
}

.tabpanel_wrp .tab-content{
	padding:10px;
	border:1px solid #ddd;
	margin-bottom:50px;
	background:#f9f9f9
}

.tabpanel_wrp .tab-content h4{
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:23px
}

.tabpanel_wrp .tab_list{
	list-style:none;
	margin-top:15px;
	
}

.tabpanel_wrp .tab_list li{
	font-size:14px;
	padding-bottom:8px
}

.tabpanel_wrp .tab_list li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right:5px;
	color:#1b8af3;
}

.latest_news{
	margin-top:30px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px
}

.latest_news h4{
	font-size:16px;
	color:#333;
	font-weight:bold;
	margin-bottom: 9px;
    text-transform: uppercase;
}

.latest_news span{
	font-size:11px;
	color:#cacaca;
	text-transform:uppercase;
	margin-right:10px
}

.latest_news span i{
	color:#1b8af3
}

.latest_news p{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding-top:5px;
	color: #555555;
}

.accordion_wrp{
	margin-top:15px
}

.accordion_wrp .panel-heading{
	padding:15px 
}

.accordion_wrp .panel-heading a{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	display:block
}

.accordion_wrp .tabel_reponsive{
	margin-top:10px
}

.accordion_wrp .tabel_reponsive .table{
	border:1px solid #ddd
}

.accordion_wrp .tabel_reponsive .table tr td{
	border-right:1px solid #ddd;
	font-size:14px
}

.greycolor{
	background:#f6f6f6
}

.accordion_wrp .tabel_reponsive .table .heading_table{
	font-size:16px;
	background:#1b8af3;
	color:#fff;
	font-weight:600
}

.catagoretable{
	margin-top:10px
}

.catagoretable .table-responsive{
}

.catagoretable .table-responsive .table{
	border:1px solid #ddd
}

.catagoretable .table-responsive .table tr td{
	border-right:1px solid #ddd;
	font-size: 14px;
	line-height:26px
}

.catagoretable .table-responsive .table .headingtable{
	font-size: 14px;
    background: #1b8af3;
    color: #fff;
    font-weight: 600;
	text-align:center
}




/* CSS content */

/* CSS footer */

.footer_wrp{
	background:#042038;
	padding-top:40px;
	padding-bottom:10px
}


.footerabout{
}

.footerabout h2{
	font-size:24px;
	color:#fff;
	padding-bottom:15px
}

.footerabout p{
	line-height:24px;
	color:rgba(245, 245, 245, 0.7)
}

.footerabou .footerabtbtn{
}

.footerabtbtn{
	padding-top:20px;
}

.footerabtbtn a{
	background:#1d74bb;
	padding:9px 24px;
	border-radius:4px;
	color:#fff;
	text-decoration:none
}

.footerquick{
}

.footerquick h2{
	font-size:24px;
	color:#fff;
	padding-bot

}

.footerquick ul{
	list-style:none;
	margin-top:15px
}

.footerquick ul li{
	padding-top:5px;
	padding-bottom:5px;
	width:50%;
	float:left
}

.footerquick ul li a{
	text-transform:lowercase;
	color: rgba(245, 245, 245, 0.7);
	text-decoration:none;
}

.footerquick ul li a:hover{
	color:#1d74bb
}

.contact_wrp{
}

.contact_wrp h2{
	font-size: 24px;
    color: #fff;
}

.contact_wrp .address{
	color:rgba(245, 245, 245, 0.7);
	padding-top:20px
}

.contact_wrp .phone{
	color:rgba(245, 245, 245, 0.7);
	margin-top:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #6d6d6d;
}

.contact_wrp .phone i{
	margin-right:5px
}

.contact_wrp .email{
	color:rgba(245, 245, 245, 0.7);
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #6d6d6d;
	border-bottom:1px solid #6d6d6d;
}

.contact_wrp .email i{
	margin-right:5px
}
.contact_wrp ul{
	list-style:none;
	float: left;
	padding-top:10px;
}

.contact_wrp ul li{
	float:left;
	margin-right:8px;
	/*border-right:1px solid #ddd;
	width:220px;
	float:left;
	margin-right:30px*/
	
}
.contact_wrp .social_icon {}
.contact_wrp .social_icon a {width:28px; height:28px; text-align:center; display:inline-block; line-height:30px}
.contact_wrp .social_icon a:hover {background:#1b8af3}
.contact_wrp .social_icon i {font-size:12px; color:#FFF}
.contact_wrp .facebook_icon {background:#36609f}
.contact_wrp .twitter_icon {background:#2aa9e0}
.contact_wrp .rss_icon {background:#f48020}
.contact_wrp .linkedin_icon {background:#066c9a}
.contact_wrp .goole_plus_icon {background:#db5442}
.copyright{
	text-align:center;
	margin-top:0px;
	padding-top:20px;
	color: #fff;
        font-size: 16px;
        text-shadow: 2px 2px 2px #010217;




}

.expressrightcontent{
}

.expressrightcontent .immigrate_wrp{
	margin-top: 7px;
}

.expressrightcontent .immigrate_wrp h3{
	font-weight: 600;
    color: #100f0f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 21px;
}

.expressrightcontent .immigrate_wrp h3 span {
    border-bottom: 2px solid #1b8af3;
    display: inline;
    padding-bottom: 8px;
}

.immigrate_wrp .immegrate_listing{
	list-style:none;
	margin-top:20px
}

.immigrate_wrp .immegrate_listing li{
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px solid #ddd;
	background:#f4f4f4;
	padding:10px
}

.immigrate_wrp .immegrate_listing li:hover{
	background:#1b8af3
}

.immigrate_wrp .immegrate_listing li:hover a{
	color:#fff
}

.immigrate_wrp .immegrate_listing li:after{
	content: "\f105";
	font-family: 'FontAwesome';
	color:#1b8af3;
	float:right;
	padding-right:5px
}

.immigrate_wrp .immegrate_listing li:hover:after{
	color:#fff
}

.immigrate_wrp .immegrate_listing li a{
	color:#333;
	text-decoration:none;
	font-size:14px
}
.navbar-toggle { position:absolute; top:55px ; right:140px; background:#1b8af3; border-color:#1678d5}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {background:#135890}


/* assessment_formwrp */

.assessment_formwrp{
	margin-top:30px
}

.assessment_formwrp .mandatory_text{
}

.mandatory_text .mendatory_left{
}

.mandatory_text .mendatory_left h3{
	color:#1b8af3;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px
}

.mandatory_text .mendatory_left p{
	font-size:14px;
	color:#666;
	font-size:14px;
	line-height:24px;
	padding-bottom:20px
	
}

.mandatory_text .mendatory_right{
}

.mandatory_text .mendatory_right h3{
	color:#1b8af3;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px
}

.mandatory_text .mendatory_right p{
	font-size:14px;
	color:#666;
	font-size:14px;
	line-height:24px;
	padding-bottom:20px
}

.assesment_categoriwrp{
}

.assesment_categoriwrp h2{
	font-size:14px;
	text-align:center;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	padding-top:8px;
	padding-bottom:8px;
	border:1px solid #ddd;
	font-weight:700;
	letter-spacing:4px;
	margin-bottom:20px;
	margin-top:10px

}

.evaluation_wraper{
	margin-top:25px;
	background:#f5f5f5;
	padding-bottom:10px;
	border:1px solid #ddd;
	margin-bottom:25px
}

.evaluation_wraper h4{
	background:#1b8af3;
	color:#fff;
	padding:14px 20px
}

.evaluation_wraper ul{
	list-style:none;
	padding:10px
}

.evaluation_wraper ul li{
	background:#fff;
	border-radius:4px;
	border:1px solid #ddd;
	padding:5px 15px;
	margin-top:20px 
}

.evaluation_wraper ul .active{
	background:#ddd
}

.evaluation_wraper ul li .radio{
	border-right:1px solid #ddd;
	padding-top:22px;
	padding-bottom:22px
}

.evaluation_wraper ul li .radio label{
	font-weight:bold;
	color:#252322
}

.evaluation_wraper ul li .description_wraper{
	padding-top: 11px;
		
}

.evaluation_wraper ul li .description_wraper p{
	font-size:14px;
	padding-top:5px;
}

.evaluation_wraper ul li .helpicon{
	text-align:right;
	padding-top:22px;
	font-size:24px
}

.evaluation_wraper ul li .helpicon a{
	text-decoration:none;
	color:#333
}

.evaluation_wraper ul li .helpicon a:hover{
	color:#F00
}

.generalassesmentform{
	padding-bottom:10px;
}

.generalassesmentform .general_information{
    border:1px solid #ddd;
	background: #f5f5f5;
	margin-bottom:30px
}

.generalassesmentform h3{
	background: #1b8af3;
    color: #fff;
    padding: 14px 20px;
	font-size:18px
}

.generalassesmentform h3 a{
	float: right;
	color:#fff
}

.generalassesmentform form{
	padding:15px
}

.generalassesmentform form .form-group{
}

.generalassesmentform form .form-group span{
	color:#777471;
	font-size:12px;
	font-weight:normal;
	margin-left:5px
}

.generalassesmentform form .form-group .form-control{
	height:40px;
	border-radius:0
}

.generalassesmentform1{
	padding-bottom:10px;
}

.generalassesmentform1 .general_information{
    border:1px solid #ddd;
	background: #f5f5f5;
	margin-bottom:30px
}

.generalassesmentform1 h3{
	background: #1b8af3;
    color: #fff;
    padding: 14px 20px;
	font-size:18px
}

.generalassesmentform1 h3 a{
	float: right;
	color:#fff
}

.generalassesmentform1 form{
	
}

.generalassesmentform1 form .form-group{
	padding:10px 15px  0 15px
}

.generalassesmentform1 form .form-group span{
	color:#777471;
	font-size:12px;
	font-weight:normal;
	margin-left:5px
}

.generalassesmentform1 form .form-group .form-control{
	height:40px;
	border-radius:0
}
.generalassesmentform1 form .form-group textarea {min-height:80px}

.section_form{
	background:#fff;
	padding:15px;
	margin:15px;
	position:relative;
	margin-top:-20px
}

.section_form .form-control{
	background:#eeeeee
}

.section_form p{
	font-size:14px;
	line-height:24px;
	font-size:14px;
	color:#8d8884
}

.networthwrp{
	margin:15px
}

.networthwrp p{
	font-size: 14px;
    line-height: 24px;
    font-size: 14px;
    color: #8d8884;
}

.commentwrp{
	margin:15px
}

.commentwrp p{
	font-size:14px
}

.commentwrp .checkbox label{
	font-weight:bold
}

.submit_button{
	margin-bottom:30px
}

.submit_button .button_submit{
	background:#100f0f;
	border-radius:4px;
	padding:8px 24px;
	border:none;
	color:#fff;
	font-weight:600
}

.submit_button .button_submit:hover{
	background:#000
}

.submit_button1{
	float:left;
	margin-bottom:30px
}

.submit_button1 .button_submit{
	background:#100f0f;
	border-radius:4px;
	padding:8px 24px;
	border:none;
	color:#fff;
	font-weight:600
}
.submit_button1 .btn-default {padding:8px 24px; margin-left:10px}
.submit_button1 .button_submit:hover{
	background:#000
}

/**** job listing ***/
.job-listing-container {margin:0 0 30px 0}
/*.job-listing-container ul {list-style:none}
.job-listing-container li {border-bottom:1px solid #f0f0f0; padding:10px 0; margin-bottom:10px}
.job-listing-container li a.job-title {font-size:18px; color:#1b8af3; display:block; text-decoration:none}
.job-listing-container li a.job-title:hover {color:#999}
.job-listing-container li .job-type {margin:7px 0}
.job-listing-container li .job-type span {border:1px solid #ddd; padding:1px 5px; color:#757575 ; font-size:11px; font-weight:400; margin-right:5px}
.job-listing-container .job-name {text-align:left; font-size:12px; color:#1b8af3}
.job-listing-container .job-location {text-align:right; font-size:12px; color:#757575}*/
.job-listing-detail {}
.expressleftcontent h2 a {font-size:12px; color:#FFF; padding:8px 20px; background:#1b8af3; float:right; text-decoration:none}
.expressrightcontent .immigrate_wrp .num-postions {font-size:14px; color:#999; padding-bottom:5px}
.expressrightcontent .immigrate_wrp .num-postions strong {margin-right:15px}

.job-listing-container .table {border:1px solid #f0f0f0; margin:20px 0}
.job-listing-container .table tr th {text-align:center; color:#666}
.job-listing-container .table tr td {border-right:1px solid #f0f0f0; text-align:center; font-size:14px; padding-top:10px; padding-bottom:10px}
.job-listing-container .table tr td a {text-decoration:none;}
.job-listing-container .table tr td:last-child {border-right:none}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {border-right:1px solid #f0f0f0}
.job-listing-container .table tr td a.apply-now {-moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius:5px; border-radius: 5px; text-decoration:none; border:1px solid #ddd; font-size:12px; padding:4px 9px}
.job-listing-container .table tr td a.apply-now:hover {background:#1b8af3; color:#FFF}

.job_summary {margin-bottom:30px}
.job_summary .summar-txt {border-bottom:1px solid #f0f0f0; margin-top:15px}
.star-color {color:#F00 !important; font-size:14px !important}
/* assessment_formwrp */

.last_link {display:none !important}
#third-top-bar {
	background-color: #1b8af3;
    /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}
.a2a_floating_style {padding:0 !important; top:140px !important}
.a2a_vertical_style a {padding:0 !important}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_menu .a2a_svg {
	-webkit-border-radius: 12px !important; -moz-border-radius: 12px !important;  border-radius: 0 !important;
}
.a2a_svg {width:36px  !important; height:36px !important; line-height:36px !important}
.conatct-form label {padding-top:15px;}
.conatct-form .form-control {-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;}
.contact-txt p {font-size:14px; color:#999; padding-bottom:10px;}
.contact-txt ul{
	list-style:none;
	float: left;
}

.contact-txt ul li{
	float:left;
	margin-right:8px;
	/*border-right:1px solid #ddd;
	width:220px;
	float:left;
	margin-right:30px*/
	
}
.contact-txt .social_icon {}
.contact-txt .social_icon a {width:40px; height:40px; text-align:center; display:inline-block; line-height:42px}
.contact-txt .social_icon a:hover {background:#100f0f}
.contact-txt .social_icon i {font-size:16px; color:#FFF}
.contact-txt .facebook_icon {background:#36609f}
.contact-txt .twitter_icon {background:#2aa9e0}
.contact-txt .rss_icon {background:#f48020}
.contact-txt .linkedin_icon {background:#066c9a}
.contact-txt .goole_plus_icon {background:#db5442}
.slider-bg {
	background:url(../images/banner3.jpg) no-repeat; 
	height:330px; 
	/*-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;*/
	  background-size: 100% 100%;
  }
  #at-share-dock {width:275px !important; margin-left:auto; margin-right:auto; box-shadow:none !important}
  .logo_wrp {display:block; float:left}
  .logo_wrp1 {display:none; float:left}
  .logo_wrp2 {float:right; padding-top: 20px; padding-right: 10px;}
  .logo_wrp2 img {width: 140px; padding-right: 10px;}

@media (max-width: 1200px) {
	.main-menu .navigation > li > a {
		font-size: 13px;
	}
.header_wrp .navbar-nav > li > a { padding:17px 8px}
.free-assesment-btn a {font-size:11px;}
.header-box {}
.main-header .lower-section .outer-box {min-height:0}

}
  @media (max-width: 1023px) {
	  .logo_wrp2 img {
		width: 140px;
		padding-top: 7px;
		padding-right: 10px;
	  }
	  .header_wrp .header_top {display:none}
	  .free-assesment-btn {display:none;}
	  .outerwrp {display:none !important}
	  .main-header .lower-section .outer-box {min-height:0; background:none}
	  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {min-height:0px !important; }
  }
@media only screen and (max-width: 1023px){
	.main-menu{
		display:none;	
	}
	
	.main-header .nav-toggler{
		display:block;
		left:0px;	
	}
	.logo_wrp {display:none;}
  .logo_wrp1 {display:block; float: left;
    padding-left: 60px; }
	.logo_wrp2 {padding-top: 5px; padding-right: 10px;}	
  .header_mid {padding-top:0; z-index:999; border-bottom:3px solid #1b8af3; position:fixed; width:100%; padding-bottom:0; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
}
@media (max-width: 992px) {
	.header_top .header_socail a {padding-left:10px; padding-right:10px; padding-bottom:6px; font-size:12px}
	.header_top .adress_wrp {font-size:12px}
	.header_top .header_estimate a {padding:7px 5px; font-size:12px}
	.sliderTxt {}
	.content_wrp .welcome_wrp h2 {font-size:30px; line-height:50px}
	.welcome_listing ul li .listing {margin-bottom:25px}
	.grantee_wrp {margin-bottom:35px}
	.footerabout {margin-bottom:35px}
	 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.header_wrp .navbar-nav > li > a {border-right:none}
	.header_mid .outerwrp {display:none}
	.header_wrp .header_top {display:none}
	.outerwrp1{display:block }
	.header_wrp .navbar-nav > li > .dropdown-menu {top:40px}
	.last_link {display:block !important}
	.display_link_div {display:none}
	.header_top .adress_wrp {border:none}
	.header-box {}
	.header-box p {padding:10px 0 !important}
	.header-box .btn-assessment1 { margin-top:20px; margin-bottom:10px}
	.outerwrp {display:none}
	.free-assesment-btn {display:none}
	#at-share-dock a {width:50px !important; margin-right:5px !important}
	.slider-bg {background:#FFF;}
	.header-box {width:100%; padding:50px 0;}
	.logo_wrp1 { float: left;
    padding-left: 60px; }	
}

@media (max-width: 768px) {
/*.collapse.in {padding-left:15px; padding-right:15px}*/
.logo_wrp2 {
	padding-right: 10px;
}
.navbar-toggle {right:10px}
	.flexslider .slides > li {background:#FFF; height:260px}
.header-box {}

.sliderTxt {}
.flex-control-nav {display:none}
.contentBox h1 {color:#333 !important}
.contentBox p {color:#666 !important;}
.flexslider .slides img {display:none !important}
.logo_wrp1 {float: left;
    padding-left: 60px;}
}
.content_wrp .welcome_wrp h1.abt-us {padding-left:50px;}
@media (max-width: 568px) {
	.logo_wrp2 {
		padding-right: 10px;
	}
	.header_top .header_socail {text-align:center}
	.header_top .header_socail a {padding-left:15px; padding-right:15px}
	.header_top .adress_wrp {border:none}
	.header_top .header_estimate {text-align:center}
	.header_top .header_estimate a {padding:7px 15px;}
	.logo_wrp {float: left}
	.header_mid .outerwrp ul {float:none}
	.header_mid .outerwrp ul li {border-right:none}
	.navbar-nav {margin:7.5px 0}
	.header_wrp .navbar-nav > li > a:hover {background:#135890}
	.header_wrp .navbar-nav > li > .dropdown-menu {width:100%}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {color:#FFF; padding-top:5px; padding-bottom:5px}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {background:#135890}
	.sliderTxt {display:block}
	.content_wrp .welcome_wrp h2 {font-size:26px; line-height:40px}
	.content_wrp .welcome_wrp p {padding-left:0; padding-right:0}
	.content_wrp .welcome_wrp h1.abt-us {padding-left:0px;}
	.process_wrp h2 {font-size:22px}
	.testimonials .testimonial-text {padding-right:0; padding-left:0}
	.footerquick {margin-bottom:35px; display:block}
	.expressentrywrp h2 {line-height:45px}
	.header_mid .outerwrp ul li {width:165px; margin-right:0}
	.header_mid .outerwrp ul li .phone {font-size:14px}
	.panel-title {font-size:14px}
	.dropdown-submenu>.dropdown-menu { left:0; top:37px}
	.outerwrp1 .search_form {float:none;}
	.outerwrp1 .search_form .search_field { width:100%; float:right}
	.outerwrp1 ul {float:none; margin-top:10px}
	.navbar-toggle {top:72px; right:0}
	#third-top-bar {/*padding-left:35px;*/ }
	.flexslider .slides > li { height:500px}
	.header_mid {
		    background-position-x: 10px;
	}
}



ol.flex-control-nav {
	display: none;
}
.content_wrp .welcome_wrp {
	padding-top: 10px;
}
.search_results_page ul.qpaginateul {
	list-style: none;
}
/* CSS footer */

.general_information form {
margin: 0px;
}

.general_information form .row .col-md-12 {
margin: 15px;
}


form  .general_information {
margin: 0px;
}

.recuting_wraper{
		margin-top:30px
	}
	
	.recuting_wraper ul{
		list-style:none
	}
	
	.recuting_wraper ul li{
	}
	
	.recuting_wraper ul li .recurting_list{
		background:#fff;
		padding:5px;
		border:1px solid #ddd;
		border-radius:4px;
		margin-bottom:30px
	}
	
	.recurting_text{
		margin-top:10px
	}
	
	.recurting_text h2{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
	}
	
	.tagline{
		color:#b4b4b4;
		font-size:14px;
	}
	
	.recuter_img img{
		width:100%
	}
	
	.focus_area{
		margin-top:5px;
		font-weight:600;
		color:#000
	}
	
	.recurting_text ul{
		margin:0;
		padding:0;
		list-style:none;
		margin-bottom:20px
	}
	
	.recurting_text ul li{
		line-height:22px;
		
	}
	
	.recurting_text ul li a{
		font-size:14px;
		color:#b4b4b4;
		float:left
	}
	
	.recurting_text p{
		font-size:14px;
		color:#b4b4b4;
		line-height:24px
	}
	
	.bio_btn{
		text-align:right;
		margin-right:5px
	}
	
	.bio_btn a{
		color:#000
	}
	
	.bio_btn a:hover{
		color:#F00
	}
	
	.recuting_wraper ul li:nth-child(1) .recurting_list{
		background:#f4f4f4;
		border:1px solid #ddd;
		border-radius:4px;
		margin-top:80px;
		text-align:center
	}
	
	.recuting_wraper ul li:nth-child(1) .recuter_img{
		text-align:center;
		margin-top: -67px;
	}
	
	.recuting_wraper ul li:nth-child(1) .recuter_img img{
		width: 200px;
		height: 200px;
		border-radius: 50%;
		margin: 0 auto;
		border: 5px solid #1B8AF3
	}
	
	.recuting_wraper ul li:nth-child(1) .recurting_text{
		padding-left:30px;
		padding-right:30px
	}
	
	.recuting_wraper ul li:nth-child(1)  .recurting_text ul{
		text-align:center
	}
	
	.recuting_wraper ul li:nth-child(1) .bio_btn{
		text-align:center;
		padding-bottom:30px
	}
	
	.recuting_wraper ul li:nth-child(1) .focus_area{
		margin-top:20px;
		margin-bottom:10px
	}
	
	.recuter_detailwrp{
	}
	
	.recuter_detailwrp h2{
		font-size:18px;
	}
	
	.recuter_detail_img img{
		width:100%
	}
	
	.recurting_text {
		margin-top:30px
	}
	
	.recurting_text h2{
		font-size:24px;
		color:#000;
		margin:0;
		padding:0
	}
	
	.detail_text{
	font-size: 14px;
    color: #b4b4b4;
	line-height:26px;
	margin-top:10px
	}
	
	.recurting_text .tagline{
		color:#b4b4b4;
		font-size:14px;
		margin-bottom:20px
	}
	
	.focus_area{
		color:#000;
		font-weight:600;
		font-size:18px
	}
	
	.facts{
		color:#000;
		font-weight:600;
		font-size:18px;
		margin-top:30px
	}
	
	.facts a{
	font-size: 14px;
    color: #b4b4b4;
	}
	
	.recurting_text ul{
		list-style:none;
		margin:0;
		padding:0
	}
	
	.recurting_text ul li{
		float:left;
	}
	
	.recurting_text ul li a{
	font-size: 14px;
    color: #b4b4b4;
    float: left;

}

.logo-responsive-desktop {
    display: block;
    max-width: 109%;
    height: auto;