
 header{
  top:0;
  left:0;
  z-index:9;
	padding:15px 0;
  position: fixed;
  background:#ffffff;
  transition: box-shadow 0.5s ease-in-out;
}


header.shadow {
    box-shadow: 0 0 15px 1px #ddd;
} 

header nav {
  width: 100%;
  display: none;
  padding:15px 0 0 0;
}

header .row{
  align-items: center;
  margin:0px;
  position: relative;
}

header .assesment-btn {
  float: right;
  font-weight: 500;
  background: var(--bg-primary);
  transition: background 0.5s ease-in-out;
  border-radius: 4px;
  margin-left:15px;
}

header .right-option {
  float: right;
  margin-left: auto;
  display: none;
  align-items: center;
}

header .search-input {
    height: 50px;
    border: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    padding: 10px;
    margin-right: 20px;
    max-width: 200px;
    font-weight: bold;
}

.search-bar form{
	display: flex;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px #ddd;
}

.search-bar .btn-fill {
    border: navajowhite;
    padding:0px;
    min-width:50px;
    border-radius: 0;
    height: 50px;
    padding: 0 10px;
      background:#fff url(../images/search.svg) no-repeat;
  background-size: 26px;
  background-position: top 8px right 16px;
}

header .nav-item{
  display: flex;
  width:100%;
  margin-bottom:20px;
}



header .nav-item a{
  float: left;
      padding: 57px 20px;
  font-weight: 500;
  text-transform: capitalize;
}

header .current_page_item a{
	color:var(--text-secondary);
}

header .toggler {
  cursor: pointer;
  float: right;
  margin-left: auto;
}

/* ---------------------------------------------- */

main {
  padding-top:136px;
}

main {
    padding-top: 96px;
}


.hzi-default-template {
    padding: 85px 0;
}


.line {
  width: 290px;
  height: 3px;
  background-color: #fff5df;
  background-image: linear-gradient(90deg, #fff5df 0%, #fca000 50%, #fff5df 100%);
  margin: 0 auto;
}

.title h2{
  text-transform: capitalize;
}

.overlay {
  width: 0%;
  height: 100%;
  float: left;
  background: rgb(0 0 0 / 48%);
  position: fixed;
  z-index: 9;
}

.overlay.active{
  width:100%;
}

/* ---------------------------------------------- */

.hzi-banner .content {
  position: absolute;
  right: 5%;
  bottom: 14%;
  z-index: 9;
  color: #fff;
  text-align: right;
}

.hzi-banner .content h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
}

.hzi-banner .content .link {
  display: inline-block;
  background: var(--bg-primary);
  font-weight: 500;
  margin-top: 30px;
  transition: background 0.5s ease-in-out;
  border-radius: 4px;
}


/* ---------------------------------------------- */
.hzi-howwework{
  z-index:0;
  padding:70px 0;
  /*background:#fff url('../images/hwwbg.png') no-repeat;
  background-position: right top -50px;
  position: relative;
  background-size: contain;*/
}

.hzi-howwework::after {
  content: "";
  background-color: #e1e2e3;
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  height:140px;
  z-index:-1;
}

.hzi-howwework .title{
  text-align: center;
  margin-bottom:80px;
}

.hzi-howwework .item {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 0 15px 1px #999;
  padding: 40px 20px;
  transition: background 0.5s ease-in-out;
  border-radius: 30px;
  margin-bottom:50px;
}

.hzi-howwework .icon{
  text-align: center;
  width:100%;
  display: block;
  height: 130px;
}

.hzi-howwework .content{
  width:100%;
  display: block;
}

.hzi-howwework h3{
  text-align: center;
  margin:20px 0;
  color: var(--text-primary);
}

.hzi-howwework ul{
  padding-left:24px;
}

.hzi-howwework li{
  list-style: disc;
  margin-bottom:7px;
}

.hzi-howwework .item:hover li,
.hzi-howwework .item:hover h3{
  color:#fff;
}

.hzi-howwework .item:hover{
  background: var(--bg-primary);
}

.hzi-howwework .item:hover img {
  filter: invert(1);
}

/* ---------------------------------------------- */

.hzi-ourapproach{
  z-index:0;
  padding:70px 0;
  background:#fff;
  position: relative;
}

.hzi-ourapproach .title{
  text-align: center;
  margin-bottom:80px;
}

.hzi-ourapproach .item {
  width: 100%;
  float: left;
  background: #fff;
  padding:0;
  position: relative;
  margin-bottom:50px;
}




.hzi-ourapproach .icon{
  text-align: center;
  width:100%;
  display: block;
}

.hzi-ourapproach .content{
  width:100%;
  display: block;
}

.hzi-ourapproach h3{
  text-align: center;
  margin:20px 0;
}

.hzi-ourapproach p{
  line-height:1.6;
  margin-bottom:0px;
}

/* ---------------------------------------------- */

.hzi-serviceoffered{
  z-index:0;
  padding:70px 0;
  background:#fff;
  position: relative;
}

.hzi-serviceoffered img{
  padding:0 85px;
}

.hzi-serviceoffered .title{
  text-align: center;
  /*margin-bottom:80px;*/
}

.hzi-serviceoffered .map-image-outer {
    display: block;
    padding-top:100px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


.hzi-serviceoffered .map-image{
  width:1200px;
  height:737px;
  background: url(../images/map-bg1.png) no-repeat;
  background-size:contain;
  position: relative;
  margin: 0 auto;
}

.hzi-serviceoffered .map-image .point{
  position: absolute;
  width:24px;
  height:24px;
  background: url('../images/pointimg.png') no-repeat;
  background-size:cover;
  color: red;
}

.hzi-serviceoffered .map-image .pop-content {
  position: absolute;
  width: 200px;
  display:none;
  transition: top 0.5s ease-in-out;
}

.hzi-serviceoffered .map-image .pop-content:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 0;
  border-top: solid 10px #404041;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  transform: translate(-50%, 0px);
}

.hzi-serviceoffered .map-image .point1 {
    top: 35%;
    left: 23.5%;
}

.hzi-serviceoffered .map-image .pop-content h3{
  background:#404041;
  color: #fff;
  font-size:18px;
  text-align: center;
  padding:8px;
  margin-bottom:0px;
}

.hzi-serviceoffered .map-image .pop-content ul{
  padding-left:32px;
  list-style: disc;
  background: #ececed;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hzi-serviceoffered .map-image .pop-content li{
  margin-bottom:5px;
}

.hzi-serviceoffered .map-image .pop-content .link {
    background: #404041;
    color: #fff;
    text-align: center;
    padding: 4px;
    display: block;
    font-size: 12px;
}


.hzi-serviceoffered .map-image .point2 {
    bottom: 57.3%;
    left: 24.6%;
}

.hzi-serviceoffered .map-image .point3 {
    top: 25%;
    right: 44%;
}

.hzi-serviceoffered .map-image .point4 {
    top: 16%;
    left: 43.7%;
}

.hzi-serviceoffered .map-image .point5 {
    bottom: 39.2%;
    right: 0.3%;
}


.hzi-serviceoffered .map-image .pop-content1 {
  top: 10%;
  left: 16.1%;
}

.hzi-serviceoffered .map-image .pop-content2 {
    bottom: 38%;
    left: 17.2%;
}

.hzi-serviceoffered .map-image .pop-content3 {
    top: 37.5px;
    right: 36.7%;
}

.hzi-serviceoffered .map-image .pop-content4 {
    /*bottom: 39.9%;*/
    left: 36.5%;
}

.hzi-serviceoffered .map-image .pop-content1:hover,
.hzi-serviceoffered .map-image .pop-content1.active {
  top:16.9%;
  display: block;
}

.hzi-serviceoffered .map-image .pop-content2:hover,
.hzi-serviceoffered .map-image .pop-content2.active {
  bottom:61.5%;
  display: block;
}

.hzi-serviceoffered .map-image .pop-content3:hover, 
.hzi-serviceoffered .map-image .pop-content3.active {
    top: 7%;
    display: block;
}

.hzi-serviceoffered .map-image .pop-content4:hover, 
.hzi-serviceoffered .map-image .pop-content4.active {
    top: -6.1%;
    display: block;
}

.hzi-serviceoffered .map-image .pop-content5:hover, 
.hzi-serviceoffered .map-image .pop-content5.active {
    bottom: 42.9%;
    display: block;
    right: -6.9%;
}



/* ---------------------------------------------- */

.hzi-ourservices{
  z-index:0;
  padding:70px 0;
  background:#fff;
  position: relative;
}

.hzi-ourservices::after {
  content: "";
  background-color: #e1e2e3;
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;
  height:50%;
  z-index:-1;
}

.hzi-ourservices .title{
  text-align: center;
  margin-bottom:50px;
}

.hzi-ourservices .item {
  /*width: calc(100% - 15px);*/
  width:100%;
  float: left;
  background: #fff;
  box-shadow: 0 0 15px 1px #999;
  padding: 40px 20px;
  transition: background 0.5s ease-in-out;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.hzi-ourservices .icon {
  text-align: center;
  width: 100%;
  display: block;
  margin: -135px 0 39px 0;
}

.hzi-ourservices .content{
  width:100%;
  display: block;
  text-align: center;
  min-height:225px;
}

.hzi-ourservices .content p {
    line-height: 1.5;
}

.hzi-ourservices h3{
  margin:20px 0;
}

.hzi-ourservices .link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -12px);
  transition: letter-spacing 0.5s ease-in-out;
  letter-spacing:0px;
}

.hzi-ourservices .item:hover{
  background: var(--bg-secondary);
}

.hzi-ourservices .item:hover .link{
  font-weight: bold;
  letter-spacing:2px;
}

.hzi-ourservices .link:hover{
  color:#fff;
}

.hzi-ourservices .viewall {
  background: var(--bg-primary);
  margin: 50px 0 0 0;
}

.hzi-ourservices .viewal:hover span{
  color:#fff;
}

.hzi-ourservices .block {
  justify-content: center;
  display: flex;
}

/* ---------------------------------------------- */

.hzi-questions{
  padding:70px 0;
}

.hzi-questions .title{
  margin-bottom:70px;
  text-align: center;
}

.hzi-questions .item{
  margin-bottom:30px;
  background: #ececed;
  border-left:25px solid var(--bg-secondary);
}

.hzi-questions .item h4{
  line-height: 1.5;
  padding:25px;
}

/* ---------------------------------------------- */

.hzi-ourcredits{
  padding:70px 0;
}

.hzi-ourcredits .title{
  text-align: center;
  margin-bottom:60px;
}

.hzi-ourcredits .item{
  text-align: center;
  margin-bottom:40px;
}


/* ---------------------------------------------- */




.hzi-testmonial .item{
  width:100%;
  height:614px;
  float: left;
  /*background:url('../images/monial.jpg') no-repeat;*/
  background:var(--bg-secondary);
  background-size:cover;
}

.hzi-testmonial .title{
  text-align: center;
  margin-bottom:60px;
}

.hzi-testmonial .content{
  padding:40px 70px 40px 80px;
  display: flex;
}

.hzi-testmonial .left{
  width:100%;
  float:left;
  padding-right:40px;
}

.hzi-testmonial .left h3 {
    font-size: 24px;
    padding: 10px;
    border: 2px solid ;
    display: inline-block;
    font-weight:bold;
    /*color: #fff;*/
    line-height:1.4;
    /*mix-blend-mode: overlay;*/
    /*opacity: 0.8;*/
}

.hzi-testmonial .left h3 span{
  font-weight:400;

}

.hzi-testmonial .right{
  width:100%;
  float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*.hzi-testmonial .right .inner {*/
/*    max-width: 674px;*/
/*    width: 100%;*/
/*}*/

.hzi-testmonial .right .inner h4 {
    /*color: #fff;*/
    font-size: 18px;
    line-height: 1.5;
    /*mix-blend-mode: overlay;*/
    /*opacity: 0.8;*/
}

section.hzi-testmonial .owl-carousel .owl-item img {
    width: auto;
}


/* ---------------------------------------------- */
.hzi-compare-programs{
  padding:70px 0;
}

.hzi-compare-programs .title{
  text-align:center;
  margin-bottom:60px;
}

.hzi-compare-programs .table-outer {
  max-height: 400px;
  /*overflow-x: hidden;*/
  /*overflow-y: scroll;*/
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;

}

.hzi-compare-programs table {
  background: #F9B134;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  font-size:14px;
}

.hzi-compare-programs table th:nth-child(odd){
  background: #F9C151;
}

.hzi-compare-programs table tr:nth-child(odd) {
  background: #FFD974;
}

.hzi-compare-programs table tr:nth-child(even) {
  background: #FFC74A;
}

.hzi-compare-programs table th,
.hzi-compare-programs table td {
  padding:14px 10px;
  text-align: center;border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.hzi-compare-programs table th:nth-child(0n+1){
 background: #c7c7c7;
    color: #fff;
}
.hzi-compare-programs table td:nth-child(0n+1){
 background: #c7c7c7;
    color: #fff;
}

/* ---------------------------------------------- */

.hzi-clients{
  padding:80px 0;
  background: #eeeff1;
  border-bottom: 10px solid #a1a3a6;
}

.hzi-clients .title{
  text-align: center;
  margin-bottom:50px;
}

.hzi-clients .item {
    width: 100%;
    text-align: center;
}

/* ---------------------------------------------- */

footer {

}




/*==============================plugin style=============================*/
/*back to top*/

#button {
  display: inline-block;
  background-color: var(--bg-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*side menu option*/

.sidenav:hover,
.sidenav.immigration.menu-active{
  left:0px;
}

.sidenav:hover,
.sidenav.citizenship.menu-active{
  left:0px;
}

.sidenav:hover,
.sidenav.property.menu-active{
  left:0px;
}

.sidenav:hover,
.sidenav.resources.menu-active{
  left:0px;
}

.sidenav:hover,
.sidenav.about.menu-active{
  left:0px;
}



.sidenav:hover,
.sidenav.res.menu-active{
  left:0px;
}

.sidenav:hover,
.sidenav.group.menu-active{
  left:0px;
}
.sidenav {
  position: fixed;
  width: 440px;
  height: 100%;
  background-color:#fff;
  transition:left 0.5s ease-in-out;
  left: -440px;
  top:133px;
  padding-top:0px;
  z-index:9999999;
}

.sidenav img.flag{
  margin-right:8px;
  border:3px solid var(--bg-secondary);
  border-radius:50%;
}

.sidenav .main-buttons {
  list-style-type: none;
  margin: 0px 0;
  padding: 0;
  color: #2d2d2d;
}

.sidenav .main-buttons li {
  text-transform: capitalize;
  font-weight: 500;
  border-radius:10px;
  margin:0 25px; padding:23px;
  /*position: relative;*/
}
.sidenav .main-buttons > li {
  padding: 16px 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidenav .main-buttons li:hover, .sidenav .main-buttons li:active, .sidenav .main-buttons li:focus {
  background-color: var(--bg-secondary);
  cursor: pointer;
}
.sidenav .main-buttons li:hover .hidden, .sidenav .main-buttons li:active .hidden, .sidenav .main-buttons li:focus .hidden {
  /*width: 228px;*/
  width:100%;
}

.sidenav .main-buttons > li a {
    position: absolute;
    height: 100%;
    min-height: 54px;
    top: 0;
    width: 100%;
    display: contents;
}

.hidden {
  width: 0;
  height: 100%;
  padding: 34px 0;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  list-style-type: none;
  background-color: #f6f6f4;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px){
    .hidden {
        left:0%;
    }
    .sidenav{
        top:125px;
    }
}

.hidden ul{
  padding:0 30px;
}

.hidden li {
  padding: 10px 24px;
  margin:0 20px;
}
.hidden li:hover, .hidden li:active, .hidden li:focus {
  background-color: var(--bg-secondary);
}

/*body {
  background-color: #caccd6;
  line-height: 30px;
}

html, body {
  height: 100%;
  margin:0px;
}*/

/*counter*/


.employees,.customer,.design,.order{
  margin-top: 30px;
}
.counter-count{
  font-size: 30px;
  font-weight:500;
}

.employee-p,.customer-p,.order-p,.design-p{
  font-size: 24px;
}

/*---------------hover effects-----------------*/


.btnef::before,
.btnef::after {
  position: absolute;
  content: "";
}

.btnef {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  font-weight: 500;
  border: none;
  cursor: pointer;
  min-width: 150px;
}
.btnef span {         
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  top: 0; left: 0;
  width: 100%;
  padding: 14px 15px;
  transition: 0.3s;
}

.btn-1::before {
  background-color: var(--bg-secondary);
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #333;
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color:#fff;
  transition: 0.2s 0.1s;
}

.btnef.hover-filled-slide-left::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
  border-radius:4px;
}
.btnef.hover-filled-slide-left:hover::before {
  width: 0%;
}














/*888888888888888888888888888888888888888888888888888888888888*/


 

/* ---------------------------------------------- */

/*main {
   padding-top: 150px; 
}
.heading{
  font-size: 48px;
  color: #58595b;
  font-weight: lighter;
  margin-bottom: 0 !important;
}
.under-line{
  width: 266px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section{
  width: 100%;
  float: left;
  padding: 70px 0;
}*/
.mt-3{
  margin-top: 30px;
}
.mt-5{
  margin-top: 50px;
}
/* ---------------------------------------------- */

/*
.grid {
  display: grid;
  grid-template-columns: none;
}
*/
/* ompare-programs */




/* progress bar */

.set-size {
  font-size: 10em;
}
.charts-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.charts-container:after {
  clear: both;
  content: "";
  display: table;
}
.pie-wrapper h6{
  font-size: 20px;
  font-weight: 50;
  margin-top: 20px;
}
.pie-wrapper p{
  font-size: 16px;
  margin-top: 10px;
}
.pie-wrapper {
  height: 1em;
  width: 1em;
  float: left;
  margin: 15px;
  position: relative;
  text-align: center;
}
.pie-wrapper:nth-child(3n+1) {
  clear: both;
}
.pie-wrapper .pie {
  height: 100%;
  width: 100%;
  clip: rect(0, 1em, 1em, 0.5em);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .pie .half-circle {
  height: 100%;
  width: 100%;
  border: 0.1em solid #3498db;
  border-radius: 50%;
  clip: rect(0, 0.5em, 1em, 0);
  left: 0;
  position: absolute;
  top: 0;
}
.pie-wrapper .label {
  background: #34495e;
  border-radius: 50%;
  bottom: 0.4em;
  color: #ecf0f1;
  cursor: default;
  display: block;
  font-size: 0.25em;
  left: 0.4em;
  line-height: 2.8em;
  position: absolute;
  right: 0.4em;
  text-align: center;
  top: 0.4em;
}
.pie-wrapper .label .smaller {
  color: #bdc3c7;
  font-size: 0.45em;
  padding-bottom: 20px;
  vertical-align: super;
}
.pie-wrapper .shadow {
  height: 98%;
  width: 98%;
  border: 10px solid #E1E2E3;
  border-radius: 50%;
  margin: 1%;
}
.pie-wrapper.style-2 .label {
  background: none;
  color: #7f8c8d;
}
.pie-wrapper.style-2 .label .smaller {
  color: #bdc3c7;
}

.pie-wrapper.progress-90 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-45 .pie .half-circle {
  border-color: #FFD974;
}
.pie-wrapper.progress-45 .pie .left-side {
  transform: rotate(162deg);
}
.pie-wrapper.progress-45 .pie .right-side {
  display: none;
}
.pie-wrapper.progress-75 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-75 .pie .half-circle {
  border-color: #FFD974;
}
.pie-wrapper.progress-75 .pie .left-side {
  transform: rotate(270deg);
}
.pie-wrapper.progress-75 .pie .right-side {
  transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie {
  clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .half-circle {
  border-color: #FFD974;
}
.pie-wrapper.progress-95 .pie .left-side {
  transform: rotate(342deg);
}
.pie-wrapper.progress-95 .pie .right-side {
  transform: rotate(180deg);
}

/*  */
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,
.Flexible-container video, /* for html5 video embeds */
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* who-are-we */


.hzi-whoarewe{
  /*background: url(../images/who-are-we-bg.png) top center no-repeat;*/
  /*background-size: contain;*/
}

.hzi-whoarewe .title{
  text-align: center;
  margin-bottom: 60px;
}


.hzi-whoarewe .item{
  width: 100%;
  float: left;
  display: flex;
  margin-bottom:50px;
}

.hzi-whoarewe .image-box{
  width: 100%;
}
.hzi-whoarewe .text-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 2% 7%;
  float: left;
  background: #fff;
}
.hzi-whoarewe .text-box::before{
  width: 10px;
  content: '';
  background:url(../images/border.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  left: 2%;
  top: 0%;
  height: 100%;
}
.hzi-whoarewe .text-box::after{
  width: 10px;
  content: '';
  background:url(../images/border.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  right: 2%;
  top: 0%;
  height: 100%;
}
.hzi-whoarewe .text-box .icon{
  margin: 0 auto;
  width: 45%;
  max-width: 120px;
  margin-bottom: 20px;
}
.hzi-whoarewe .text-box h3{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hzi-whoarewe .text-box p{
  line-height: 1.4;
}
.hzi-whoarewe .text-box ul{
  padding-left: 15px;
}
.hzi-whoarewe .text-box ul li {
    list-style: disc;
    margin-bottom: 7px;
}

/*-------------------------------------*/

.hzi-our-milestones{
  padding:70px 0 110px 0;
}

.hzi-our-milestones .title{
  text-align: center;
  margin-bottom:60px;
}



/* blog */
.hzi-blog-area{
  background: url(../images/blog-bg.png) left top no-repeat;
  background-size:250px;
  padding:70px 0 110px 0;
  width:100%;
  float: left;
}

.hzi-blog-area .title{
  text-align: center;
  margin-bottom:60px;
}

.hzi-blog-area .blog{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom:40px;
}
.hzi-blog-area .blog .date{
  position: absolute;
  top: 27px;
  background: rgba(88, 89, 91,0.8);
  padding: 10px;
  color: #fff;
}
.hzi-blog-area .blog .date h5{
  margin: 0;
}
.hzi-blog-area .blog .text-area{
  bottom: 0;
  position: absolute;
  color: #fff;
  padding:15px 30px;
  background: rgba(88, 89, 91,0.8);
}
.hzi-blog-area .blog .text-area p{
  font-size: 28px;
}
.hzi-blog-area .blog-list{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
/*.hzi-blog-area .blog-list::before{*/
/*  position: absolute;*/
/*  width: 130px;*/
/*  content: '';*/
/*  height: 100%;*/
/*  background: #404041;*/
/*  z-index: -1;*/
/*}*/
.hzi-blog-area  .blog-list .heading{
width: 100%;
float: left;
}
.hzi-blog-area .blog-list .heading .date{
  width: 130px;
  background-color:#FFD974;
  float: left;
  text-align: center;
  padding: 2% 0 1.5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hzi-blog-area .blog-list .heading .date h5{
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}
.hzi-blog-area .blog-list .heading .date p{
  font-size: 18px;
  font-weight: 300;
}
.hzi-blog-area .blog-list .heading .text{
  width:100%;
  float: right;
  margin-top:15px;
}

.hzi-blog-area .blog-list .heading .text p{
  font-weight: 300;
  margin: 0;
  font-style: italic;
}

.hzi-blog-area .blog-list .details{
  width:100%;
  float: right;
  margin-top:15px;
}
.hzi-blog-area .blog-list .details p{
  font-weight: 400;
  line-height: 22px;
}


/* footer */
.footer{
  width: 100%;
  float: left;
  background: #595959;
  padding:45px 0 0 0;
}
.footer-item {
  width: 100%;
  float: left;
  margin-bottom:50px;
}

.footer-item .form-group{
  margin-bottom:25px;
}


.footer .footer-item h3 {
  font-size: 18px;
  color: #fff !important;
  font-weight: 500;
}
.footer .footer-item p {
  color: #fff !important;
  font-weight: 400;
}
.footer .footer-item p span {
  /*font-size: 15px;*/
  color: #fff !important;
  font-weight: 500;
  width: 100px;
  float: left;
}

footer .form-control,
footer .btn{
  min-height:50px;
}

.footer .footer-item p a {
  color: #fff;
}
.footer .btn{
  width: 100%;
  background: var(--bg-secondary);
  transition: background 0.5s ease-in-out;
  padding: 15px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: none;
}

.footer .btn:hover{
  background: var(--bg-primary);
}


.copy-right{
  width: 100%;
  float: left;
  background:#353535;
  padding: 35px 0;
}
.copy-right p{
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.copy-right .social-icons {
  width: 100%;
  float: right;
  display: flex;
  justify-content: center;
  margin-bottom:20px;
}

.copy-right ul li{
  float: left;
  margin-left:20px;
}

.copy-right ul li:first-child {
    margin: 0px;
}

/*------------------------owl animation------------------------*/


.hzi-banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.hzi-banner .owl-item.active .link {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


/*--------------------------------*/





.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: var(--bg-secondary);
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: var(--bg-secondary);
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


/*--------------------------------------------------------------------*/

section.hzi-pagebanner {
    height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.hzi-pagebanner .content {
    position: relative;
    text-align:center;
    background: rgb(0 0 0 / 55%);
    padding:20px;
}

.hzi-pagebanner h1 {
    color: #fff;
    font-weight: 400;
    margin: 0px;
    font-size:34px;
}

.hzi-pagebanner p{
    margin:20px 0;
    color:#fff;
}

.hzi-pagebanner .btn{
    border-radius: 4px;
    border:none;
    padding: 14px 15px;
    font-weight:bold;
    background:var(--bg-secondary);
}



.hzi-pagebanner h1 span{
    margin-bottom:20px;
}

.hzi-citizenshippage{
  background:#fff;
  /*padding:0px 0 70px 0;*/
}

.hzi-citizenshippage .tabs {
  max-width: 80%;
  margin: 0 auto 50px auto;
  text-align: center;
  background: var(--bg-secondary);
}

.hzi-citizenshippage .tabs ul{
  margin: 0 auto;
}

.hzi-citizenshippage .tab1 .image,
.hzi-citizenshippage .tab1 .content{
  padding:0 15px;
  float: left;
}

.hzi-citizenshippage .tab1 .content{
  width:35%;
}

.hzi-citizenshippage .tab1 .image{
  width:65%;
}




/*-----------------------------------------------*/

.hzi-assesment{
  padding:80px 0;
  background: url('../images/Vanuatu-header-pic.jpg') no-repeat;
	background-size: cover;
}

.hzi-assesment form.assesmentform {
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    padding:0 45px 45px 45px;
    border: 8px solid #fff;
    border-radius: 40px;
    /*box-shadow: 0 0 10px 0px #ddd;*/
    background-color:rgb(255 217 116 / 84%);
}

.hzi-assesment form.assesmentform h1{
    font-size:28px;
    font-weight:bold;
}

.hzi-assesment form.assesmentform .under-line{
    width:180px;
    height:3px;
    background:#000;
    margin: 0 auto 30px auto;
}

.hzi-assesment .form-group{
  margin-top:25px;
}

.hzi-assesment form.assesmentform .submit {
    float: right;
    margin: 30px 0;
    min-height:44px;
}

/*---------------------------------------------------------------*/


section.hzi-aboutpage{
  padding:70px 0;
}


section.hzi-teampage {
    padding: 70px 0;
  /*background:#f1f1f1;*/
}

section.hzi-teampage .title {
  text-align: center;
  margin-bottom: 30px;
}

section.hzi-teampage .sub-title {
  margin-bottom: 25px;
}

section.hzi-teampage .item {
    margin: 10px 0 40px 0;
    border: 1px solid #ddd;
}

section.hzi-teampage .content {
    padding: 10px;
    background: #fff;
}

section.hzi-timelinepage{
  padding:70px 0;
}

section.hzi-contactpage{
  padding:70px 0;
  background:#f1f1f1;
}








/*citysonship tab function*/



/*about tab*/
.hzi-citizenshippage .about-tab .outer{
  display:flex;
}

.hzi-citizenshippage .about-tab .image,
.hzi-citizenshippage .about-tab .content{
  padding: 0 15px;
  float: left;
}

.hzi-citizenshippage .about-tab .content{
  width:100%;
}

.hzi-citizenshippage .about-tab .content{
    line-height:1.5;
}

.hzi-citizenshippage .about-tab .image{
  width:100%;
  margin:50px 0 0 0;
}

.hzi-citizenshippage .about-tab .block1{
  margin-top:80px;
  width:100%;
}

.hzi-citizenshippage .about-tab .block1 .item{
  width:20%;
  float: left;
  text-align:center;
}

.hzi-citizenshippage .about-tab .block1 img{
  margin-bottom:20px;max-height: inherit !important;
}

.hzi-citizenshippage h2{
    font-size:20px;
    margin-bottom:15px;
}

/*benfits*/

/*.benefits-tab{
  padding-bottom:80px;
}*/

/*.benefits-tab .outer {*/
/*  display: flex;*/
/*}*/

.benefits-tab .item{
  width: 100%;
  margin-bottom:40px;
}

.benefits-tab .image-box img{
  width: 100%;
}
.benefits-tab .text-box{
  display: grid;
  /*flex-direction: column;*/
  align-items: center;
  width: 100%;
  height:100%;
  text-align: center;
  position: relative;
  padding: 2% 3.5%;
  float: left;
  background: #fff;
  min-height: 350px;
}

.benefits-tab .text-box .inner{
  padding:0 15px;
}

.benefits-tab .text-box::before{
  width: 10px;
  content: '';
  background:url(../images/border.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  left: 2%;
  top: 0%;
  height: 100%;
}
.benefits-tab .text-box::after{
  width: 10px;
  content: '';
  background:url(../images/border.png) center center no-repeat;
  position: absolute;
  background-size: contain;
  right: 2%;
  top: 0%;
  height: 100%;
}
.benefits-tab .text-box .icon{
  margin: 0 auto;
  width: 45%;
  max-width: 120px;
  margin-bottom: 20px;
}
.benefits-tab .text-box h3{
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 15px;
}
.benefits-tab .text-box p{
  line-height: 1.4;
}
.benefits-tab .text-box ul{
  padding-left: 15px;
}
.benefits-tab .text-box ul li {
    list-style: disc;
    margin-bottom: 7px;
}


/*countries*/

/*.countries-tab{
  padding-bottom:80px;
}*/

.countries-tab .countries-outer{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.countries-tab .outer {
  display: flex;
}

.countries-tab .countries{
  float: left;
  width:24%;
  text-align: center;
  border-right: 1px solid #999;
  border-left: 2px solid #999;
}

.countries-tab .countries:first-child{
  border-left:0px;
}

.countries-tab .countries:last-child{
  border-right:0px;
}

.countries-tab ul.place {
  padding: 0;
  list-style: none;
  margin-top:35px;
}

.countries-tab li{
  margin-bottom:30px;
  text-align:center;
  width:100%;
}

.countries-tab li:last-child {
    margin-bottom: 15px;
}

.countries-tab li h5{
  margin-bottom:0px;
  margin-top:10px;
}

/*process tab*/

.process-tab{
  /*padding-bottom:80px;*/
  background: url('../images/halfcircle.png') no-repeat;
  background-position: right bottom;
  background-size: 450px;
}

.process-tab .block1 p{
  line-height:1.5;
}

.process-tab .block2{
  margin:50px 0 100px 0;
}

.process-tab ul.innertabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.process-tab ul.innertabs li {
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    background: #f7f7f7;
    border: 2px solid;
    margin-right:3px;
}

.process-tab ul.innertabs li.current{
  background: var(--bg-secondary);
  color: #222;
  position: relative;
  border-color: var(--bg-secondary);
}

.process-tab ul.innertabs li.current:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--bg-secondary);
  clear: both;
  margin-left: -5px;
}







.process-tab .tab-content{
  display: none;
  padding: 35px 15px 15px 15px;
}

.process-tab .tab-content p{
  line-height:1.5;
}

.process-tab .tab-content.current{
  display: inherit;
}


/*request tab*/

/*.request-tab{
  padding-bottom:80px;
}
*/










.tab-outer{
  width:100%;
  display: flex;
  justify-content: center;
}


.resp-tabs-list {
  padding: 0 60px;
  background: var(--bg-secondary) !important;
}


.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  padding: 20px;
  list-style: none;
  cursor: pointer;
  float: left;
   background: var(--bg-secondary) !important;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 10px 15px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tabs-list li.resp-tab-active{
  background: #fff !important;
}



.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  padding-top:80px;
  padding-bottom:80px;
    width: 100%;
    float: left;
}



/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  clear: none;
  margin: 3px 0 0;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 1px solid !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 15px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #999;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid var(--text-secondary);
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*h2.resp-accordion:first-child {*/
/*  border-top: 1px solid #c1c1c1;*/
/*   !important;*/
/*}*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}


/*timeline process tab*/

.timeline{
  position:relative;
  width:100%;
  padding:120px 20px 20px 20px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.timeline:before{
  content: '';
  position:absolute;
  left:50%;
  top: -37px;
  transform:translateX(-50%);
  width:2px;
  height:100%;
  background-color:transparent;
  border-right:2px dotted #ddd;
}

.timeline .start {
  position: absolute;
  top: -41px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: var(--bg-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.timeline ul li{
  width:50%;
  padding:5px 30px 40px 30px;
  cursor:pointer;
  position: relative;
}
.timeline ul li:nth-child(even):before{
  content:'';
  position:absolute;
  width:28px;
  height:28px;
  background-color:var(--bg-secondary);
  border-radius:50%;
  left:-15px;
  top:5px;
  transition:.5s;
}
.timeline ul li:nth-child(odd):before{
  content:'';
  position:absolute;
  width:28px;
  height:28px;
  background-color:var(--bg-secondary);
  border-radius:50%;
  right:-15px;
  top:5px;
  transition:.5s;
}
.timeline ul li:hover:before{
  box-shadow:0px 0px 5px 2px #ddd;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}

.timeline ul li:nth-child(even) .content:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: transparent;
  left: -15px;
  top: 15px;
  transition: .5s;
  border-top:2px dotted #ddd;
}


.timeline ul li:nth-child(odd) .content:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: transparent;
  right: -15px;
  top: 15px;
  transition: .5s;
  border-top:2px dotted #ddd;
}








.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}

@media (min-width:768px){
    .timeline ul li:nth-child(odd) .content{
      padding-right:100px;
      position: relative;
    }
    .timeline ul li:nth-child(even) .content{
      padding-left:100px;
      position: relative;
    }

}



@media (max-width:767px){
    .timeline .start{
        left:-15px;
        width: 80px;
    height: 80px;
    }
  .timeline{
    width:100%;
    margin:5px 0px;
  }
  .timeline:before{
    left:20px;
  }
  .timeline ul li{
    width:100%;
    padding:3px 0px 40px 20px;
    cursor:pointer;
  }
    .timeline ul li .content{
      padding-left:100px;
      position: relative;
    }
  .timeline ul li:nth-child(even):before{
    left:-6px;
  }
  .timeline ul li:nth-child(odd):before{
    left:-6px;
  }
  .timeline ul li:nth-child(even){
    float:left;
    text-align:left;
  }
  .timeline ul li:nth-child(odd){
    float:left;
    text-align:left;
  }
    .timeline ul li .content:before {
        content: '';
        position: absolute;
        width: 110px;
        height: 2px;
        background-color: transparent;
        left: -15px;
        top: 15px;
        transition: .5s;
        border-top: 2px dotted #ddd;
    }
}



section.hzi-contactpage {
  padding: 70px 0;
}

section.hzi-contactpage .contact-info {
  padding-bottom: 50px;
}

section.hzi-contactpage .contact-info h4{
    margin-bottom:20px;
}

section.hzi-contactpage .form-control{
  margin-bottom:25px;
}

section.hzi-contactpage ul {
  margin-top:20px;
}

section.hzi-contactpage li {
  margin-bottom: 12px;
}

section.hzi-mapsection iframe{
  width:100%;
}



/*------------------------blog page---------------------------*/



.hzi-blogpage{
  padding:85px 0;
}

.hzi-blogpage .blog-details, .hzi-blogpage  .side-bar{
  float: left;
}

.hzi-blogpage .blog-details{
  padding:0 15px;
  width: 100%;
}

.hzi-blogpage .blog-details p{
  line-height:1.5;
}

.hzi-blogpage .side-bar{
  padding:0 15px;
  width: 100%;
  margin-top:20px;
}

.hzi-blogpage .item{
  margin-bottom:45px;
}

.hzi-blogpage .content {
  padding: 25px 15px;
}

.hzi-blogpage .content .link {
  display: flex;
  align-items: center;
}

.hzi-blogpage .content svg {
  margin-left:15px;
}


.sidebar-widget li:last-child{
    margin-bottom:0px;
}

input[type="submit"] {
    width: auto !important;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], select {
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin: 0px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
}

textarea {
    padding-top: 20px;
    padding-left: 20px;
    min-height: 170px;
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    display: block;
    width: 100%;
    margin: 0px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}




/* --- sidebar widget single blog page --- */
#commentform p.comment-form-url{
    display:none;
}
#commentform p.comment-form-cookies-consent{
    display:none;
}
h3#comments{
  font-size:22px;
  margin-bottom:30px;
  text-transform: capitalize;
}

.commentlist li.odd {
    padding: 20px 0 0 0px;
}
.commentlist{
  list-style:none;
  margin:0px;
  padding:0px;
}

.commentlist li{
  padding:15px 0px 0px 0px;
  margin:0px;
}

.commentlist .children{
  padding:0 0 0 65px;
}

.commentlist .children li{
  padding-bottom:0px;
  list-style:none;
  margin:0px;
}

.commentlist .comment-body{
  margin-left:75px;
  padding:10px 10px 15px 10px;
  border-radius:0px 10px 10px 10px;
  /* box-shadow: 0px 12px 30px -5px rgba(0, 0, 0, 0.1); */
  border:1px solid #ddd;
}

.commentlist .comment-body .comment-author{
  text-transform: capitalize;
  font-weight: 500;
}

.commentlist .comment-body p{
  margin:10px 10px 10px 0;
  line-height:1.5;
}

.commentlist .comment-body img.avatar{
  width:50px;
  height:50px;
  margin:-10px 22px 0 -75px;
  border-radius:10px 0px 10px 15px;
}

.commentlist .comment-meta a{
  font-size:14px;
}

.commentlist .comment-body a.comment-reply-link{
  color:var(--primary);
}

/* --- sidebar widget single blog page --- */

.sidebar-widget{
  margin-bottom:10px;
  width:100%;
  float: left;
}

.sidebar-widget h4{
  margin:0 0 18px 0;
}

.sidebar-widget ul, .list-style{
  padding:0 0 0 24px;
  list-style:none;
}

.sidebar-widget ul li, .list-style li{
  margin:18px 0;
  position: relative;
  opacity:0.8;
  transition: opacity 0.4s ease-in-out;
}

.sidebar-widget ul li:hover, .list-style li:hover{
  opacity:1;
}

.sidebar-widget ul li:after, .list-style li:after {
    content: '';
    height: 3px;
    width: 10px;
    background: var(--primary);
    display: block;
    position: absolute;
    transition: width 0.4s ease-in-out;
    top: 12px;
    left: -20px;
}

.sidebar-widget ul li:hover:after, .list-style li:hover:after{
  width:18px;
}

/* --- pagination single blog page --- */

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:50px;
}

.pagination a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  line-height: 35px;
  margin:0 0 0 15px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.pagination a:hover{
  background: var(--primary);
}

.pagination a:hover, .pagination a.current:hover{
  color:var(--white);
}

.pagination a.current{
  color:var(--primary); 
}

/* --- search single blog page --- */

#searchform div {
  display: flex;
}

#searchform label{
  display: none;
}

#searchform div input{
  float: left;
}

#searchform div input#s{
  width:80%;
}

#searchform input#searchsubmit {
  border: 1px solid var(--primary);
  margin-left:10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#searchform input#searchsubmit:hover {
  background: var(--primary);
  color: var(--white);
}

/* --- pager single blog page --- */

.pager{
  padding:30px 0 50px 0;
  margin:0 ;
  width:100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}

.pager span.next a{
    margin:0 0 0 15px;
}

.pager span a{
  width:35px;
  height:35px;
  line-height:35px;
  border:1px solid #ddd;
  border-radius:50%;
  float: left;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.pager span a:hover{
  background:var(--primary); 
}

.pager span a:hover{
  color:var(--white); 
}

.pager span a, .pager span.next a{
    position: relative;
    display: block;
}

/* --- comment-respond single blog page --- */

.comment-respond{
  width:100%;
  float: left;
  margin:20px 0 0 0;
  padding:30px 0;
  border-top:1px solid #ddd;
}

.comment-respond label {
    display: inline-block;
    max-width: 100%;
    font-weight: 500;
    margin-bottom: 7px;
}

.comment-respond h3{
  margin-bottom:10px;
}

.comment-respond p{
  margin-bottom:20px;
}

.comment-respond p.comment-notes{
  font-size: 14px;
  margin: 0px 0 30px 0;
}



.comment-respond .comment-form-author {
   padding-right: 10px;
}

.comment-respond .comment-form-url {
   padding-left: 10px;
}



.comment-respond .submit {
    border: 1px solid var(--primary);
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    line-height: 40px!important;
    background: var(--bg-primary);
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.comment-respond .submit:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}


.sidbar-widget{
  margin-bottom:40px;
}

.sidbar-widget ul{
  margin-top:15px;
}

.sidbar-widget li{
  margin-bottom:15px;
}

.sidbar-widget li:hover,
.sidbar-widget li:hover a{
    opacity: 0.6;
}


.sidebar-widget li:last-child{
    margin-bottom:0px;
}


.hzi-blogpage .date-cmnt{
  width:100%;
  float: left;
  margin:0px 0 25px 0;
  padding:0px 0 0 3px;
}

.hzi-blogpage .date-cmnt li{
  float: left;
  margin:0 10px 0 0;
  font-size:14px;
}

.hzi-blogpage .date-cmnt li:nth-child(2) {
  color: var(--primary);
}

.hzi-blogpage .date-cmnt li:after{
  display:none;
}

.hzi-blogpage .content {
    padding: 20px 30px 30px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.hzi-blogpage h4{
  margin-bottom:20px;
}

.hzi-blogpage h4 a{
  transition:0.5s color ease-in-out
}

.hzi-blogpage h4:hover a{
  color: var(--primary);
}

.hzi-blogpage .form-submit {
  margin-top:30px;
}

.hzi-blogpage .blog-share{
  padding:30px 0 50px 0;
}

.hzi-blogpage .blog-share li{
  float: left;
  margin:0px;
}

.hzi-blogpage .blog-share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  line-height: 35px;
  margin:0 15px 0 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.hzi-blogpage .blog-share a:hover{
  background: var(--primary);
}

.hzi-blogpage .blog-share a:hover{
  color:var(--white);
}


.search-page .item{
    margin-bottom:40px;
}

/*---------------------------------------------------*/

.hzi-defaultpage{
    padding:70px 0;
}

.hzi-defaultpage .srh-image{
    margin-bottom:35px;
}


.hzi-errorpage{
    padding:70px 0;
    text-align:center;
}

/*----------------------------------------------------*/

.hzi-firstsec{
    padding:70px 0;
}

.hzi-firstsec p{
    margin:0px;
    line-height:1.5;
}



/*----------------------------------------------------*/

.hzi-invst{
    padding:70px 0;
}

.hzi-invst .title{
    text-align:center;
    margin-bottom:60px;
}

.hzi-invst .item {

    padding: 40px 24px;
    text-align: center;
    transition: background 0.5s ease-in-out;
}

.hzi-invst .item:hover {
    
}

.hzi-invst .image{
    margin-bottom:20px;
}

.hzi-invst .item p{
    line-height:1.5;
}


/*----------------------------------------------------*/

.hzi-eligibility{
    background-color:#f1f1f1;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background-position: 0 center !important;
    background-repeat: no-repeat !important;
    background-size: 48% auto !important;
    display: flex;
    align-items: center;
}

.hzi-eligibility .image {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 23%;
}
.hzi-eligibility .image .inner {
    background: #00000073;
    text-align: center;
    padding: 15px;
}
.hzi-eligibility .content{
    padding:70px 0;
}

.hzi-eligibility h3{
	color:#fff;
}

.hzi-eligibility .u-line {
    width: 150px;
    height: 3px;
    background: #ffd974;
}

.hzi-eligibility ul {
    margin-top:20px;
    padding-left:24px;
}

.hzi-eligibility li {
    margin-bottom: 10px;
    list-style: disc;
    line-height: 1.2;
}

/*----------------------------------------------------*/

.hzi-nextgen{
    background-color:#f1f1f1;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background-position: 0 center !important;
    background-repeat: no-repeat !important;
    background-size: 48% auto !important;
    display: flex;
    align-items: center;
}

.hzi-nextgen .image{
    display: flex;
    align-items: center;
    height: 100%;
}

.hzi-nextgen .content{
    padding:70px 0;
}

.hzi-nextgen h3{
	color:#fff;
}

.hzi-nextgen .u-line {
    width: 150px;
    height: 3px;
    background: #ffd974;
}

.hzi-nextgen ul {
    margin-top:20px;
    padding-left:24px;
}

.hzi-nextgen li {
    margin-bottom: 10px;
    list-style: disc;
    line-height: 1.2;
}



/*----------------------------------------------------*/

section.hzi-singlesec5 {
    padding: 70px 0;
}

section.hzi-singlesec5 .content{
    max-width:90%;
    margin:0 auto;
}

section.hzi-singlesec5 .content p{
    line-height:1.5;
    text-align:center;
    color:#57585a;
}

section.hzi-singlesec5 .countries{
    margin-top:50px;
}

section.hzi-singlesec5 li .item{
    width: 100%;
    float: left;
    padding:20px;
    text-align: center;
    border: 1px solid #f9f9f9;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    margin-bottom:40px;
}

section.hzi-singlesec5 li .item img{
    margin-bottom:15px;
    width:60px;
}

section.hzi-singlesec5 h5{
    text-transform: uppercase;
    font-weight: bold;
    margin:0px;
}


/* ----------------------property page------------------------ */

.hzi-properyoptions {
	z-index: 0;
	padding: 70px 0;
	background: #fff;
	position: relative;
}

.hzi-properyoptions .item {
	width: 100%;
	float: left;
	background: #fff;
	padding: 35px 30px;
	position: relative;
	text-align: center;
}

.hzi-properyoptions .item:nth-child(2) {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

.hzi-properyoptions .icon {
	width: 100%;
	display: block;
}

.hzi-properyoptions .content {
	width: 100%;
	display: block;
}

.hzi-properyoptions h3 {
	margin: 20px 0;
}

.hzi-properyoptions p {
	line-height: 1.6;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
    .hzi-properyoptions .item {
    	width: 33.33%;
    	padding: 15px 30px;
    }
    
    .hzi-properyoptions .item:nth-child(2) {
    	border-right: 2px solid #999;
    	border-left: 2px solid #999;
    	border-top:none;
    	border-bottom:none;
    	
    }
}


/* ----------------------resources page------------------------ */

.hzi-resourcespage {
	z-index: 0;
	padding: 70px 0;
	background: #fff;
	position: relative;
}

.hzi-resourcespage .item {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 0 7px 0 #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
}

.hzi-resourcespage .item:hover{
    box-shadow: 0 0 25px 0 #ddd;
}

.hzi-resourcespage .item:hover h3 a{
    color: var(--text-secondary);
}

.hzi-resourcespage .icon {
	width: 100%;
	display: block;
}

.hzi-resourcespage .content {
    width: 100%;
    float: left;
    padding:20px 20px 35px 20px;
}

.hzi-resourcespage h3 {
	margin-bottom:20px;
	text-transform: capitalize;
}

.hzi-resourcespage p {
	line-height: 1.6;
	margin-bottom: 0px;
}

@media (min-width: 992px) {

}

/*----------single page----------*/

.hzi-resourcessingle{
    padding:70px 0;
}

.hzi-resourcessingle .content {
    padding: 30px;
    line-height: 1.7;
}


/*------------------our process-------------------*/

.processin {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    border: 1px solid #999;
    border-radius: 20px;
    padding: 40px 40px 40px 80px;
}

.processin .h3{
    padding:0px;
    display: block;
    margin-left: -20px;
}

.processin .pross-title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -20px;
    padding:0px;
    display: block;
}

.processin p {
    margin-bottom: 10px;
    font-weight: 400;
    display: list-item;
}

.processin p::marker{
    color:#2d2d2d;
}

/*-----------------------------------------*/

ul.student-visasul{
    padding-left:40px;
}

ul.student-visasul li {
    margin-bottom: 15px;
}


/*-----------------------------------------*/

.worker-visa{
  border-collapse: collapse;
  width: 100%;
}

.worker-visa td, .worker-visa th {
  border: 1px solid #ddd;
  padding: 10px;
}

.worker-visa tr:nth-child(even){background-color: #f2f2f2;}

.worker-visa th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--bg-secondary);
}



/*--------------------------about new block----------------------------*/

.hzi-abtnewblock{
    padding:70px 0;
    background:#f1f1f1;
}

.hzi-abtnewblock p{
    line-height:1.6;
}

.hzi-abtnewblock .image{
    padding-right:50px;
}

.hzi-abtnewblock h2{
    margin-bottom:20px;
}

#coreteam .h4 {
    font-size: 22px;
}

.w-100 {
    max-height: inherit !important;
}



.group a.nav-link {
    padding: 57px 20px!important;
}
.uk_stdnt li:before {
    content: "•";
    font-size: 32px;
    vertical-align: middle;
    padding-right: 14px;
    line-height: 25px;float: left;
    clear: both;
}

.case-sect{
    padding-top:8px !important;
    padding-bottom:45px !important;
}
.case-sect2{
    padding-top:0px !important;
    padding-bottom:35px !important;
}
.case-sect2 .title {
    text-align: center;
    margin-bottom: 30px;
}
.case-sect2 p{
    margin-bottom:25px;
    text-align:justify;
}
.c-mb-20{
    margin-bottom:55px !important;
}
.case-sect3 .title p{
   margin-top:20px; 
   margin-bottom:70px;
}
.case-list{
    padding-left: 0px !important;
}
.case-sect3 h4{
    font-size: 22px;
    margin-bottom:20px;
}
.case-sect3 img{
    width:100%;
}
.case-sect3 .container-fluid{
    padding-left:0px !important;
}
.c-mt-20{
    margin-top:70px;
}
.c-mt-32{
    margin-top:32px;
}
.mrkt p{
    text-align:center;
    margin-top:60px;
    margin-bottom:35px;
}
.mrkt-port .port {
    width: 16.6%;
    float: left;
    text-align: center;
}
.brdr{
    border-bottom:1px solid #cccccc;
}
.c-p-b{
    padding-bottom:70px;
}
.rlt{
    width:90%;
    margin:auto;
}
.rlt h5{
    margin-top:20px;
}


@media only screen and (min-width: 1600px){
    .case-sect3 .container-fluid{
        max-width: 1140px !important;
        margin:auto !important;
padding-right: 15px;

    }
}


@media(max-width:650px){
    .content .btnef span { font-size:13px; padding:10px !important; text-align:center;}
    
    .content .btnef { min-width:auto !important;}
    .group a.nav-link{
        padding:15px !important;
    }
    header .nav-item{
        margin-bottom:0px;
    }
    .sidenav .main-buttons li{
        padding: 15px;
    }
}


@media(max-width:970px){
  .case-sect3 .container-fluid{
      padding-left:30px !important;
      padding-right:30px !important;
  } 
  .m-b-20{
      margin-bottom:20px;
  }
}



.visit {
    background: #ffd974;
    color: #000;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    margin: 15px auto;
    font-size: 15px;
    display: table;
}

@media(max-width:650px){
    .full { width:100% !important;}
}