body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif !important;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
.top-bar {
	background: #25397d none repeat scroll 0 0;
	padding: 13px 0;
}
.top-bar-left {
}
.top-bar-left ul {
	margin: 0;
	padding: 0;
}
.top-bar-left ul li {
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}
.top-bar-left ul li::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 13px;
	right: -1px;
	position: absolute;
	top: 5px;
	width: 1px;
}
.top-bar-left ul li:last-child::before {
	display: none;
}
.top-bar-left ul li a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.top-bar-left ul li a:hover {
	color: #3398de;
}
.top-bar-right {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: right;
}
.header-bottom {
	padding: 18px 0;
}
.logo {
	margin: -10px 0 0;
}
.header-right {
}
.header-right ul {
	float: right;
	margin: 0;
	padding: 0;
}
.header-right ul li {
	color: #000;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0 0 0 40px;
}
.header-right ul li:first-child {
	margin: 0;
}
.header-right-icon {
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	float: left;
	height: 60px;
	margin: 0 10px 0 0;
	text-align: center;
	width: 60px;
}
.header-right-icon img {
	margin: 15px auto;
}
.header-right-content {
	float: left;
}
.header-right ul li a {
	color: #0f75bc;
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header-right ul li a:hover {
	color: #000;
}
.header-right ul li a.call {
	font-size: 32px;
	line-height: 36px;
}
.menu-part {
	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,117,189,1)), color-stop(51%, rgba(48,167,252,1)), color-stop(52%, rgba(80,183,252,1)), color-stop(100%, rgba(19,120,192,1)));
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -o-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
}
.menu {
}
.menu ul li::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 16px;
	right: -2px;
	position: absolute;
	top: 25px;
	width: 2px;
}
.menu ul li:last-child::before {
	display: none;
}
.menu ul li:first-child a {
	padding-left: 0;
}
.banner-bottom {
	background: #25397d none repeat scroll 0 0;
	padding: 35px 0;
}
.banner-bottom-left {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 55px;
}
.banner-bottom-right {
	text-align: right;
}
.banner-bottom-right a {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	color: #000;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 14px 55px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner-bottom-right a:hover {
	background: #fff none repeat scroll 0 0;
	color: #000;
}
.home-about {
	padding: 55px 0 35px;
}
.home-about-heading {
	color: #25397d;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	margin: 0 0 5px;
}
.home-about-text {
	color: #0f75bc;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0 0 15px;
}
.home-about-details {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	text-align: justify;
	width: 92%;
}
.home-about-image {
	padding: 0 10px 0 0;
}
.home-specialist {
	padding: 30px 0 0;
}
.home-specialist-heading {
	color: #ddd;
	font-family: 'Roboto', sans-serif;
	font-size: 57px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.home-specialist-item {
	background: #0f75bc none repeat scroll 0 0;
	min-height: 340px;
	padding: 35px 40px;
	text-align: center;
}
.home-specialist-item-icon {
	margin: 0 0 5px;
}
.home-specialist-item-icon img {
	margin: 0 auto;
}
.home-specialist-item-heading {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px;
}
.home-specialist-item-details {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.blue-bg {
	background: #25397d none repeat scroll 0 0;
}
.home-process {
	padding: 60px 0 50px;
}
.home-process-heading {
	color: #0f75bc;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 25px;
}
.home-process-item {
}
.home-process-item ul {
	list-style-type: none;
	margin: 0 0 35px;
	padding: 0;
}
.home-process-item ul li {
	background: rgba(0, 0, 0, 0) url("../images/li-bg.png") no-repeat scroll 0 1px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
.home-process-text {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
}
.home-migration-testimonial {
	padding: 15px 0 75px;
}
.home-migration {
	background: rgba(0, 0, 0, 0) url("../images/australia-map.png") no-repeat scroll center center;
	padding: 55px 15px 40px;
}
.home-migration-heading {
	color: #25397d;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}
.home-migration-details {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.home-testimonial {
	margin: 10px 0 0;
}
.home-testimonial-heading {
	color: #005ea0;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 50px;
	text-align: center;
}
.home-testimonial-inner {
}
.home-assessment {
	background: #0f75bc none repeat scroll 0 0;
	padding: 85px 0 75px;
}
.home-assessment-left {
}
.home-assessment-heading {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 5px;
}
.home-assessment-details {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 15px;
}
.home-assessment-right {
	padding: 0;
}
.hm-form {
	margin: 0 0 25px;
}
.hm-form input {
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	height: 56px;
	padding: 7px 20px 8px;
	width: 100%;
}
 .hm-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
 .hm-form input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 .hm-form input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .hm-form input:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.hm-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	height: 56px;
	padding: 7px 20px 8px;
	width: 100%;
	background: url(../images/white-arrow.png) no-repeat 90% center;
}
.hm-form textarea {
	background: none;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	height: 157px;
	padding: 7px 20px 8px;
	width: 100%;
}
 .hm-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
}
 .hm-form textarea::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
}
 .hm-form textarea:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
}
 .hm-form textarea:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}
.hm-form-btn input, .hm-form-btn input:hover {
	background: #fff !important;
	border-radius: 50px !important;
	color: #000 !important;
	font-size: 20px !important;
	margin-left: 15px;
	width: 95%;
	height: 56px;
}
.hm-form input:focus, .hm-form textarea:focus {
	border: 1px solid #fff !important;
}
.home-assessment-right div.wpcf7-response-output {
	margin: 0 0 0 15px !important;
	color: #fff;
	width: 95%;
}
.home-assessment-icon {
	margin: 0 0 5px;
}
.home-assessment-call {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 15px;
}
.home-assessment-call a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home-assessment-call a:hover {
	color: #fff;
}
.home-assessment-text {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.home-logo {
	padding: 60px 0 30px;
}
.home-logo-item {
	margin: 0 0 30px;
}
.home-logo-item ul {
	margin: 0;
	padding: 0;
}
.home-logo-item ul li {
	display: inline-block;
	margin: 0 2px;
}
footer {
	background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 35px 0 0;
}
.footer-text {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: 0 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.footer-text img {
	width: 15%;
}
.footer-menu {
	margin: 0 0 20px;
	text-align: center;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	display: inline-block;
	position: relative;
}
.footer-menu ul li a {
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 0 28px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer-menu ul li a:hover {
	color: #fff;
}
.footer-menu ul li::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 16px;
	right: -2px;
	position: absolute;
	top: 6px;
	width: 2px;
}
.footer-menu ul li:last-child::before {
	display: none;
}
.footer-social {
	margin: 0 0 35px;
	text-align: center;
}
.footer-social ul {
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 5px;
}
.footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 25px 0;
}
.copyright {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	text-align: center;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #fff;
}
.page .entry-title {
	position: absolute;
	left: 7.8%;
	top: 355px;
}
.inner-banner {
	margin: 0 0 5%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.entry-content {
	hyphens: none !important;
}
.visa-heading {
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 30px;
	color: #0f75bc;
	font-weight: bold;
}
.visa-cont {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px;
}
.visa-list {
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
}
.visa-list .cont-div {
	padding: 20px 30px;
	text-align: left;
}
.visa-list .cont-div .heading {
	display: block;
	margin: 0 0 20px;
	font-size: 26px;
	line-height: 26px;
	color: #0f75bc;
	font-weight: bold;
}
.visa-list .cont-div .cont {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.visa-list .cont-div .cont ul li {
	display: block;
	margin: 0 0 10px;
	padding: 0;
}
.visa-list .cont-div.cont-div1 {
	padding: 60px 30px;
	border-left: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div2 {
	padding: 61px 30px;
	border-right: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div3 {
	padding: 0 30px;
	border-left: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div4 {
	padding: 61px 30px;
	border-right: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div5 {
	padding: 74px 30px;
	border-left: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div6 {
	padding: 61px 30px;
	border-right: 5px solid #0f75bc;
}
.visa-bg {
	display: block;
	padding: 100px 15px;
	background: url(../images/visa-bg.jpg) no-repeat;
	background-size: cover;
	margin: 50px 0;
}
.visa-bg .heading {
	display: block;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 30px;
	text-align: center;
}
.visa-bg .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.visa-advice {
	display: block;
	text-align: center;
}
.visa-advice .heading {
	display: block;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 18px;
	color: #0f75bc;
	font-weight: bold;
}
.visa-advice .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}
.visa-advice a {
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
	border: 5px solid #0f75bc;
	color: #0f75bc;
	font-size: 22px;
	line-height: 22px;
}
.address-details {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0 0 30px;
}
.address-details .fa {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 29px;
	border-radius: 50px;
	border: 1px solid #25397d;
	color: #25397d;
	margin: 0 10px 0 0;
	position: absolute;
	left: 0;
}
.address-details a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
.address-details-item {
	margin: 0 0 10px;
	line-height: 50px;
	position: relative;
	padding: 0 0 0 65px;
}
.address-details-item a {
	line-height: 50px;
	display: inline-block;
}
.address-details-item a:hover {
	color: #25397d;
}
.form-field {
	display: block;
	margin: 0 0 20px;
}
.form-field input {
	display: block;
	padding: 15px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.form-field textarea {
	display: block;
	padding: 15px;
	width: 100%;
	height: 150px;
	resize: none;
	border: 1px solid #ccc;
	border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit-field {
	display: block;
}
.submit-field input {
	display: block !important;
	padding: 15px !important;
	width: 100% !important;
	border: 1px solid #0f75bc !important;
	background: #0f75bc !important;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 20px !important;
	max-width: 144px !important;
	margin: 0 auto !important;
	font-weight: bold !important;
	border-radius: 50px !important;
	-o-border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
}
.menu-item-has-children a {
	padding: 0 28px !important;
}
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after {
	top: 30px !important;
	display: none !important;
}
.menu-item-has-children ul.sub-menu {
	display: block;
	width: 214px;
	top: 100%;
	background: #25397d;
}
.menu-item-has-children ul.sub-menu li {
	display: block;
	padding: 0;
	border-top: 1px solid #0f75bc;
}
.menu-item-has-children ul.sub-menu li:first-child {
	border: 0;
}
.menu-item-has-children ul.sub-menu li:before {
	display: none;
}
.menu-item-has-children ul.sub-menu li a {
	padding: 15px !important;
	display: block;
	width: 100%;
}
.menu-item-has-children ul.sub-menu li a:hover {
	background: #0f75bc;
}
.student-visa .cont {
	display: block;
	text-align: justify;
	margin-bottom: 30px;
}
.student-visa .cont {
	display: block;
	text-align: justify;
	margin-bottom: 30px;
	hyphens: none;
}
.ziczac {
	display: block;
	margin: 50px 0;
	background: url(../images/gte-bg.jpg) no-repeat left top;
	background-size: 51% auto;
	overflow: hidden;
}
.ziczac .col-md-6 {
	padding: 50px;
}
.ziczac .col-md-6.gte {
	display: block;
}
.ziczac .col-md-6.svc {
	display: block;
	background: url(../images/svc-bg.jpg) no-repeat;
	background-size: cover;
}
.ziczac .heading {
	font-size: 35px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
	color: #fff;
	text-align: left;
}
.ziczac .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #fff;
}
.financial-capacity {
	display: block;
	margin: 0 0 50px;
}
.f-slider {
	display: block;
	margin: 0 0 30px;
}
.financial-capacity .heading {
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px;
	color: #25397d;
}
.financial-capacity .cont {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}
.capacity1 {
	display: block;
	padding: 30px;
	background: #0f75bc;
	min-height: 367px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.capacity1 .heading {
	display: block;
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	margin: 0 0 20px;
}
.capacity1 .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}
.capacity2 {
	display: block;
	padding: 30px;
	background: #25397d;
	min-height: 367px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.capacity2 .heading {
	display: block;
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	margin: 0 0 20px;
}
.capacity2 .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}
.capacity3 {
	display: block;
	padding: 30px;
	background: #0f75bc;
	min-height: 367px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.capacity3 .heading {
	display: block;
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	margin: 0 0 20px;
}
.capacity3 .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}
.full-width .hentry {
	margin: 0 !important;
}
.health-requirement {
	display: block;
	overflow: hidden;
}
.health-requirement .col-md-6 {
	padding: 0;
}
.health-requirement .col-md-6:first-child {
	padding: 105px 50px;
}
.health-requirement .col-md-6 img {
	width: 100%;
}
.health-requirement .heading {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;
	font-weight: bold;
}
.health-requirement .cont {
	display: block;
	font-size: 16px;
	text-align: justify;
}
.character-requirement {
	display: block;
	overflow: hidden;
}
.character-requirement .col-md-6 {
	padding: 0;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 105px 50px;
}
.character-requirement .col-md-6 img {
	width: 100%;
}
.character-requirement .heading {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;
	font-weight: bold;
}
.character-requirement .cont {
	display: block;
	font-size: 16px;
	text-align: justify;
}
.partner-visa .cont {
	display: block;
	text-align: justify;
}
.space-50 {
	display: block;
	clear: both;
	height: 50px;
}
.partner-visa .heading {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 22px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 85px 50px;
}
.visa-categories {
	display: block;
	padding: 50px 0;
}
.visa-categories .head {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 30px;
	color: #25397d;
	font-weight: bold;
	text-align: center;
}
.visa-categories .category1 {
	display: block;
	padding: 20px;
	background: #25397d;
	color: #fff;
	min-height: 332px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.visa-categories .category1 .heading {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: bold;
}
.visa-categories .category1 .content {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.visa-categories .category2 {
	display: block;
	padding: 20px;
	background: #0f75bc;
	color: #fff;
	min-height: 332px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.visa-categories .category2 .heading {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: bold;
}
.visa-categories .category2 .content {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.visa-categories .category3 {
	display: block;
	padding: 20px;
	background: #25397d;
	color: #fff;
	min-height: 332px;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.visa-categories .category3 .heading {
	display: block;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 20px;
	color: #fff;
	font-weight: bold;
}
.visa-categories .category3 .content {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.partner-visa-div .col-md-6 {
	padding: 0;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 50px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.business-visa .cont {
	display: block;
	text-align: justify;
	margin-bottom: 30px;
	hyphens: none;
}
.ziczac2 {
	display: block;
	margin: 50px 0;
	background: url(../images/biv-bg.jpg) no-repeat left top;
	background-size: 51% auto;
	overflow: hidden;
}
.ziczac2 .col-md-6 {
	padding: 50px;
}
.ziczac2 .col-md-6.biv {
	display: block;
	padding: 48px 50px;
}
.ziczac2 .heading {
	font-size: 35px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
	color: #fff;
}
.ziczac2 .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #fff;
}
.ziczac2 .col-md-6.btv {
	display: block;
	background: url(../images/btv-bg.jpg) no-repeat;
	background-size: cover;
}
.investment-head {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #0f75bc;
	display: block;
	margin: 0 0 16px;
}
.investment-head + .row .col-md-6 {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.travel-visa .heading {
	display: block;
	font-size: 40px;
	font-weight: bold;
	color: #0f75bc;
	margin: 0 0 20px;
}
.travel-visa .content {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.travel-visa .col-md-6:first-child {
	padding: 50px 15px;
}
.reasons {
	display: block;
	padding: 50px 0;
}
.reasons .heading {
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 30px;
	color: #25397d;
}
.reasons .col-md-3 {
	display: block;
	text-align: center;
}
.reasons .head {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #0f75bc;
	line-height: 24px;
}
.ziczac3 {
	display: block;
	margin: 50px 0;
	background: url(../images/tvc-bg.png) no-repeat left top;
	background-size: 51% auto;
	overflow: hidden;
}
.ziczac3 .col-md-6 {
	padding: 50px;
}
.ziczac3 .col-md-6.tvc {
	display: block;
}
.ziczac3 .heading {
	font-size: 35px;
	font-weight: bold;
	display: block;
	margin: 0 0 20px;
	color: #fff;
}
.ziczac3 .cont {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #fff;
}
.ziczac3 .col-md-6.pya {
	display: block;
	background: url(../images/pya-bg.png) no-repeat;
	background-size: cover;
}
.top-things {
	display: block;
	padding: 0 0 50px;
}
.top-things .head {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	color: #25397d;
}
.top-things ul {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.top-things ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	float: left;
	margin: 0 0 10px;
}
.top-things ul li i {
	color: #0f75bc;
}
.work-visa .col-md-6:first-child {
	padding: 60px 20px;
	text-align: justify;
}
.container.sub-cont {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.steps {
	display: block;
	background: #5abbff;
	color: #fff;
	overflow: hidden;
}
.steps div {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	width: 25%;
	float: left;
	text-align: center;
}
.steps div.step1 {
	background: url(../images/01.png) no-repeat center 33px #5abbff;
}
.steps div.step2 {
	background: url(../images/02.png) no-repeat center 33px #38a3ee;
}
.steps div.step3 {
	background: url(../images/03.png) no-repeat center 33px #228cd6;
}
.steps div.step4 {
	background: url(../images/04.png) no-repeat center 33px #0f75bc;
}
.steps div {
	display: inline-block;
	vertical-align: top;
	padding: 100px 20px 20px;
	width: 25%;
	float: left;
	text-align: center;
	min-height: 170px;
}
.step-intro {
	display: block;
	padding: 50px 0;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	margin: 0;
}
.step-intro a {
	display: inline-block;
	vertical-align: top;
	padding: 15px 30px;
	border: 2px solid #25397d;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #25397d;
	font-weight: bold;
	margin: 20px 0 0;
	border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.step-intro a:hover {
	background: #25397d;
	color: #fff;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.next-step {
	display: block;
	overflow: hidden;
	background: #0f75bc;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.next-step .col-md-6 {
	padding: 0;
}
.next-step .col-md-6:first-child {
	padding: 50px;
}
ul.step_ul {
	display: block;
	padding: 0;
	margin: 20px 0 0;
}
ul.step_ul li {
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	border-left: 1px solid #fff;
	position: relative;
}
ul.step_ul li .heading {
	display: block;
	font-weight: bold;
	margin: 0 0 7px;
	font-size: 24px;
}
ul.step_ul li:before {
	position: absolute;
	top: 0;
	left: -8px;
	width: 15px;
	height: 15px;
	background: #fff;
	content: "";
	border-radius: 70px;
}
.countries {
	display: block;
	padding: 50px 0;
}
.countries .head {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	color: #25397d;
}
.countries ul {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.countries ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	float: left;
	margin: 0 0 10px;
	padding: 0 15px;
}
.countries ul li i {
	color: #0f75bc;
}
.assessment {
	display: block;
	padding: 50px 0;
	text-align: center;
}
.assessment .col-md-6 {
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px;
	color: #25397d;
}
.assessment .col-md-6 div {
	display: block;
	clear: both;
}
.assessment .col-md-6 a {
	display: inline-block;
	vertical-align: top;
	padding: 15px 30px;
	margin: 20px 0 0;
	border: 2px solid #0f75bc;
	color: #0f75bc;
	background: transparent;
	border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.assessment .col-md-6 a:hover {
	background: #0f75bc;
	color: #fff;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.form-top-part-heading {
	display: block;
	font-size: 50px;
	line-height: 50px;
	margin: 0 0 20px;
	font-weight: 300;
	color: #25397d;
}
.form-top-part-details {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px;
}
.panel-default>.panel-heading {
	background: #0f75bc;
	color: #fff;
}
.panel-default>.panel-heading b {
	font-size: 24px;
	line-height: 8px;
}
.panel-body select {
	padding: 5px 10px;
}
.panel-body a {
	color: #25397d;
}
.point-form-btn a {
	background: #25397d;
	border: 2px solid #25397d;
	padding: 15px 30px;
	color: #fff;
	margin: 0 0 50px;
	display: inline-block;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.point-form-btn a:hover {
	background: #fff;
	border: 2px solid #25397d;
	color: #25397d;
}
.about-us {
	display: block;
	margin: 0 0 50px;
}
.blog-header {
	display: block;
	padding: 0 0 40px;
}
.blog-header .entry-title {
	display: block;
	width: 84.9%;
	text-align: left;
	margin: 25px auto 0;
}
div#content-sidebar {
	display: block;
	padding: 30px;
	background: #eee;
}
#content-sidebar label {
	width: 100%;
}
#content-sidebar label input {
	padding: 10px !important;
	width: 100%;
}
.content-sidebar .widget a {
	color: #25397d !important;
}
.entry-title a:hover {
	color: #25397d !important;
}
.form-field label {
	display: block;
	clear: both;
	margin: 0;
}
span.wpcf7-list-item:first-child {
	margin: 0;
}
span.wpcf7-list-item input {
	width: auto;
	display: inline-block;
	vertical-align: top;
}
.map {
	display: block;
	margin: 30px 0 0;
}
.hm-form select option {
	color: #000;
}
.form-field select {
	border: 1px solid #ccc;
	padding: 14px 10px;
	width: 100%;
	border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/black-arrow.png) no-repeat 94% center;
}
header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header.sticky .header-bottom {
	padding: 12px 0;
}
header.sticky .header-right ul li {
	font-size: 14px;
}
header.sticky .header-right-icon {
	height: 44px;
	width: 44px;
}
header.sticky .header-right-icon img {
	margin: 9px auto;
	width: 56%;
	display: inline-block;
}
header.sticky .header-right ul li a {
	font-size: 14px;
	line-height: 22px;
}
header.sticky .header-right ul li a.call {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	display: inline-block;
}
header.sticky .logo img.img-responsive {
	width: 70%;
	margin: 5px 0;
}
.entry-content {
	text-align: justify;
	hyphens: none;
}
.form-top-part-details {
	text-align: justify;
	hyphens: none;
}
.single .post-navigation, .single #comments {
	max-width: 85%;
}
.footer-top {
	display: block;
	padding: 50px 0;
	background: #0f75bc;
	text-align: center;
}
.footer-top a {
	display: inline-block;
	vertical-align: top;
	padding: 14px 30px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 0 30px;
	min-width: 200px;
	border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.footer-top a:first-child {
	background: #fff;
	border: 2px solid #fff;
	color: #0f75bc;
	margin: 0;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.footer-top a:hover {
	background: #fff;
	color: #0f75bc;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.footer-top a:first-child:hover {
	background: transparent;
	color: #fff;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.page-id-265 .entry-title {
	display: none;
}
.thankyou-content {
	color: #000;
	font-size: 24px;
	font-weight: 500;
}
.thankyou-heading {
	color: #25397d;
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: bold;
	margin: 0 0 15px;
}
.thankyou-btn {
	margin: 0 0 35px;
}
.thankyou-btn a {
	background: #25397d;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou-btn a:hover {
	background: #0f75bc;
	color: #fff;
}

@media only screen and (max-width : 320px) {
header.sticky {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header.sticky .header-bottom {
	padding: 12px 0;
}
header.sticky .header-right ul li {
	font-size: 14px;
}
header.sticky .header-right-icon {
	height: 60px;
	width: 60px;
}
header.sticky .header-right-icon img {
	margin: 15px auto;
	width: auto;
	display: inline-block;
}
header.sticky .header-right ul li a {
	font-size: 17px;
	line-height: 30px;
}
header.sticky .header-right ul li a.call {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	display: inline-block;
}
header.sticky .logo img.img-responsive {
	width: 100%;
	margin: 5px auto;
}
.top-bar-left ul li:last-child {
	padding: 0;
	margin: 0;
}
.top-bar-left ul li a {
	font-size: 11px;
}
.top-bar {
	padding: 5px 0;
}
.top-bar-right {
	text-align: left;
	margin: 5px 0;
	font-size: 12px;
}
.logo.col-md-4 {
	margin: 0 0 20px;
}
.header-right {
	overflow: hidden;
}
.header-right ul li {
	margin: 10px 0 0;
}
.menu-part {
	background: #fff;
}
.menu {
	padding: 0;
}
nav#primary-navigation {
	padding: 0;
}
/*nav#primary-navigation .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	display: block;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,117,189,1)), color-stop(51%, rgba(48,167,252,1)), color-stop(52%, rgba(80,183,252,1)), color-stop(100%, rgba(19,120,192,1)));
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -o-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
}
nav#primary-navigation .menu-toggle:before {
	position: absolute;
	right: 0;
	top: 0;
}*/
.menu-toggle {
	margin: -315px 0 0 !important;
}
.menu-primary-menu-container {
	padding: 0;
}
.toggled-on .menu-primary-menu-container {
	padding: 10px;
}
.site-navigation .menu-primary-menu-container a {
	color: #000 !important;
	font-size: 16px !important;
}
.site-navigation .menu-primary-menu-container a:hover {
	color: #0f75bc !important;
}
.menu-primary-menu-container .menu-item-has-children a {
	padding: 10px 0 !important;
}
.site-navigation .menu-primary-menu-container .current_page_item > a, .site-navigation .menu-primary-menu-container .current_page_ancestor > a, .site-navigation .menu-primary-menu-container .current-menu-item > a, .site-navigation .menu-primary-menu-container .current-menu-ancestor > a {
	color: #0f75bc !important;
	font-size: 16px !important;
}
.menu-item-has-children ul.sub-menu {
	background: #fff !important;
	width: 90% !important;
}
.site-navigation .menu-primary-menu-container li {
	border-top: 1px solid #ccc !important;
}
.site-navigation .menu-primary-menu-container li:first-child {
	border-top: 0 !important;
}
.menu-item-has-children ul.sub-menu li:first-child {
	border-top: 1px solid #ccc !important;
}
.menu-item-has-children ul.sub-menu li a {
	padding: 10px !important;
}
.menu-item-has-children ul.sub-menu li a:hover {
	background: #fff;
	color: #0f75bc !important;
}
.banner-bottom-left {
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
}
.banner-bottom-right {
	text-align: center;
}
.home-about {
	padding: 30px 0;
}
.home-about-heading {
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 10px;
}
.home-about-text {
	margin: 0 0 5px;
}
.home-about-details {
	margin: 0 0 20px;
	width: 100%;
}
.home-specialist-heading {
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 10px;
}
.home-specialist-item {
	padding: 20px 15px;
	min-height: auto;
}
.home-process {
	padding: 30px 0;
}
.home-process-heading {
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 15px;
}
.home-process-item ul {
	margin: 0;
}
.home-process-text {
	text-align: justify;
}
.home-migration {
	padding: 30px 15px;
	background-size: 84%;
}
.home-migration-details {
	text-align: justify;
}
.home-testimonial-heading {
	font-size: 18px;
	margin: 0 0 20px;
}
#wonderplugincarousel-1 .amazingcarousel-image {
	margin: 0 auto 20px !important;
	float: none !important;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	width: 100% !important;
	text-align: center !important;
	float: none !important;
}
#wonderplugincarousel-1 blockquote {
	text-align: center !important;
}
#wonderplugincarousel-1 cite {
	text-align: center !important;
	margin: 0 0 20px !important;
}
section.home-assessment {
	padding: 30px 0;
}
.home-assessment-heading {
	font-size: 30px;
	line-height: 30px;
}
.home-assessment-details {
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
}
.home-assessment-text {
	margin: 0 0 20px;
}
.hm-form {
	margin: 0 0 10px;
}
.hm-form-btn {
	padding: 0 15px;
}
.hm-form-btn input, .hm-form-btn input:hover {
	margin: 0;
	width: 100%;
}
.footer-text img {
	width: 50%;
}
.footer-menu ul li a {
	padding: 0 10px;
}
.footer-social ul li {
	width: 15%;
}
.footer-social ul li img {
	width: 100%;
	height: auto;
}
.copyright {
	font-size: 12px;
}
.content-area {
	padding: 0 !important;
}
.page .entry-title {
	top: 95px;
	left: 5%;
}
.site-content .entry-content {
	padding: 0 !important;
}
.inner-banner {
	margin: 0 0 53px;
}
.about-us .col-md-6 {
	margin: 0 0 20px;
}
.visa-heading {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 20px;
}
.visa-list .cont-div.cont-div1 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div2 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div3 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div4 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div5 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div6 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.col-md-4.image-div {
	padding: 0;
}
.visa-bg {
	padding: 50px 0;
	background-position: center center;
	margin: 20px 0;
}
.visa-bg .heading {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 20px;
}
.ziczac {
	background: none;
}
.ziczac .col-md-6.gte {
	background: url(../images/gte-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac .col-md-6.svc {
	padding: 30px;
}
.ziczac .heading {
	font-size: 22px;
	text-align: left;
}
.financial-capacity .heading {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px;
}
.financial-capacity .heading {
	font-size: 30px;
}
.capacity1 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity2 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity3 {
	min-height: auto;
}
.health-requirement .heading {
	font-size: 28px;
	margin: 0 0 16px;
}
.health-requirement .col-md-6 {
	padding: 0 15px 30px;
}
.health-requirement .col-md-6:first-child {
	padding: 30px 15px;
}
.character-requirement .col-md-6 {
	padding: 0 15px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.character-requirement .heading {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.partner-visa .heading {
	font-size: 28px;
	text-align: left;
	line-height: 34px;
}
.visa-categories .head {
	font-size: 36px;
	line-height: 32px;
	margin: 0 0 20px;
}
.visa-categories .category1 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category2 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category3 {
	min-height: auto;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 30px 15px;
}
.ziczac2 {
	background: none;
}
.ziczac2 .col-md-6.biv {
	background: url(../images/biv-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac2 .col-md-6.btv {
	padding: 30px;
}
.ziczac2 .heading {
	font-size: 22px;
	text-align: left;
}
.investment-head {
	font-size: 20px;
	line-height: 24px;
}
.travel-visa .heading {
	font-size: 25px;
	text-align: left;
}
.reasons .heading {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}
.reasons .col-md-3 {
	margin: 30px 0 0;
}
.reasons .col-md-3:first-child {
	margin: 0;
}
.ziczac3 {
	background: none;
}
.ziczac3 .col-md-6.tvc {
	background: url(../images/tvc-bg.png) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac3 .col-md-6.pya {
	padding: 30px;
}
.ziczac3 .heading {
	font-size: 22px;
	text-align: left;
}
.top-things .head {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
}
.top-things ul li {
	width: 100%;
}
.work-visa .col-md-6:first-child {
	padding: 15px;
}
.container.sub-cont {
	padding: 20px 15px;
}
.container.sub-cont br {
	display: none;
}
.steps div {
	width: 100%;
}
.step-intro {
	font-size: 20px;
	line-height: 25px;
}
.next-step .col-md-6:first-child {
	padding: 30px 15px;
}
ul.step_ul li .heading {
	font-size: 18px;
	text-align: left;
}
.countries .head {
	font-size: 30px;
	line-height: 30px;
}
.countries ul li {
	width: 100%;
}
.assessment .col-md-6 {
	margin: 50px 15px 0;
}
.assessment .col-md-6:first-child {
	margin-top: 0;
}
.form-top-part-heading {
	font-size: 24px;
	line-height: 28px;
}
.panel-body.footer-btn {
	padding: 0;
}
.entry-header.blog-header {
	position: static;
	top: 496px;
	left: 15px;
	padding-bottom: 10px;
}
div#content-sidebar {
	margin: 20px 0;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin: 0 !important;
}
.col-md-6.form-field {
	padding: 0;
}
.col-md-12.form-field {
	padding: 0;
}
.menu ul li::before {
	display: none;
}
#wpfront-scroll-top-container {
	right: 10px !important;
	bottom: 10px !important;
}
#wpfront-scroll-top-container img {
	width: 30px !important;
	height: 30px !important;
}
.footer-menu ul li {
	display: block;
}
.footer-menu ul li::before {
	display: none;
}
.travel-visa .col-md-6:first-child {
	padding: 0 15px 50px;
}
.single .post-navigation, .single #comments {
	max-width: 100%;
}
.address-details-item {
	line-height: 30px;
	padding: 0 0 0 35px;
	font-size: 15px;
}
.address-details-item a {
	line-height: 30px;
}
.address-details .fa {
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 20px;
}
.footer-top a {
	margin: 20px 0 0;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
header.sticky {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header.sticky .header-bottom {
	padding: 12px 0;
}
header.sticky .header-right ul li {
	font-size: 14px;
}
header.sticky .header-right-icon {
	height: 60px;
	width: 60px;
}
header.sticky .header-right-icon img {
	margin: 15px auto;
	width: auto;
	display: inline-block;
}
header.sticky .header-right ul li a {
	font-size: 17px;
	line-height: 30px;
}
header.sticky .header-right ul li a.call {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	display: inline-block;
}
header.sticky .logo img.img-responsive {
	width: 100%;
	margin: 5px auto;
}
.top-bar-left ul li:last-child {
	padding: 0;
	margin: 0;
}
.top-bar-left ul li a {
	font-size: 13px;
}
.top-bar-right {
	text-align: left;
	margin: 10px 0 0;
	font-size: 14px;
}
.logo.col-md-4 {
	margin: 0 0 20px;
}
.header-right {
	overflow: hidden;
}
.header-right ul li {
	margin: 10px 0 0;
}
.menu-part {
	background: #fff;
}
.menu {
	padding: 0;
}
nav#primary-navigation {
	padding: 0;
}
/*nav#primary-navigation .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	display: block;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,117,189,1)), color-stop(51%, rgba(48,167,252,1)), color-stop(52%, rgba(80,183,252,1)), color-stop(100%, rgba(19,120,192,1)));
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -o-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
}
nav#primary-navigation .menu-toggle:before {
	position: absolute;
	right: 0;
	top: 0;
}*/
.menu-toggle {
	margin: -330px 0 0 !important;
}
.menu-primary-menu-container {
	padding: 0;
}
.toggled-on .menu-primary-menu-container {
	padding: 10px;
}
.site-navigation .menu-primary-menu-container a {
	color: #000 !important;
	font-size: 16px !important;
}
.site-navigation .menu-primary-menu-container a:hover {
	color: #0f75bc !important;
}
.menu-primary-menu-container .menu-item-has-children a {
	padding: 10px 0 !important;
}
.site-navigation .menu-primary-menu-container .current_page_item > a, .site-navigation .menu-primary-menu-container .current_page_ancestor > a, .site-navigation .menu-primary-menu-container .current-menu-item > a, .site-navigation .menu-primary-menu-container .current-menu-ancestor > a {
	color: #0f75bc !important;
	font-size: 16px !important;
}
.menu-item-has-children ul.sub-menu {
	background: #fff !important;
	width: 90% !important;
}
.site-navigation .menu-primary-menu-container li {
	border-top: 1px solid #ccc !important;
}
.site-navigation .menu-primary-menu-container li:first-child {
	border-top: 0 !important;
}
.menu-item-has-children ul.sub-menu li:first-child {
	border-top: 1px solid #ccc !important;
}
.menu-item-has-children ul.sub-menu li a {
	padding: 10px !important;
}
.menu-item-has-children ul.sub-menu li a:hover {
	background: #fff;
	color: #0f75bc !important;
}
.banner-bottom-left {
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
}
.banner-bottom-right {
	text-align: center;
}
.home-about {
	padding: 30px 0;
}
.home-about-heading {
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 10px;
}
.home-about-text {
	margin: 0 0 5px;
}
.home-about-details {
	margin: 0 0 20px;
	width: 100%;
}
.home-specialist-heading {
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 10px;
}
.home-specialist-item {
	padding: 20px 15px;
	min-height: auto;
}
.home-process {
	padding: 30px 0;
}
.home-process-heading {
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 15px;
}
.home-process-item ul {
	margin: 0;
}
.home-process-text {
	text-align: justify;
}
.home-migration {
	padding: 30px 15px;
	background-size: 84%;
}
.home-migration-details {
	text-align: justify;
}
.home-testimonial-heading {
	font-size: 18px;
	margin: 0 0 20px;
}
#wonderplugincarousel-1 .amazingcarousel-image {
	margin: 0 auto 20px !important;
	float: none !important;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	width: 100% !important;
	text-align: center !important;
	float: none !important;
}
#wonderplugincarousel-1 blockquote {
	text-align: center !important;
}
#wonderplugincarousel-1 cite {
	text-align: center !important;
	margin: 0 0 20px !important;
}
section.home-assessment {
	padding: 30px 0;
}
.home-assessment-heading {
	font-size: 30px;
	line-height: 30px;
}
.home-assessment-details {
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
}
.home-assessment-text {
	margin: 0 0 20px;
}
.hm-form {
	margin: 0 0 10px;
}
.hm-form-btn {
	padding: 0 15px;
}
.hm-form-btn input, .hm-form-btn input:hover {
	margin: 0;
	width: 100%;
}
.footer-text img {
	width: 50%;
}
.footer-menu ul li a {
	padding: 0 10px;
}
.footer-social ul li {
	width: 15%;
}
.footer-social ul li img {
	width: 100%;
	height: auto;
}
.copyright {
	font-size: 12px;
}
.content-area {
	padding: 0 !important;
}
.page .entry-title {
	top: 105px;
	left: 5%;
}
.site-content .entry-content {
	padding: 0 !important;
}
.inner-banner {
	margin: 0 0 53px;
}
.about-us .col-md-6 {
	margin: 0 0 20px;
}
.visa-heading {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 20px;
}
.visa-list .cont-div.cont-div1 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div2 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div3 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div4 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div5 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div6 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.col-md-4.image-div {
	padding: 0;
}
.visa-bg {
	padding: 50px 0;
	background-position: center center;
	margin: 20px 0;
}
.visa-bg .heading {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 20px;
}
.ziczac {
	background: none;
}
.ziczac .col-md-6.gte {
	background: url(../images/gte-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac .col-md-6.svc {
	padding: 30px;
}
.ziczac .heading {
	font-size: 22px;
	text-align: left;
}
.financial-capacity .heading {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px;
}
.financial-capacity .heading {
	font-size: 30px;
}
.capacity1 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity2 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity3 {
	min-height: auto;
}
.health-requirement .heading {
	font-size: 28px;
	margin: 0 0 16px;
}
.health-requirement .col-md-6 {
	padding: 0 15px 30px;
}
.health-requirement .col-md-6:first-child {
	padding: 30px 15px;
}
.character-requirement .col-md-6 {
	padding: 0 15px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.character-requirement .heading {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.partner-visa .heading {
	font-size: 28px;
	text-align: left;
	line-height: 34px;
}
.visa-categories .head {
	font-size: 36px;
	line-height: 32px;
	margin: 0 0 20px;
}
.visa-categories .category1 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category2 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category3 {
	min-height: auto;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 30px 15px;
}
.ziczac2 {
	background: none;
}
.ziczac2 .col-md-6.biv {
	background: url(../images/biv-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac2 .col-md-6.btv {
	padding: 30px;
}
.ziczac2 .heading {
	font-size: 22px;
	text-align: left;
}
.investment-head {
	font-size: 20px;
	line-height: 24px;
}
.travel-visa .heading {
	font-size: 25px;
	text-align: left;
}
.reasons .heading {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}
.reasons .col-md-3 {
	margin: 30px 0 0;
}
.reasons .col-md-3:first-child {
	margin: 0;
}
.ziczac3 {
	background: none;
}
.ziczac3 .col-md-6.tvc {
	background: url(../images/tvc-bg.png) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac3 .col-md-6.pya {
	padding: 30px;
}
.ziczac3 .heading {
	font-size: 22px;
	text-align: left;
}
.top-things .head {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
}
.top-things ul li {
	width: 100%;
}
.work-visa .col-md-6:first-child {
	padding: 15px;
}
.container.sub-cont {
	padding: 20px 15px;
}
.container.sub-cont br {
	display: none;
}
.steps div {
	width: 100%;
}
.step-intro {
	font-size: 20px;
	line-height: 25px;
}
.next-step .col-md-6:first-child {
	padding: 30px 15px;
}
ul.step_ul li .heading {
	font-size: 18px;
	text-align: left;
}
.countries .head {
	font-size: 30px;
	line-height: 30px;
}
.countries ul li {
	width: 100%;
}
.assessment .col-md-6 {
	margin: 50px 15px 0;
}
.assessment .col-md-6:first-child {
	margin-top: 0;
}
.form-top-part-heading {
	font-size: 24px;
	line-height: 28px;
}
.panel-body.footer-btn {
	padding: 0;
}
.entry-header.blog-header {
	position: static;
	top: 514px;
	left: 15px;
	padding-bottom: 15px;
}
div#content-sidebar {
	margin: 20px 0;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin: 0 !important;
}
.col-md-6.form-field {
	padding: 0;
}
.col-md-12.form-field {
	padding: 0;
}
.menu ul li::before {
	display: none;
}
#wpfront-scroll-top-container {
	right: 10px !important;
	bottom: 10px !important;
}
#wpfront-scroll-top-container img {
	width: 30px !important;
	height: 30px !important;
}
.footer-menu ul li {
	display: block;
}
.footer-menu ul li::before {
	display: none;
}
.travel-visa .col-md-6:first-child {
	padding: 0 15px 30px;
}
.address-details-item {
	line-height: 40px;
	padding: 0 0 0 50px;
}
.address-details .fa {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
}
.address-details-item a {
	line-height: 40px;
}
.footer-top a {
	margin: 20px 0 0;
}
}

@media only screen and (min-width : 480px) and (max-width : 480px) {
header.sticky {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header.sticky .header-bottom {
	padding: 12px 0;
}
header.sticky .header-right ul li {
	font-size: 14px;
}
header.sticky .header-right-icon {
	height: 60px;
	width: 60px;
}
header.sticky .header-right-icon img {
	margin: 15px auto;
	width: auto;
	display: inline-block;
}
header.sticky .header-right ul li a {
	font-size: 17px;
	line-height: 30px;
}
header.sticky .header-right ul li a.call {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	display: inline-block;
}
header.sticky .logo img.img-responsive {
	width: 60%;
	margin: 5px auto;
}
.top-bar-left {
	text-align: center;
}
.top-bar-left ul li a {
	font-size: 16px;
}
.top-bar-right {
	text-align: center;
}
.logo.col-md-4 {
	text-align: center;
}
.logo.col-md-4 img {
	margin: 0 auto;
}
.header-right {
	text-align: center;
}
.header-right-content {
	text-align: left;
}
.home-about-image {
	padding: 0 15px;
	text-align: center;
	display: block;
}
.home-about-image img {
	display: block;
	margin: 0 auto;
}
.home-specialist-heading {
	font-size: 21px;
	line-height: 18px;
	margin: 0;
}
.home-logo {
	padding: 30px 0;
}
.home-logo-item ul li {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0 11px 25px;
}
.footer-social ul li {
	width: 10%;
	margin: 0 8px;
}
.copyright {
	font-size: 16px;
}
.hm-form select {
	background: url(../images/white-arrow.png) no-repeat 93% center;
}
.page .entry-title {
	top: 134px;
	left: 15px;
}
.visa-heading {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 20px;
}
.visa-list .cont-div.cont-div1 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div2 {
	padding: 30px;
	border-right: 0;
	border-bottom: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div3 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div4 {
	padding: 30px;
	border-right: 0;
	border-bottom: 5px solid #0f75bc;
}
.visa-list .cont-div.cont-div5 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div6 {
	padding: 30px;
	border-right: 0;
	border-bottom: 5px solid #0f75bc;
}
.col-md-4.image-div {
	padding: 0;
}
.visa-bg {
	padding: 50px 0;
	background-position: center center;
	margin: 20px 0;
}
.visa-bg .heading {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 20px;
}
.ziczac {
	background: none;
}
.ziczac .col-md-6.gte {
	background: url(../images/gte-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac .col-md-6.svc {
	padding: 30px;
}
.ziczac .heading {
	font-size: 22px;
	text-align: left;
}
.financial-capacity .heading {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px;
}
.financial-capacity .heading {
	font-size: 30px;
}
.capacity1 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity2 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity3 {
	min-height: auto;
}
.health-requirement .heading {
	font-size: 28px;
	margin: 0 0 16px;
}
.health-requirement .col-md-6 {
	padding: 0 15px 30px;
}
.health-requirement .col-md-6:first-child {
	padding: 30px 15px;
}
.character-requirement .col-md-6 {
	padding: 0 15px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.character-requirement .heading {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.partner-visa .heading {
	font-size: 28px;
	text-align: left;
	line-height: 34px;
}
.visa-categories .head {
	font-size: 36px;
	line-height: 32px;
	margin: 0 0 20px;
}
.visa-categories .category1 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category2 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category3 {
	min-height: auto;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 30px 15px;
}
.ziczac2 {
	background: none;
}
.ziczac2 .col-md-6.biv {
	background: url(../images/biv-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac2 .col-md-6.btv {
	padding: 30px;
}
.ziczac2 .heading {
	font-size: 22px;
	text-align: left;
}
.investment-head {
	font-size: 20px;
	line-height: 24px;
}
.travel-visa .heading {
	font-size: 25px;
	text-align: left;
}
.reasons .heading {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}
.reasons .col-md-3 {
	margin: 30px 0 0;
}
.reasons .col-md-3:first-child {
	margin: 0;
}
.ziczac3 {
	background: none;
}
.ziczac3 .col-md-6.tvc {
	background: url(../images/tvc-bg.png) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac3 .col-md-6.pya {
	padding: 30px;
}
.ziczac3 .heading {
	font-size: 22px;
	text-align: left;
}
.top-things .head {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
}
.top-things ul li {
	width: 100%;
}
.work-visa .col-md-6:first-child {
	padding: 15px;
}
.container.sub-cont {
	padding: 20px 15px;
}
.container.sub-cont br {
	display: none;
}
.steps div {
	width: 100%;
}
.step-intro {
	font-size: 20px;
	line-height: 25px;
}
.next-step .col-md-6:first-child {
	padding: 30px 15px;
}
ul.step_ul li .heading {
	font-size: 18px;
	text-align: left;
}
.countries .head {
	font-size: 30px;
	line-height: 30px;
}
.countries ul li {
	width: 100%;
}
.assessment .col-md-6 {
	margin: 50px 15px 0;
}
.assessment .col-md-6:first-child {
	margin-top: 0;
}
.entry-header.blog-header {
	position: absolute;
	top: 503px;
	left: 15px;
}
.menu ul li::before {
	display: none;
}
.footer-top a {
	margin: 0 0 0 30px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
header.sticky {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 9999;
}
header.sticky .header-bottom {
	padding: 12px 0;
}
header.sticky .header-right ul li {
	font-size: 14px;
}
header.sticky .header-right-icon {
	height: 60px;
	width: 60px;
}
header.sticky .header-right-icon img {
	margin: 15px auto;
	width: auto;
	display: inline-block;
}
header.sticky .header-right ul li a {
	font-size: 17px;
	line-height: 30px;
}
header.sticky .header-right ul li a.call {
	font-size: 32px;
	line-height: 36px;
	margin: 0;
	display: inline-block;
}
header.sticky .logo img.img-responsive {
	width: 50%;
	margin: 5px auto;
}
.top-bar-left ul {
	text-align: left;
}
.top-bar-left ul li:last-child {
	padding: 0;
	margin: 0;
}
.top-bar-left ul li a {
	font-size: 16px;
}
.top-bar-right {
	text-align: left;
	margin: 10px 0 0;
}
.logo.col-md-4 {
	margin: 0 0 20px;
}
.logo.col-md-4 img {
	margin: 0 auto;
}
.header-right {
	overflow: hidden;
}
.header-right ul {
	float: none;
	display: block;
	text-align: center;
}
.header-right ul li {
	margin: 10px 0 0 30px;
	text-align: left;
}
.header-right ul li:first-child {
	margin-left: 0;
}
.menu-part {
	background: #fff;
}
.menu {
	padding: 0;
}
nav#primary-navigation {
	padding: 0;
}
/*nav#primary-navigation .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	display: block;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,117,189,1)), color-stop(51%, rgba(48,167,252,1)), color-stop(52%, rgba(80,183,252,1)), color-stop(100%, rgba(19,120,192,1)));
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -o-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
}
nav#primary-navigation .menu-toggle:before {
	position: absolute;
	right: 0;
	top: 0;
}*/
.menu-toggle {
	margin: -252px 0 0 !important;
}
.menu-primary-menu-container {
	padding: 0;
}
.toggled-on .menu-primary-menu-container {
	padding: 10px;
}
.site-navigation .menu-primary-menu-container a {
	color: #000 !important;
	font-size: 16px !important;
}
.site-navigation .menu-primary-menu-container a:hover {
	color: #0f75bc !important;
}
.menu-primary-menu-container .menu-item-has-children a {
	padding: 10px 0 !important;
}
.site-navigation .menu-primary-menu-container .current_page_item > a, .site-navigation .menu-primary-menu-container .current_page_ancestor > a, .site-navigation .menu-primary-menu-container .current-menu-item > a, .site-navigation .menu-primary-menu-container .current-menu-ancestor > a {
	color: #0f75bc !important;
	font-size: 16px !important;
}
.menu-item-has-children ul.sub-menu {
	background: #fff !important;
	width: 90% !important;
}
.site-navigation .menu-primary-menu-container li {
	border-top: 1px solid #ccc !important;
}
.site-navigation .menu-primary-menu-container li:first-child {
	border-top: 0 !important;
}
.menu-item-has-children ul.sub-menu li:first-child {
	border-top: 1px solid #ccc !important;
}
.menu-item-has-children ul.sub-menu li a {
	padding: 10px !important;
}
.menu-item-has-children ul.sub-menu li a:hover {
	background: #fff;
	color: #0f75bc !important;
}
.banner-bottom-left {
	line-height: 20px;
	margin: 0 0 20px;
	text-align: center;
}
.banner-bottom-right {
	text-align: center;
}
.home-about {
	padding: 30px 0;
}
.home-about-heading {
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 10px;
}
.home-about-text {
	margin: 0 0 5px;
}
.home-about-details {
	margin: 0 0 20px;
	width: 100%;
}
.home-about-image {
	padding: 0 15px;
}
.home-about-image img {
	margin: 0 auto;
}
.home-specialist-heading {
	font-size: 23px;
	line-height: 26px;
	margin: 0 0 10px;
}
.home-specialist-item {
	padding: 20px 15px;
	min-height: auto;
}
.home-process {
	padding: 30px 0;
}
.home-process-heading {
	font-size: 21px;
	line-height: 24px;
	margin: 0 0 15px;
}
.home-process-item ul {
	margin: 0;
}
.home-process-text {
	text-align: justify;
}
.home-migration {
	padding: 30px 15px;
	background-size: 84%;
}
.home-migration-details {
	text-align: justify;
}
.home-testimonial-heading {
	font-size: 18px;
	margin: 0 0 20px;
}
#wonderplugincarousel-1 .amazingcarousel-image {
	margin: 0 auto 20px !important;
	float: none !important;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	width: 100% !important;
	text-align: center !important;
	float: none !important;
}
#wonderplugincarousel-1 blockquote {
	text-align: center !important;
}
#wonderplugincarousel-1 cite {
	text-align: center !important;
	margin: 0 0 20px !important;
}
section.home-assessment {
	padding: 30px 0;
}
.home-assessment-heading {
	font-size: 30px;
	line-height: 30px;
}
.home-assessment-details {
	font-size: 15px;
	text-align: justify;
	line-height: 18px;
}
.home-assessment-text {
	margin: 0 0 20px;
}
.hm-form {
	margin: 0 0 10px;
}
.hm-form-btn {
	padding: 0 15px;
}
.hm-form-btn input, .hm-form-btn input:hover {
	margin: 0;
	width: 100%;
}
.footer-menu ul li a {
	padding: 0 10px;
}
.footer-social ul li {
	width: 7%;
}
.footer-social ul li img {
	width: 100%;
	height: auto;
}
.copyright {
	font-size: 12px;
}
.hm-form select {
	background: url(../images/white-arrow.png) no-repeat 95% center;
}
.content-area {
	padding: 0 !important;
}
.page .entry-title {
	top: 175px;
	left: 15px;
}
.site-content .entry-content {
	padding: 0 !important;
}
.inner-banner {
	margin: 0 0 62px;
}
.about-us .col-md-6 {
	margin: 0 0 20px;
}
.visa-heading {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 20px;
}
.visa-list .cont-div.cont-div1 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div2 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div3 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div4 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.visa-list .cont-div.cont-div5 {
	border-left: 0;
	border-top: 5px solid #0f75bc;
	padding: 30px;
}
.visa-list .cont-div.cont-div6 {
	padding: 30px;
	border-right: 0;
	border-top: 5px solid #0f75bc;
	float: left;
}
.col-md-4.image-div {
	padding: 0;
	width: 100%;
}
.visa-bg {
	padding: 50px 0;
	background-position: center center;
	margin: 20px 0;
}
.visa-bg .heading {
	font-size: 32px;
	line-height: 34px;
	margin: 0 0 20px;
}
.ziczac {
	background: none;
}
.ziczac .col-md-6.gte {
	background: url(../images/gte-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac .col-md-6.svc {
	padding: 30px;
}
.ziczac .heading {
	font-size: 22px;
	text-align: left;
}
.financial-capacity .heading {
	font-size: 32px;
	line-height: 32px;
	margin: 0 0 20px;
}
.financial-capacity .heading {
	font-size: 30px;
}
.capacity1 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity2 {
	margin: 0 0 20px;
	min-height: auto;
}
.capacity3 {
	min-height: auto;
}
.health-requirement .heading {
	font-size: 28px;
	margin: 0 0 16px;
}
.health-requirement .col-md-6 {
	padding: 0 15px 30px;
}
.health-requirement .col-md-6:first-child {
	padding: 30px 15px;
}
.character-requirement .col-md-6 {
	padding: 0 15px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.character-requirement .heading {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 30px 15px;
}
.partner-visa .heading {
	font-size: 28px;
	text-align: left;
	line-height: 34px;
}
.visa-categories .head {
	font-size: 36px;
	line-height: 32px;
	margin: 0 0 20px;
}
.visa-categories .category1 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category2 {
	min-height: auto;
	margin: 0 0 20px;
}
.visa-categories .category3 {
	min-height: auto;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 30px 15px;
}
.ziczac2 {
	background: none;
}
.ziczac2 .col-md-6.biv {
	background: url(../images/biv-bg.jpg) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac2 .col-md-6.btv {
	padding: 30px;
}
.ziczac2 .heading {
	font-size: 22px;
	text-align: left;
}
.investment-head {
	font-size: 20px;
	line-height: 24px;
}
.travel-visa .heading {
	font-size: 25px;
	text-align: left;
}
.reasons .heading {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px;
}
.reasons .col-md-3 {
	margin: 30px 0 0;
}
.reasons .col-md-3:first-child {
	margin: 0;
}
.ziczac3 {
	background: none;
}
.ziczac3 .col-md-6.tvc {
	background: url(../images/tvc-bg.png) no-repeat left top;
	background-size: cover;
	padding: 30px;
}
.ziczac3 .col-md-6.pya {
	padding: 30px;
}
.ziczac3 .heading {
	font-size: 22px;
	text-align: left;
}
.top-things .head {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
}
.top-things ul li {
	width: 100%;
}
.work-visa .col-md-6:first-child {
	padding: 15px;
}
.container.sub-cont {
	padding: 20px 15px;
}
.container.sub-cont br {
	display: none;
}
.steps div {
	width: 100%;
}
.step-intro {
	font-size: 20px;
	line-height: 25px;
}
.next-step .col-md-6:first-child {
	padding: 30px 15px;
}
ul.step_ul li .heading {
	font-size: 18px;
	text-align: left;
}
.countries .head {
	font-size: 30px;
	line-height: 30px;
}
.countries ul li {
	width: 100%;
}
.assessment .col-md-6 {
	margin: 50px 15px 0;
}
.assessment .col-md-6:first-child {
	margin-top: 0;
}
.form-top-part-heading {
	font-size: 24px;
	line-height: 28px;
}
.panel-body.footer-btn {
	padding: 0;
}
.entry-header.blog-header {
	position: static;
	top: 490px;
	left: 15px;
	padding-bottom: 15px;
}
div#content-sidebar {
	margin: 20px 0;
}
.singular .site-content .hentry.has-post-thumbnail {
	margin: 0 !important;
}
.col-md-6.form-field {
	padding: 0;
}
.col-md-12.form-field {
	padding: 0;
}
.menu ul li::before {
	display: none;
}
.travel-visa .col-md-6:first-child {
	padding: 0 15px 30px;
}
.blog .entry-header, .category .entry-header, .archive .entry-header, .single .entry-header {
	padding-left: 10px !important;
}
.single .post-navigation, .single #comments {
	max-width: 100%;
}
.footer-top a {
	margin: 0 0 0 30px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
header.sticky {
	position: static;
}
.logo {
	margin: 0;
}
header.sticky .logo img.img-responsive {
	width: 100%;
	margin: 5px 0;
}
.top-bar-right {
	font-size: 15px;
}
.header-right ul li:first-child {
	margin: 0;
}
.header-right-icon {
	width: 50px;
	height: 50px;
}
.header-right-icon img {
	margin: 10px auto;
}
.header-right ul li {
	margin: 0 0 0 20px;
}
.header-right ul li a {
	font-size: 14px;
}
.header-right ul li a.call {
	font-size: 23px;
	line-height: 26px;
}
header.sticky .header-right ul li a.call {
	font-size: 23px;
}
header.sticky .header-right ul li a {
	line-height: 30px;
}
.header-right-icon, header.sticky .header-right-icon {
	height: 44px;
	width: 44px;
}
header.sticky .header-right ul li {
	font-size: 16px;
}
.menu-part {
	background: #fff;
}
.menu {
	padding: 0;
}
nav#primary-navigation {
	padding: 0;
}
/*nav#primary-navigation .menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
	position: relative;
	width: 100%;
	font-size: 18px;
	padding: 10px;
	display: block;
	text-align: left;
	background: -moz-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(16,117,189,1)), color-stop(51%, rgba(48,167,252,1)), color-stop(52%, rgba(80,183,252,1)), color-stop(100%, rgba(19,120,192,1)));
	background: -webkit-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -o-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: -ms-linear-gradient(top, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
	background: linear-gradient(to bottom, rgba(16,117,189,1) 0%, rgba(48,167,252,1) 51%, rgba(80,183,252,1) 52%, rgba(19,120,192,1) 100%);
}
nav#primary-navigation .menu-toggle:before {
	position: absolute;
	right: 0;
	top: 0;
}*/
.menu-toggle {
	margin: -145px 0 0 !important;
}
.menu-primary-menu-container {
	padding: 0;
}
.toggled-on .menu-primary-menu-container {
	padding: 10px;
}
.site-navigation .menu-primary-menu-container a {
	color: #000 !important;
	font-size: 16px !important;
}
.site-navigation .menu-primary-menu-container a:hover {
	color: #0f75bc !important;
}
.menu-primary-menu-container .menu-item-has-children a {
	padding: 10px 0 !important;
}
.site-navigation .menu-primary-menu-container .current_page_item > a, .site-navigation .menu-primary-menu-container .current_page_ancestor > a, .site-navigation .menu-primary-menu-container .current-menu-item > a, .site-navigation .menu-primary-menu-container .current-menu-ancestor > a {
	color: #0f75bc !important;
	font-size: 16px !important;
}
.menu-item-has-children ul.sub-menu {
	background: #fff !important;
	width: 90% !important;
}
.site-navigation .menu-primary-menu-container li {
	border-top: 1px solid #ccc !important;
}
.site-navigation .menu-primary-menu-container li:first-child {
	border-top: 0 !important;
}
.menu-item-has-children ul.sub-menu li:first-child {
	border-top: 1px solid #ccc !important;
}
.menu-item-has-children ul.sub-menu li a {
	padding: 10px !important;
}
.menu-item-has-children ul.sub-menu li a:hover {
	background: #fff;
	color: #0f75bc !important;
}
.banner-bottom-left {
	font-size: 18px;
	line-height: 26px;
}
.home-about-image {
	margin: 75px 0 0;
}
.home-specialist-item {
	min-height: 355px;
	padding: 35px 20px;
}
.home-process-heading {
	line-height: 40px;
}
.home-process-item ul {
	margin: 0;
}
.home-process-text {
	text-align: justify;
}
.home-migration {
	background-size: 85% auto;
}
.home-testimonial-heading {
	font-size: 22px;
	margin: 0 0 15px;
}
#wonderplugincarousel-1 .amazingcarousel-image {
	margin: 0 10px 0 0 !important;
	width: 27% !important;
}
#wonderplugincarousel-1 .amazingcarousel-image img {
	width: 100% !important;
	height: 100% !important;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	width: 70% !important;
}
.home-logo {
	padding: 30px 0;
}
.home-logo-item {
	overflow: hidden;
	margin: 0;
}
.home-logo-item ul li {
	width: 20%;
	float: left;
	margin: 0 15px;
}
.footer-menu ul li a {
	padding: 0 20px;
}
.footer-social ul li {
	width: 6%;
}
.footer-social ul li img {
	width: 100%;
	height: auto;
}
.hm-form select {
	background: url(../images/white-arrow.png) no-repeat 96% center;
}
.content-area {
	padding: 0 !important;
}
.page .entry-title {
	top: 212px;
	left: 3.5%;
}
.site-content .entry-content {
	padding: 0 !important;
}
.inner-banner {
	margin: 0 0 62px;
}
.about-us .col-md-6 {
	margin: 0 0 20px;
}
.ziczac {
	background-size: auto 100%;
}
.ziczac .col-md-6.gte {
	padding: 30px;
}
.ziczac .col-md-6.svc {
	padding: 30px;
}
.ziczac .heading {
	font-size: 29px;
	text-align: left;
}
.capacity1 {
	min-height: 534px;
}
.capacity2 {
	min-height: 534px;
}
.capacity3 {
	min-height: 534px;
}
.capacity1 .heading {
	font-size: 20px;
}
.capacity2 .heading {
	font-size: 20px;
}
.capacity3 .heading {
	font-size: 20px;
}
.health-requirement {
	margin: 0 0 30px;
}
.health-requirement .col-md-6:first-child {
	padding: 0 15px;
}
.character-requirement {
	margin: 0 0 30px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 0 15px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 0 15px;
}
.partner-visa .heading {
	font-size: 32px;
	text-align: left;
}
.visa-categories .category1 {
	min-height: 532px;
}
.visa-categories .category2 {
	min-height: 532px;
}
.visa-categories .category3 {
	min-height: 532px;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 0 15px;
}
.ziczac2 {
	background-size: auto 100%;
}
.ziczac2 .heading {
	font-size: 19px;
	text-align: left;
}
.investment-head {
	font-size: 30px;
	line-height: 30px;
	display: block;
}
.travel-visa .col-md-6:first-child {
	padding: 0 15px;
}
.travel-visa .heading {
	font-size: 31px;
	text-align: left;
}
.reasons .heading {
	font-size: 34px;
	line-height: 34px;
}
.reasons .head {
	font-size: 18px;
	line-height: 22px;
}
.reasons .content {
	line-height: 20px;
}
.ziczac3 {
	background-size: auto 100%;
}
.ziczac3 .heading {
	font-size: 19px;
	text-align: left;
}
.top-things ul li {
	width: 50%;
}
.work-visa .col-md-6:first-child {
	padding: 0px 20px;
	text-align: justify;
}
.container.sub-cont {
	padding: 0 15px 40px;
}
.container.sub-cont br {
	display: none;
}
.steps div {
	min-height: 216px;
}
ul.step_ul li .heading {
	font-size: 20px;
	text-align: left;
}
.countries ul li {
	width: 50%;
}
.entry-header.blog-header {
	position: static;
	top: 262px;
	left: 15px;
}
.blog-header .entry-title {
	width: 93%;
}
.col-md-6.form-field {
	padding: 0 15px 0 0;
}
.col-md-12.form-field {
	padding: 0;
}
.menu ul li::before {
	display: none;
}
.page .entry-content {
	min-height: 600px;
}
.blog #content-sidebar, .cartegory #content-sidebar, .archive #content-sidebar, .single #content-sidebar {
	width: 30% !important;
}
.blog .entry-header, .category .entry-header, .archive .entry-header, .single .entry-header, .blog .entry-summary, .category .entry-summary, .archive .entry-summary, .single .entry-content {
	padding-left: 0 !important;
}
.single .post-navigation, .single #comments {
	max-width: 100%;
	padding: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header-right ul li:first-child {
	margin: 0;
}
.home-specialist-heading {
	font-size: 46px;
}
.home-process-heading {
	line-height: 40px;
}
.home-process-text {
	text-align: justify;
}
#wonderplugincarousel-1 .amazingcarousel-text {
	width: 66% !important;
}
.home-logo-item ul li {
	width: 22%;
	margin: 0 10px;
}
.footer-social ul li {
	width: 6%;
}
.footer-social ul li img {
	width: 100%;
	height: auto;
}
.full-width .site-content {
	margin: 0;
}
.site-content .entry-content {
	padding: 0 !important;
}
.inner-banner {
	margin: 0 0 5%;
}
.page .entry-title {
	left: 4.5%;
	top: 275px;
}
.ziczac {
	background-size: auto 100%;
}
.capacity1 {
	min-height: 414px;
}
.capacity2 {
	min-height: 414px;
}
.capacity3 {
	min-height: 414px;
}
.health-requirement .col-md-6:first-child {
	padding: 51px 50px;
}
.character-requirement .col-md-6:nth-child(2) {
	padding: 51px 50px;
}
.gen-steps .col-md-6:nth-child(2) {
	padding: 25px 50px;
}
.visa-categories .category1 {
	min-height: 356px;
}
.visa-categories .category2 {
	min-height: 356px;
}
.visa-categories .category3 {
	min-height: 356px;
}
.visa-categories .category1 .heading {
	font-size: 22px;
}
.visa-categories .category2 .heading {
	font-size: 22px;
}
.visa-categories .category3 .heading {
	font-size: 22px;
}
.partner-visa-div .col-md-6.partner-visa-cont {
	padding: 0 15px;
}
.ziczac2 {
	background-size: auto 100%;
}
.ziczac2 .heading {
	font-size: 24px;
	text-align: left;
}
.investment-head {
	font-size: 30px;
	line-height: 30px;
	display: block;
}
.ziczac2 .col-md-6.btv {
	background-size: auto 100%;
	padding: 56px 50px;
}
.travel-visa .col-md-6:first-child {
	padding: 6px 15px;
}
.reasons .heading {
	font-size: 44px;
	line-height: 44px;
}
.work-visa .col-md-6:first-child {
	padding: 8px 20px;
}
.steps div {
	min-height: 192px;
}
.entry-header.blog-header {
	left: 0;
}
.site-content {
	margin-left: 0 !important;
}
.next-step .col-md-6:first-child {
	padding: 20px 25px;
}
ul.step_ul {
	margin: 10px 0 0;
}
ul.step_ul li {
	padding: 0 0 0 17px;
	margin: 0 0 15px;
	line-height: 20px;
}
ul.step_ul li .heading {
	font-size: 19px;
}
.blog-header .entry-title {
	width: 92%;
}
.blog #content-sidebar, .cartegory #content-sidebar, .archive #content-sidebar, .single #content-sidebar {
	width: 27% !important;
}
.single .entry-header {
	padding-left: 0 !important;
}
.single .post-navigation, .single #comments {
	max-width: 100%;
	padding: 0;
}
.address-details-item {
	line-height: 40px;
	padding: 0 0 0 45px;
	font-size: 14px;
}
.address-details .fa {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 25px;
}
.address-details-item a {
	line-height: 40px;
}
}

@media screen and (min-width: 1424px) {
.home-specialist-item {
	min-height: 304px;
}
.inner-banner {
	margin: 0 0 6%;
}
.page .entry-title {
	left: 10%;
	top: 393px;
}
.blog-header .entry-title {
	width: 80%;
}
}

@media screen and (min-width: 1624px) {
.home-specialist-item {
	min-height: 308px;
}
.inner-banner {
	margin: 0 0 5%;
}
.page .entry-title {
	left: 15%;
	top: 448px;
}
.blog-header .entry-title {
	width: 70%;
}
}

@media screen and (min-width: 1920px) {
.home-specialist-item {
	min-height: 294px;
}
.page .entry-title {
	left: 20%;
	top: 518px;
}
.inner-banner {
	margin: 0 0 4%;
}
.page-id-80 .ziczac2 .col-md-6.biv, .page-id-80 .ziczac2 .col-md-6.btv {
	min-height: 440px;
}
.blog-header .entry-title {
	width: 59.5%;
}
}
